
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&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;
}
i {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
}
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: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 26px;
    color: #222222;
    font-size: 14px;
    opacity: 0.9;
    font-family: font-text;
}


/***** Font Files *****/

@font-face {
    font-family: 'font-side-one';
    src: url(../fonts/Rajdhani-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'font-side-two';
    src: url(../fonts/Trajan-Pro-Regular.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'font-text';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 0px 0px 0px 18px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #e12319;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'font-side-one';
    font-size: 69px;
    line-height: 68px;
    color: #000000;
    font-weight: 500;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

h2 {
    font-family: 'font-side-one';
    font-size: 69px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'font-side-one';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
    text-transform: uppercase;
}

h4 {
    font-family: 'font-side-one';
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'font-side-one';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'font-side-one';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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: 13px 0px 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: white;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    text-transform: capitalize;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0px 23px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

/* .menuSec ul li:last-child a {
    padding-right: 0px;
}
 */
.menuSec ul li:last-child a:after {
    display: none;
}

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

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

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


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

/* .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);
}
 */
.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



/* My Css Start */

.header-icon-link ul li a {
    text-align: center;
    margin: 0;
    padding: 0;
}

.header-icon-link ul li a i {
    font-size: 17px;
}

.header-icon-link ul {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
}



.header-icon-link ul li a p {
    margin-bottom: 0;
}

.side-logo {
    text-align: center;
}

.banner-logo-sd img {
    height: 100vh;
    width: 100%;
    padding: 13px 14px;
}


.color-red {
    color: #e12319;
}

.dis-block {
    display: block;
}

.banner-text-absolute {
    position: absolute;
    background: #fff;
    bottom: -7px;
    left: 18%;
    width: 58%;
    border-radius: 40px 40px 0px 0px;
    padding: 60px 0px 40px 0px;
}

section.main_slider {
    position: relative;
}

.banner_text {
    width: 100%;
}

.banner-text-absolute p {
    font-size: 12px;
}

section.about-sec {
    margin: 160px 0px 40px;
    position: relative;
}

.theme-btn-one {
    display: flex;
    align-items: center;
    gap: 20px;
}

.theme-btn-one p {
    margin: 0 !important;
    font-size: 14px;
    color: #fff;
    opacity: 1;
}

.theme-btn-one-img {
    height: 42px;
    width: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-text {
    position: absolute;
    top: -14%;
    left: 46%;
    background: #202020;
    padding: 80px 80px 270px 80px;
    width: 46%;
    border-radius: 20px;
}

.about-text h2 {
    color: #fff;
}

.about-text p {
    color: #fff;
    opacity: 0.7;
}

.about-img img {
    height: 560px;
    width: 100%;
}


.our-mission-slider-box {
    background: #fdfdfd;
    width: 63%;
    padding: 30px 25px 30px 30px;
    border-radius: 20px;
}

.our-mission-absolute {
    margin-top: -100px;
    margin-left: 28%;
}

.our-mission-slider-box h2 {
    font-size: 29px;
    /* border-bottom: 2px solid red; */
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 6px;
    font-family: 'font-side-two';
    font-weight: 400;
    position: relative;
}

.our-mission-slider-box h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 75px;
    background: red;
}


.our-mission-slider .slick-prev:before {
    font-family: unset;
    /* font-size: 20px; */
    /* line-height: 1; */
    opacity: 1;
    /* color: white; */
    content: '';
    background-image: url(../images/about-slider-left-icon.png);
    height: 30px;
    width: 30px;
    position: absolute;
    /* background-color: red; */
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.our-mission-slider .slick-next:before {
    font-family: unset;
    /* font-size: 20px; */
    /* line-height: 1; */
    opacity: 1;
    /* color: white; */
    content: '';
    background-image: url(../images/about-slider-right-icon.png);
    height: 30px;
    width: 30px;
    position: absolute;
    /* background-color: red; */
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.our-mission-slider .slick-next {
    right: 7%;
}

.our-mission-slider .slick-prev {
    left: 68%;
}

.our-mission-slider .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.our-mission-slider .slick-dots {
    position: absolute;
    bottom: 42%;
    display: block;
    width: 86%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
}

.our-mission-slider ul.slick-dots li.slick-active a {
    font-size: 30px;
}

.our-mission-slider .slick-active {
    opacity: 1;
}

.our-mission-slider ul.slick-dots li a {
    color: #fff;
    font-size: 20px;
}

.our-products-top-heading {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 80px 50px;
    margin-bottom: 40px;
    border-radius: 0px 0px 50px 50px;
}

.our-products-star-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.our-products-star-icon p {
    margin: 0;
}

ul.our-products-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: 1px solid #9b9a9a; */
    padding-top: 12px;
    margin-bottom: 0;
    padding-bottom: 0px;
    position: relative;
    margin-top: 17px;
}

ul.our-products-ul li p {
    margin: 0;
    text-transform: uppercase;
}


li.our-products-ul-li a {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    color: #9b9a9a;
}

.our-products-box {
    margin-bottom: 10px;
}

.our-products-box-text {
    padding: 10px 20px;
    border: 1px solid #9b9a9a42;
    border-radius: 0px 0px 12px 12px;
}

.our-products-box-img img {
    width: 100%;
    height: 370px;
    /*object-fit: contain;*/
    border: 1px solid #9b9a9a42;
}

.our-products-box-img {
    border: 1px solid #9b9a9a42;
}

.our-products-star-icon i {
    color: #ffa800;
}

ul.our-products-ul li.number-pro-sd p {
    color: #e12319;
    font-size: 23px;
    font-family: 'font-side-one';
    font-weight: 600;
}

ul.our-products-ul:before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    height: 1px;
    width: 113%;
    background: #9b9a9a42;
}

section.our-products-sec {
    background: #f9f8f8;
    padding: 0px 50px 50px 50px;
    margin-bottom: 80px;
}

.our-products-box-text p {
    margin-bottom: 0;
}

.why-choose-slider .slick-prev:before {

    font-family: unset;

    opacity: 1;

    content: '';

    background-image: url(../images/why-choose-slider-left-arrow.png);

    height: 40px;

    width: 40px;

    position: absolute;

    /* background-repeat: no-repeat; */

    background-size: cover;
}

.why-choose-slider .slick-next:before {
    font-family: unset;
    opacity: 1;
    content: '';
    background-image: url(../images/why-choose-slider-right-arrow.png);
    height: 14px;
    width: 10px;
    position: absolute;
    background-repeat: no-repeat;
}

.why-choose-slider-box img {
    height: 450px;
    width: 100%;
}

.why-choose-text {
    margin-top: 55px;
}

.why-choose-heading-box h2 {
    margin-bottom: 40px;
    margin-left: 140px;
    font-size: 51px;
}

.why-choose-slider .slick-prev {
    left: 95%;
}

.why-choose-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 17%;
    display: block;
    width: 94px;
    height: 89px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 17%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
}

.why-choose-slider .slick-next {
    right: -117px;
}

section.why-choose {
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

section.why-choose:before {
    position: absolute;
    content: '';
    top: 9%;
    left: 50%;
    height: 74px;
    width: 50%;
    background: #f8f8f8;
    z-index: -1;
    border-top: 1px solid #9b9a9a42;
    border-bottom: 1px solid #9b9a9a42;
}

.why-choose-heading-box p {
    margin-bottom: 30px;
}

.popular-top-heading {
    width: 48%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.popular-top-heading p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.popular-slider .slick-active {
    opacity: 1;
}

section.popular-sec .container {
    background: #f8f8f8;
    padding: 60px 20px 30px;
    border-radius: 20px;
    border: 1px solid #9b9a9a42;
}

section.popular-sec {
    margin-bottom: 100px;
}

.popular-box-text {
    background: #fff;
    height: 36px;
    width: 80%;
    box-shadow: 0px 0px 4px 0px #00000021;
    /* text-align: center; */
    margin: 0 auto;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-box-text p {
    margin: 0;
    font-size: 20px;
    font-family: 'font-side-one';
    color: #000;
    opacity: 1;
    text-transform: uppercase;
}

.popular-slider .slick-slide {
    margin: 20px 20px;
}









/* Testmonial Start */

.testi-user-details img {
    width: auto;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 62px;
    width: 62px;
}

.testi-slider-item {
    background: #f2f2f2;
    padding: 40px 70px 35px;
    position: relative;
    height: 350px;
    border-radius: 15px;
}

.testi-slider-item i.fas.fa-quote-left {
    color: #e12319;
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -30px;
}

.testi-slider .slick-track {
    padding: 50px 0;
    display: flex;
    justify-content: start;
}

.testi-slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
    width: 375px !important;
}

.testi-slider-item p {
    color: #666666;
    font-size: 13px;
}

.testi-user-details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.testi-user-name h4 {
    color: #000000;
    margin: 0;
    font-size: 19px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.testi-user-name span {
    font-size: 12px;
    color: #000000;
    /* font-size: 12px;
    color: #fff;
    font-family: 'big-noodle';
    line-height: normal; */
    text-transform: uppercase;
}

.testi-slider-item .rating-star {
    margin-bottom: 22px;
}

.testi-slider .slick-slide.slick-current testi-slider-item {
    background: var(--lmustard);
}

.testi-slider .slick-slide.slick-current .testi-slider-item {
    background: #ffffff;
    /* box-shadow: 0 0 8px 0 #ccc; */
    margin-left: 10px;
    border-radius: 15px;
}

.testi-slider .slick-slide.slick-current {
    width: 500px !important;
    transition: 0.5s all;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .testi-user-details {
    margin-top: 55px;
    margin-bottom: 20px;
}

.testi-slider .slick-slide.slick-current .testi-slider-item i.fas.fa-quote-left {
    background: #e12319;
    color: #ffffff;
}

.rating-star ul li a i {
    color: #fd8f00;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li a {
    color: #f79a48;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li .grey-star {
    opacity: 1;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li.grey-star {
    opacity: 1;
}

.testi-slider .slick-list {
    padding-left: 35px;
    padding-right: 30px;
}

.rating-star ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.testi-item-single i.fas.fa-quote-left {
    background: #af8d53;
}

.testi-item-single {
    background: #141516;
}

span.desg {
    font-size: 13px;
    font-family: 'Montserrat';
    color: rgba(255, 255, 255, .8);
}

.testi-slider-item p {
    color: #000000;
}

.testi-slider .slick-slide.slick-current .testi-slider-item p {
    color: #000000;
}

.testi-slider .slick-slide.slick-current .testi-slider-item h4 {
    color: #e12319;
}

.testi-slider .slick-slide.slick-current .testi-slider-item span {
    color: #000000;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    content: '\f30a';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #f79a48;
}

.slick-next:before {
    content: '\f30b';
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -6px;
}

section.testimonail.pb-10 {
    /* padding-top: 80px; */
    /* background-color: #867468; */
    margin-bottom: 100px;
}

.top-heading p {
    color: #000000;
    width: 67%;
    margin: 0 auto;
    /* font-size: 16px; */
}

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

.top-heading h6 {
    font-size: 35px;
    line-height: 35px;
    color: #11171a;
    margin-bottom: 10px;
}

.top-heading h3 {
    font-size: 65px;
    line-height: 66px;
    color: #000000;
    font-weight: 400;
}

/* testimonial End */



/*footer*/



footer.footer-sec {
    background: #272727;
    position: relative;
    padding-bottom: 40px;
    padding-top: 50px;
}

.footer-box h4 {
    font-size: 26px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 30px;
    text-transform: uppercase;
    /* background: -webkit-linear-gradient(#690a64, #873f83); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

ul.footer-link-list.quick-link {
    column-count: 1;
}

.footer-box p {
    font-size: 13px;
    color: rgb(255, 255, 255);
    /* font-family: "Montserrat Alternates", sans-serif; */
    line-height: 25px;
    text-transform: capitalize;
    width: 82%;
}

ul.footer-link-list li a {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/*ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: uppercase;
}
*/
ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0px 0px;
}

ul.footer-link-list li a {
    transition: 0.5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #e12319;
}

ul.footer-link-list i {
    font-size: 20px;
    color: #e12319;
    margin: 0 0 16px 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

.product-box:hover {
    transform: scale(0.9);
    box-shadow: 0 0 10px #00000012;
}

.footer-box::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    right: -5px;
    top: 0px;
    bottom: auto;
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.footer-box:hover::before {
    height: 295px;
    z-index: 1;
}

ul.bottom-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    /* gap: 20px;*/
}

ul.bottom-list i {
    font-size: 24px;
    color: rgb(255, 255, 255);
    border: 1px solid;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

ul.bottom-list i:hover {
    background: #e22319;
    border: #e2241a;
}


ul.bottom-list a.fb-hvr i:hover {
    background: #1877F2;
}

ul.bottom-list a.tw-hvr i:hover {
    background: #000;
}

ul.bottom-list a.ldn-hvr i:hover {
    background: #0A66C2;
}

ul.bottom-list a.ins-hvr i:hover {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.bottom-list li {
    margin: 3px;
}

.bottom-text p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}


.bottom-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav-box .row {
    align-items: center;
}

.bottom-nav-box {
    border: 1px solid rgb(167 167 167 / 18%);
    padding: 12px 20px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #232323;
}

/*.footer-box.box-center {
  margin-left: 20%;
}*/

.footer-box.box-center {
    margin-left: 8%;
}

.footer-box {
    position: relative;
    padding-top: 20px;
}

.ul-footer-link-flex {
    display: flex;
    /* justify-content: space-between; */
    gap: 110px;
}

.footer-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 310px;
    right: 0px;
    top: -50px;
    bottom: auto;
    background: rgb(167 167 167 / 6%);
}

.noborder::after {
    display: none;
}

.noborder::before {
    display: none;
}

.bottom-nav-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.bottom-nav-box:hover:after {
    width: 100%;
}



.banner-logo-sd.inner-banner img {
    height: 95vh;
}


section.brand-sec {
    margin: 80px 0px;
}


.brand-box {
    height: 140px;
    width: 100%;
    border: 1px solid #9b9a9a42;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 20px;
}















/*product page css Start*/

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

section.productsec .product-box {
    margin-bottom: 30px;
}

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

.panel-groupnew .panel-title>a {
    display: block;
    padding: 14px 15px;
    outline: none;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    /* font-weight: 400; */
    font-size: 26px;
    background: #e22319;
    border-radius: 8px;
}

.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 a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 13px;
    opacity: 0.6;
}


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

.frequently-list {
    /* border: 1px solid #eee; */
    /* box-shadow: 0px 0px 6px 4px #0000000f; */
    text-align: center;
    margin: 0 0 25px;
}

.panel-body ul {
    padding: 0;
    margin: 0;
}

.frequently-list .panel-body li {
    display: block;
    border: 1px solid #dfdfdf;
    width: 100%;
    padding: 15px 16px;
    background-color: white;
    text-align: left;
    margin-bottom: 5px;
    border-radius: 10px;
}

.frequently-list .panel-body li:last-child {}

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

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

.frequently-list h4.panel-title {
    padding: 0;
    color: #b79e55;
    border: 0;
    margin: 0 0 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 34px;
    line-height: 23px;
    text-transform: capitalize;
    text-align: left;
}

.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: 60px;
    padding: 0 20px;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    font-family: "Poppins";
    appearance: auto;
    background: transparent;
}

.showinglist p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: right;
    margin: 21px 0 0;
    color: #000;
    font-family: "Poppins";
}

.productlistbox1 {
    margin: 0 0 50px;
}

.catogeriesbox {
    padding: 8px 19px 8px;
    /* background-image: -webkit-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(114, 96, 81) 100%); */
    background-color: var(--pinkclr);
    text-align: center;
}

.catogeriesbox h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 20px 10px 0;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

div#headingOne.panel-heading {
    display: block !important;
    height: auto !important;
}

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

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

.frequently-list .dash {
    padding: 0 5px;
    color: rgb(69 69 69 / 60%);
    font-size: 19px;
    font-weight: 400;
}

.frequently-list .dollar {
    font-size: 16px;
    font-weight: 400;
    color: rgb(69 69 69 / 60%);
}

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

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


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

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

.productsec .product-txt {
    text-align: start;
}

.product-txt ul li a {
    color: #949494;
}

.product-txt ul {
    margin: 10px 0;
}

.product-txt ul li a:hover {
    color: #ffba00 !important;
}

.product-item2 {
    margin-top: 10px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
    width: 100%;
    padding-bottom: 20px;
}

.product-item2 .product-item-content a {
    font-size: 24px;
    font-family: sver;
    color: var(--pinkclr);
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px var(--pinkclr);
    font-weight: 400;
}

.price-rang {
    padding-left: 15px;
}

.panel-body ul li .list-div-price-range {
    width: 100%;
    /* margin: 0 auto; */
    text-align: start;
    position: relative;
}

.freq-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #525252;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.panel-body ul li .list-div-price-range .freq-checkbox:checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.categories-panelbody ul li input {
    position: relative;
}

.categories-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #525252;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.categories-panelbody ul li input.categories-checkbox:checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.main-shop-filter {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

.shop-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-filter select {
    padding: 0 10px;
    border: 0;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #545454;
}

.shop-filter p {
    margin: 0;
}

.prod-view p {
    margin: 0;
}

.shop-heading h3 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.prod-item {
    margin-top: 30px;
}

.panel-body h6 {
    margin: 0;
    font-weight: 600;
    padding: 0 22px 0;
}


/* Product Page End */







/* Product Detail Page Start */

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

.productdetailtext h3 {
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}

.productdetailtext span {
    color: #e12319;
    font-size: 30px;
    font-weight: 700;
    font-family: 'font-side-one';
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    align-items: center;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: black;
    font-size: 20px;
    font-weight: 700;
    font-family: 'font-side-one';
    text-transform: uppercase;
}

.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: 13px;
    line-height: 25px;
    padding: 20px 0 8px;
    font-weight: 500;
}

.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;
    color: #636363;
    font-size: 16px;
    font-weight: 500;
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #e12319;
}

.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%;
    background: #ffff;
    box-shadow: 0 0 10px #0000001f;
}

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

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

