@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;
}

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;
}


/***** Font Files *****/

@font-face {
    font-family: 'elmessiri-regular';
    src: url(../fonts/elmessiri-regular.otf);
}

@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 *****/

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'elmessiri-regular';
    font-size: 65px;
    line-height: 70px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'elmessiri-regular';
    font-size: 44px;
    line-height: 54px;
    color: #0b0b0b;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;

}

h3 {
    font-family: 'elmessiri-regular';
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 20px;
}

h4 {
    font-family: 'elmessiri-regular';
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0 0 20px;
}

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: 20px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    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: #000000;
    padding: 10px 23px;
    font-size: 16px;
    text-transform: uppercase;
}

.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: #28b16d;
}

.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:hover a {}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

section.main_slider .container {
    z-index: 9;
}

.menuSec .container {
}

.btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5b6a4c;
    padding: 0 30px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
}

.header-cart a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #bda4ce;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.header-logo img {
    object-fit: cover;
}

section.main_slider {
    position: relative;
}

section.main_slider:before {
    content: '';
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    width: 89%;
    height: 81%;
    z-index: 1;
    margin: 0 auto 0;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    /* opacity: 0.9; */
}


/*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 */

.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: rgb(91 106 76 / 92%);
}

.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-bottom-txt h4 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-family: 'Poppins';
    line-height: 40px;
    text-transform: uppercase;
}

.banner-bottom-txt {
    width: 70%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}


/*banner css end*/

/* About Start */
section.about-sec {
    padding: 100px 0;
}

.about-img > img {
    width: 87%;
    height: 505px;
    border-radius: 20px;
    object-fit: cover;
    margin: 0  0 0 auto;
}

.about-img {
    text-align: right;
    position: relative;
}

.about-top-img {
    width: 200px;
    height: 225px;
    border: 5px solid #fff;
    position: absolute;
    top: -40px;
    border-radius: 20px;
    left: 0;
}

.about-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.about-experience ul {
    background: #5b6a4c;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 10px 5px 5px;
    border-radius: 50px;
    gap: 10px;
}

.about-experience ul li h6 {
    margin: 0;
    font-family: 'elmessiri-regular';
    color: #fff;
    text-align: left;
}

.about-experience ul li img {
    background: #bda4ce;
    object-fit: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.about-experience {
    position: absolute;
    bottom: 40px;
    left: 0;
}

.about-txt ul {
    padding-left: 0;
}

.about-txt ul li h4 {
    color: #0b0b0b;
    font-size: 30px;
    font-family: 'elmessiri-regular';
    margin: 0;
    line-height: 40px;
}

.about-txt ul li {
    border: 2px solid #5a7341;
    margin: 0 0 10px;
    border-radius: 20px;
    padding: 12px;
    padding-left: 120px;
    position: relative;
}

.about-txt ul li:before {
    content: '\f00c';
    font-family: FontAwesome !important;
    position: absolute;
    left: 40px;
    top: 26px;
    background: #bda4ce;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.about-txt h2 {
    margin: 0;
}

.about-txt p {
    margin: 0 0 10px;
}

/* About End */

/* HEalth Land Start */

section.health-lannd-sec {
    background-image: url(../images/health-back.jpg);
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.health-land-img img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 0;
}

.pd-0 {
    padding: 0;
}

.health-land-txt {
    background: #fff;
    height: 100%;
    padding: 0 50px;
    border-radius: 0 0 0 30px;
    display: inline-grid;
    align-content: center;
    position: relative;
    z-index: 9;
}

section.health-lannd-sec:before {
    content: '';
    position: absolute;
    background-color: #5b6a4ce3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.health-land-img {
    position: relative;
    z-index: 9;
}

/* HEalth Land End */

/* Service Start */
section.service-sec {
    padding: 100px 0;
}

.service-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-right: 1px solid #fff;
}

.service-txt {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-left: 0;
}

.service-txt h4 {
    text-transform: uppercase;
    margin: 0;
}

.service-txt a {
    font-size: 14px;
    color: #5b6a4c;
    text-decoration: underline;
    font-family: 'Poppins';
    font-weight: 500;
}

.service-txt p {
    margin: 0;
    text-align: justify;
}

.service-main-img img {
    width: 100%;
    height: 489px;
    object-fit: cover;
    border-radius: 20px 20px 0 20px;
}

