.suggestions-box {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  margin-top: 5px;
      overflow-y: scroll;
    max-height: 387px !important;
}

.suggestions-box .list-group-item {
  cursor: pointer;
}

.suggestions-box .list-group-item:hover {
  background-color: #f0f0f0;
}


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;

}

*::selection {
    background-color: #750808;
    color: #fff;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}

.top_position {
    z-index: 999;
}

.tp{
    position: sticky !important;
    top: 0px;
}

.product_details_img_wrapper{
    max-width:350px;
    margin: auto;
}

.product_details_img_wrapper img{
    border-radius:10px;
}
.side_link a span:hover {
    font-size: 14px;
    color: #a63233 !important;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #4d191a !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.display_flex {
    display: flex;
    justify-items: center;
    align-items: center;
}


.display_flex_col {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.display_flex_start2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}

.display_flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.mobile_menu_icon .fa-solid {
    font-size: 32px;

    color: #9a3234;
}

.top_section {
    padding: 8px 1px;
    background-color: #9a3234;
}

.top_social ul li {
    display: inline;
    list-style-type: none;
    margin-right: 9px;

}

.top_offer {
    color: #bdbdbd;
}

.top_social ul li a {
    color: #ffffff;
}

.top_offer p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.top_social ul {
    margin-bottom: 0px;
}

.logo {
    width: 80px;
}

.search_wrapper {
    width: 50%;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    text-decoration: none !important;
}

.btn-link {
    color: #9a3234 !important;
}

.header_search .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff0 !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header_search .form-control:focus {
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    text-transform: uppercase !important;
    font-size: 13px !important;
}



.navbar-light .navbar-nav .categories_btn .nav-link {
    color: rgb(255, 255, 255) !important;
    font-weight: 500 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    font-weight: 500 !important;
}




.main_menu_bg {
    background: url(../images/pattern-bg.png) center #efa56c00;
    background-size: contain;
}

.main_banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    display: block;
}

.mobile_menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    display: none;
}

.banner_img img {
    width: 100%;
    max-height: 711px;

}

.banner_title {
    position: absolute;
    z-index: 99;
}

.banner_btn {
    margin-top: 23px;
}

.banner_btn a {
    background-color: #9a3234;
    padding: 12px 25px;
    font-size: 12px;
    border-radius: 21px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.input-group .btn:focus {
    box-shadow: none;
}

.banner_btn a:hover {
    background-color: #efa46c;
    padding: 12px 25px;
    border-radius: 21px;
    color: #fff;
    text-decoration: none;
}

.banner_title h3 {
    font-size: 42px;
    max-width: 616px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}



.product_mini {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mini_pro_img img {
    width: 250px;
}

.spec_wrappr {
    display: flex;
    justify-content: center;
}

.mini_pro {
    background: url(../images/pattern-bg.png) center #de727400;
    border-radius: 10px;
    margin: 5px;
}

.mini_text h5 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 3px;
}

.mini_text p {
    color: #ffffff;
}

.mini_pro img {
    border-radius: 10px;
}

.about_section {
    padding-bottom: 50px;
    padding-top: 75px;
    position: relative;
}

.about_text {
    max-width: 450px;
}

.about_text h3 {
    font-size: 35px;
    font-family: 'Libre Baskerville', serif;
}

.since_icon {
    position: absolute;
    content: "";
    top: 0px;
    left: 80px;
    width: 133px;
}

.infinte {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    background: url(../images/pattern-bg.png) center #7b2425;
    font-family: 'Libre Baskerville', serif;
}

.intext h1 {
    font-size: 54px;
    white-space: nowrap;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 0px;
    color: #ffffff;
}

.intext h1 span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    color: #00000000;
}

.intext {
    display: flex;
    animation: scrollText 33s infinite linear;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.some_product {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    background-image: linear-gradient(to bottom, #ffffff00, #ffffff), url(../images/bannerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.main_menu {
    background-color: #fff0 !important;
}

.categories_btn a {
    background-color: #9a3234;
    padding: 6px 25px;
    border-radius: 21px;
    color: #fff;
    text-decoration: none;
}

.spec_text {
    max-width: 450px;
    text-align: left;
    margin-left: auto;
}

.spce_point {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 23px !important;
}

.spce_point p {
    text-align: left;
    margin-bottom: 0px;
}

.spec_text h3 {
    font-size: 35px;
    font-family: 'Libre Baskerville', serif;
}

.spec_wrappr img {
    max-width: 350px;
}

.spce_point .fa-regular {
    color: #9a3234;
    font-weight: 700;

}

.some_items {
    
    padding-top: 25px;
    padding-bottom: 18px;
    background-color: #ffffff;

}



.some_items h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
}

.btn-close {
    background: url(../images/closed.png)center/1em auto no-repeat !important;
    background-size: contain;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Libre Baskerville', serif !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.side_link a {
    font-size: 15px;
    color: #f2c7a7;
    font-weight: 400;
    text-decoration: none;
}

.side_link a:hover {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
   
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #ffffff !important;
}

.side_link a span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}