.product-detail span {
    margin: 0;
}

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

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

.product-detail span {
    width: 25px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 25px !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: #e12319;
}

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

.product-detail-heading .pull-right {
    float: right;
    white-space: pre;
}

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

a.cat-sub-btn {
    background: #335650;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
}

a.cat-sub-btn:hover {
    background: #000;
}


/* .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: 70px;
    background-color: #f1f1f1;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    color: #0000009c;
    padding: 12px 0px;
    /* font-family: 'minM'; */
    border-radius: 12px;
    text-transform: uppercase;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #e12319;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 0px;
    /* font-family: 'minM'; */
    border-radius: 12px;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 20px;
    margin-bottom: 30px;
    justify-content: start !important;
}

.description {
    padding: 20px 0;
}

.description .tab-content p {
    color: #636363;
    font-weight: 500;
    font-size: 13px;
    line-height: 40px;
}

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

.productdetailsmallportion img {
    width: auto;
    padding: 10px 10px;
    position: relative;
    z-index: 999999999999999;
}

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


/* 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: 8px;
    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%;
    display: flex;
    align-items: center;
}

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

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 150px;
    height: 130px;
    object-fit: cover;
    padding: 5px;
}

.productdetailtext {
    padding-top: 10px;
}

a.btn.shp-btn {
    font-family: 'cereR';
    font-size: 18px;
    color: #fff;
    background: #000;
    border-radius: 0;
    padding: 14px 45px;
}

.our-products-top-heading.shop-detail-pro {
    width: 56%;
    text-align: center;
    margin: 0 auto;
}


/* Product Detail Page End */
















