body {
    background-color: #939598;
    font-family: 'Poppins', sans-serif;

}

.nav-bg {
    background-color: rgba(59, 61, 63, 0.7);
}

.margin-container {
    width: 94%;
    margin: 0 8%;
}

.padding-container {
    padding: 0 8%;
}

#loader {
    margin-top: 40vh;
}

.row>* {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.section-720 {
    max-height: 720px;
}

.no-padding-left {
    padding-left: 0;
}

.card {
    background-color: #000;
    border-radius: 0;
    border: none;
}

.bg-golds {
    background-color: #D9C88A;
    color: #414042;
    padding: 5% 0;
}

.bg-golds-dark {
    background-color: #1D140E;
    color: #fff;
    padding: 7% 0;
}

.bg-golds-text {
    background-color: #1D140E;
    color: #D9C88A;
    padding: 5% 0;
}

.bg-darks {
    transition-property: background-color;
    transition-duration: 1s;
    background-color: #3B3D3F !important;
}

.bg-dark-1 {
    background-color: #808285;
}

.bg-dark-2 {
    background-color: #6D6E71;
}

.bg-dark-3 {
    background-color: #414042;
    ;
}

.bg-dark-4 {
    background-color: #808285;
}

.bg-dark-5 {
    background-color: #939598;
}

.bg-dark-6 {
    background-color: #58595B;
}

.bg-secondary-light {
    background-color: #E6E7E8;
}

.show {
    background-color: #939598;
    transition-property: background-color;
    transition-duration: 0.2s;
}

.pure-border-left {
    border-left: 1px solid #fff;
    margin-left: -1px;
}

.pure-border-right {
    border-right: 1px solid #fff;
}

.pure-border-top {
    border-top: 1px solid #fff;
    margin-top: -1px;
}

.pure-border-button {
    border-bottom: 1px solid #fff;
}

h2 {
    font-size: 45px;
    line-height: 100%;
    padding-top: 20px;
}

p {
    font-size: 22px;
}

a.more {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
}

.text-desc p,
.text-desc ul {
    font-size: 19px;
}

a {
    text-decoration: none;
}

a p,
a h2,
a h4,
a h5,
a h6,
.overlay a,
.overlay p,
.hero-text,
.home-about,
.overlay {
    color: #fff;
}

a {
    text-decoration: none;
}

.home-about .card .border-left,
.principal .border-left,
.blog .border-left {
    margin-left: 18%;
}

.card-img {
    border-radius: 0;
}

.card-img-overlay {
    padding: 0;
}

.home-about h2,
.principal h2,
.csr h2,
.blog h2,
.products h2 {
    line-height: 0.2px;
}

.btn-primary:hover {
    background-color: #4a1e1e;
    transition: background-color 2s;
}

/*Header*/
.navbar button {
    background-color: #fff;
    max-height: 60px;
}

.navbar {
    z-index: 109;
}

.navbar p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.45em;
    margin-top: 10px;
}


.secondary-bg {
    background-color: #B4B8BB;
}

.menu {
    margin-top: 12px;
}

.menu li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #939598;
    margin-right: 10px;
    line-height: 0px;
}

.navbar {
    color: #fff;
}

.menu a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.menu a:hover {
    color: #939598;
}

.social-icons i {
    margin-right: 7px;
    color: #fff;
}

.social-icons {
    margin-top: 35px;
    transition-property: margin;
    transition-duration: 1s;
}

/*Hero*/
.floating-btn {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px;
    border-radius: 10px 0 0 10px;
}

.floating-btn .bi-whatsapp {
    border-bottom: 1px solid #aaa;
    padding-bottom: 3px;
    margin-bottom: 2px;
}

.floating-btn a i {
    color: #fff;
}

#slider {
    position: relative;
    background-color: #000;
}

#slider img {
    z-index: -5;
}

.carousel-indicators {
    justify-content: end;
    top: 1%;
    right: 20%;
    z-index: 9;
    bottom: -9%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slide-controls {
    transform: rotate(90deg);
}

.hero-text .pure-border-button {
    margin-bottom: 13px;
}

.hero-text h6 {
    display: inline;
    font-size: 2rem;
    font-weight: 600;
}

.hero-text h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0;
    display: inline;
}

.carousel-caption {
    bottom: 4rem;
    left: 8.5%;
    text-align: left;
}

.sub-hero h6 {
    font-size: 1.3rem;
}

