body {
    margin: 0;
}
/* font family*/

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../Fonts/Quicksand-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('../Fonts/Quicksand-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-SemiBold';
    src: url('../Fonts/Quicksand-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../Fonts/Quicksand-Bold.ttf') format('truetype');
}

/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.R_Align {
    text-align: right;
}

.body-bg {
    background-color: #00373d;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #00373d;
}

    .fixed-top.scrolled {
        background-color: #00373d !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: background-color 200ms linear;
    }

.logo a img {
    width: 160px;
    margin: 5px 0px;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    position: absolute;
}

.logo-ccav img {
    width: 135px;
    margin: 5px 0px;
    padding: 3px;
}

.top-contact {
    margin: 5px 15px 10px -40px;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    font-family: Quicksand-SemiBold;
}

    .top-contact li {
        display: inline-flex;
        padding: 0px 0px 0px 5px;
    }

        .top-contact li ul li span {
            color: #fff;
        }

        .top-contact li ul li a {
            color: #f29b22;
            transition: all 0.5s;
        }

        .top-contact li ul li i {
            color: #ffcc99;
        }

        .top-contact li ul li:nth-child(1) {
            margin: 0px 35px 0px 0px;
        }

.top-btn {
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #f29b22;
    transition: all 0.5s;
    font-family: Quicksand-SemiBold;
}

    .top-btn:hover, .top-contact li ul li a:hover {
        color: #fff;
    }

.top-filter-tbl {
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.txt-filter {
    border: none;
    border-right: 1px solid #005c66;
    background-color: #fff;
    color: #000;
    font-family: Quicksand-Regular;
    font-size: 14px;
    width: 100%;
    padding: 2px 5px;
}

.txt-filter-01 {
    padding: 2px 6px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.txt-filter-03 {
    border-right: none;
}

.btn-filter {
    border: none;
    background-color: #D65A1E;
    color: #fff;
    font-family: Quicksand-Regular;
    font-size: 14px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding: 2px 15px;
    transition: all 0.5s;
}

    .btn-filter:hover {
        background-color: #f29b22;
        color: #000;
    }

.top-line {
    border-bottom: 1px solid #005c66;
}

.mainMenu {
    list-style-type: none;
    margin: 10px 0px 10px -40px;
    text-align: right;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 0px 0px 55px;
    }

        .mainMenu li ul li {
            padding: 0px;
            width: 100%;
            text-align: left;
        }

        .mainMenu li a {
            color: #fff;
            font-size: 15px;
            transition: all 0.5s;
            font-family: Quicksand-SemiBold;
        }

            .mainMenu li a:hover {
                color: #D65A1E;
            }

.slider-tbl {
    width: 100%;
    height: 100vh;
}

    .slider-tbl tr td {
        vertical-align: middle;
        text-align: center;
    }

        .slider-tbl tr td h1, .slider-tbl tr td h2 {
            margin: 0px 0px 15px;
            font-family: Quicksand-Bold;
            text-transform: uppercase;
            font-size: 95px;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
        }

            .slider-tbl tr td h1 span {
                font-size: 50px;
            }

        .slider-tbl tr td h2 {
            font-family: Quicksand-SemiBold;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
            font-size: 40px;
            text-transform: none;
        }

.slider-tbl-01 tr td h1 {
    font-size: 75px;
}

.slider-tbl-01 tr td h2 {
    font-size: 35px;
}

.slider-bg-01 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider-01.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-02 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider-02.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-03 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider-03.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-04 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider-04.jpg);
    background-position: center;
    background-size: cover;
}

.slider-bg-05 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Slider-05.jpg);
    background-position: center;
    background-size: cover;
}

.fixed-ht {
    height: 94px;
}

label {
    margin: 0px 0px 3px 5px;
    font-size: 14px;
    font-family: Quicksand-Medium;
}

.logo-circle-01, .logo-circle-02, .logo-circle-03, .logo-circle-04, .logo-circle-05, .logo-circle-06 {
    position: absolute;
    overflow: hidden;
}

.logo-circle-01 {
    right: 0;
    top: 100%;
    width: 4%;
}

.logo-circle-02 {
    width: 3%;
    left: 0;
    top: 146%;
}

.logo-circle-03 {
    right: 0;
    top: 341%;
    width: 5%;
}

.logo-circle-04 {
    width: 3%;
    left: 0;
    top: 470%;
}

.logo-circle-05 {
    right: 0;
    top: 643%;
    width: 3%;
}

.logo-circle-06 {
    width: 3%;
    left: 0;
    top: 725%;
}

.bg-01 {
    background-color: #002e33;
}

.bg-02 {
    background-color: #FFF8ED;
}

.bg-03 {
    background-color: #00171a;
}

.bg-04 {
    background-color: #f1f1f1;
}

.bg-05 {
    background-color: #287C5A;
}