/* Cart Page Start */

/* Cart */

section.add-to-cart {
    padding: 80px 0;
}

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

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

.add-to-cart h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.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 {
    border: none;
    background: #f8f8f8;
    padding: 27px 40px;
    border: 1px solid #00000024;
}

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

.total-section li {
    font-size: 24px;
    padding-bottom: 30px;
    color: #333333c7;
    font-weight: 500;
    font-family: 'font-side-one';
}

li.color-change {
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26.96px;
    text-transform: uppercase;
    font-family: 'font-side-one';
}

.total-section li.color-change span {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
}

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

.ship-estimate {
    padding: 20px 40px;
    border: 1px solid #00000029;
    margin-top: 25px;
    background: #f9f8f6;
}

.ship-estimate li {
    color: #000000;
    font-size: 27px;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: 'font-side-one';
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "Poppins";
    list-style: none;
}

.ship-estimate .grey-style {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    font-family: 'font-side-one';
}

.proceed a {
    color: #604073;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    /* background: #000000; */
    font-family: "Montserrat";
}

.proceed .checkout-btn {
    padding: 16px;
    width: 100%;
    font-size: 16px;
    margin-top: 4px;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #e12319;
    opacity: 0.9;
}

.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: 21px;
    position: absolute;
    background: #fff;
    top: -18px;
    left: 70px;
    padding: 3px 20px;
    color: #333333;
    display: block;
    text-transform: uppercase;
    /* border: 2px solid #cecece; */
    font-family: 'font-side-one';
}

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