.side_link a span:hover {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}

.side_brand_logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -20px;
    margin-bottom: 10px;

}

.brand1 {
    width: 81px;
    margin: 8px;
    border: 1px solid #ff00055c;
    border-radius: 7px;
    overflow: hidden;
}

.offcanvas-body {}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #ffd7b9;
    border: 2px solid #ffd7b9;
}

.pumb_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pumb_img img {
    width: 80%;
}

.pumb_header {
    width: 76px;
    background-color: #9a3234;
    padding: 6px 1px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;

}

.pumb_name {
    margin-top: 12px;
}

.pumb_header_gen {
    width: 98px;
    background-color: #9a3234;
    padding: 6px 1px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
}

.pumb_header_gen p {
    margin-bottom: 0px;
}

.pumb_wrapper {
    background-color: #9a323400;
    margin: 9px;
    border-radius: 4px;
    overflow: hidden;
}

.pumb_wrapper img {
    border-radius: 6px;
    object-fit: cover;


}

.watertext h3 {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 32px;
}

.pumb_name h6 {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Libre Baskerville', serif;
}

.pumb_header p {
    margin-bottom: 0px;
}

.brand_icon {
    padding-top: 43px;
    padding-bottom: 43px;
    background: url(../images/pattern-bg.png) center #9a3234;
}

.brand_logo img {
    width: 137px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
}

.product_side_scroll{
    width: 100%;
    height: 300px;
    background-color: #00000000;
    overflow-y: scroll;
}

.scrollbar
{

    float: left;
    height: 300px;
    background: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 25px;
}

#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
    width: 2px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d6292950;
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 2px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d6292923;
}