.padding-01 {
    padding: 50px 0px 40px;
}

.padding-02 {
    padding: 0px 0px 40px;
}

.padding-03 {
    padding: 30px 0px 20px;
}

.padding-04 {
    padding: 90px 0px 40px;
}

.padding-05 {
    padding: 50px 0px 40px;
}

.mtop {
    margin-top: 15px;
}

.head1 {
    font-family: Quicksand-Bold;
    font-size: 45px;
    margin: 0px 0px 10px;
}

    .head1 span {
        font-size: 15px;
        line-height: 30px;
        font-family: Quicksand-Bold;
        color: #f29b22;
    }

        .head1 span i {
            padding: 0px 5px;
            color: #1fdcfe;
        }

.head2 {
    margin: 0px 0px 10px;
    font-family: Quicksand-SemiBold;
    font-size: 35px;
}

.head3 {
    font-family: Quicksand-Bold;
    font-size: 25px;
    margin: 0px 0px 10px;
    color: #D65A1E;
}

    .head3 span {
        font-size: 15px;
        line-height: 30px;
        font-family: Quicksand-Medium;
        color: #000;
    }

.head4 {
    font-size: 20px;
    font-family: Quicksand-Bold;
    margin: 0px 0px 5px;
}

.head5 {
    font-size: 18px;
    font-family: Quicksand-SemiBold;
    margin: 0px 0px 5px;
    line-height: inherit;
}

.head6 {
    font-size: 16px;
    font-family: Quicksand-SemiBold;
    margin: 0px 0px 5px;
    line-height: 22px;
}

.head-line-ht {
    margin: 0px 0px 20px;
}

.font-org {
    color: #D65A1E;
}

.font-org-01 {
    color: #f29b22;
}

.font-org-02 {
    color: #ffcc99;
}

.font-green {
    color: #287C5A;
}

.font-wt {
    color: #fff;
}

.font-clr-01 span {
    color: #ffcc99;
}

.font-span span {
    color: #0adc62;
}

.read-more a {
    color: #ffcc99;
    transition: all 0.5s;
}

    .read-more a:hover {
        text-decoration: underline;
    }

.sub-tag {
    font-size: 22px;
    line-height: 32px;
}

.link-01 a {
    color: #1F75FE;
    transition: all 0.5s;
}

    .link-01 a:hover {
        text-decoration: underline;
    }

.home-about, .master-head {
    position: relative;
}

    .home-about h1 {
        color: #D65A1E;
        font-size: 55px;
        font-family: Quicksand-Bold;
        margin: 0px 0px 15px;
    }

    .home-about h6 {
        margin: 0px 0px 5px;
        font-size: 20px;
        color: #005c66;
    }

        .home-about h6 i {
            padding: 0px 3px;
        }

    .home-about h5 {
        font-size: 22px;
        line-height: 32px;
        color: #ffcc99;
        margin: 0px 0px 10px;
    }

    .home-about p {
        color: #fff;
    }

        .home-about p span {
            color: #ff512f;
            font-size: 18px;
        }

.img-bg-01 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Img-01.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.img-bg-02 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Img-02.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.img-bg-03 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Img-03.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.img-div {
    padding: 120px 100px;
}

    .img-div h3 {
        color: #ffcc99;
        font-family: Quicksand-Bold;
        margin: 0px 0px 15px;
        font-size: 40px;
        text-shadow: 1px 1px 1px #000;
    }

    .img-div h5 {
        margin: 30px 0px 0px;
        font-size: 16px;
    }

        .img-div h5 a {
            background-color: #287C5A;
            border: 1px solid #ffcc99;
            color: #fff;
            padding: 10px 15px;
            border-radius: 30px;
            transition: all 0.5s;
            margin: 0px 5px;
        }

            .img-div h5 a:hover {
                background-color: #D65A1E;
            }

        .img-div h5 span a {
            background-color: #00373d;
        }

.underline, .underline-story, .underline-story-master {
    width: 100px;
    height: 2px;
    background-color: #005c66;
    margin: 20px auto;
}

.underline-story {
    margin: 30px auto 50px auto;
}

.underline-story-master {
    margin: 20px auto 40px auto;
}

.story-no {
    margin: 0px 0px 15px;
}

    .story-no span {
        background-color: #005c66;
        padding: 5px;
        color: #fff;
        border-radius: 5px;
        font-size: 15px;
    }

.flow-line, .flow-line-01 {
    height: 2px;
    background-color: #00454d;
    margin: 50px 0px 60px;
    border-radius: 5px;
}

    .flow-line h6, .flow-line h5, .flow-line-01 h6, .flow-line-01 h5 {
        margin: -51px 0px 0px -15px;
        font-size: 75px;
        color: #00454d;
    }

    .flow-line h5, .flow-line-01 h6 {
        margin: -51px -15px 0px 0px;
        text-align: right;
    }