.sub-hero {
    padding-left: 16px;
}

/*Homepage About Section*/
.home-about h5 {
    font-weight: 300;
    line-height: 0px;
    margin-bottom: 3px;
    padding-left: 3px;
}

.border-left {
    padding-left: 20px;
    border-left: 2px solid #fff;
    padding-bottom: 18px;
}

.home-about .row>* {
    padding: 0;
}

.home-about .card .border-left {
    padding-bottom: 49px;
}

.home-about .card-img-overlay {
    top: auto;
}

.half-overlay .row {
    margin-top: 20%;
    padding: 0 10%;
}

.half-overlay .row .text-start {
    padding-left: 12%;
    padding-top: 20px;
}

.overlay {
    position: absolute;
    z-index: 99;
}

.half-overlay {
    text-align: center;
    background-color: rgba(3, 3, 3, 0.81);
    padding: 60px 0px;

}

.border-right {
    border-right: 2px solid #fff;
}

/*basic principals*/

.principal .border-left {
    padding-bottom: 0;
    color: #fff;
}

.principal .card .border-left {
    padding-top: 95%;
}

.principal p {
    margin-bottom: 0;
}

.principal ul {
    margin-left: 5%;
    width: 75%;
}

.principal li {
    margin-bottom: 20px;
    font-size: 17px;
}

.principal .icons {
    padding-top: 4%;
    margin-left: 5%;
}

.icons img {
    margin-right: 5%;
}

.principal-list .card-img-overlay {
    top: auto;
    bottom: 10%;
}

/*Products*/
.inner-page-products .products {
    margin-top: 0;
    padding-top: 5%;
}

.products {
    color: #fff;
    padding: 0 8%;
}

.products h2 {
    padding-top: 10%;
    margin-bottom: 2%;
}

.product-item .card-img-overlay {
    padding-top: 28%;
    color: #fff;
    background-color: rgba(3, 3, 3, 0.4);
    transition: background-color 1s;
    transition: color 1s;
    border-radius: 0;
}

.productFilter {
    filter: grayscale(100%);
}

.product-zoom {
    transform: scale(1.1);
    transition: transform 3s;
}

.product-item img {
    border-top: 2px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-radius: 0;

}

.product-item .card {
    position: relative;
    overflow: hidden;
}

.product-item img:hover {
    transform: scale(1.1);
    overflow: hidden;
}

.products .col-6 {
    padding: 0;
}

.products .border-left {
    margin-bottom: 45px;
}

/*Glance*/
.glance {
    background-image: url("../img/glance.png");
    color: #fff;
    text-align: center;
}

.glance .card-img-overlay {
    padding: 0 9%;
    display: flex;
    align-items: center;
}

.glance h2 {
    text-align: left;
    line-height: 45px;
}

.glance .item {
    padding-top: 5%;
    padding-bottom: 5%;
}

.glance-text {
    padding-top: 20%;
    width: 90%;
    margin-bottom: 10%;
}

.glance .item:hover {
    background-color: #000;
}

/*Avaibility*/
.availability {
    background-image: url("../img/japan.png");
    color: #fff;
}

.availability h2,
.availability p {
    color: #414042;
}

.availability .half-overlay p {
    color: #fff;
}

.availability .distribution {
    padding: 0 9%;
}

.availability .branches {
    top: auto;
}

.availability .border-left {
    padding-top: 110px;
    padding-bottom: 0;
}

.availability .half-overlay .row {
    margin-top: 2%;
    text-align: left;
    padding: 0 9%;
}

.availability .half-overlay {
    padding: 50px 0;
}

.transparent-bg {
    background: rgba(3, 3, 3, 0.6);
    object-fit: cover;
}

.availability .half-overlay .border-left {
    padding-top: 0;
    margin-bottom: 50px;
}

.availability .transparent-bg {
    margin-top: 15%;
    padding-top: 50px;
}

.branches p {
    font-weight: 300;
    font-size: 19px;
}

.availability h2 {
    line-height: 45px;
}

/*CSR*/
.csr {
    color: #fff;
}

.csr .border-left {
    padding-top: 15%;
    margin-bottom: 15%;
}

.m-left {
    margin-left: 9%;
}

.csr-text {
    width: 90%;
    margin-bottom: 7%;
}

.csr-text .link {
    text-align: right;
    font-weight: 400;
    font-size: 11px;
    line-height: 133.5%;
    margin-top: -5px;
}