.service-main-img {
    margin-top: -100px;
}

.ser-head {
    padding-left: 30px;
}

.serhead-btn {
    text-align: right;
}

/* Service End */

/* Place order Satrt */
.place-order-form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #5b6a4c;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 20px;
    background-color: transparent;
}

.place-order-form form textarea {
    width: 100%;
    height: 150px;
    padding: 20px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #5b6a4c;
    margin: 0 0 20px;
    background-color: transparent;
}

.place-order-form form button {
    border: 0;
    padding: 0 50px;
}

.product-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.product-txt {
    margin-top: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
}

section.place-order-sec {
    background-color: #dee1db;
    padding: 100px 0;
}

.product-txt h3 {
    font-size: 36px;
    margin: 0;
    line-height: 40px;
    color: #000;
    font-family: 'elmessiri-regular';
    text-transform: uppercase;
}

.product-txt span {
    font-size: 18px;
    font-family: 'Poppins';
    color: #576448;
    font-weight: 600;
}

/* Place order End */

/* testi Start */
li.profile img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -20px;
}

.test-box {
    background: #bda4ce;
    padding: 0 20px 20px;
    border-radius: 20px;
}

.test-box ul {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

li.profile {
    position: relative;
}

li.profile i {
    background: #5b6a4c;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
}

li.start i {
    color: #ffc107;
}

.test-box p {
    color: #fff;
}

.test-box h5 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins';
}

.test-box p {
    margin: 0 0 10px;
}


.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-slide {
    margin: 38px 5px;
}

section.testimonial-sec {
    padding: 100px 0;
}

.testi-slider .slick-dots li button:before {
    color: #bda4ce;
    opacity: 1;
    width: 40px;
    background: #bda4ce;
    height: 7px;
    border-radius: 10px;
    content: '' !important;
}

.testi-slider .slick-dots li {
    width: 42px;
}

.testi-slider .slick-dots li button {
    width: 40px;
}

.testi-slider .slick-dots li.slick-active button:before {
    background: #000;
    opacity: 1;
}

/* Testi End */

/* Footer Start */
footer {
    background: #5b6a4c;
    padding-bottom: 30px;
}

.footer-logo > img {
    width: 100%;
    background: #fff;
    object-fit: cover;
    padding: 60px 30px 30px;
    margin: 0 0 20px;
}

.footer-logo p {
    color: #fff;
    text-align: justify;
}

.footer-contact {padding-left: 30px;}

footer h3 {
    padding-top: 60px;
    color: #fff;
    font-size: 28px;
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin: 0 0 40px;
}

.footer-contact ul {
    display: flex;
    gap: 10px;
}

.footer-contact ul li a {
    color: #fff;
}

.footer-contact ul li {
    color: #fff;
    font-size: 14px;
}

.footer-contact ul li i {
    font-size: 16px;
}

.footer-link ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 14px;
    display: block;
}

.footer-contact img {
    margin-top: 20px;
    width: 80%;
    object-fit: cover;
}

ul.foter-chat {
    display: flex;
    align-items: center;
    background: #bda4ce;
    padding: 20px;
    border-radius: 10px;
    gap: 10px;
    width: fit-content;
}