.scrollbar .nav {
    display: block !important;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9a323436 !important;
}
.pro_del_nav .nav {
    display: block !important;

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.proo .fw-bold {
    font-weight: 700 !important;
    text-transform: capitalize;
    font-size: 12px;
    color: #514d4d;
}

.pro_del_nav .nav-link{
    padding: 4px;
}
.pro_del_nav .nav {
        display: block !important;
        flex-wrap: inherit;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
.proo img{
border-radius:50px;
}

.fo ul {
    padding-left: 0px !important;
}

footer {
    color: #fff;
}

ul {
    padding: 0px;
}

ol,
ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
    float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li i {
    font-size: 14px;
    color: #9a3234;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}

.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #750808 !important;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 38px;
    top: 5px;
}

.phone-no {
    margin-top: -22px;
    text-align: right;
}

.gray_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    z-index: 9;
}



.gray1 img {

    object-fit: cover;
}

.gray1:nth-child(2) img {

    object-fit: cover;
}

/* .gray1{
    position: absolute;
    overflow: hidden;
    width:0%;
    height:100%;
    object-fit: cover;
    background-color: #9a32343a;
}

.gray1:nth-child(2){
    position: absolute;
    width:0%;
    height:100%;
    background-color: #ffffff28;
}  */

.innerbanner_img img {
    max-height: 334px;
    width: 100%;
    object-fit: cover;
    margin-top: 124px;
}

.our_ben {
    max-width: 450px;
    padding: 37px;
}


.our_ben h3 {
    font-size: 50px;
    color: #ffffff;
}

.bnimg {
    width: 100% !important;
    height: 100% !important;
}

.our_banner_images {
    position: relative;
    background-image: url(../images/banner1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.about_img {
    position: relative;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.about_img_cover {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9a3234;
}

.main_tumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
}

.gallery {
    position: sticky;
    top: 0;
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    height: 3px;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #9a3234;
}

.gallery .tumb {
    width: 25%;
    background-color: #fff;
    border: 1px solid #0703211a;
    cursor: pointer;
}

.ben_banner_text {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    padding: 24px;
    background-color: #9a3234;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 295px;
    border-right: 1px solid #e5b196;
    border-bottom: 1px solid #e5b196;
    color: #ffff;
}

.agi p {
    margin-bottom: 10px;
}

.agi {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ban_text p {
    margin-bottom: 0px;
    width: 95%;
    font-weight: 500;
    text-transform: capitalize;
}

.ban_icon img {
    width: 100px;
}

.ban_sec_bg {
    background-color: #9a3234;
}

/* .ben_sec {
    padding-top: 50px;
} */

.agi img {
    width: 42px !important;
}

.brand_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.best_selling_products {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #00000014;
}

.bg-lights {
    background-color: #9a323438 !important;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 19px;
    background: #9a3234 !important;
}
.product_new.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.product_news.owl-carousel .owl-nav.disabled {
    display: block !important;
}

span {
    font-size: 37px;
    position: relative;
    top: -5px;
    color:#ffffff;
}

.owl-nav button:focus {
    outline: none;
}


.best_head {
    font-family: 'Libre Baskerville', serif;
    text-transform: capitalize;
    background-color: #9a3234;
    padding: 13px 10px;
    color: #fff;
    margin-bottom: 14px;
}

.best_head h4{
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.testimonal_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonal_wrapper {
    position: relative;
    padding: 10px;
    background-color: #e0797b40;
    border: 1px solid #f0cbcb;
    border-radius: 13px;
    margin: 6px;
    min-height: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quots {
    position: absolute;
    content: "";
    top: -31px;
    left: 0;
    width: 54px;
}



.test_para p {
    color: #676666;
    font-size: 14px;
}

.test_img {
    width: 42px;
}

.test_para {
    padding: 10px;
    color: #fff;
}

.clentname h6 {
    margin-left: 4px;
    color: rgb(0, 0, 0);
}

.testtext {
    position: relative;
}

.testtext::before {
    position: absolute;
    content: "";
    top: -30px;
    left: -22px;
    width: 82px;
    height: 82px;
    background-color: #e0797b;
    z-index: -1;
    border-radius: 50%;
}

.testtext h3 {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 32px;
    max-width: 400px;
    font-size: 34px;
    z-index: 9;
}

.contact-info {
    width: 100%;
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
    justify-content: flex-start;
    align-items: flex-start;

}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.contact-info-icon i {
    font-size: 30px;
    /* line-height: 70px; */
    color: #9a3234;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    color: #9a3234;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-info-content p {
    color: #000000;
    font-size: 1em;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #9a3234;
    outline: none;
    resize: none;
}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
    color: #9a3234;
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #9a3234;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #9a3234;
    transition: 0.5s;
}


.contact-form .input-box input[type="submit"]:hover {
    background: #FFF;
    color: #9a3234;
}

.pumb_name h5{
  font-size: 16px;
  color: #9a3234;
}

.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff59;
    padding-top: 14px;
    margin-bottom: 55px;
}

.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}

.footer-day-time ul li:last-child {
    margin-right: 0px;
}

.phone-no a:hover {
    color: #ffffff;
    font-family: PlayfairDisplay-Black;
    font-size: 20px;
    font-weight: lighter;
    text-decoration: none;
}

.phone-no a {
    color: #ffffff;
    font-family: PlayfairDisplay-Black;
    font-size: 20px;
    font-weight: lighter;
    text-decoration: none;
}

.footer-top {
    background: #9a3234;
    padding: 50px 0 50px;
}

.footer-top h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Libre Baskerville', serif;
}

.footer-top p {
    font-size: 15px;
    line-height: 2;

    max-width: 283px;
}

.foot ul {
    padding-left: 0px;
}

footer p {
    margin-bottom: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}

.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}

ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}

.address1 li a {
    color: #fff;
    text-decoration: none;
}

ul.address1 i {
    width: 18px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 21px;
    top: 6px;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}

footer ul.social-icon {
    float: left;
}

footer .social-icon li i:hover {
    background: #000000;
    border-color: #ffffff;
}

.footer-bottom {
    background: #781315;
    padding: 10px 0px;
}

.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 0px;
}

.footer-bottom ul {
    float: right;
    margin-bottom: 0px;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}

.copyright {
    font-size: 13px;
}

.copyright a {
    color: #ffffff;
    text-decoration: none;
}

.copyright a:hover {
    color: #efa46c;
    text-decoration: none;
}

.pumb_name p{
  
    color: #999;
    font-size: 12px;
    height: 40px;
    line-height: 18px;
    max-height: 40px;
    overflow: hidden;
    padding: 6px 16px;
}

.side_ul_two{
    display: flex;
    flex-wrap: wrap;
}

.side_ul_two ul{
    list-style-type: none;
    padding-left: 0px;
}

.side_ul_two ul li{
    margin-top: 16px;
    padding-right: 10px;
    font-size: 14px;
    min-width: 144px;

}

