@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..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;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

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

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

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

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

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

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

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

img {
    max-width: 100%
}


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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

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

.over-flow-h {
    overflow: hidden;
}

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

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

h1 {
    color: #fff;
    margin: 0 0 0px;
    font-size: 130px;
    font-weight: 500;
    font-family: 'Roboto';
}

h2 {
    color: #000;
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Playfair';
    font-family: 'Roboto';
}

h3 {
    font-size: 30px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 600;
    font-family: 'Playfair';
    font-family: 'Poppins';
}

h4 {
    color: #000;
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Roboto';
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Poppins';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Poppins';
}

p {
    margin: 0px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Poppins';
}

.theme-btn-1 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-width: 0px;
    border-radius: 3px;
    border-style: none;
    padding: 12.5px 40px;
    pointer-events: auto;
    font-family: 'Roboto';
    filter: brightness(100%);
    transform: translate(0px, 0px);
    background: rgb(46, 111, 189);
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

/*header css start */

.menuSection {
    padding: 16.5px 4%;
    transition: ease-out;
    background-color: #000;
    transition-duration: 0.5s;
}

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

.header-logo {
    width: 100%;
    height: 72px;
    padding: 5px 0px;
    transition: ease-out;
    transition-duration: 0.5s;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.header-cart {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
    padding: 0px 81px;
}

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

.menuSec li ul {
    display: none;
}

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

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

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

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

.menuSection.HeaderBoxFixed {
    top: 0;
    z-index: 9;
    width: 100%;
    position: fixed;
    padding: 0px 4%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSection.HeaderBoxFixed .header-logo {
    height: 60px;
    transition: ease-in;
    transition-duration: 0.5s;
}

/*header css start */


/*banner css start */

.main_slider {
    height: 800px;
    display: flex;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../images/new-banner.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: #000;
}

.main_slider .row {
    position: relative;
}

.banner_text {
    padding-left: 3%;
}

.banner_text h4 {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto';
}

.banner_text p {
    color: #fff;
    font-size: 25px;
    max-width: 500px;
    line-height: 35px;
    margin-bottom: 50px;
}

/*banner css end*/

/* inner-banner */

.inner-banner {
    min-height: 400px;
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/banner.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-banner::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: #000;
}

.inner-banner .row {
    position: relative;
}

.inner-banner h1 {
    font-size: 80px;
}

/* inner-banner */

/* search box css */

/* Search toggle button styles */

.cart-icon {
    gap: 20px;
    display: flex;
    color: white;
    padding: 0px 0px;
    position: relative;
    border-radius: 30px;
    align-items: center;
    text-decoration: none;
    /* flex-direction: column; */
    transition: all 0.3s ease;
}

/* Search Toggle Button */
.search-toggle-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 0px;
    border-radius: 30px;
    transition: all 0.3s ease;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}

.search-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.search-toggle-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.cart-count {
    position: absolute;
    top: -4px;
    left: 11px;
    background: #2e6fbd;
    color: white;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.cart-total {
    font-size: 14px;
    margin-top: 4px;
    color: #bbb;
}

/* Search Overlay Styles */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    pointer-events: none;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
}

.search-overlay:not(.active) {
    transform: scale(0.95);
}

/* Focus management for accessibility */
.search-overlay.active .search-input {
    animation: searchInputFocus 0.3s ease;
}

@keyframes searchInputFocus {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.search-container {
    width: 100%;
    max-width: 700px;
    position: relative;
}

.close-search {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-search:hover {
    color: #2e6fbd;
    transform: rotate(90deg);
}

.search-container form {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 20px;
}

.search-input {
    width: 100%;
    padding: 20px 25px;
    border: none;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    color: #333;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 5px 25px rgba(245, 132, 93, 0.4);
    transform: scale(1.02);
}

.search-submit {
    background: #2e6fbd;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: center;
}

.search-submit:hover {
    background: #e5735a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 132, 93, 0.4);
}

/* Responsive Search Overlay */
@media (max-width: 768px) {
    .search-container {
        max-width: 90%;
        padding: 0 20px;
    }

    .search-input {
        font-size: 16px;
        padding: 15px 20px;
    }

    .search-submit {
        padding: 12px 25px;
        font-size: 14px;
    }

    .close-search {
        top: -40px;
        right: 20px;
        font-size: 30px;
    }
}

/* end search box css */

/* end search box css */

/* about-sec */

.about-sec {
    min-height: 100vh;
    padding: 100px 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
}

.about-text {
    top: 10px;
    padding: 30px;
    position: sticky;
    max-width: 100%;
    border-radius: 15px;
    margin-bottom: 25px;
    background-color: #fff;
    height: fit-content;
}

.about-text p.read-morer-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.about-text h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Roboto';
    color: #fff;
}

.about-text p {
    margin-bottom: 15px;
}

.about-text a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    padding-bottom: 0px;
    text-transform: uppercase;
    border-bottom: 2.5px solid #2e6fbd;
}

/* ABOUT PAGE ADD-ONS */
:root {
    --brand: #2e6fbd;
    --ink: #333;
    --muted: #6b7280;
    --card: #fff;
    --bg: #f7f9fc;
}


.about-body {
    padding: 100px 0;
    position: relative;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background-image: url(../images/member-sec-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.about-body::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: #000;
}

.about-body .row {
    position: relative;
}

.service-sec .about-text img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Plain content cards */

.card-plain {
    padding: 30px;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.card-plain p {
    color: #fff;
}
.section-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
}

.list-check {
    padding-left: 0;
    list-style: none;
}

.list-check li {
    position: relative;
    padding-left: 1px;
    margin-bottom: 10px;
    color: #fff;
}

/*.list-check li::before {
    content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brand);
    font-weight: 700;
}*/

.card-plain .section-title {
    color: #fff;
}

/* Mission / Vision */
.mv-section {
    margin-top: 40px;
    margin-bottom: 20px;
}

.mv-card {
    max-width: 100%;
    height: 100%;
    border-left: 4px solid var(--brand);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.mv-card.alt {
    border-left-color: #111827;
    background: #fafafa;
}

/* Values */
.values-section {
    margin-top: 40px;
}

.value-card {
    background: var(--card);
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 100%;
}

.value-card h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.value-card p {
    color: var(--muted);
    margin: 0;
}


/* about-sec */

/* product-sec */

.product-sec {
    padding: 100px 0px;
    background-color: #000;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.product-sec .section-heading h2 {
    color: #fff;
}

.product-box {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.product-box a.h-100 {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.product-box a.h-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box a.h-100 h4 {
    top: 20px;
    left: 25px;
    position: absolute;
    font-family: 'Poppins';
}

.product-box a.h-100 h4 span {
    color: #333;
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

.product-box ul {
    width: 0;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    transition: all .3s ease;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.product-box:hover ul {
    width: 50px;
    transition: all .3s ease;
}

.product-box ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    color: #333333;
    align-items: center;
    justify-content: center;
}

.product-box h5 {
    left: 25px;
    bottom: 20px;
    font-size: 20px;
    color: #2e6fbd;
    font-weight: 600;
    position: absolute;
}

.product-box h5 span {
    height: 0;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    transition: all .3s ease;
    justify-content: flex-start;
}

.product-box:hover h5 span {
    height: 20px;
    margin-top: 10px;
    transition: all .3s ease;
}

.product-box h5 span i {
    color: #EABE12;
}

.productSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.productSlider .slick-prev,
.productSlider .slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productSlider .slick-prev:before {
    color: #fff;
    font-size: 25px;
    content: '\f053';
    font-family: 'fontawesome';
}

.productSlider .slick-next:before {
    color: #fff;
    content: '\f054';
    font-size: 25px;
    font-family: 'fontawesome';
}

.productSlider .slick-prev {
    opacity: 0;
    left: -55px;
    transition: all .3s ease;
}

.productSlider:hover .slick-prev {
    opacity: 1;
    left: -35px;
    transition: all .3s ease;
}

.productSlider .slick-next {
    opacity: 0;
    right: -55px;
    transition: all .3s ease;
}

.productSlider:hover .slick-next {
    opacity: 1;
    right: -35px;
    transition: all .3s ease;
}

.product-btn {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

/* product-sec */

/* membership-sec */

.membership-sec {
    background-image: url(../images/member-sec-bg.png);
}

/* membership-sec */

/* service-section */

/* .service-section {
    align-items: flex-end;
    background-image: url(../images/service-bg2.jpg);
} */

.service-section {
    height: 900px;
    width: 100%;
    position: relative;
}

.ser_slider img {
    width: 100%;
    object-fit: cover;
    height: 900px;
}

.text_box_absolute {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
}

.ser_slider .slick-slide {
    margin: 0;
}

/* service-section */

/* Product Detail Page Start */

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

.productdetailtext h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #013a89;
    margin-bottom: 0;
    text-transform: capitalize;
}

.productdetailtext span {
    color: #2E6FBD;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins';
}

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

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: #394136;
    font-size: 21px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.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: 15px;
    line-height: 25px;
    padding: 30px 0 30px;
    font-weight: 400;
    font-family: "Roboto";
}

.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: 15px;
    font-weight: 500;
}

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

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailportion {
    box-shadow: 0 0 7px 0 #989898;
    margin: 10px;
}

a.btn-2.btn-4 {
    color: #2E6FBD;
    font-weight: 600;
}

a.btn-2.btn-4 i {
    color: #2E6FBD;
}

a.btn-2.btn-4:before {
    background: #2E6FBD;
}

a.btn-2.btn-4:hover {
    color: #fff;
}

a.btn-2.btn-4:hover * {
    color: #fff;
}

.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 0px #0000001f;
}

.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: 30px !important;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    height: 30px !important;
    margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #cfa55a !important;
    color: black;
    border-color: #cfa55a;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

section.productdetailsec .product-detail span:hover {
    background-color: #2E6FBD;
    color: #000 !important;
}

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

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

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

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


.iconlist {
    margin-top: 40px;
}


/*  product Detail Review Section Start */

/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 80px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #383838;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 220px;
    padding: 15px;
    background: #f1f1f1;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0 !important;
    color: #fff;
    background: #2E6FBD;
    border-radius: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    background: #989898;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

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

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

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

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

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: 'Poppins';
}

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

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 17px;
    color: #636363;
    font-weight: 400;
    line-height: 35px;
}

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

.productdetailfor .productdetailportion {
    height: 500px;
}

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

/*  product Detail Review Section End */

.productdetailsmallportion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
    background: #fff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Poppins';
}