.product-img {
    display: inline-block;
    width: 100%;
    border: 1px solid #00000024;
}

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

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    background-color: #e12319;
    padding: 16px 18px;
    text-transform: uppercase;
    font-family: 'font-side-one';
}

.table-space h3 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.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: #e12319;
    color: #fff;
}

.table-space h6 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.add-to-cart thead {
    background: #fb2b2b;
    /*background: #fb2b2bc7;*/
    opacity: 0.9;
}

.space span {
    color: #333333d6;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

/* Cart */

/* Cart Page End */




/* Checkout Page Start */

.billing_form h3 {
    font-size: 36px;
    color: #000;
    margin: 0;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.billing_form label {
    font-size: 14px;
    font-family: 'font-side-one';
    color: #7c7c7c;
    font-weight: 600;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 0;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-family: "Montserrat";
}

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

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: "Roboto", sans-serif;
}

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 500;
    color: #00000099;
    font-family: 'font-side-one';
}

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

p.p-same-p {
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
}

.cart_sidebar h3 {
    font-size: 32px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 300;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000000;
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 25px;
    color: #00000099;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
}

.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: 14px;
    font-weight: 400;
    color: #7c7c7c;
}

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

.checkout_btn:hover {
    color: white;
}

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

h6.payment-h {
    font-weight: 500;
    color: #00000099;
    font-size: 28px;
    margin-bottom: 30px;
}

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

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

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

section.checkout_page.all-section.all-side {
    padding: 100px 0;
}

.billing_form {
    border: 1px solid #8080806e;
    padding: 40px 25px;
    border-radius: 15px;
}

span.chk-price {
    color: #000;
}

/* Checkout Page End */



/*---------------------------------------------------- Contact Inner Section Start ----------------------------------------------------------- */

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: cover;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 15px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 70%;
    margin: 0 auto;
}

.contact_detail_box {
    padding: 40px 20px;
    /* background-color: #f5f5f5; */
    transition: 0.5s;
    border: 1px solid #e12319;
    height: 250px;
    border-radius: 10px;
}

.contact_detail_box:hover img {
    filter: brightness(0) invert(1);
}

.contact_detail_box:hover h4 {
    color: #fff;
}

.contact_detail_box:hover p {
    color: #fff;
}

.contact_detail_box:hover {
    background: #e12319;
    transform: translate(0px, -2px);
}

.contact_form {
    padding-bottom: 7%;
}

.contact_form label {
    font-size: 17px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 400;
}

.btn_wrap button:hover {
    background-color: transparent;
    border: 1px solid #24483e;
    color: #24483e;
    transition: 0.5s;
}

.contact_page {
    padding-bottom: 100px;
    margin-top: 100px;
}

.contact_form input {
    height: 52px;
    width: 100%;
    border: 2px solid #e4e4e4;
    margin-bottom: 25px;
    border-radius: 0;
    padding: 0 15px;
    /* background: #fbfbfb; */
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    width: 100%;
    height: 167px;
    margin-bottom: 30px;
    width: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 0;
    padding: 15px 15px;
    /* background: #fbfbfb; */
    resize: none;
}

.btn_wrap button {
    border: 0;
    background: transparent;
    color: #f8af3c;
    font-weight: 600;
}

.btn_wrap i {
    color: #f8af3c;
}

.btn_wrap button.btn-2:before {
    background: #f8af3c;
}

.btn_wrap button:hover i {
    color: #fff;
}

.btn_wrap button:hover {
    color: #fff;
    border: 0;
}