.fixed_icon_bar {
    position: fixed;
    z-index: 999;
    background-color: #9a3234;
    bottom: 11px;
    right: 11px;
    border-radius: 12px;
    overflow: hidden;
}

.fixed_icon {
    padding: 22px;
    background-color: #9a3234;
    color: #fff;
}

.fixed_icon a{
    color:#ffffff;
    text-decoration: none;
}

.fixed_icon a:hover{
    color:#ffffff;
    text-decoration: none;
}

@media screen and (max-width: 1180px) {
    .pumb_name h6 {
        text-align: center;
        font-size: 13px;
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 990px) {
    .menu_wrapper {
        display: none;
    }
    .main_menu {
        background-color: #ffffffc9;
    }
    .ben_sec {
        padding-top: 30px;

    }

    .our_banner_images {
        position: relative;
        background-image: url(../images/banner1.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px;
        min-height: 300px;
    }

    .mobile_menu {
        display: block;
    }
}


@media screen and (max-width: 770px){
    .pro_del_nav .nav {
    display: inline-flex !important;
        flex-wrap: inherit;
        padding-left: 0;
        margin-bottom: 0;
        height: 72px;
        list-style: none;
    }
    .align-items-start {
        align-items: flex-start !important;
        flex-direction: column;
    }
    .scrollbar {
        float: left;
        height: 96px;
        background: #ffffff;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .banner_img img {
        width: 100%;
        min-height: 570px;
    }

    .top_offer p {
        margin-bottom: 0px;
        font-size: 10px;
    }

    .footer-top h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 25px;
        margin-bottom: 20px;
        font-family: 'Libre Baskerville', serif;
    }

    .phone-no {
        margin-top: -7px;
        text-align: left;
    }

    .spec_wrappr img {
        max-width: 275px;
    }

    .banner_title h3 {
        font-size: 29px;
        max-width: 616px;
        text-align: center;
        color: #ffffff;
        font-weight: 400;
        font-family: 'Libre Baskerville', serif;
    }

    .some_product {
        padding-bottom: 50px;
        padding-top: 50px;
        position: relative;
        background-image: linear-gradient(to bottom, #ffffff, #ffffffb0), url(../images/bg-water.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

}


@media screen and (max-width: 736px) {
    .intext h1 {
        font-size: 19px;
        white-space: nowrap;
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 0px;
        color: #ffffff;
    }
    .main_menu {
        background-color: #ffffff !important;
    }
    .logo {
        width: 58px;
    }
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
       padding-top: 0px; 
        padding-bottom: 0px;
    }
    .our_ben {
        max-width: 450px;
        padding: 11px;
    }
    .spec_text h3 {
        font-size: 25px;
        font-family: 'Libre Baskerville', serif;
    }

    .about_text h3 {
        font-size: 27px;
        font-family: 'Libre Baskerville', serif;
    }

    .watertext h3 {
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 9px;
    }

    .pumb_name h6 {
        text-align: center;
        font-size: 11px;
        text-transform: capitalize;
        margin-bottom: 0px;
        font-weight: 700;
        font-family: 'Libre Baskerville', serif;
    }

    .about_img img {
        width: 85%;
    }

    .some_items {
        padding-bottom: 13px;
        padding-top: 9px;
        background-color: #ffffff;
    }

    .testtext::before {
        position: absolute;
        content: "";
        top: -38px;
        left: -7px;
        width: 90px;
        height: 90px;
        background-color: #e0797b;
        z-index: -1;
        border-radius: 50%;
    }

    .pumb_wrapper {
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .mobile_menu_icon .fa-solid {
        font-size: 22px;
        color: #9a3234;
    }

    .our_ben h3 {
        font-size: 32px;
        color: #ffffff;
    }

    .contact-form {
        background-color: #fff;
        padding: 18px;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .testtext h3 {
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 32px;
        max-width: 400px;
        font-size: 31px;
        z-index: 9;
    }
    .banner_title {
        position: absolute;
        z-index: 99;
        margin-top: 105px;
    }
    .pro_del_nav .nav-link {
        padding: 4px;
        width: 177px;
    }

    .best_head h4 {
        font-size: 15px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 600px) {
    .testtext h3 {
        font-family: 'Libre Baskerville', serif;
        margin-bottom: 32px;
        max-width: 400px;
        font-size: 28px;
        z-index: 9;
    }

    .some_items {
        padding-bottom: 15px;
        padding-top: 17px;
        background-color: #ffffff;
    }
}