.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: 40%;
    margin: 0 5px;
    padding: 30px 0;
    background: #fff;
}

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 120px;
}

section.productdetailsec:after {
    content: "";
    position: absolute;
    width: 23%;
    height: 69%;
    background: url(../images/prodcut-detail-after.png);
    right: 0;
    bottom: -9%;
    background-repeat: no-repeat;
    filter: contrast(0.1);
    opacity: 0.5;
}

.productdetailtext {
    padding-top: 10px;
}

a.btn.shp-btn {
    font-family: 'Poppins';
    font-size: 20px;
    color: #fff;
    background: #973416;
    border-radius: 0;
    padding: 14px 45px;
    text-transform: uppercase;
}

.productdetailnav .slick-slide {
    margin: 20px 20px;
}

/* Product Detail Page End */

/*contact us page*/

/*.getintouch h3 {
    font-family: 'Rajdhani-SemiBold';
    font-size: 62px;
    line-height: 70px;
    color: #070707;
    font-weight: 100;
    margin: 0 0 28px;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
}*/
span.sp {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    line-height: 50px;
}

.get-detail img {
    border-radius: 50%;
    width: 60px;
}

.purple {
    font-size: 29px;
    line-height: 35px;
    font-family: 'Poppins';
}

.get-detail h4 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 23px;
    font-weight: 500;
    color: #fff;
}