ul.foter-chat li i {
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.foter-chat li span {
    display: block;
    color: #fff;
}

ul.foter-chat li a {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

ul.footer-social {
    display: flex;
    align-items: center;
    background: #fff;
    width: fit-content;
    border: 1px solid #000;
    gap: 10px;
    padding: 5px;
    border-radius: 5px;
}

ul.footer-social li a {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
}

.footer-bottom-sec {
    border-top: 1px solid #fff;
    margin-top: 40px;
}

.copy-right {
    background: #bda4ce;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: -28px;
}

.copy-right p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.footer-link {
    padding-left: 50px;
}

ul.footer-social li a:hover {
    box-shadow: inset 50px 0 0px 0 #5b6a4c;
    transition: 1.5s ease-in-out;
    color: #fff;
}

.btn_badam {
    background: #bda4ce;
}
/* Footer End */


/* Inner PAges Start */

.inner-banner-sec:before {
    height: 81% !important;
}

.inner-banner-sec .banner_img img {
    height: 400px;
}

.inner-banner-sec .carousel-item > img {
    height: 74vh;
}

.inner-banner-sec .banner_img {
    text-align: right;
}

img.img-fluid {
    width: 100%;
    object-fit: cover;
}
.about-extra {
    margin-top: 20px;
}

/* Gallery Start */
.gallery-img img {
    height: 490px;
    width: 100%;
    border-radius: 20px;
}

.slick-slide {
    opacity: 1;
}

section.gallery-sec {
    padding: 100px 0;
}


.gallery-slider .slick-prev:before , .gallery-slider .slick-next:before {
    content: '\f355';
    font-family: 'FontAwesome';
    background: #5b6a4c;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* Gallery Start */

/*booking*/

.book-in input {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    margin: 0 0 21px;
    padding: 20px;
    background: #f8f8f8;
}

.book-in textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #000;
    margin: 0 0 30px;
    padding: 20px;
    background: #f8f8f8;
}

section.book-sec {
    padding: 90px 0;
}

.book-in {
    text-align: center;
}

.book-in button:hover {
    background: #5b6a4c;
}

.book-in button {
    width: 50%;
    border: none;
    height: 55px;
    background: #bda4ce;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 36px;
    text-align: center;
    margin: 0 auto;
}

/*booking*/

/*cart-pg start*/

.add-to-cart {
    position: relative;
    padding: 110px 0;
    background-image: url(../images/cont-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.add-to-cart thead {
    color: #fff;
    border-radius: 20px;
    background: #bda4ce;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 19px;
    padding-right: 0 !important;
    font-family: 'Poppins';
    font-weight: 500;
}

.add-to-cart thead tr th {
    font-size: 19px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.table-space h3 {
    font-size: 18px;
    color: #a2a1a1;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: poppins;
}

.table-space span {
    font-size: 22px;
    text-transform: uppercase;
    color: #a2a1a1;
    font-weight: 400;
}

.product-img-cart {
    /* border: 1px solid #d8d5d5; */
    display: inline-block;
    width: 80%;
    height: 125px;
    padding: 10px 0px;
    /* background-color: #ffffff; */
    text-align: center;
    object-fit: scale-down;
    border-radius: 10px;
}

.poduct-name {
    margin-left: 10px;
}

.table-space {
    display: flex;
    align-items: center;
    width: 100%;
}



.add-to-cart a {
    font-size: 18px;
    display: block;
    /* text-align: center; */
    padding-top: 9px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 500;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.poduct-name span:nth-child(2) {
    margin-bottom: 5px;
    display: inline-block;
}

.add-to-cart h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 40px;
    font-family: 'Poppins';
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #ccc;
    position: relative;
}

a.remove {
    font-size: 26px;
    color: white;
    padding: 10px 17px;
    margin-top: 35px;
    /* transform: skewX(-15deg); */
    /* width: fit-content; */
    /* display: flex; */
    /* justify-content: end; */
    position: absolute;
    /* right: 494px; */
    border-radius: 5px;
    background: #000000;
    right: 0;
}


.proceed i {
    margin-left: 10px;
    color: #000;
}

.proceed .checkout-btn {
    background-color: #df1a2b;
    border: none;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #c8c8c8;
    /* top: 25px; */
    padding: 40px 50px;
    border-radius: 5px;
    background-color: #fff;
}

.or-amazon p {
    font-size: 16px;
    position: absolute;
    background: #fff;
    top: -20px;
    left: 50%;
    padding: 5px 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
    transform: translateX(-50%);
    border: none;
    font-weight: 500;
    font-family: 'Poppins';
}

.or-amazon img {
    width: 60%;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    border: 1px solid #f1f1f1;
    padding: 35px 35px;
    background-color: #fff0;
    background-color: #f9f9f9;
    border-radius: 15px;
}

.total-section li {
    font-size: 20px;
    padding-bottom: 10px;
    color: #757272;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: uppercase;
    /* font-family: 'Saudagar'; */
}

li.color-change {
    font-size: 26px;
    font-weight: 400;
    padding-top: 30px;
    color: #757272;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    background-color: #f9f9f9;
    padding: 50px;
    margin-top: 100px;
    /* border: 1px solid #e5e5e5; */
    border-radius: 20px;
}

.ship-estimate ul {
    margin-top: 0px;
    margin-bottom: 0;
}

.ship-estimate li {
    font-size: 20px;
    margin-bottom: 5px;
    /* font-family: 'Montserrat'; */
    color: #0000005e;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.product-img-cart img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.nice-select .list {
    height: 350px;
    overflow-y: scroll;
}

.total-section ul {
    margin: 0;
}


.input-number {
    border-radius: 5px;
    background: #f7f7f7;
    width: 100%;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    color: #a2a1a1;
    height: 51px;
    border: none;
}

.carousel-control-next-icon {
    background: none;
    position: relative;
}

.carousel-control-next-icon:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    color: #00000069;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.carousel-control-prev-icon {
    background: none;
    position: relative;
    left: -38px;
}

.carousel-control-prev-icon:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    color: #00000069;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;

}

.input-number-decrement,
.input-number-increment {

    width: 50px;

    line-height: 48px;

    background: #fff0;

    color: #000;

    text-align: center;

    font-weight: bold;

    cursor: pointer;

    display: inline-flex;

    align-items: center;

    justify-content: center;
}

.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 0;
}

.input-number-increment {
    border-left: none;
    border-radius: 0;
}

.quan {
    margin-top: 20px;
    margin-bottom: 0;
}



.quantity_counter_wrap span {
    color: #000;
    font-size: 18px;
}

.quantity_counter_wrap {
    padding: 0 0 10px;
    /* border-bottom: 1px solid #464646; */
}

.proceed .btn_theme_green {
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    background: #5b6a4c;
    font-size: 18px;
    margin-top: 50px;
}

.continue_btn.continue_btn1 a {
    text-align: left;
}

/*CART END*/

/*CHECKOUT*/

.digi-form [type="radio"]:checked+label:before,
.digi-form [type="radio"]:not(:checked)+label:before {
    display: none;
}

#state {
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
}

#state1 {
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
}