.section_head {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.section_head p {
    width: 92%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    color: #636363;
}

.section_head h3 {
    color: #000000;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 85px;
    text-transform: none;
    text-transform: uppercase;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

.contact_page h4 {
    color: #000000;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}

section.banner-sec.inner .row {
    padding-top: 160px;
    text-align: center;
}

section.banner-sec.inner {
    height: 70vh;
}

section.banner-sec.inner h1 {
    font-size: 120.56px;
    margin-bottom: 10px;
    line-height: 100px;
}

section.banner-sec.inner .banner_text {
    padding-top: 30px;
}

section.banner-sec.inner p {
    color: #fff;
    width: 47%;
    margin: 0 auto;
    font-family: 'roboto';
    line-height: 23px;
    font-size: 15px;
}


/*---------------------------------------------------- Contact Inner Section End ----------------------------------------------------------- */




section.about-sec.inner-about-pg {
    margin-bottom: 140px;
}

.about-text.inner-about-text {
    padding: 80px 80px 60px 80px;
}






/* Account Page Start */

.login_area {
    border: 1px solid #dadada;
    padding: 40px;
    border-radius: 14px;
}

.register_area {
    border: 1px solid #dadada;
    padding: 30px;
    border-radius: 10px;
}

.login_content_area {
    position: relative;
    padding: 140px 0;
    background-image: url(../images/cart-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login_area h2 {
    font-size: 40px;

    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
}

.fields_area input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 0 20px;
    color: #000;
}

button.btn1.login-btn {
    width: 100%;
    border: 0;
    background-color: #e12319;
    color: white;
    line-height: 30px;
    font-size: 21px;
    border: 1px solid #0000002e;
    padding: 8px 0px;
    border-radius: 25px;
}

button.btn1.login-btn:hover {
    background-color: black;
}

.fields.custom-control p {
    margin-bottom: 0;
    padding-left: 10px;
    font-family: 'Roboto';
    font-size: 18px;
}

.f-pass a {
    color: #000000;
    font-size: 15px;
}

.f-pass {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    width: 70%;
}

.fields.custom-control.custom-radio {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.register_area h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
}

.fields_area.custom-control.custom-radio {
    padding-top: 20px;
}

.fields_area.custom-control.custom-radio p {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: start;
}

.fields_area.custom-control.custom-radio a {
    color: #e12319;
    text-decoration: underline;
}

input.form-control::placeholder {
    color: #94999f;
    font-size: 15px;

}

img.crt-5.act-7 {
    position: absolute;
    bottom: 15%;
    left: 40%;
}

img.crt-3.act-3 {
    bottom: 10%;
}

/* Account Page End */



/* Description Product Detail Css */

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

.description li.nav-item button {
    width: 200px;
    height: 70px;
    background-color: transparent;
    font-size: 20px;
    border-radius: 0;
    font-weight: 300;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #612fe6;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
} */

.rev-btn {
    display: inline-block;
}

.description {
    padding: 40px 0 80px;
    position: relative;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

button.btn1.tabs-btn {
    font-size: 16px;
    padding: 14px 50px;
    margin-top: 20px;
    display: block;
    background: #e12319;
    border: unset;
    color: #fff;
    text-transform: uppercase;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
}

.prd-det-page-review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prd-det-page-review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.prd-det-page-reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.prd-det-page-review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
    isolation: isolate;
    background: transparent;
}

.nav-tabs {
    margin-bottom: 30px;
}

.rev-btn h6 {
    font-size: 30px;
    margin-bottom: 20px;
}


/* Description Product Detail Css */


section.privacy-policy-sec {
    margin: 80px 0px;
}

.privacy-text-detail-sd h1 {
    font-size: 50px;
}

.privacy-text-detail-sd h2 {
    font-size: 37px;
}

.privacy-text-detail-sd ul li {
    list-style: disc;
    color: #000;
    margin-left: 18px;
}

.privacy-text-detail-sd p a {
    color: #e32319;
}


.login_content_area .input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.login_content_area .input-group input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    /* Right padding taake icon adjust ho */
    border-radius: 50px !important;
    border: 1px solid #ccc;
    background: #e9f0ff;
    /* Ensure background does not overlap */
    position: relative;
    z-index: 2;
    /* Ensure input is below the icon */
}

.login_content_area .input-group .icon {
    position: absolute;
    right: 15px;
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
    /* Ensure icon is above input */
    padding: 5px;
    border-radius: 50%;
}

span.has-error.help-block {
    display: block;
}

/* Default State */
/*.main_slider {
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}*/

/* Hide Main Slider when Search is Active */
body.search-active .main_slider {
    /*opacity: 0;*/
    background: black;
}

/* Search Overlay Background */
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* Dark Transparent Background */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: 99999;
}

/* When Active */
body.search-active #search-overlay {
    opacity: 1;
    visibility: visible;
}

/* Prevent clicks inside search box from closing */
.search-container {
    background: white;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 50%;
    position: relative;
}

/* Search Input */
.search-input {
    flex: 1;
    padding: 10px;
    font-size: 18px;
    border: none;
    outline: none;
}

/* Search Button */
.search-btn {
    background: #e12319;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* Close Button */
#close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.show_limit {
    color: black;
}

.popular-box-img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto 10px;
    /* border: 1px solid #d5d5d5; */
}

.brand-box img {
    height: 86px;
    width: auto;
}

.side-logo img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.theme-btn-one.coming-soon {
    padding: 10px 20px;
    cursor: not-allowed;
}

.btn-coming-soon {
    /*padding: 0px 0px 0px 18px;*/
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #e12319;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 -10px;
}

.btn-coming-soon:hover {
    color: black;
}

.testi-user-details img {
    display: none;
}