.get-detail p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 17px;
    color: #fff;
}

span.black {
    font-weight: 600;
    font-size: 19px;
    font-family: 'Poppins';
    line-height: 19px;
    color: #fff;
}

.time-detail {
    margin-top: 16px;
}

.time-detail h5 {
    font-size: 18px;
    font-family: 'Poppins';
    color: #fff;
    line-height: 17px;
    margin: 0 0 10px;
}

.time-detail h6 {
    font-size: 17px;
    font-family: 'Poppins';
    color: #fff;
    margin: 0 0 12px;
    line-height: 17px;
}

.cont-pg-input input {
    width: 100%;
    height: 60px;
    color: #3f3e43 !important;
    border: none;
    border-radius: 10px;
    padding: 20px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 18px;
    background: #f0f0f0;
}

.cont-pg-input input::placeholder {
    font-weight: 400 !important;
    color: #3f3e43 !important;
    font-family: 'Poppins' !important;
    font-size: 15px !important;
}

.cont-pg-input textarea {
    width: 100%;
    height: 160px;
    border: none;
    font-family: 'Poppins' !important;
    border-radius: 10px;
    padding: 20px;
    /* margin-top: 40px; */
    background: #f0f0f0;
    color: #3f3e43 !important;
    margin-bottom: 20px;
}