.pay_img1 {
    width: 20%;
}

.pay_img {
    width: 20%;
}

.checkout-main {
    padding: 5% 0;
}

.panel-default>.panel-heading h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 0px 0px;
}

.panel-default>.panel-heading h4 a {
    text-decoration: none !important;
    transition: all 0.5s;
    color: #000000 !important;
    width: 100%;
    background-color: #fff;
    padding: 17px;
    display: block;
}

.chk-left .panel-default>.panel-heading {
    color: #333;
    background-color: #a8d454;
    border-color: inherit;
    padding: 0px;
}

.order-guest {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.order-guest li {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.digi-form [type="radio"]:checked+label:before,
.digi-form [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #a8d454;
    border-radius: 100%;
    background: #fff;
}

form [type="radio"]:not(:checked)+label:after {
    width: 12px;
    height: 12px;
}

.form-p .btn-theme {
    margin: 10px 0;
}

label {
    color: #a4a1a1;
    text-transform: capitalize;
    font-size: 13px;
    display: inline;
    align-items: center;
}

.panel-body p.creat-account {
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

.panel-body {
    padding: 20px 12px;
}

.citem {
    padding-left: 10px;
}

.panel.panel-default {
    /* border: 1px solid #dfdfdf; */
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #dfdfdf;
    padding: 20px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
}

.panel-default {
    border-color: #b5b5b5;
}

.chk-left a.show {
    float: right;
    margin-top: -70px;
    background-color: #5b6a4c;
    border-radius: 0;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.chk-left .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    margin-bottom: 30px;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkbox p {
    padding-left: 0px;
}

.cont {
    background-image: linear-gradient(to top, #61045f 0%, #791289 51%, #af44c3 100%);
    padding: 12px 50px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

.payment-div p {
    font-family: 'Poppins';
    color: #6b6969;
    font-weight: 500;
    font-size: 14px;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-button::after {
    display: none;
}

.accordion-item:not(:first-of-type) {
    margin: 27px 0;
    border: 0;
}


/*.chk-left button..showed {
    float: right;
    margin-top: -50px;
    background: #a8d454;
    border-radius: 0;
    padding: 10px 34px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
  }*/

p.opt {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 14px;
}

.policies {
    border: 1px solid #dfdfdf;
    padding: 20px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
}

.cart-bottom {
    display: flex;
    align-items: center;
    padding: 21px 0;
}

.cart-bottom i {
    color: #000;
    font-size: 30px;
    margin-top: 0 !important;
}

.cart-bottom i {
    color: #000;
    font-size: 30px;
    margin: 0;
    display: flex;
    align-items: center;
}

.cart-bottom li p {
    color: #b3b1b1;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
    width: 76%;
}

.cart-bottom li a:hover {
    text-decoration: none;
    color: #000;
}

.checkout-main {
    padding: 100px 0;
}

.leavereply h1 {
    color: #8a007f;
    font-size: 40px;
    text-transform: capitalize;
}

.rating .stars span {
    color: #d9a420 !important;
}

.leavereply input[type="text"],
.leavereply input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    height: 50px;
    padding: 0 30px;
}

.leavereply textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    resize: none;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    padding: 20px 30px;
}

.leavereply input[type="submit"] {
    float: right;
    text-align: center;
    border: 0;
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background-color: #e94259;
}

.leavereply input[type="submit"]:hover {
    color: #fff;
    background-color: #8a007f;
}

.citem p {
    font-family: 'Poppins';
    color: #999595;
    font-size: 13px;
    line-height: 26px;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    width: 100%;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.chk-bx {
    margin-bottom: 20px;
}

.chk-bx .form-check .form-check-input {
    border-radius: 0;
    border-width: 1px;
    border-color: #26706f;
    accent-color: red;
}

.checkout-main label {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
}

.chk-bx .form-check label {
    padding-left: 10px;
}

.form-p p {
    color: #6b696978;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins";
}


/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
    display: none;
}

.selectdiv select {
    appearance: none;
    display: block;
    /* max-width: 320px; */
    height: 50px;
    width: 261px;
    /* margin: 5px 0px; */
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /* background-color: #ffffff; */
    background-image: none;
    /* border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv2 select {
    appearance: none;
    display: block;
    /* max-width: 320px; */
    height: 50px;
    width: 130px;
    /* margin: 5px 0px; */
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /* background-color: #ffffff; */
    background-image: none;
    /* border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv2:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.selectdiv2 select:focus {
    border: 0px;
}

.mr_list li {
    display: inline-block;
    margin-right: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #bda4ce;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    height: 70px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: bold;
    border-radius: 30px 30px 0px 0px;
}

.order-guest {
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

.rdio-btn input[type="radio"] {
    border-color: #016a78;
    width: 18px;
    height: 18px;
    border-width: 1px;
    margin-right: 10px;
}

.rdio-btn ul li .form-check {
    margin-right: 30px;
}

.rdio-btn ul {
    display: flex;
    margin-bottom: 20px;
}

button.accordion-button.collapsed {
    height: 90px;
    background: #f7f7f7;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
    border: 1px solid #d8d5d5;
    border-radius: 13px;
}
.pull-right {
    text-align: right;
}

button.btn1 {
    background: #bda4ce;
    border: 0;
    width: 24%;
    padding: 15px;
    /* margin-top: 30px; */
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 7px;
}

.pasrd {
    position: relative;
}

.birth {
    position: relative;
}

p.opt {
    position: absolute;
    right: -70px;
    top: 4px;
    color: #7e7e7e;
}

.check-inp {
    margin-left: 24%;
}

.rdio-btn ul {
    list-style-type: none;
}

.form-p a {
    color: white;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto';
    background-color: #e2f0c2;
    padding: 10px 90px;
    text-transform: uppercase;
}

.cart-bottom ul {
    list-style-type: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-radius: 20px;
}

.payment-div img {
    width: 130px;
}

section.checkout-main .panel-body ul {
    border: 0;
}

/*CHECKOUT END*/

/*contact start*/

.contact-us-pg{
          padding: 70px 0px;
        }
.contact-us-pg h3 {
    text-transform: none;
    color: #000000;
    font-size: 47px;
    font-family: 'elmessiri-regular';
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h6.contactinfo {
    color: #000 !important;
}

.contact-us-pg p span {
    display: block;
}

.contact-us-pg p {
    font-size: 17px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #505050;
}
.contact-us-pg input{margin-top: 20px;width: 100%;padding: 15px 10px;border: 1px solid #d2d2d2;border-radius: 3px;}
.contact-us-pg input::placeholder {
    color: #000 !important;
}
.contact-us-pg textarea::placeholder {
    color: #000 !important;
}
.contact-us-pg textarea{
margin-top: 20px;
width: 100%;
padding: 15px 10px;
border: 1px solid #d2d2d2;
border-radius: 3px;
height: 120px;
resize: none;
}
.detai-s {
    position: relative;
    padding: 36px 15px;
}
.contact-us-pg input::placeholder {
  color: #bab9b9;
}
.contact-us-pg textarea::placeholder {
  color: #bab9b9;
}
.detai-s{
    margin-top: 0px;
    padding-bottom: 0px;
}

.detai-s i {
    color: #000000;
    line-height: 80px;
    font-size: 44px;
}

.detai-s a{
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    padding-left: 26px;
}

.socails ul{
display: flex;
}
  .socails ul li{
    padding-right: 15px;
  }
.socails ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #000000;
    border: 1px solid #ffffff;
    background: #004a9800;
    font-size: 20px;
    transition: 1.5s ease-in-out;
    border: 1px solid #000;
    border-radius: 50%;
}
  .socails ul li i:hover{
    transform: rotate(360deg);
    font-size: 21px;
  }

  .f-1{
    background-color: #e6be8a;
  }
  .f-2{
    background-color:#00adef ;
  }
  .f-3{
    background-color:#cc0001 ;
  }
  .f-4{
    background-color:#2c567e ;
  }
  .f-5{
    background-color:#f96a02 ;
  }
  .detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px;
}
.detai-s h6 {
    margin: 0;
    color: #ffffff;
    padding-left: 20px;
}
.detai-s .row {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.Leave-wrap {
    background: #fff;
    box-shadow: 0 0 8px 0 #b7b7b7;
    /* padding: 60px 20px; */
    background: #ffffff;
    padding-left: 0;
    margin-left: 0;
    z-index: -1;
    height: auto;
    padding: 70px 60px;
    border-radius: 20px;
}

.carousel-inner.pag .carousel-caption {
    top: 10%;
}


.Leave-wrap p {
    color: #000000;
    margin: 0;
}
.Leave-wrap button {
    font-family: 'Poppins';
    color: #fff;
    background: #bda4ce;
    font-size: 20px;
    width: 26%;
    padding: 12px 20px;
    border-radius: 5px;
    border: unset;
    margin-top: 20px;
}
section.contact-us-pg {
    position: relative;
}
section.contact-us-pg:after {
    content: '';
    position: absolute;
    background-image: url(../images/circle-yellow.png);
    width: 22%;
    height: 449px;
    top: -218px;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
}

/*robot*/

.captcha {
    background-color: #f9f9f9;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 10px 0;
}



.text {
    font-size:1.75em;
    font-weight:500;
    margin-right:1em;
}
.spinner {
    position:relative;
    width:2em;
    height:2em;
    display:flex;
    margin:2em 1em;
    align-items:center;
    justify-content:center;
}
input[type="checkbox"] {position: absolute;opacity: 0;z-index: -1;}
input[type="checkbox"]+.checkmark {
    display:inline-block;
    width:2em;
    height:2em;
    background-color:#fcfcfc;
    border:2.5px solid #c3c3c3;
    border-radius:3px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}
input[type="checkbox"]+.checkmark span {
    content:'';
    position:relative;/*
    position:absolute;
    border-bottom:3px solid;
    border-right:3px solid;
    border-color:#029f56;*/
    margin-top:-3px;
    transform:rotate(45deg);
    width:.75em;
    height:1.2em;
    opacity:0;
}
input[type="checkbox"]+.checkmark>span:after {
    content:'';
    position:absolute;
    display:block;
    height:3px;
    bottom:0;left:0;
    background-color:#029f56;
}
input[type="checkbox"]+.checkmark>span:before {
    content:'';
    position:absolute;
    display:block;
    width:3px;
    bottom:0;right:0;
    background-color:#029f56;
}
input[type="checkbox"]:checked+.checkmark { 
    animation:2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span { 
    animation:1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes bottomslide {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes rightslide {
    0% {height:0;}
    100% {height:100%;}
}
.logo {
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    align-self:flex-end;
    margin:0.5em 1em;
}
.logo img {
    height:2em;
    width:2em;
}
.logo p {
    color:#9d9ba7;
    margin:0;
    font-size:1em;
    font-weight:700;
    margin:.4em 0 .2em 0;
}
.logo small {
    color:#9d9ba7;
    margin:0;
    font-size:.8em;
}
@keyframes spin {
    10% {
        width:0;
        height:0;
        border-width:6px;
    }
    30% {
        width:0;
        height:0;
        border-radius:50%;
        border-width:1em;
        transform: rotate(0deg);
        border-color:rgb(199,218,245);
    }
    50% {
        width:2em;
        height:2em;
        border-radius:50%;
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    70% {
        border-width:4px;
        border-color:rgb(199,218,245);
        border-right-color:rgb(89,152,239);
    }
    90% {
        border-width:4px;
    }
    100% {
        width:2em;
        height:2em;
        border-radius:50%;
        transform: rotate(720deg);
        border-color:transparent;
    }
}
::selection {
    background-color:transparent;
    color:teal;
}
::-moz-selection {
    background-color:transparent;
    color:teal;
}

/*robot*/

.map iframe {
    width: 100%;
    height: 780px;
}

/*contact start*/


/* Product Detail Page Start */

section.product-detail-page {
    position: relative;
    padding: 80px 0 0;
}

.product-detail-head ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin: 20px 0 40px;
}

.product-detail-head ul i {
    color: #ffc107;
}

.product-detail-head ul span {
    color: #5b6a4c !important;
    padding-left: 15px;
    font-size: 15px;
}

ul.cost-detail h5 {
    font-size: 47px;
    color: #bda4ce;
    font-family: 'Poppins';
}

ul.cost-detail span {
    font-size: 24px;
    color: #868686;
    text-decoration: line-through;
    padding-left: 50px;
}

.product-details-title p {
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 0;
    color: #868686;
}

.product-detail-head h2 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
}

.product-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}


.product-btn a {
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5b6a4c;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
}

section.product-detail-page .row {
    align-items: center;
}

.productdtl-mn-fr.slick-initialized.slick-slider img {
    height: 500px;
    width: 100%;
    object-fit: scale-down;
    border-radius: 0;
    background-color: rgb(242 242 242);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.product-details-title ul li {
    list-style: initial;
    color: #ffffff70;
}

ul.cost-detail li {
    list-style: none;
}

.product-cate p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0;
}

.product-cate {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    width: 150px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    height: 60px;
    margin-right: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #edc36c;
    border-color: 0;
}

.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    background-color: #fff0;
    color: #000;
    border: 0;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    /* border: 1px solid #fff; */
    height: 40px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    width: 30px;
    line-height: 38px;
    background: transparent;
    color: #a2a1a1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #000; */
}

.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.quan {
    margin-top: 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
}

a.btn1.crt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    background: #fff;
    height: 58px;
    border-radius: 35px;
    text-transform: uppercase;
    border: 1px solid #cccbcb;
    background: transparent !important;
}

a.btn1.buy-btn {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 0;
    margin-top: 30px;
    height: 60px;
}

section.product-sec.pr-pg-1 {
    padding: 0 0 90px;
}

.product-head-pg {
    margin-bottom: 50px;
    text-align: left;
    border-bottom: 2px solid #ffffff78;
}


.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: #bda4ce;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
}

.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: 10px 50px;
    margin-top: 20px;
    display: block;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .tab-content p {
    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 {
    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;
}

.product-cate p span {
    color: #000;
}
.product-detail-head p {
    margin: 0;
}

.productdtl-mn-nv img {
    background: #000;
    object-fit: contain;
    width: 150px;
    height: 150px;
}

.productdtl-mn-fr {
    margin: 0 0 30px;
}

.product-size h5 {
    font-size: 24px;
    color: #868686;
}

.product-size ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.product-size ul li a {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins';
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.size-guide {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 35px;
    padding-top: 20px;
}

.size-guide h5 {
    font-size: 25px;
    margin: 0;
}

.size-guide i {
    color: #000;
    font-size: 40px;
}

.prdct-dtl-img img {
    width: auto;
    height: auto;
    border-radius: 10px;
}
.prdct-dtl-img {
    border: 2px solid #888888;
    border-radius: 30px;
    height: 530px;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
}


/* Description Product Detail Css */



.inner-service-sec .service-main {
    margin: 0 0 30px;
}
.service-detail-main img {width: 100%;height: 670px;object-fit: cover;border-radius: 30px;margin: 0 0 20px;}

section.service-detail-sec {
    padding: 100px 0;
}
/* Inner PAges End */