.link a {
    color: #fff;
}

.csr p {
    font-size: 19px;
    font-weight: 300;
}

.csr .d-none img {
    height: 43.2%;
    overflow: hidden;
}

/*News*/
.news .border-left {
    color: #fff;
    padding-top: 100px;
}

.notes {
    background-color: #B4B8BB;
}

.notes .card-img-overlay {
    top: auto;
    bottom: 50px;
}

.notes .note-list {
    margin-bottom: 38px;
    width: 90%;
    margin-left: 40px;
}

.note-list p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500px;
}

.note-list h3 {
    font-size: 24px;
    font-weight: 500;
}

.blog .m-left {
    margin-left: 16%;
}

/*Contact Box*/
.address {
    margin: 20px 0;
}

.address p {
    margin-bottom: 0;
}

.contact-box {
    background-color: #D9D9D9;
    padding: 7% 9%;
}

.form-inline .form-group {
    display: inline;
}

.form-inline .form-group input {
    width: 60%;
    display: inline;
}

textarea {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: 1px solid #fff;
}

.btn-primary {
    background-color: #444;
    color: #fff;
    border: none;
}

.contact-box h3 {
    font-size: 28px;
    font-weight: bold;
}

.contact-box p {
    font-size: 19px;
}

p.note {
    font-size: 11px;
}

.address p {
    font-size: 14px;
}

.address b {
    font-size: 16px;
}

.quick-form {
    text-align: right;
}

/*Footer*/
.footer {
    padding: 0 9%;
}

.quick-links p {
    font-size: 11px;
}

.footer ul {
    padding-left: 0;
}

.footer li {
    list-style: none;
}

.footer li a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-size: 10px;
}

.socials {
    text-align: center;
}

.socials i {
    font-size: 22px;
    margin: 5px;
    color: #000;
}

.socials p {
    font-size: 10px;
}

/*Inner Pages*/
.inner-hero {
    color: #fff;
    background-color: #000;
}

.inner-hero p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 4px;
}

.inner-hero img {
    max-height: 476px;
    object-fit: cover;
}

.inner-hero .card-img-overlay {
    top: auto;
    bottom: 0;
}

.inner-hero .border-left {
    padding-bottom: 32px;
    padding-top: 32px;
    margin-left: 9%;
}

.inner-hero .border-left h2 {
    padding-top: 0px;
}

.inner-section {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.category-cards .col-6 {
    padding: 120px 0;
    text-align: center;
    min-height: 245px;
}

.category-cards .col-6 h4{
    color: #58595b;
    font-weight: normal;
}

.inner-cards .col-6 {
    padding: 100px 0;
    text-align: center;
    border: 1px solid #fff;
    min-height: 245px;
}

.inner-cards .col-6:hover {
    background-color: #58595B;
}

.inner-section p {
    font-size: 15px;
    font-weight: 300;
}

.inner-section .m-left {
    width: 70%;
    padding: 11% 0;
    margin-left: 18%;
}

.product-details h2 {
    margin-bottom: 10px;
    padding-top: 0;
}

.product-details p,
.bg-golds-dark li {
    font-size: 14px;
    ;
}

p.subtitle {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
}

.product-detail {
    padding: 2% 9%;
}

.bg-golds-dark ul {
    width: 90%;
}

.bg-golds-text .m-left {
    width: 80%;
}

.bg-golds-text h2 {
    margin-bottom: 30px;
}

.product-details .bg-white {
    padding: 9% 15%;
}

.box-overlay {
    width: 150px;
    height: 150px;
    background-color: #6D6E71;
    position: relative;
    left: -45%;
    top: 5%;
    margin-bottom: 5px;
}

.products-g {
    background-color: #fff;
    text-align: center;
}

.products-g .card-img-overlay {
    top: auto;
    bottom: 20px;
    left: 20px;
}

.products-g .overlay {
    margin-top: 20%;
    margin-left: 3%;
}

.products-g span,
.products-g .btn {
    font-size: 11px;
}

.products-g .btn {
    color: #6D6E71;
    border: none;
    background-color: #fff;
    font-weight: 500;
}

.products-g span {
    color: #6D6E71;
    font-weight: 400;

}

.products-g h6 {
    font-size: 16px;
    text-align: left;
}

.products-g p {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}

.products-g .bg-darks {
    padding: 0;
    margin: 10px;
}

.products-g .col-md-4 {
    padding: 0;
}

.products-g .bg-darks:hover {
    background-color: #000;
}

p.pagination {
    text-align: center;
}

/*About Pages*/
.mission {
    max-height: 300px;
    overflow: auto;
    padding-right: 60px;
}

.basic-principal .icons {
    margin-top: 50px;
    margin-left: 30px;
}

.basic-principal .m-left {
    margin-left: 17%;
    padding: 7% 0;
}

/*Teams Page*/
.teams .title {
    text-align: center;
    padding: 0 20%;
}

.teams .bg-dark-1 {
    padding-left: 4%;
    padding-right: 1%;
}

.the-team .teams {
    margin: 0;
}

.title .pure-border-button {
    margin-bottom: 17px;
}

.advisor-team .m-left {
    margin-left: 20%;
    padding: 2% 0;
}

.advisor {
    margin-bottom: 20px;
}

.advisor p {
    margin-bottom: 0;
    font-size: 11px;
}

.advisor .name {
    font-weight: 700;
    font-style: normal;
}

.advisor img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #6D6E71;
    margin-bottom: 10px;
}