.cont-pg-input textarea::placeholder {
    color: #3f3e43;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
}

.cont-pg-input {
    margin: 0 auto;
    text-align: center;
}

.cont-pg-input a.btn10 {
    background: #fa8603 !important;
    width: 37%;
    text-transform: uppercase;
}


/*form page*/


ul.doc-pnt li {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #001f79;
}

.doc-pnt h6 {
    font-family: 'Oswald-Medium';
    font-size: 31px;
    line-height: 35px;
    color: #013a89;
    font-weight: 500;
    margin: 10px 0 32px;
}

.doct-form {
    /* border: solid; */
    background: #c9d7f0;
    padding: 20px;
    border-radius: 20px;
}

.get-a-quote-input input,
.get-a-quote-input select {
    width: 100%;
    height: 55px;
    border: solid 0.5px #00000030;
    border-radius: 5px;
    padding: 0 20px;
    font-family: 'Poppins';
    font-size: 21px;
    background: transparent;
    margin-bottom: 20px;
    color: #333333;
}

/*.get-a-quote-input select::placeholder{
    font-size: 21px;    
    color: #333333;
font-family: 'Poppins';
}*/

.getintouch {
    padding: 100px 0px;
    background: #000;
}

.get-detail span.sp a {
    color: #2e6fbd;
}

.getintouch h3 {
    font-size: 88px;
    font-family: 'Diranista';
    color: black;
    font-weight: 600;
}

.get-a-quote-input input::placeholder {
    font-size: 21px;
    color: #333333;
    font-family: 'Poppins';
}

.get-a-quote-textarea textarea::placeholder {
    font-size: 21px;
    color: #333333;
    font-family: 'Poppins';
}

.get-a-quote-textarea textarea {
    width: 100%;
    height: 170px;
    border: none;
    border-radius: 5px;
    padding: 20px 20px;
    resize: none;
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 19px;
    background: transparent;
    border: solid 0.5px #00000030;
}

.appt-head h3 {
    font-family: 'Oswald-Medium', Sans-Serif;
    font-size: 56px;
    line-height: 66px;
    color: #262626;
}

.aptt-btn a.btn10 {
    background: #013a89 !important;
    /* width: 28%; */
}

.aptt-btn {
    margin-top: 16px;
}

/* InnerPage Contact end */

/* chef-nw-dtl */
/* Section Container */
.chef-nw-dtl {
    padding: 80px 0;
    background: #000;
    font-family: 'Poppins', sans-serif;
}

.chef-nw-dtl .custom-mt-5 {
    margin-top: 50px;
}

/* Image Box */
.chef-nw-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.chef-nw-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.chef-nw-img:hover {
    transform: translateY(-5px);
}