.testi-img img {
    width: 90%;
}

.testi-text {
    padding: 80px 0px;
}

    .testi-text h6 {
        margin: 0px 0px 10px;
        font-size: 20px;
        color: #D65A1E;
    }

    .testi-text p {
        color: #fff;
        min-height: 130px;
    }

    .testi-text h5 {
        margin: 0px;
        font-size: 18px;
        color: #D65A1E;
        text-align: right;
    }

.footer-bg {
    padding: 40px 0px 30px;
    background-color: #00373d;
}

.footer-head {
    margin: 0px;
    font-family: Quicksand-Medium;
    font-size: 15px;
    color: #D65A1E;
}

.footer-list {
    list-style-type: none;
    margin: 0px 0px 10px -40px;
    font-size: 14px;
}

    .footer-list li a {
        color: #fff;
        transition: all 0.5s;
    }

        .footer-list li a i {
            color: #D65A1E;
            padding-right: 5px;
        }

        .footer-list li a:hover {
            color: #ffcc99;
            margin-left: 5px;
        }

.footer-msg {
    margin: 10px 0px;
    background-color: #005c66;
    border-radius: 5px;
    padding: 15px;
}

    .footer-msg p {
        font-size: 14px;
        line-height: 22px;
    }

.footer-reach {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.social-icon {
    margin: 5px 0px 10px;
}

    .social-icon a {
        color: #fff;
        font-size: 22px;
        padding-right: 5px;
        transition: all 0.5s;
    }

        .social-icon a:hover {
            color: #D65A1E;
        }

.copyright-bg {
    background-color: #00171a;
}

    .copyright-bg p {
        margin: 3px 0px;
        font-size: 13px;
        color: #fff;
    }

        .copyright-bg p a {
            color: #fff;
            transition: all 0.5s;
        }

            .copyright-bg p a:hover {
                text-decoration: underline;
            }

.banner-tbl {
    width: 100%;
    height: 275px;
}

    .banner-tbl tr td {
        vertical-align: middle;
    }

.banner-about {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Banner-About.jpg);
    background-size: cover;
    background-position: center;
}

.banner-menu {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Banner-Menu.jpg);
    background-size: cover;
    background-position: center;
}

.banner-categories {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Banner-Categories.jpg);
    background-size: cover;
    background-position: center;
}

.banner-from-our-kitchen {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Banner-From-Our-Kitchen.jpg);
    background-size: cover;
    background-position: center;
}

.banner-contact-us {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Banner-Contact-Us.jpg);
    background-size: cover;
    background-position: center;
}

.banner-testimonials {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Banner-Testimonials.jpg);
    background-size: cover;
    background-position: center;
}

.banner-sitemap {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Banner-Sitemap.jpg);
    background-size: cover;
    background-position: center;
}

.banner-terms-of-use {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Banner-Terms-Of-Use.jpg);
    background-size: cover;
    background-position: center;
}

.banner-registration {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Banner-Registration.jpg);
    background-size: cover;
    background-position: center;
    padding: 85px 0px 40px;
}

.banner-login {
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(../Images/General/Banner-Login.jpg);
    background-size: cover;
    background-position: center;
    padding: 85px 0px 40px;
}