/*CSR Page*/
.terms-desc p,
.terms-desc li {
    font-size: 14px;
}

.terms-desc .title {
    font-size: 16px;
}

/*Avaibility*/
.avaible-page .border-left {
    border-color: #414042;
    padding-bottom: 0;
    min-height: 45px;
}

.avaible-page .container {
    max-width: 720px;
}

.avaible-page h4 {
    margin-bottom: 1px;
}

.availability p.link a {
    font-size: 11px;
    color: #000;
    margin-left: 3px;

}

.availability p {
    margin-bottom: 0;
}

/*Scroll Bar*/
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #D1D3D4;
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

/*Media Quries*/
@media only screen and (max-width: 1000px) {
    .navbar p {
        text-align: left;
    }

    ul.menu {
        padding-left: 0;
    }

    .product-details .m-left {
        width: 90%;
        margin-left: 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-text h1 {
        font-size: 50px;
    }

    .hero-style h6 {
        font-size: 22px;
    }

    .hero-text h6 {
        font-size: 20px;
    }

    .social-icons {
        display: none;
    }

    .principal .icons {
        margin-top: 7%;
    }

    .csr-inner-image {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .menu li {
        line-height: 100%;
    }

    .principal .card .border-left {
        padding-top: 80%;
    }

    .availability .border-left {
        padding-top: 42px;
    }

    .csr .border-left {
        padding-top: 10%;
        margin-bottom: 10%;
    }

    .glance-text {
        padding-top: 12%;
    }

    .principal ul {
        margin-left: 5%;
        margin-top: 10%;
        width: 90%;
    }

    .principal li {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1000px) {
    body {
        padding-top: 70px;
    }

    .home-about {
        margin-top: 15%;
    }

    .glance-text {
        padding-top: 7%;
    }

    .availability .border-left {
        padding-top: 30px;
    }

    .glance .item img {
        width: 100px;
        height: 100px;
    }

    .principal .card .border-left {
        padding-top: 80%;
    }

    .availability .half-overlay {
        padding: 20px 0 0 0;
    }

    h2 {
        font-size: 36px;
    }

    #slider {
        top: 0;
        margin-bottom: -90px;
    }

    .box-overlay {
        display: none;
    }

    .hero-text h1 {
        font-size: 44px;
    }

    .hero-style h6 {
        font-size: 30px;
    }

    .hero-text h6 {
        font-size: 18px;
    }

    .carousel-caption {
        bottom: 9rem;
    }

    .csr-text {
        margin-bottom: 2%;
    }

    .availability p {
        font-size: 14px;
    }

    .csr .border-left {
        padding-top: 7%;
        margin-bottom: 5%;
    }

    .home-about h5 {
        line-height: 100%;
    }

    .social-icons {
        display: block;
    }
}

@media only screen and (max-width: 800px) {

    .home-about h2,
    .principal h2,
    .csr h2,
    .blog h2,
    .products h2 {
        line-height: 50%;
        font-size: 32px;
    }

    h1 {
        font-size: 30px;
    }

    h6 {
        font-size: 20px;
    }

    .principal .icons {
        margin-top: 5%;
        margin-left: 10%;
        margin-bottom: 5%;
    }

    .icons img {
        margin-right: 1%;
    }

    .glance h2 {
        line-height: 32px;
    }

    .csr p {
        font-size: 16px;
    }

    .note-list h3 {
        font-size: 24px;
    }

    .home-about .half-overlay {
        padding: 10px;
    }

    .social-icons {
        display: none;
    }
}

@media only screen and (max-width: 760px) {
    .inner-cards .col-6 {
        padding: 113px 0;
    }

    .category-cards .col-6 {
        padding: 50px 0;
        min-height: 100px;
    }

    .distribution .link a {
        font-size: 9px;
    }

    .home-about .card .border-left {
        padding-bottom: 20px;
    }

    .tea-contents {
        margin-bottom: 20px;
    }

    .contact-box h3 {
        font-size: 24px;
    }

    .text-desc p,
    .text-desc ul {
        font-size: 14px;
    }

    .tea-image img {
        width: 200px;
    }

    .form-product-image{
        margin-top: 0px;
    }
    .products-g .overlay {
        margin-top: 62%;
    }

    .home-about {
        margin-top: 20%;
    }

    .home-about .pure-border-right {
        margin-bottom: 6%;
    }

    .principal .no-padding-right img,
    .blog .transparent-bg img,
    .home-about .pure-border-right img {
        max-height: 200px;
        object-fit: cover;
    }

    .principal .card .border-left {
        padding-top: 9%;
    }

    .home-about .card .border-left,
    .principal .border-left,
    .blog .border-left {
        margin-left: 10%;
    }

    #top-text {
        display: none !important;
    }

    .product-item h5 {
        font-size: 16px;
    }

    .social-icons {
        margin-top: 5px;

    }

    .note-list p {
        font-size: 14px;
    }

    .note-list h3 {
        font-size: 20px;
    }

    .csr p {
        font-size: 14px;
    }

    h4 {
        font-size: 22px;
        line-height: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .availability .half-overlay .row {
        padding: 0 10%;
    }

    .availability .transparent-bg {
        margin-top: 50px;
        padding-top: 30px;
    }

    .availability .border-left {
        padding-top: 30px;
    }

    .availability .transparent-bg .border-left {
        margin-bottom: 20px;
    }

    .availability .transparent-bg .border-left h4 {
        margin-bottom: 0;
        font-size: 18px;
    }

    .availability .container {
        max-width: 617px;
    }

    .news .border-left {
        padding-top: 20px;
    }

    .m-left {
        margin-left: 10%;
    }

    .contact-box .container {
        max-width: 620px;
    }

    .contact-box .form-inline {
        margin-bottom: 50px;
    }

    .principal ul {
        margin-left: 5%;
        margin-top: 5%;
        width: 90%;
    }
}

@media only screen and (max-width: 700px) {
    .glance h2 {
        line-height: 24px;
        font-size: 22px;
    }

    .glance p {
        font-size: 14px;
    }

    .glance .item {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .availability h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .availability .half-overlay .border-left {
        margin-bottom: 25px;
    }

    .csr-text {
        margin-bottom: 0;
    }

    .csr .border-left {
        padding-top: 4%;
        margin-bottom: 5%;
    }
}

@media only screen and (max-width: 600px) {
    .product-item h5 {
        font-size: 12px;
    }

    .glance .item img {
        width: 80px;
        height: 80px;
    }

    h4 {
        font-size: 12px;
        line-height: 12px;
    }

    .availability p {
        font-size: 14px;
    }

    .csr p {
        font-size: 10px;
        line-height: 10px;
    }
}

@media only screen and (max-width: 500px) {
    body {
        padding-top: 59px;
    }

    .home-about {
        margin-top: 28%;
    }

    h2 {
        padding-top: 0;
    }

    h4 {
        margin-bottom: 2px;
    }

    .icons img {
        width: 40px;
        height: 40px;
    }

    .glance img {
        width: 70%;
    }

    .glance p {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .glance h2 {
        margin-bottom: 2px;
    }

    .product-item .overlay {
        width: 100%;
        margin-top: 25%;
    }

    .home-about h2,
    .principal h2,
    .csr h2,
    .blog h2,
    .products h2,
    .availability h2 {
        line-height: 100%;
        font-size: 22px;
    }

    .availability h2 {
        font-size: 16px;
    }

    .availability p {
        font-size: 9px;
        line-height: 9px;
    }

    .availability .half-overlay {
        padding: 10px 0 0 0;
    }

    .csr p {
        font-size: 8px;
        line-height: 8px;
    }

    .availability .container {
        max-width: 359px;
    }

    .glance-text {
        padding-top: 6%;
    }

    .glance .item img {
        width: 50px;
        height: 50px;
    }

    .glance-text {
        margin-bottom: 2%;
    }

    .border-left {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 400px) {
    .icons img {
        width: 30px;
        height: 30px;
    }

    .socials i {
        font-size: 12px;
        margin: 0px;
    }

    .home-about .half-overlay {
        padding: 20px;
    }

    .home-about h5 {
        font-size: 12px;
    }

    p {
        font-size: 11px;
    }

    .glance h2 {
        font-size: 13px;
        line-height: 14px;
    }

    .glance .item img {
        width: 30px;
        height: 30px;
    }

    h2 {
        font-size: 22px;
    }

    .product-item h5 {
        font-size: 9px;
    }

    .glance p {
        font-size: 8px;
    }

    h4 {
        font-size: 9px;
        line-height: 9px;
    }

    .availability .border-left {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 300px) {}

@media only screen and (min-width: 990px) {
    a.navbar-brand {
        margin-top: 24px;
        transition-property: margin;
        transition-duration: 1s;
    }
}

.no-margin {
    margin-top: 0 !important;
    transition-property: margin;
    transition-duration: 1s;
}

.margin-icons {
    margin-top: 7px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 82% !important;
    }
}

/*Inner Pages*/

.inner-hero .products-title {
    margin-bottom: 30px;
}

.cat-desc {
    min-height: 220px;
}

.tea-contents {
    width: 97%;
    max-height: 400px;
    overflow: auto;
    padding-right: 30px;
    color: #414042;
}

.tea-image {
    text-align: right;
}

.tea-image img {
    width: 100%;
    height: 100%;
}
.form-product-image{
    margin-top: 50%;
    text-align: right;
    border: solid 1px rgba(59, 61, 63, 0.7);
    height: 300px;
}

.form-product-image img{
    width: 100%;
    height: 100%;
}

.himalayan-botanica .products-title h2 {
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    /* identical to box height, or 45px */
    text-transform: capitalize;
    color: #A2CD3A;

}

.himalayan-botanica-text-desc {
    background-color: #427136;
}

.himalayan-botanica-text-desc p {
    font-weight: 300;
    font-size: 19px;
    line-height: 159.5%;
    color: #FFFFFF;
}

.mystic-silver {
    background-color: #BCBDBE;
    color: #414042;
}

.premium-golden {
    background-color: #E8DDBD;
}

.super-black {
    background-color: #888F7C;
}

.classic-green {
    background-color: #B0D3B0;
    ;
}

.himalayan-golden {
    background-color: #F5E09F;
}

.traditional-himalayan {
    background-color: #B3B0AA;
}

.meli-spring {
    background-color: #D8B47B;
}

.meli-summer {
    background-color: #8DB28E;
}

.meli-moonson {
    background-color: #C7C7C9;
}

.meli-relax {
    background-color: #DEC8A7;
}

.meli-comfort {
    background-color: #B2A691;
}

.product-silamrit-desc {
    margin-left: 18%;
    max-height: 300px;
    overflow: auto;
    margin-right: 25%;
    padding-right: 20px;
}

.instuctions {
    width: 62%;
}

/* update 8/18 */
.Ads-main {
    padding-top: 1px;
    padding-bottom: 50px;
    background-color: #D9D9D9!important;
}

.ads-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    margin: 20px;
}

.decorative-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    height: 2px;
    background-color: #212529;
}

.small-line {
    width: 50px;
    margin: 0 10px;
    /* Adjust the margin as needed */
}

.headline {
    text-align: center;
    margin: 0;
}

.main-prod-form{
    width: 90%;
}

.main-prod-form h3{
    text-align: left;
}


@media (max-width: 768px) {
    .ads-logos {
        flex-direction: column;
    }

    .first-ads {
        display: flex;
        justify-content: center;
    }
}

.form-title-head{
    color: #000;
    border-bottom: solid 2px rgba(59, 61, 63, 0.7);
}

.place-order-container{
    background-color: #FFFFFF;
    padding:50px 50px;
}

.form-inp input{
    background-color: #f1ebeb;
}
.form-inp{
    background-color: #f1ebeb;
}