/* Badge Overlay */
.badge-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
}

.badge {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
}

.badge.orange {
    background: #013a89;
}

/* Text Content */
.chef-nw-img-txt {
    background: #000;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 24px 35px rgb(255 250 250 / 5%);
}

.chef-nw-img-txt p {
    margin-bottom: 10px;
    color: #fff;
}

/* Header + Stars */
.chef-nw-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.chef-nw-hd h4 {
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.chef-nw-hd ul {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.chef-nw-hd ul li {
    list-style: none;
}

.chef-nw-hd ul li i {
    color: #fbb034;
    font-size: 16px;
}

/* Info List */
.chf-nw-inf {
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0 0px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.chf-nw-inf li h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.chf-nw-inf li h6 span {
    display: block;
    font-weight: 600;
    color: #171616;
}

/* Links in info */
.chf-nw-inf li a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.chf-nw-inf li a:hover h6 span {
    color: #2e6fbd;
}

/* chef-nw-dtl */

/* program-detail-sec */

.program-detail-sec {
    padding: 100px 0px;
    background: #000;
}

.program-det-text .d-flex.justify-content-between h5 {
    font-size: 35px;
    align-items: center;
    text-transform: uppercase;
}

.program-det-text .d-flex.justify-content-between {
    margin: 20px 0;
}

.program-det-text ul li {
    padding-left: 20px;
    position: relative;
}

.program-det-text ul li::before {
    top: 10px;
    left: 5px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background-color: var(--brand);
}

.specialties ul li {
    padding-left: 20px;
    position: relative;
    color: #fff;
}

.specialties ul li::before {
    top: 10px;
    left: 5px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background-color: var(--brand);
}

.program-detail-sec h3 {
    margin-bottom: 20px;
}

.program-detail-sec p {
    margin-bottom: 10px;
}

.program-det-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: top;
    margin: 0 0 20px 0;
    clip-path: polygon(100% 0, 100% 87%, 90% 100%, 0 100%, 0 0);
}

/* program-detail-sec */

/* terms sec */

.terms-sec {
    padding: 100px 0px;
    background: #000;
}

.terms-txt h2 {
    color: #fff;
    line-height: 1.5;
    padding: 0 100px;
    margin: 0 0 20px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.terms-txt h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #ffff;
}

.terms-txt h5 {
    font-size: 18px;
    color: #2E2D29;
    font-weight: 600;
    margin-bottom: 10px;
}

.terms-txt ul li {
    font-size: 16px;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 10px;
}

.terms-txt p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.terms-txt a {
    color: var(--redd);
    text-decoration: underline;
}

.terms-txt table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.terms-txt th,
.terms-txt td {
    padding: 8px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ddd;
    font-family: "Source Sans 3", sans-serif;
}

.terms-txt th {
    background-color: #f2f2f2;
}

.terms-txt tr:nth-child(even) {
    background-color: #f9f9f9;
}

.terms-sec .theme-btn {
    color: #fff;
    text-decoration: none;
}

.posting-ul li {
    position: relative;
    padding-left: 30px;
}

.posting-ul li::before {
    top: 4px;
    left: 0;
    width: 20px;
    display: flex;
    height: 20px;
    content: '\2b';
    position: absolute;
    align-items: center;
    justify-content: center;
}

.permitted-point li {
    position: relative;
    padding-left: 30px;
}

.permitted-point li::before {
    top: 3px;
    left: 4px;
    font-size: 5px;
    width: 20px;
    display: flex;
    height: 20px;
    font-weight: 600;
    content: '\f111';
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
}

/* terms sec */

/* Cart Page Start */

/* Cart */


.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: #666666;
    font-weight: 500;
    text-decoration: none;
    font-family: "Roboto";
}

.add-to-cart h4 {
    font-size: 19px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    font-family: "Roboto";
}

.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: #f9f8f6;
    padding: 27px 30px;
    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: #000000;
    font-family: 'Poppins';
    font-weight: 500;
}