.menu-tbl {
    margin: 0px 0px 25px;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

    .menu-tbl tr th, .menu-tbl tr td {
        padding: 5px;
        border-bottom: 1px solid #005c66;
    }

    .menu-tbl tr th {
        font-weight: normal;
        color: #ffcc99;
    }

    .menu-tbl tr td:nth-child(1) {
        width: 60%;
    }

    .menu-tbl tr td:nth-child(2) {
        width: 20%;
    }

    .menu-tbl tr td:nth-child(3) {
        width: 20%;
    }

.menu-tbl-01 tr td:nth-child(1) {
    width: 70%;
}

.menu-tbl-01 tr td:nth-child(2) {
    width: 30%;
}

.ddl-quantity {
    border: 1px solid #D65A1E;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    padding: 5px;
    width: 100%;
    height: 40px;
    font-family: Quicksand-Medium;
}


.btn-more {
    border: 1px solid #D65A1E;
    background-color: #D65A1E;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 100%;
    height: 40px;
    transition: all 0.5s;
}

.ddl-quantity-01, .btn-more-01 {
    width: 150px;
    border-radius: 5px;
}

.ddl-quantity-01 {
    background-color: #fff;
}

.btn-more:hover {
    background-color: #00373d;
    border: 1px solid #00373d;
}

.item-gallery {
    margin: 10px 0px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
    transition: all 0.5s;
}

    .item-gallery:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .item-gallery img {
        width: 100%;
        border-radius: 5px;
    }

.form-txtbx {
    border: 1px solid #287C5A;
    background-color: #fff;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
}

.form-ddl {
    padding: 8px 10px;
}

.form-btn {
    border: 1px solid #D65A1E;
    background-color: #D65A1E;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
}

    .form-btn:hover {
        background-color: #00373d;
    }

.form-chkbx {
    color: #fff;
}

.form-chkbx-01 {
    color: #D65A1E;
    font-size: 14px;
}

.form-btn-txt {
    margin: 5px 0px 0px;
    border: none;
    background-color: transparent;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
}

    .form-btn-txt:hover {
        color: #e67817;
    }

.font-icon i {
    color: #e67817;
    font-size: 18px;
}

.contact-link h5 {
    margin: 0px 0px 10px;
    color: #f29b22;
    font-family: Quicksand-Bold;
    font-size: 18px;
}

.contact-link p {
    color: #fff;
    font-size: 16px;
}

.contact-link h6 {
    border-bottom: 1px solid #005c66;
}

.contact-link p a {
    color: #fff;
    transition: all 0.5s;
}

    .contact-link p a:hover {
        text-decoration: underline;
    }

.contact-link p i {
    color: #f29b22;
    padding-right: 5px;
}

.iframe iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

.home-slider img, .img-01 img {
    width: 55%;
}

.story-img img {
    width: 50%;
}

.story-img-01 img {
    width: 50%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.story-img-02 img {
    width: 40%;
}

.story-img-03 img {
    width: 72%;
}

.form-message {
    color: #ff512f;
    font-size: 16px;
    font-family: Quicksand-Medium;
    line-height: 22px;
}

.login-table {
    width: 100%;
    min-height: 275px;
}

    .login-table tr td {
        vertical-align: middle;
    }

.div-01 {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    transition: all 0.5s;
}

    .div-01:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .div-01 h6 {
        margin: 0px 0px 5px;
        font-size: 20px;
    }

    .div-01 p {
        margin: 0px;
        font-size: 15px;
    }

        .div-01 p a {
            color: #fff;
            transition: all 0.5s;
        }

            .div-01 p a:hover {
                color: #f29b22;
            }

.filter-ddl {
    border: 1px solid #005c66;
    background-color: #005c66;
    color: #fff;
    padding: 5px;
    width: 90%;
    border-radius: 5px;
    margin: 0px;
    font-size: 15px;
}

.filter-rbl {
    margin: 10px 0px 20px;
}

    .filter-rbl input {
        font-size: 14px;
    }

.product-list {
    margin-top: -10px;
}

    .product-list tr td {
        width: 33.333%;
        padding: 10px;
    }

        .product-list tr td div {
            background-color: #fff;
            border-radius: 10px;
        }

            .product-list tr td div h6 {
                margin: 0px;
                text-align: center;
                overflow: hidden;
                position: relative;
            }

                .product-list tr td div h6 img {
                    width: 75%;
                    padding: 10px;
                    transition: transform 0.3s ease;
                    border-radius: 20px;
                }

            .product-list tr td div:hover {
                box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            }

                .product-list tr td div:hover img {
                    transform: scale(1.2);
                    object-fit: cover;
                    position: relative;
                    transition: transform 0.3s ease;
                }

                .product-list tr td div:hover div {
                    box-shadow: none;
                }

            .product-list tr td div div {
                background-color: #FFF8ED;
                padding: 15px;
                overflow: hidden;
                position: relative;
                border-radius: 0px;
                min-height: 145px;
            }

                .product-list tr td div div h1 {
                    margin: 10px 0px 2px;
                    font-family: Quicksand-Bold;
                    color: #005c66;
                    font-size: 15px;
                    line-height: 21px;
                }

                .product-list tr td div div h5 {
                    margin: 0px 0px 5px;
                    font-family: Quicksand-SemiBold;
                    font-size: 13px;
                    color: #005c66;
                }

                .product-list tr td div div h2 {
                    margin: 10px 0px 0px;
                    font-family: Quicksand-SemiBold;
                    font-size: 18px;
                    color: #D65A1E;
                }

                .product-list tr td div div p {
                    font-size: 10px;
                    margin: 0px 10px 0px 0px;
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                    .product-list tr td div div p a {
                        font-family: Quicksand-Medium;
                        color: #005c66;
                    }

            .product-list tr td div table {
                width: 100%;
            }

                .product-list tr td div table tr td {
                    width: 50%;
                    text-align: center;
                    padding: 0px;
                }

.prod-btn-cart, .prod-btn-more {
    font-size: 15px;
    font-family: Quicksand-Medium;
    width: 100%;
    transition: all 0.5s;
}

.prod-btn-cart {
    border: 1px solid #005c66;
    background-color: #005c66;
    color: #fff;
    border-bottom-left-radius: 10px;
}

.prod-btn-more {
    border: 1px solid #D65A1E;
    background-color: #D65A1E;
    color: #fff;
    border-bottom-right-radius: 10px;
}

    .prod-btn-cart:hover, .prod-btn-more:hover {
        border: 1px solid #f29b22;
        background-color: #f29b22;
        color: #000;
    }

.prod-btn-cart-01, .prod-btn-more-01 {
    width: 85px;
    padding: 5px;
}

.prod-btn-cart-01 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.prod-btn-more-01 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prod-btn-rating {
    border-radius: 10px;
    padding: 3px 6px;
    border: 1px solid #f29b22;
    background-color: #ffcc99;
    color: #000;
    width: auto;
    font-size: 14px;
}

.prod-left h6 {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 20px;
}

    .prod-left h6 img {
        width: 100%;
        border-radius: 10px;
        padding: 10px;
        background-color: #fff;
        transition: transform 0.3s ease;
    }

.prod-left:hover img {
    transform: scale(1.2);
    object-fit: cover;
    position: relative;
    transition: transform 0.3s ease;
}

.prod-right h1 {
    margin: 0px 0px 10px;
    font-family: Quicksand-Bold;
    color: #D65A1E;
    font-size: 25px;
}

.prod-right h5 {
    margin: 0px 0px 10px;
    font-family: Quicksand-SemiBold;
    font-size: 15px;
    color: #005c66;
}

    .prod-right h5 span {
        color: #fff;
    }

.prod-right h2 {
    margin: 10px 0px 15px;
    font-family: Quicksand-Bold;
    font-size: 20px;
    color: #D65A1E;
}

.prod-right h3, .prod-left h3 {
    margin: 15px 0px 5px;
    font-family: Quicksand-SemiBold;
    font-size: 16px;
    color: #005c66;
}

.prod-right h4, .prod-left h4 {
    margin: 20px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.prod-right p {
    font-size: 16px;
    line-height: 22px;
}

.prod-sharethis-div {
    margin: 10px 0px 0px;
}

.prod-back {
    margin: 20px 0px 10px;
}

    .prod-back a {
        background-color: #f29b22;
        border: 1px solid #f29b22;
        color: #000;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 15px;
        font-family: Quicksand-Medium;
        transition: all 0.5s;
    }

        .prod-back a:hover {
            background-color: #005c66;
            border: 1px solid #005c66;
            color: #fff;
        }

.product-qty-tbl {
    width: 100% !important;
    text-align: left !important;
    margin: 20px 0px 10px;
}

    .product-qty-tbl tr td {
        vertical-align: middle !important;
    }

        .product-qty-tbl tr td:nth-child(1) {
            text-align: left !important;
            width: 40%;
        }

            .product-qty-tbl tr td:nth-child(1) h2 {
                margin: 0px !important;
            }

        .product-qty-tbl tr td:nth-child(2) {
            text-align: right !important;
        }

        .product-qty-tbl tr td input {
            width: 60px;
            padding: 1px;
            text-align: center;
            border: 1px solid #005c66;
            border-radius: 5px;
            font-size: 15px;
            font-family: Quicksand-Medium;
        }

.product-qty-tbl-01 {
    margin: 25px 0px 20px;
}

    .product-qty-tbl-01 tr td:nth-child(1) {
        width: 25%;
    }

    .product-qty-tbl-01 tr td:nth-child(2) {
        text-align: left !important;
    }

.gridcart {
    width: 100%;
    border-color: transparent;
    font-size: 14px;
}

    .gridcart tr th {
        border-top: 1px solid #005c66;
    }

    .gridcart tr th, .gridcart tr td {
        padding: 5px;
        font-weight: 500;
        border-bottom: 1px solid #005c66;
    }

    .gridcart tr th {
        color: #D65A1E;
        line-height: 20px;
        font-family: Quicksand-Medium;
    }

    .gridcart tr td img {
        width: 65px;
        padding: 5px;
        border-radius: 5px;
    }

    .gridcart tr td input {
        color: #fff;
        line-height: 20px;
        font-family: Quicksand-Regular;
    }

    .gridcart tr td label {
        font-family: Quicksand-Regular;
    }

.gridcartprint tr td input {
    color: #000;
}

.gridcartprint tr td label, .gridcartprint tr td span {
    font-family: Quicksand-Medium;
}

.gridcartprint tr th, .gridcartprint tr td {
    padding: 5px;
    font-weight: 500;
    border: 1px solid rgba(0,0,0,0.5);
    color: #000;
}

.gridcartprint tr th {
    background-color: #f29b22;
}

.gridcartprice tr td span {
    color: #fff;
    font-size: 14px;
}

    .gridcartprice tr td span span {
        color: #f29b22;
    }

    .gridcartprice tr td span table {
        width: 100%;
    }

        .gridcartprice tr td span table tr td {
            padding: 0px;
            border-bottom: none;
        }

            .gridcartprice tr td span table tr td p {
                color: #ffcc99;
                font-size: 13px;
                margin: 0px 0px 5px;
                line-height: 18px;
            }

.ddl-deliverymode, .ddl-search {
    border: none;
    background-color: #005c66;
    color: #fff;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 3px 0px;
}

.ddl-search {
    border: 1px solid #ffcc99;
    background-color: #ffcc99;
    color: #000;
}

.cart-tbl {
    margin: 15px 0px;
    width: 100%;
    font-size: 15px;
}

    .cart-tbl tr td {
        padding: 5px;
        color: #fff;
    }

        .cart-tbl tr td:nth-child(1) {
            width: 35%;
        }

.odr-dtl-list {
    margin: 15px 0px 20px -40px;
    list-style-type: none;
    font-family: Quicksand-Medium;
}

    .odr-dtl-list li {
        color: #000;
        font-size: 15px;
    }

.print-div {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border-bottom: 2px solid #D65A1E;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.thank-you-msg {
    margin: 20px 0px;
}

    .thank-you-msg h4, .thank-you-msg h5 {
        font-size: 16px;
        font-family: Quicksand-SemiBold;
        margin: 0px 0px 5px;
        line-height: inherit;
    }

    .thank-you-msg p {
        font-family: Quicksand-Medium;
        font-size: 15px;
        line-height: 21px;
    }

    .thank-you-msg h6 a {
        font-family: Quicksand-SemiBold;
        font-size: 15px;
        text-decoration: underline;
    }

        .thank-you-msg h6 a:hover {
            color: #005c66;
        }

    .thank-you-msg h5 {
        font-size: 15px;
    }

.dtl-order-dtl tr td {
    padding: 5px;
    font-size: 15px;
}

.dtl-order-dtl div {
    background-color: #00373d;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 5px;
    border-bottom: 2px solid #D65A1E;
}

    .dtl-order-dtl div div {
        margin: auto;
        padding: initial;
        border: none;
        border-radius: unset;
    }

    .dtl-order-dtl div ul {
        list-style-type: none;
        margin: 0px 0px 20px -40px;
        color: #fff;
        font-size: 14px;
    }

        .dtl-order-dtl div ul li span {
            color: #f29b22;
        }

    .dtl-order-dtl div table {
        width: 100%;
    }

        .dtl-order-dtl div table tr th, .dtl-order-dtl div table tr td {
            padding: 5px;
            font-weight: 500;
            line-height: 20px;
        }

        .dtl-order-dtl div table tr th {
            color: #f29b22;
            font-family: Quicksand-Medium;
            border-top: 1px solid #005c66;
            border-bottom: 1px solid #005c66;
        }

        .dtl-order-dtl div table tr td {
            color: #fff;
        }

            .dtl-order-dtl div table tr td img {
                width: 65px;
            }

.total-border {
    border-bottom: 1px solid #005c66;
}

.order-total {
    width: 100%;
    font-family: Quicksand-Medium;
    font-size: 14px;
    margin: 10px 0px;
}

.rating-popup {
    position: fixed;
    top: 18%;
    left: 35%;
    width: 30%;
    background-color: #fff;
    border: 2px solid #444;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 15px;
}

.rating-div {
    margin: 0px 0px 0px;
    padding: 15px;
    border-radius: 15px;
    background-color: #005c66;
    border-bottom: 2px solid #D65A1E;
}

    .rating-div h5 {
        color: #fff;
    }

.text-orange {
    color: #D65A1E;
}

.prod-right-rating h3 {
    margin: 15px 0px 5px;
    font-family: Quicksand-SemiBold;
    font-size: 16px;
    color: #005c66;
}

.rating-review-div h6 {
    font-size: 12px;
}

.rating-review-div p, .rating-review-div h5 {
    margin: 0px 0px 5px;
    font-size: 15px;
    line-height: 22px;
}

.rating-review-div h5 {
    margin: 0px 0px 15px;
    color: #D65A1E;
    font-family: Quicksand-Medium;
    font-size: 14px;
}

.rating-review-div {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 10px 0px;
}

.cat-head h3 {
    color: #005c66;
    font-family: Quicksand-SemiBold;
    margin: 0px 0px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 10px;
    font-size: 15px;
}

.ccavenue-table {
    margin-bottom: 20px;
}

    .ccavenue-table, .ccavenue-table tr td table {
        width: 100%;
    }

        .ccavenue-table tr td table tr td {
            color: #fff;
            border-bottom: 1px solid #287C5A;
            padding: 5px;
            font-size: 14px;
        }

            .ccavenue-table tr td table tr td:nth-child(1) {
                width: 40%;
            }

            .ccavenue-table tr td table tr td span {
                text-transform: uppercase;
            }

.ccavenue-iframe {
    width: 482px;
    height: 500px;
}
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .slider-tbl tr td h1, .slider-tbl-01 tr td h1 {
        padding-top: 50px;
    }

    .slider-tbl tr td h2 {
        padding: 0px 100px;
        font-size: 45px;
    }

    .slider-tbl-01 tr td h2 {
        font-size: 35px;
    }

    .footer-div-01 {
        margin-left: 70px;
    }

    .img-div-master {
        padding: 50px 100px;
    }

    .head4 {
        line-height: 28px;
    }

    .master-head h1 {
        font-size: 40px;
    }

    .master-head h6 {
        font-size: 18px;
    }

    .master-head h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .prod-left h6 {
        width: 85%;
    }

    .prod-right, .contact-link {
        margin-left: 40px;
    }

        .prod-right h4 {
            margin: 30px 0px;
        }

    .prod-back {
        margin: 30px 0px 10px;
    }

    .form-txtbx-cart {
        width: 90%;
    }

    .prod-right-rating {
        margin: -25px 0px 0px 40px;
    }

    .order-total {
        width: 90%;
        margin: 10px 0px 10px 26px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .mainMenu li {
        padding: 0px 0px 0px 25px;
    }

    .logo a img {
        width: 145px;
    }

    .slider-tbl tr td h1 {
        font-size: 80px;
    }

        .slider-tbl tr td h1 span {
            font-size: 40px;
        }

    .slider-tbl tr td h2 {
        font-size: 35px;
    }

    .head1 {
        font-size: 40px;
    }

    head2 {
        font-size: 30px;
    }

    .head3 {
        font-size: 24px;
    }

        .head3 span {
            font-size: 14px;
            line-height: 25px;
        }

    .head4 {
        font-size: 20px;
    }

    .head5 {
        font-size: 18px;
    }

    .head6 {
        font-size: 16px;
    }

    .sub-tag {
        font-size: 20px;
        line-height: 30px;
    }

    .home-about h1 {
        font-size: 45px;
    }

    .home-about h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .img-div {
        padding: 100px 80px;
    }

        .img-div h3 {
            font-size: 40px;
        }

        .img-div h5 {
            margin: 25px 0px 0px;
            font-size: 15px;
        }

    .story-line {
        margin: 20px 300px 50px;
    }

    .testi-text {
        padding: 40px 0px 0px;
    }

        .testi-text p {
            line-height: 22px;
            min-height: 140px;
            font-size: 15px;
        }

    .top-contact li:first-child {
        width: 55%;
    }

    .top-contact li ul li:first-child {
        width: auto;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo a img {
        width: 125px;
    }

    .top-btn {
        width: auto;
        padding: 0px 5px;
        font-family: Quicksand-Regular;
    }

    .mainMenu li {
        padding: 0px 0px 0px 12px;
    }

        .mainMenu li a {
            font-size: 14px;
            font-family: Quicksand-Regular;
        }

    .slider-tbl tr td h1 {
        font-size: 60px;
    }

        .slider-tbl tr td h1 span {
            font-size: 30px;
        }

    .slider-tbl tr td h2 {
        font-size: 25px;
    }

    .head1 {
        font-size: 30px;
    }

        .head1 span {
            font-size: 15px;
        }

    .head3 {
        font-size: 25px;
    }

        .head3 span {
            font-size: 16px;
        }

    head2 {
        font-size: 25px;
    }

    .head3 {
        font-size: 21px;
    }

        .head3 span {
            font-size: 14px;
            line-height: 25px;
        }

    .head4 {
        font-size: 18px;
    }

    .head5 {
        font-size: 16px;
    }

    .head6 {
        font-size: 15px;
    }

    .sub-tag, .home-about h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .home-about h1 {
        font-size: 40px;
    }

    .img-div {
        padding: 80px 30px;
    }

        .img-div h3 {
            font-size: 30px;
        }

        .img-div h5 {
            margin: 30px 0px 0px;
            font-size: 15px;
        }

            .img-div h5 a {
                padding: 5px 10px;
            }

    .story-line {
        margin: 20px 200px 50px;
    }

    .testi-img img {
        width: 100%;
    }

    .testi-text {
        padding: 25px 0px 0px;
    }

        .testi-text p {
            line-height: 22px;
            min-height: 140px;
            font-size: 15px;
        }

    .padding-04, .padding-05 {
        padding: 50px 0px 20px;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .Desktop {
        display: none;
    }

    .Mobile {
        display: block;
    }

    .logo {
        text-align: center;
    }

        .logo a img {
            width: 85px;
            position: inherit;
        }

    .top-contact {
        margin: 5px 0px;
        text-align: left;
        font-family: Quicksand-Regular;
        font-size: 13px;
    }

        .top-contact li, .top-contact li ul li {
            text-align: left;
        }

            .top-contact li ul {
                list-style-type: none;
                display: grid;
            }

                .top-contact li ul li:nth-child(1) {
                    margin: 0px 0px 0px 0px;
                }

    .top-btn {
        width: auto;
        padding: 0px 5px;
        font-family: Quicksand-Regular;
        font-size: 13px;
    }

    .top-line {
        border-bottom: none;
    }

    .mainMenu {
        list-style-type: none;
        margin: 5px 0px 5px 0px;
        text-align: left;
        background-color: #00373d;
    }

        .mainMenu li {
            display: list-item;
            padding: 3px 0px;
        }

            .mainMenu li a {
                font-size: 14px;
                font-family: Quicksand-Regular;
            }

    .slider-tbl {
        height: 70vh;
    }

        .slider-tbl tr td h1 {
            font-size: 35px;
            padding: 0px 15px;
        }

            .slider-tbl tr td h1 span {
                font-size: 25px;
            }

        .slider-tbl tr td h2 {
            font-size: 20px;
            padding: 0px 15px;
        }

    .fixed-ht {
        height: 95px;
    }

    .padding-01, .padding-04, .padding-05 {
        padding: 20px 0px 20px;
    }

    .padding-02 {
        padding: 0px 0px 10px;
    }

    .head1 {
        font-size: 25px;
    }

        .head1 span {
            font-size: 14px;
            font-family: Quicksand-Regular;
            line-height: 25px;
        }

    head2 {
        font-size: 20px;
    }

    .head3 {
        font-size: 18px;
    }

        .head3 span {
            font-size: 14px;
            line-height: 22px;
        }

    .head4 {
        font-size: 16px;
    }

    .head5 {
        font-size: 15px;
    }

    .head6 {
        font-size: 14px;
    }

    .home-about h1 {
        font-size: 25px;
        margin: 10px 0px 5px;
    }

    .home-about h5 {
        font-size: 17px;
        line-height: 26px;
    }

    .img-div {
        padding: 65px 15px;
    }

        .img-div h3 {
            font-size: 20px;
        }

        .img-div h5 {
            margin: 30px 0px 0px;
            font-size: 15px;
        }

            .img-div h5 a {
                padding: 5px 10px;
            }

    .story-line {
        border-bottom: 1px solid #005c66;
        margin: 20px 200px 30px;
    }

    .flow-line, .flow-line-01 {
        margin: 30px 0px 40px;
        border-radius: 5px;
    }

        .flow-line h6, .flow-line h5, .flow-line-01 h6, .flow-line-01 h5 {
            margin: -31px 0px 0px -15px;
            font-size: 45px;
        }

        .flow-line h5, .flow-line-01 h6 {
            margin: -31px -15px 0px 0px;
        }

    .testi-img img {
        width: 60%;
    }

    .testi-text {
        padding: 20px 0px 0px;
    }

        .testi-text p {
            line-height: 22px;
            min-height: 100px;
            font-size: 15px;
        }

    .sub-tag {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-tbl {
        height: 135px;
    }

    .filter-ddl {
        width: 100%;
    }

    .product-list {
        margin: 0px;
    }

        .product-list tr td {
            padding: 5px;
            vertical-align: top;
        }

            .product-list tr td div h6 img {
                width: 60%;
            }

            .product-list tr td div div h1, .product-list tr td div div h5, .product-list tr td div div h2 {
                font-family: Quicksand-Regular;
                font-size: 14px;
                line-height: 18px;
            }

            .product-list tr td div div {
                min-height: 180px;
            }

                .product-list tr td div div h5 {
                    font-size: 13px;
                }

    .product-qty-tbl tr td label {
        font-family: Quicksand-Regular !important;
        font-size: 14px !important;
    }

    .product-qty-tbl tr td input {
        width: 40px;
    }

    .prod-right h1 {
        font-family: Quicksand-Medium;
        font-size: 16px;
    }

    .prod-right h2, .prod-right h3 {
        font-size: 16px;
        font-family: Quicksand-Medium;
    }

    .prod-right p {
        font-size: 15px;
        line-height: 20px;
    }

    .banner-registration, .banner-login {
        padding: 20px 0px 20px;
    }

    .div-01 {
        padding: 10px;
        margin: 0px 0px 15px 0px;
    }

        .div-01 h6 {
            font-size: 18px;
        }

        .div-01 p {
            font-size: 14px;
        }

    .prod-btn-cart, .prod-btn-more {
        font-size: 14px;
        font-family: Quicksand-Regular;
    }

    .product-list tr td div div p {
        font-size: 9px;
    }

    .top-filter-tbl {
        width: 85%;
        margin: 5px 0px 0px 20px;
    }

    .txt-filter, .btn-filter {
        font-size: 12px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .slider-tbl tr td h1 {
        font-size: 30px;
    }

        .slider-tbl tr td h1 span {
            font-size: 20px;
        }

    .slider-tbl tr td h2 {
        font-size: 18px;
    }

    .story-line {
        margin: 20px 100px 30px;
    }

    .testi-img img {
        width: 75%;
    }

    .prod-btn-cart, .prod-btn-more {
        font-size: 13px;
    }
}
/*Media query*/