html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .popular-box-text p {
        font-size: 16px;
    }

    .popular-box-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .about-text {
        position: relative;
        top: 0;
        left: 0;
        padding: 50px 30px 130px 30px;
        width: 100%;
        border-radius: 20px;
    }

    .banner-logo-sd img {
        height: 700px;
        object-fit: cover;
    }

    .menuSec ul li a {
        padding: 0px 12px;
    }

    .header-icon-link ul li a {
        padding: 0;
    }

    .banner-text-absolute {
        bottom: -7px;
        left: 0;
        width: 85%;
        margin: auto;
        right: 0;
        padding: 60px 5% 40px;
    }
}

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

    .about-text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 20px;
        padding: 30px 40px 120px 30px;
    }

    .our-mission-slider-box {
        width: 100%;
        padding: 30px 25px 30px 30px;
    }

    .our-mission-slider .slick-slide {
        margin: 0px 0px;
    }

    h2 {
        font-size: 40px;
    }

    .our-products-top-heading {
        width: 80%;
        padding: 50px 40px 50px;
    }

    section.about-sec {
        margin: 60px 0px 20px;
    }

    .why-choose-slider-box img {
        height: 430px;
        width: 100%;
        object-fit: cover;
    }

    section.why-choose:before {
        height: 60px;
    }

    .ul-footer-link-flex {
        gap: 10px;
    }

    .footer-box.box-center {
        margin-left: 0%;
    }

    ul.footer-link-list li a {
        font-size: 12px;
        letter-spacing: 0px;
        gap: 20px;
    }

    .footer-box p {
        font-size: 12px;
        width: 90%;
    }

    .top-heading h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 5px;
    }

    .testi-slider-item {
        padding: 40px 40px 35px;
        border-radius: 15px;
    }

    .banner-logo-sd img {
        height: 600px;
        object-fit: cover;
        padding: 13px 14px;
        object-position: 47% 90px;
    }

    .banner-text-absolute {
        left: 0%;
        width: 100%;
        bottom: 0px;
        padding: 30px 5% 20px;
    }

    h1 {
        font-size: 55px;
        line-height: 60px;
        margin: 0px 0px 10px;
    }

    .about-img img {
        object-fit: cover;
    }

    .menuSec .col-lg-6.col-md-12.d-none.d-md-block {
        order: 3;
    }

    .header-icon-link ul li a i {
        font-size: 14px;
    }

    .header-icon-link ul li a p {
        font-size: 12px;
    }

    .menuSec ul {
        display: flex;
        margin-top: 25px;
        align-items: center;
        justify-content: space-evenly;
    }

    .main_slider .carousel-caption {
        bottom: 0;
    }


















}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    section.why-choose {
        overflow-x: hidden;
    }

    .about-text {
        position: relative;
        top: 0;
        left: 0;
        background: #202020;
        padding: 80px 80px 270px 80px;
        width: 100%;
    }

    .about-img img {
        height: 340px;
        object-fit: cover;
        border-radius: 15px;
    }

    .about-img {
        margin-bottom: 15px;
    }

    .about-text {
        position: relative;
        padding: 20px 15px 100px 15px;
    }

    h2 {
        font-size: 40px;
    }

    .banner-text-absolute {
        left: 0%;
        bottom: 0;
        width: 100%;
        padding: 25px 0px 15px 0px;
    }

    .banner-logo-sd img {
        height: 340px;
        padding: 0;
        object-fit: cover;
        object-position: 18% -21px;
    }

    .main_slider .carousel-caption {
        right: 5%;
        bottom: 0;
        left: 5%;
    }

    .menuSec {
        position: relative;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .header-icon-link {
        margin-top: 15px;
    }

    .header-icon-link ul li a i {
        font-size: 14px;
    }

    p {
        line-height: 18px;
        font-size: 12px;
    }

    .theme-btn-one-img {
        height: 35px;
        width: 35px;
    }

    .theme-btn-one p {
        font-size: 12px;
    }

    section.about-sec {
        margin: 40px 0px 40px;
    }

    .our-mission-absolute {
        margin-top: -72px;
        margin-left: 0%;
    }

    .our-mission-slider-box {
        width: 100%;
        padding: 20px 15px 20px 15px;
        border-radius: 20px;
    }

    .our-mission-slider .slick-slide {
        margin: 0px 0px;
    }

    section.our-products-sec {
        margin-bottom: 40px;
        padding: 0px 2% 40px;
    }

    .our-products-top-heading {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 15px 20px;
        border-radius: 0px 0px 30px 30px;
    }

    .our-products-box-text {
        padding: 10px 15px;
        overflow-x: hidden;
        border-radius: 0px 0px 12px 12px;
    }

    .our-products-box-img img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .why-choose-slider-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .why-choose-heading-box h2 {
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 40px;
    }

    .why-choose {
        margin-bottom: 40px;
    }

    section.popular-sec .container {
        padding: 40px 2% 30px;
    }

    .popular-top-heading {
        width: 100%;
        margin-bottom: 10px;
    }

    section.popular-sec {
        margin-bottom: 40px;
    }

    .top-heading h3 {
        font-size: 38px;
        line-height: 43px;
    }

    .testi-slider .slick-slide {
        width: unset !important;
    }

    .testi-slider .slick-slide.slick-current {
        width: unset !important;
    }

    .ul-footer-link-flex {
        gap: 30px;
    }


    .footer-box.box-center {
        margin-left: 0;
    }

    .footer-box h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .footer-box p {
        font-size: 12px;
        line-height: 20px;
        width: 95%;
    }

    .footer-box::after {
        display: none;
    }

    ul.footer-link-list li a {
        gap: 20px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
    }

    .footer-box {
        padding-top: 10px;
    }

    ul.bottom-list {
        gap: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }

    .bottom-text p {
        margin-bottom: 10px;
    }

    .bottom-imag {
        justify-content: center;
    }

    ul.bottom-list i {
        height: 35px;
        width: 35px;
        font-size: 12px;
    }

    section.testimonail.pb-10 {
        margin-bottom: 40px;
    }

    .testi-slider .slick-track {
        justify-content: center;
    }

    .testi-slider-item {
        padding: 30px 10px 15px;
        height: fit-content;
    }

    .testi-slider-item p {
        font-size: 12px;
    }

    .testi-slider .slick-slide.slick-current .testi-slider-item .testi-user-details {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .search-container {
        width: 97%;
        gap: 15px;
        position: relative;
        flex-direction: column;
    }

    .banner-logo-sd.inner-banner img {
        height: 250px;
    }

    .login_content_area {
        padding: 40px 0;
    }

    .login_area {
        padding: 20px 20px;
        margin-bottom: 15px;
    }

    .login_area h2 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .fields_area input {
        height: 40px;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    button.btn1.login-btn {
        font-size: 14px;
        padding: 5px 0px;
        border-radius: 25px;
    }

    .fields.custom-control p {
        font-size: 12px;
        min-width: 85px;
        padding-left: 5px;
    }

    .f-pass a {
        font-size: 12px;
    }

    .register_area h2 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .register_area {
        padding: 15px;
    }

    .fields_area.custom-control.custom-radio p {
        font-size: 12px;
        gap: 15px;
        margin-bottom: 10px;
        justify-content: start;
        flex-direction: column;
    }

    section.brand-sec {
        margin: 40px 0px;
    }

    .brand-box img {
        height: 53px;
    }

    .about-text.inner-about-text {
        padding: 20px 20px 10px 20px;
    }

    section.about-sec.inner-about-pg {
        margin-bottom: 40px;
    }

    section.productsec {
        padding: 40px 0 40px;
    }

    .main-shop-filter {
        justify-content: space-between;
        gap: 0px;
    }

    .frequently-list .panel-body li {
        padding: 10px 5px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .panel-groupnew .panel-title>a {
        padding: 10px 10px;
        font-size: 26px;
    }

    .popular-top-heading h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .all-category-box-text p {
        font-size: 16px;
    }

    .contact_page {
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .section_head h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .section_head {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .contact_detail_box {
        padding: 20px 10px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .contact_page h4 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .contact_detail_box figure img {
        height: 39px;
        width: 39px;
        object-fit: contain;
    }

    .contact_detail_box p {
        width: 80%;
        font-size: 12px;
        line-height: 18px;
    }

    .contact_form input {
        height: 40px;
        border: 1px solid #e4e4e4;
        margin-bottom: 15px;
    }

    .contact_form label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .productdetailsec .productdetailportion {
        height: 250px;
    }

    .productdetailtext h3 {
        font-size: 20px;
    }

    .productdetailtext span {
        font-size: 20px;
    }

    .productdetailtext p {
        font-size: 12px;
        line-height: 18px;
    }

    .productdetailtext ul li {
        font-size: 20px;
        flex-shrink: 0;
    }

    .iconlist {
        margin-top: 20px;
    }

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

    .description li.nav-item button {
        width: fit-content;
        height: 40px;
        font-size: 14px;
        padding: 12px 25px;
    }

    .our-products-top-heading.shop-detail-pro {
        width: 100%;
        margin: 0 auto 30px;
    }

    .add-to-cart .table-responsive {
        overflow-x: scroll;
    }

    .add-to-cart .table-responsive table.table {
        width: 950px;
    }

    .product-img {
        max-width: 85px;
        border: 1px solid #00000024;
    }


    .table> :not(:last-child)> :last-child>* {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 15px;
    }

    .total-section li {
        font-size: 14px;
        padding-bottom: 18px;
    }

    .total-section {
        margin-top: 35px;
        padding: 20px 15px 0px;
    }

    section.add-to-cart {
        padding: 40px 0;
    }

    .billing_form {
        padding: 20px 15px;
    }

    section.checkout_page.inner-bg {
        padding: 40px 0px;
    }

    .billing_form input {
        height: 45px;
        margin-bottom: 10px;
    }

    .billing_form {
        margin-bottom: 15px;
    }



}

@media only screen and (min-width: 0px) and (max-width: 519px) {

    section.why-choose {
        overflow-x: hidden;
    }

    .about-text {
        position: relative;
        top: 0;
        left: 0;
        background: #202020;
        padding: 80px 80px 270px 80px;
        width: 100%;
    }

    .about-img img {
        height: 340px;
        object-fit: cover;
        border-radius: 15px;
    }

    .about-img {
        margin-bottom: 15px;
    }

    .about-text {
        position: relative;
        padding: 20px 15px 100px 15px;
    }

    h2 {
        font-size: 40px;
    }

    .banner-text-absolute {
        left: 0%;
        bottom: 0;
        width: 100%;
        padding: 25px 0px 15px 0px;
    }

    .banner-logo-sd img {
        height: 340px;
        padding: 0;
        object-fit: cover;
        object-position: 18% -21px;
    }

    .main_slider .carousel-caption {
        right: 5%;
        bottom: 0;
        left: 5%;
    }

    .menuSec {
        position: relative;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .header-icon-link {
        margin-top: 15px;
    }

    .header-icon-link ul li a i {
        font-size: 14px;
    }

    p {
        line-height: 18px;
        font-size: 12px;
    }

    .theme-btn-one-img {
        height: 35px;
        width: 35px;
    }

    .theme-btn-one p {
        font-size: 12px;
    }

    section.about-sec {
        margin: 40px 0px 40px;
    }

    .our-mission-absolute {
        margin-top: -72px;
        margin-left: 0%;
    }

    .our-mission-slider-box {
        width: 100%;
        padding: 20px 15px 20px 15px;
        border-radius: 20px;
    }

    .our-mission-slider .slick-slide {
        margin: 0px 0px;
    }

    section.our-products-sec {
        margin-bottom: 40px;
        padding: 0px 2% 40px;
    }

    .our-products-top-heading {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 15px 20px;
        border-radius: 0px 0px 30px 30px;
    }

    .our-products-box-text {
        padding: 10px 15px;
        overflow-x: hidden;
        border-radius: 0px 0px 12px 12px;
    }

    .our-products-box-img img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .why-choose-slider-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .why-choose-heading-box h2 {
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 40px;
    }

    .why-choose {
        margin-bottom: 40px;
    }

    section.popular-sec .container {
        padding: 40px 2% 30px;
    }

    .popular-top-heading {
        width: 100%;
        margin-bottom: 10px;
    }

    section.popular-sec {
        margin-bottom: 40px;
    }

    .top-heading h3 {
        font-size: 38px;
        line-height: 43px;
    }

    .testi-slider .slick-slide {
        width: unset !important;
    }

    .testi-slider .slick-slide.slick-current {
        width: unset !important;
    }

    .ul-footer-link-flex {
        gap: 30px;
    }


    .footer-box.box-center {
        margin-left: 0;
    }

    .footer-box h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .footer-box p {
        font-size: 12px;
        line-height: 20px;
        width: 95%;
    }

    .footer-box::after {
        display: none;
    }

    ul.footer-link-list li a {
        gap: 20px;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0px;
    }

    .footer-box {
        padding-top: 10px;
    }

    ul.bottom-list {
        gap: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }

    .bottom-text p {
        margin-bottom: 10px;
    }

    .bottom-imag {
        justify-content: center;
    }

    ul.bottom-list i {
        height: 35px;
        width: 35px;
        font-size: 12px;
    }

    section.testimonail.pb-10 {
        margin-bottom: 40px;
    }

    .testi-slider .slick-track {
        justify-content: center;
    }

    .testi-slider-item {
        padding: 30px 10px 15px;
        height: fit-content;
    }

    .testi-slider-item p {
        font-size: 12px;
    }

    .testi-slider .slick-slide.slick-current .testi-slider-item .testi-user-details {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .search-container {
        width: 97%;
        gap: 15px;
        position: relative;
        flex-direction: column;
    }

    .banner-logo-sd.inner-banner img {
        height: 250px;
    }

    .login_content_area {
        padding: 40px 0;
    }

    .login_area {
        padding: 20px 20px;
        margin-bottom: 15px;
    }

    .login_area h2 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .fields_area input {
        height: 40px;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    button.btn1.login-btn {
        font-size: 14px;
        padding: 5px 0px;
        border-radius: 25px;
    }

    .fields.custom-control p {
        font-size: 12px;
        min-width: 85px;
        padding-left: 5px;
    }

    .f-pass a {
        font-size: 12px;
    }

    .register_area h2 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .register_area {
        padding: 15px;
    }

    .fields_area.custom-control.custom-radio p {
        font-size: 12px;
        gap: 15px;
        margin-bottom: 10px;
        justify-content: start;
        flex-direction: column;
    }

    section.brand-sec {
        margin: 40px 0px;
    }

    .brand-box img {
        height: 53px;
    }

    .about-text.inner-about-text {
        padding: 20px 20px 10px 20px;
    }

    section.about-sec.inner-about-pg {
        margin-bottom: 40px;
    }

    section.productsec {
        padding: 40px 0 40px;
    }

    .main-shop-filter {
        justify-content: space-between;
        gap: 0px;
    }

    .frequently-list .panel-body li {
        padding: 10px 5px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .panel-groupnew .panel-title>a {
        padding: 10px 10px;
        font-size: 26px;
    }

    .popular-top-heading h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .all-category-box-text p {
        font-size: 16px;
    }

    .contact_page {
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .section_head h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .section_head {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .contact_detail_box {
        padding: 20px 10px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .contact_page h4 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .contact_detail_box figure img {
        height: 39px;
        width: 39px;
        object-fit: contain;
    }

    .contact_detail_box p {
        width: 80%;
        font-size: 12px;
        line-height: 18px;
    }

    .contact_form input {
        height: 40px;
        border: 1px solid #e4e4e4;
        margin-bottom: 15px;
    }

    .contact_form label {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .productdetailsec .productdetailportion {
        height: 250px;
    }

    .productdetailtext h3 {
        font-size: 20px;
    }

    .productdetailtext span {
        font-size: 20px;
    }

    .productdetailtext p {
        font-size: 12px;
        line-height: 18px;
    }

    .productdetailtext ul li {
        font-size: 20px;
        flex-shrink: 0;
    }

    .iconlist {
        margin-top: 20px;
    }

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

    .description li.nav-item button {
        width: fit-content;
        height: 40px;
        font-size: 14px;
        padding: 12px 25px;
    }

    .our-products-top-heading.shop-detail-pro {
        width: 100%;
        margin: 0 auto 30px;
    }

    .add-to-cart .table-responsive {
        overflow-x: scroll;
    }

    .add-to-cart .table-responsive table.table {
        width: 950px;
    }

    .product-img {
        max-width: 85px;
        border: 1px solid #00000024;
    }


    .table> :not(:last-child)> :last-child>* {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 15px;
    }

    .total-section li {
        font-size: 14px;
        padding-bottom: 18px;
    }

    .total-section {
        margin-top: 35px;
        padding: 20px 15px 0px;
    }

    section.add-to-cart {
        padding: 40px 0;
    }

    .billing_form {
        padding: 20px 15px;
    }

    section.checkout_page.inner-bg {
        padding: 40px 0px;
    }

    .billing_form input {
        height: 45px;
        margin-bottom: 10px;
    }

    .billing_form {
        margin-bottom: 15px;
    }
}

/*Media Query End*/

a.btn1.tabs-btn {
    font-size: 16px;
    padding: 14px 50px;
    margin-top: 20px;
    display: block;
    background: #e12319;
    border: unset;
    color: #fff;
    text-transform: uppercase;
}
  section.comment_page{
    padding: 50px;
  }
    .comment_page{
      margin: 20px 20px;
  }
    .comment_page h2{
        text-align: center;
        border-bottom: 1px solid black;
        border-width: 4px;
        font-size: 30px;
  }
  .comment_page .client-review-box {
      box-shadow: 0 0 5px 1px #989898;
      border-radius: 10px;
      padding: 20px;
      margin: 20px 0;
  }

  .comment_page ul.client-list-review {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 20px;
  }

  .comment_page ul.client-list-review li {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 5px;
  }

  .comment_page ul.client-list-review img {
      width: 80px;
      height: 80px;
      border-radius: 100px;
      object-fit: cover;
      box-shadow: 0 0 5px 1px #989898;
  }

  .comment_page ul.client-list-review h5 {
      font-size: 24px;
      color: #000;
      text-transform: capitalize;
      font-weight: 500;
  }

  .comment_page ul.client-list-review h6 {
      font-size: 16px;
      color: #666;
      font-family: "Montserrat";
  }

  .comment_page ul.client-list-review li i {
      font-size: 20px;
      color: #c78b1b;
  }

  .comment_page .client-info {
      margin-left: 15px;
  }

  .comment_page .client-review-box p {
      font-size: 16px;
      color: #000;
      /* font-family: "Roboto"; */
  }

  .comment_page .prd-det-review-form .row {
      align-items: center;
  }

  .comment_page .prd-det-discription-content p {
      text-align: justify;
      font-size: 14px;
      color: #0b0c0c;
      font-family: "Montserrat";
      font-weight: 500;
      line-height: 23px;
      padding-bottom: 0;
  }

  .comment_page .prd-det-additional-content p {
      text-align: justify;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 10px;
  }

.productspecification{
    background-color: white !important;
    height: 50px;
}
a.linkproduct {
    color: #e12319;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}
.about-text h4 {
    color: white;
    font-size: 22px;
    font-weight: 500;
}

.about-text h3 {
    color: white;
    font-size: 22px;
    font-weight: 500;
}
.testipage {
    margin: 30px 0 0 0;
}
section.testimonail.pt-8{
    padding-top : 80px;
}
.num-block.skin-2.checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 70px;
}
.quanity.product-detail.cart-pag-qunty.checkout {
    margin: 0 0 0 0;
}