li.color-change {
    color: #2E6FBD;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

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

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

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

.ship-estimate li {
    color: #2E6FBD;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

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

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

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

.proceed .checkout-btn {
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #2E6FBD;
    font-family: 'Poppins';
}

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

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

.product-img {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    border-radius: 7px;
    border: 1px solid #989898;
}

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

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #2E6FBD;
    padding: 16px 18px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

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

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

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

.add-to-cart thead {
    background: #fb2b2b;
}

.space span {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 30px;
}


/* Cart */


/* Cart Page End */

/* Checkout Page Start */

.billing_form h3 {
    font-size: 28px;
    color: #2E6FBD;
    margin: 0;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 600;
    color: #394136;
    text-transform: uppercase;
}

.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: 13px;
    background: #fffcf3;
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 2px solid #c4c4c4;
}

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

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

.cart_sidebar h5 span {
    float: right;
}

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

.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-family: 'Poppins';
    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 #2E6FBD;
    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: #2E6FBD;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.checkout_btn:hover {
    color: white;
}

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

h6.payment-h {
    font-weight: 600;
    color: #394136;
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

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

.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: 2px solid #8080806e;
    padding: 40px 25px;
}

span.chk-price {
    color: 394136;
}


/* Checkout Page End */

/* Add these to your custom.css */
.membership-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgb(255 236 236 / 20%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    text-align: center;
}

.membership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.membership-card.popular {
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgb(255 236 236 / 20%);
}

.membership-card .card-header {
    padding: 25px 0;
    color: white;
}

.membership-card .card-body {
    padding: 30px 20px;
}

.membership-card .price {
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0;
    color: #2e6fbd;
}

.membership-card .price span {
    font-size: 18px;
    color: #777;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
}

.feature-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2e6fbd;
    margin-right: 10px;
}

.faq-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.faq-card .card-header {
    background: white;
    border-bottom: none;
    padding: 20px;
    cursor: pointer;
}

.faq-card .card-body {
    padding: 0 20px 20px;
}

.testimonial-card {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: #f8f9fa;
    margin: 20px 0;
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
}

.faq-card .collapse:not(.show) {
    display: block;
}

/* service-sec */

.service-sec {
    align-items: flex-end;
    background-image: url(../images/service-bg.jpg);
}

.service-sec .about-text,
.service-section .about-text {
    width: 100%;
    max-width: 100%;
}

/* service-sec */

/* experienced-sec */

.experienced-sec {
    padding: 100px 0px;
    position: relative;
    background-color: #000;
    /* border-left: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
}

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

.experienced-heading h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 15px;
    font-family: 'Roboto';
}

.experienced-heading h2 span {
    display: block;
    font-weight: 400;
}

.experienced-heading p {
    color: #fff;
    font-weight: 500;
    margin: 0px auto;
    max-width: 475px;
    font-family: 'Roboto';
}

.experienced-heading a {
    font-size: 14px;
    margin-top: 20px;
    border-radius: 50px;
    padding: 8.5px 20px;
}

.profile-box {
    height: 410px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.profile-box::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background-color: #000;
}

.profile-box a.h-100,
.profile-box a.h-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-out;
    transition-duration: 0.5s;
}

.profile-box:hover a.h-100 img {
    transform: scale(1.2);
    transition: ease-in;
    transition-duration: 0.5s;
}

.profile-box-text {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.61) 100%);
}

.profile-box-text h4 {
    color: #fff;
    text-align: center;
}

.profile-box-text h4 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #ffffff99;
    font-family: 'Poppins';
}

.profile-box-text ul {
    gap: 10px;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.profile-box-text ul li a {
    color: #fff;
    font-size: 20px;
}

/* experienced-sec */

/* inner-experienced-sec */

.inner-experienced-sec .experienced-heading {
    margin-bottom: 40px;
}

.inner-experienced-sec .experienced-heading p {
    width: 90%;
    max-width: 750px;
}

/* inner-experienced-sec */

/* footerSec */

.footerSec {
    width: 100vw;
    padding: 60px 0px 20px;
    background-color: #000;
    border-top: 2px solid #fff;
}

.footer-btm {
    margin-top: 50px;
    padding: 28px 0px 10px;
    border-top: 2px solid #fff;
}

.footer-btm p,
.footer-btm p a {
    color: #fff;
    text-align: center;
}

.footer-logo a img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin-bottom: 20px;
    object-position: left;
}

.footer-logo p {
    color: #fff;
    margin-bottom: 40px;
}

.footer-logo ul {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #2E6FBD;
}

.footer-logo h3,
.footer-time h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.footer-time ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.center-time ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.center-time ul li {
    width: 50%;
}

.footer-time ul li a {
    gap: 15px;
    display: flex;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-time ul li a i {
    width: 40px;
    flex-shrink: 0;
    font-size: 30px;
    color: #2E6FBD;
}

.news-letter-box p {
    color: #fff;
    margin-bottom: 20px;
    width: 80%;
}

.news-letter .custom-border-bottom {
    padding-bottom: 20px;
    border-bottom: 1.5px solid #fff;
    margin-bottom: 40px;
}

.news-letter-box h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.news-letter-box form input {
    width: 100%;
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    background: #363636;
}

.news-letter-box form input::placeholder {
    color: #fff;
}

.news-letter-box form button {
    flex-shrink: 0;
    color: #fff;
    margin-top: 0;
    border-radius: 10px;
}

.footer-logo {
    width: 80%;
}

.news-letter-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* footerSec */


/* Inner Contact End */

.in-banner.contact {
    width: 60%;
}

.contact-us {
    padding-top: 100px;
    padding-bottom: 90px;
    background: #000;
}

.contact-us h3 {
    color: #010101;
    font-size: 57px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-us p {
    font-size: 17px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    color: #8b8a8a;
}

.contact-us input {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #9d9a9a;
    font-size: 15px;
}

.contact-us input::placeholder {
    color: #9d9a9a;
}

.contact-us textarea::placeholder {
    color: #9d9a9a;
}

.Leave-wrap h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.contact-details h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.contact-us textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    height: 150px;
    resize: none;
    font-size: 15px;
    color: #9d9a9a;
    border-radius: 8px;
}

.contact-us button {
    padding: 15px 50px;
    margin-top: 15px;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-family: Poppins;
    font-weight: 400;
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
    padding: 0px 0 35px;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 34px;
    text-transform: uppercase;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #4973b7;
    line-height: 80px;
    font-size: 40px;
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: #000;
    box-shadow: 0 0 24px #fffafa3d;
    padding: 40px 40px;
    /* border: 1px solid #dddddd; */
    border-radius: 8px;
}

button.contact-us {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    background: #3971bb;
    border: none;
    width: 100%;
    border-radius: 5px;
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

.soccail-icon a {
    width: 36px;
    height: 36px;
    background: #4272b9;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    transition: .5s all;
}

.contact-us input::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}

.contact-details {
    margin-top: 30px;
}

.contact-us p {
    font-size: 14px;
    width: 90%;
    line-height: 2.0;
    color: #fff;
}

/* Inner Contact End */





.person-imgs {
    display: flex;
    align-items: center;
    gap: 40px;
}

.testi-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.author {
    display: flex;
    align-items: end;
    gap: 20px;
}

.title h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 5px;
    font-family: 'Poppins';
}


.title h5 {
    font-size: 19px;
    color: #7c7c7c;
    font-family: 'Roboto';
}

.testi-body p {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    font-family: 'Roboto';
    height: 130px;
    overflow-y: auto;
}

.testi-body {
    padding: 0px 0 0;
}

.title {
    margin: 0 0 20px;
}

.quote img {
    width: 51px;
}

.author-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 70% 0%;
    object-position: top center;
}

.testimonial-box {
    box-shadow: rgb(255 255 255 / 25%) 0px 6px 12px -2px, rgb(255 255 255 / 30%) 0px 3px 7px -3px;
    padding: 25px 25px 50px;
    margin: 25px 0 50px;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    background: #666666;
    height: 7px;
    margin: 0 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: -7px;
    left: 0;
    width: 20px;
    height: 16px;
    content: '';
    text-align: center;
    opacity: 1;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active {
    position: relative;
    display: inline-block;
    width: 22px;
    background: #4973b7;
    height: 7px;
    margin: 0 5px;
    opacity: 1.0;
    padding: 0px;
    z-index: 999;
    cursor: pointer;
}

.author-img::after {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 7px 9px #3971bb;
    top: 0px;
    z-index: 9;
}

.author-img {
    position: relative;
    top: 0px;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
    bottom: 0;
    z-index: 1;
}


.testi-slider .slick-next {
    right: 0px;
}

.testi-heading h4 {
    color: #8cc63f;
    font-size: 25px;
    text-align: center;
}

.testi-heading h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 5px;
    color: #fff;
}

section.testi {
    padding-bottom: 50px;
    padding-top: 50px;
    background: #000;
}

.testi-slider .slick-prev {
    left: -20px;
}

.person-imgs.right {
    padding-left: 40px;
}

.person-imgs.left {
    padding-right: 50px;
}

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

.menuSec li ul li:hover>ul {
    right: auto;
    left: 100%;
    position: absolute;
    top: 0;
}


/*Media Query Start*/

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

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

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

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

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

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


/*Media Query End*/
/* Loader full screen */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.no-scroll {
    overflow: hidden;
}

.service-page-box .about-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
span.designation {
    font-family: 'Poppins';
    font-size: 23px;
    display: block;
    text-decoration: underline;
}
.service-detail-btn {
    text-align: end;
}
.hover-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: background-image 0.4s ease-in-out;
}
section.service-section-new {
    height: 900px;
    width: 100%;
    position: relative;
}
.news-letter-box h2 {
    color: #fff;
}
button.accordion-button {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.accordion-item {
    margin-bottom: 20px;
}
.accordion-item {
    border: 1px solid #000;
    border-top: 1px solid #000 !important;
}
a.head-play-storebtns img {
    width: 140px;
}

.priv-clas-group h3 {
    margin-bottom: 0px;
}
.menuSec li:hover>ul {
    padding: unset;
}
.program-det-text h2 {
    color: #fff;
}

.program-det-text h3 {
    color: #fff;
}

.program-det-text p {
    color: #fff;
}
section.membership-section.py-5 {
    background: #000;
}

.membership-card h3 {
    color: #fff;
}

.membership-card p {
    color: #fff;
}

section.membership-section.py-5 p.lead {
    color: #fff;
}

.ribbon span {
    color: #fff;
}

.text-center.mt-4 p {
    color: #fff;
}

section.faq-section.py-5 {
    background: #000 !important;
}

section.faq-section.py-5 {}

section.faq-section.py-5 h2 {
    color: #fff;
}

section.faq-section.py-5 p {
    color: #fff;
}

.about-text {
    background: #000;
    box-shadow: 0px 0px 20px #000;
    opacity: 0.9;
}

.about-text p {
    color: #fff;
}
.specialties h5 {
    color: #fff;
}
.menuSection.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99999;
    box-shadow: rgb(255 255 255 / 25%) 0px 6px 12px -2px, rgb(255 255 255 / 30%) 0px 3px 7px -3px;
}
.app-workout-img {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

.app-workout-img img {
    width: 22%;
    height: 590px;
    object-fit: contain;
}
.service-section:before {
    position: absolute;
    content: '';
    background: #00000061;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
section.service-section-new.service-page-box:before {
    position: absolute;
    content: '';
    background: #00000061;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}.about-text:hover {
    opacity: 1;
    box-shadow: unset;
    transition: 0.7s;
}
.app-img img {
    width: 100%;
    height: 760px;
}
.program-det-image.inbody-img img {
    height: 400px;
    object-position: center;
}
h3.green {
    text-align: end;
}
h3.green span {
    display: block;
    font-size: 20px;
}
.program-det-image video {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
