body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

img{
    max-width: 100%;
}
.top-part{
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
}
.top-part-font{
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-part-font a{
    color: #333e48;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.top-part-font a:hover{
    color: #fdce07;
     transition: 0.3s ease-in-out;
}
.top-part-font .line{
    width: 1px ;
    height: 20px;
    background-color: #333e48;
    display: inline-block;
}
.top-part-font .btn-group .btn{
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    color: #333e48;
    font-size: 14px;
}
.top-part-font .btn-group {
    align-items: center;
}
.call-icon{
    display: flex;
    align-items: center;
}
.call-icon span{
    font-size: 1.17241em;
    color: #000;
}
.call-icon i{
    font-size: 30px;
    margin-right: 6px;
}
.logo-part{
    padding: 20px 0;
}
.call-icon span a{
    font-size: 1.17241em;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.project-logo{
    text-align: center;
}
.cart-icons a i{
    color: #333e48;
    font-size: 20px;
}
.cart-icons a {
    padding: 0 8px;
}
.cart-icons{
    text-align: right;
}
.logo-menu-part .navbar{
    padding: 30px 0 0 0;
}
.logo-menu-part .navbar .nav-link{
    margin: 0px 40px 0px 0;
    font-weight: 500;
    color: #333e48;
    font-size: 16px;
    transition: 0.3s ease-in-out;
  border-bottom: 2px solid transparent;  
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
}
.logo-menu-part .navbar .nav-link:hover{
    border-bottom: 2px solid #333e48;
    transition: 0.3s ease-in-out;
}
.logo-menu-part .navbar .nav-link.dropdown-toggle::after{
    border: none;
    content: "\ea4a";
    font-family: boxicons !important;
    font-size: 18px;
    position: absolute;
    opacity: 0.5;
}
.logo-menu-part .navbar .btn {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-menu-part .navbar .btn i{
    font-size: 25px;
}
.logo-menu-part .navbar .mega-menu-drop-down{
    padding: 0;
    margin: 15px 0 0 0;
    border: none;
}
.inner-mega-menu{
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ececec;
}
.menu-nav h3{
    padding: 0px 0 15px 15px;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.menu-nav ul{
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
}
.menu-nav ul li a{
    color: #333e48;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.menu-nav ul li a:hover{
    transition: 0.3s ease-in-out;
    color: #fdce07;
    padding-left: 10px;
}
.logo-menu-part .navbar .nav-link.active{
    border-bottom: 2px solid #333e48;
}
.produce-sec{
    border-radius: 5px;
    padding: 90px 20px 90px 20px;
    background: url(../img/Home-Page-Banner1.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
}
.produce-sec h1{
    color: #fff;
    font-weight: 700;
    font-size: 1.7931em;
    margin-bottom: 0.5em;
}
.produce-sec h3{
    margin-bottom: 60px;
    font-size: 1.17241em;
    color: #fff;
}
.produce-sec .form-select{
    height: 44px;
    margin: 14px 0;
    border-radius: 5px;
}
.yellow-btn{
    padding: 13px 35px;
    letter-spacing: 0;
    font-weight: 700;
    background-color: #fdce07;
    border-color: #fdce07;
    border-width: 1px;
    color: #000;
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.yellow-btn:hover{
    transition: 0.3s ease-in-out;
    background-color: #000;
    color: #fff;
    border-color:#000 ;
}
.banner .carousel-item{
    height: 575px;
}
.banner .carousel-caption {
    right: auto;
    bottom: auto;
    left: 25px;
    text-align: left;
    top: 70px;
}
.banner .carousel-caption h5{
    color: #999;
    font-size: 18px;
    margin: 0;
}
.banner .carousel-caption h2{
    margin: 8px 0 3px 0;
    color: #000;
    font-size: 35px;
    font-weight: 800;
}
.banner .carousel-caption h3{
    font-weight: 800;
    color: #175125;
    font-size: 38px;
    margin: 0 0 0.58621em 0;
}
.banner .carousel-caption h3 span{
    color: #999;
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
} 
.banner .carousel-caption .btn{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-weight: 700;
    background-color: #fdce07;
    border-radius: 4px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}
.banner .carousel-caption .btn:hover{
    background-color: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.info-sec{
    margin: 25px 0;
}
.info-box {
    padding: 10px;
    text-align: center;
}
.info-box i{
    color: #fdce07;
    font-size: 30px;
}

.info-box h3{
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #333e48;
    font-size: 22px;
}
.info-box span{
    color: #999;
    line-height: 22px;
    font-size: 15px;
    display: block;
}
.crop-height{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    height: 295px;
    transition: 0.3s ease-in-out;
}
.crop-height .crop-box{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    transition: 0.3s ease-in-out;
    padding: 25px;
    text-align: left;
}
.crop-height .crop-box.crop-img-1{
    background-image: url(../img/Crop-Market.jpg);
    background-position: center center;
}
.crop-height .crop-box.crop-img-2{
    background-image: url(../img/Livestock-By-Products.jpg);
    background-position: center center;
}
.crop-height:hover .crop-box{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
.yel-btn{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-weight: 700;
    background-color: #fdce07;
    border-radius: 4px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    border: none;
}
.yel-btn:hover{
    background-color: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.crop-txt h3{
    margin: 6px 0;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.crop-txt h4{
     margin: 6px 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.crop-txt {
    margin: 25px;
}
.crop-txt span{
    display: block;
    margin: 20px 0 30px 0;
    font-size: 16px;
    color: #fff;
}
.shop {
    margin: 30px 0 0 0;
}
.shop .container{
   position: relative; 
}
.shop h2{
    color: #000;
    font-weight: 500;
    font-size: 1.65517em;
    margin: 0;
}
.shop ul{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.shop ul li{
    padding: 0;
}
.shop ul li button{
    background-color: transparent !important;
    color: #888 !important;
    font-size: 18px;
    font-weight: 700;
}
.shop ul li button.active{
    color: #000 !important;
}
.product-box{
    padding: 15px;
    position: relative;
    transition: all 200ms ease;
    text-align: center;
    margin-bottom: 30px;
    flex: 1 0 18%;
}
.product-box .product-img{
    width: 100%;
    height: 230px;
}
.product-box .product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-social{
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all 200ms ease;
    width: 100%;
}
.product-social ul{
    padding: 0;
    margin: 0 !important;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height:100%;
}
.product-social ul li{
    display: inline-block;
}
.product-social ul li a{
    color: #333e48;
    font-size: 18px;
}

.product-img{
    position: relative;
    overflow: hidden;
}
.product-box:hover .product-social{
    transform: translateY(0);
    opacity: 0.8;
    visibility: visible;
}
.product-box:hover{
    box-shadow: 0 0 6px 0 rgba(0, 1, 1, 0.3);
    transition: all 200ms ease;
}
.product-box-all{
    margin: 30px 0 0 0;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}
.product-box h3{
    color: #0062bd;
    font-weight: 600;
    font-size: 15px;
    margin: 14px 0 0 0;
}
.price-tag h4{
    color: #e00;
    font-size: 15px;
    margin: 0;
}
.price-tag del{
    font-size: 15px;
    color: #999;
}
.price-tag{
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.badge{
    padding: 3px 10px;
    z-index: 1;
    background: #f14705;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
}
.inner-product h3{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.inner-product-sec{
    display: flex;
    align-items: normal;
    gap: 14px;
    margin: 20px 0 0 0;
}
.inner-product-sec .inner-product-img{
    width: 25%;
    position: relative;
}
.inner-product-sec .inner-product-img .serc{
    transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 30px;
    height: 30px;
    background-color: #fdce07;
    line-height: 35px;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
}
.inner-product-img img{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.inner-product-img:hover img{
    opacity: 0.3;
}
.inner-product-img:hover .serc{
    opacity: 1;
}
.inner-product-txt h5{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}
.footer{
    padding: 80px 0;
    background-color: #FAFAFA;
    border-top: 1px solid #ececec;
    margin-top: 50px;
}
.footer-call{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px  ;
    margin-bottom: 30px;
}
.f-headphn{
    height: 70px;
    width: 20%;
}
.f-headphn i{
    font-size: 80px;
    color: #333e48;
    text-align: center;
}
.f-text h3{
    color: #a9a9a9;
    font-size: 13px;
    font-weight: 400;
    padding: 20px 0 0px 0;
    margin: 0;
}
.f-text a{
    color: #333e48;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.footer-f-logo p{
    line-height: 2;
    color: #333e48;
    font-size: 14px;
}
.footer-link ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-link ul li a{
color: #333e48;
font-size: 14px;
text-decoration: none;
padding: 6px 0;
line-height: 2.2;
font-weight: 500;
transition: 0.3s ease-in-out;
}
.footer-link ul li a:hover{
    color: #fdce07;
    transition: 0.3s ease-in-out;
    padding-left: 5px;
}
.footer-link h3{
    color: #000;
    font-weight: 600;
    font-size: 1.17241em;
    margin: 0 0 25px 0;
}
.disable-txt li a{
    color: #a9a9a9 !important;
    cursor: auto;
}
.search-form{
    padding: 35px 0 0 0;
    position: relative;
}
.search-form input{
    border-bottom: 1px solid #ccc;
    padding: 0.48276em;
    padding-right: 100px;
    font-size: 14px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    width: 100%;
}
.search-form input:focus{
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #ccc;
}
.search-form button{
    color: #333e48 ;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 9;
}
.copy-txt p{
    color: #333;
    font-size: 15px;
    margin: 0;
}
.copy-menu ul{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.copy-menu ul li{
    display: inline-block;
    padding-left: 15px;
}
.copy-menu ul li a{
     color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.copy-menu ul li a:hover{
    color: #fdce07;
    transition: 0.3s ease-in-out;
}
.logo-menu-part .navbar .btn:focus{
    outline: none;
    border: none;
}
.search-field .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}
.search-field .modal-content{
    height: 580px;
}
.search-field .modal-body input{
    width: 100%;
    margin-top: 60px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    font-weight: 700;
    font-size: 25px;
}
.search-field .modal-body input::placeholder{
    font-weight: 700;
    color: #999;
    font-size: 25px;
}
.search-field .modal-body input:focus{
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
}
.responsive-nav-txt{
    display: none;
}
/* product */
.product-page{
    margin: 50px 0 0 0;
}
.filter-btn {
    margin-bottom: 15px;
}
.filter-btn .btn{
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 14px 14px 14px 14px;
    color: #333e48;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
.inner-page-accordian{
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 14px 14px 14px 14px;
    color: #333e48;
    width: 100%;
    margin-bottom: 20px;
}
.inner-page-accordian button{
    padding: 0;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.inner-page-accordian .accordion-collapse{
    padding: 0;
    background-color: transparent;
    border: none;
}
.inner-page-accordian .accordion-item{
    background-color: transparent;
    border: none;
}
.inner-page-accordian .accordion-body{
    padding: 20px 0 0 0;
}
.inner-page-accordian .accordion-button::after{
    width: 15px;
    height: 15px;
    background-size:cover;
}
.price-range-num{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-range-num h3{
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    color: #fdce07;
}
.price-range{
    margin: 15px 0 0 0;
}
.price-range .form-range::-webkit-slider-thumb {
    background: #fdce07;
  }
.price-range h4{
    font-size: 14px;
    font-weight: 700;
    color: #333e48;
    margin: 14px 0 14px 0;
}
.price-range .form-check label{
    font-size: 13px;
    color: #333e48;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 25px;
}
.price-range .form-check label span{
    color: #a9a9a9 ;
    font-size: 12px;
}
.yelow-ch-box:checked {
    background-color: #fdce07;
    border-color: #fdce07;
}
.product-search{
    height: 45px;
    background: #f2f3f7;
    border-radius: 8px;
    border: 1px solid #f2f3f7;
    padding: 5px 30px 5px 48px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333e48;
    width: 100%;
    position: relative;
}
.product-search:active, .product-search:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
.f-serch{
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}
.f-serch i{
    font-family: boxicons !important;
    position: absolute;
    font-size: 18px;
    top: 14px;
    left: 14px;
}
.inner-page-accordian small{
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(36, 39, 44, .4);
}
.drop-arrow{
    position: relative;
}
.drop-arrow .form-check {
    padding-right: 25px;
}
.drop-arrow .bx{
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
}
.product-hed h2{
    font-size:30px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
}
.product-hed {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.four-section .product-box{
    flex: 1 0 20%;
}
.pagination{
    margin: 20px 0 0 0;
    text-align: center;
    justify-content: center;
}
.pagination ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination ul li{
    display: inline-block;
    margin: 0 10px;
    padding: 10px 14px;
    border-radius: 10px;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.pagination ul li a{
    color: #000;
    text-decoration: none;
}
.pagination ul li:hover{
    transition: 0.3s ease-in-out;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}
.pagination ul li:hover a{
    color: #fff;
}
/* product */
/* preduct-details */
.product-img-box{
    display: flex;
    gap: 15px;
}
.small-box{
    width: 20%;
    height: 100%;
}
.larg-box{
    width: 80%;
    height: 100%;
}
.small-box .small-box-inner{
    width: 100%;
    height: 85px;
    overflow: hidden;
}
.small-box .small-box-inner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.larg-box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
} 
.product-body p{
    font-size: 15px;
    color: #333e48;
    line-height: 25px;
}
.product-body ul{
    padding: 0;
    margin: 15px 0 30px 0;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
}
.product-body ul li{
    display: inline-block;
}
.product-body ul li a{
    font-size: 15px;
    color: #333e48;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-body ul li a i{
    font-size: 20px;
}
.product-body ul li.line-gr{
    width: 1px;
    height: 20px;
    background-color: #333e48;
}
.project-yel-btn{
    background-color: #044a80 ;
    color: #ffffff ;
    padding: 13px 35px;
    font-size: 1.2rem;
    border-radius: 5px;
    border: none;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}
.project-yel-btn:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
.larg-box span{
    font-size: 14px;
    margin: 10px 0 0 0;
    display: block;
     color: #333e48;
    text-align: center;
}
.product-details-all{
    margin: 40px 0 0 0;
}
.product-details-tab ul{
    position: static;
    margin: 50px 0 0 0;
    justify-content: center;
}
.description-text p{
    line-height: 1.6;
    font-size: 14px;
    color: #333e48;
}
.description-text h3{
    font-size: 16px;
    color: #333e48;
    font-weight: 700;
}
.review-sec h3{
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1;
        display: block;
        font-weight: 700;
        color: #333e48; 
        font-size: 18px;
}
.review-rating h4{
    font-size: 200%;
    font-weight: bold;
    color: #690;
}
.review-rating h4 span{
    font-weight: 400;
        color: #333e48; 
        font-size: 14px;
}
.review-rating table{
    width: 100%;
    margin: 15px 0 0 0;
}
.review-rating table tbody tr td:nth-child(1){
    width: 20%;
}
.review-rating table tbody tr td:nth-child(2){
    width: 95%;
    margin: 0 20px;
    display: inline-block;
}
.review-rating table tbody tr td:nth-child(3){
    width: 10%;
    text-align: center;
}
.review-rating table tbody tr td:nth-child(3) h5{
    font-size: 16px;
    margin: 0;
    color: #888;
    justify-content: center;
}
.review-rating table tbody tr td ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
}
.review-rating table tbody tr td .box-gr{
    height: 12px;
    width: 100%;
    position: relative;
    background: #f1f1f1;
    border-radius: 3px;
    display: inline-block;
}
.review-rating table tbody tr td li.active a{
    color: #FF9C00;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}
.review-rating table tbody tr td li a{
    transition: 0.3s ease-in-out;
    color: #888;
    font-size: 20px;
}
.review-rating p{
    font-size: 14px;
    color: #333e48;
    margin: 0 0 15px 0;
}
.review-rating p sup{
    color: red;
}
.review-rating h5{
    font-size: 14px;
    color: #333e48;
    font-weight: 600;
    margin: 0;
    display: flex;
}
.review-rating h5 ul{
    padding: 0 0 0 10px;
    margin: 0;
    display: flex;
    gap: 5px;
    list-style: none;

}
.review-rating h5 ul li{
    font-size: 16px;
    color: #333e48;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.review-rating h5 ul li:hover{
    color: #FF9C00;
     transition: 0.3s ease-in-out;
}
.review-rating form .form-label{
    font-size: 14px;
    color: #333e48;
    font-weight: 600;
}
.review-rating form .form-label sup{
    color: red;
}
.w-120{
    width: 120px;
}
.category-txt{
    padding: 15px ;
    text-align: center;
    border-top:1px solid #efefef ;
    border-bottom:1px solid #efefef ;
}
.category-txt ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    list-style: none;
}
.category-txt ul li{
    padding: 0;
    margin: 0;
}
.category-txt ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #333e48;
    transition: 0.3s ease-in-out;
} 
.category-txt ul li a:hover{
    color: #fdce07;
    transition: 0.3s ease-in-out;
}
.product-details-tab{
    margin-bottom: 50px;
}
/* preduct-details */
/* veterinary */
.sort-menu{
    padding: 0;
    margin: 0;
}
.sort-menu li{
    display: block;
}
.sort-menu li a{
    font-size: 13px;
    color: #333e48;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.sort-menu li a:hover{
    transition: 0.3s ease-in-out;
    color: #fdce07;
    padding-left: 5px;
}
.enquiry-box{
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 14px 14px 14px 14px;
    color: #333e48;
    width: 100%;
}
.enquiry-box h3{
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.enquiry-box form .form-label{
    font-size: 13px;
}
.stors{
    background: #fff;
    border: 1px solid #aaa;
    padding: 14px;
    border-radius: 8px;
    display: flex;
    align-self: self-start;
    gap: 15px;
    position: relative;
}
.heart{
    color: #999;
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    top: 14px;
    right: 14px;
    transition: 0.3s ease-in-out;
}
.heart:hover{
    color: #fdce07;
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
}
.store-img{
    width: 20%;
}
.store-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store-txt h2{
    margin-bottom: 15px;
    font-weight: 700;
    color: #333e48;
    font-size: 22px;
}
.rating-in{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 15px 0;
}
.num-rating{
    display: flex;
    padding: 3px 10px;
    background-color: green;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    gap: 3px;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
}
.rating-txt{
    color: #999;
    font-size: 14px;
    text-decoration: none;
}
.rating-in .btn{
    padding: 3px 10px;
    background-color: #f5f5f5;
    color: #333e48;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.rating-in .btn i{
    color: #fdce07;
    font-size: 15px;
}
.address-rating{
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 15px 0;
}
.address-rating i{
    color: #333e48;
    font-size: 18px;
}
.address-rating p{
    color: #333e48;
    margin: 0;
    font-size: 14px;
}
.store-btn{
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 15px 0;
}
.enq-btn{
     display: flex;
    align-items: center;
    gap: 10px;
}
.store-btn button{
    padding: 3px 10px;
    background-color: #f5f5f5;
    color: #333e48;
    font-weight: 600;
    font-size: 12px;
    border: none;
    border-radius: 4px;
}
.blk-btn{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff ;
    font-weight: 700;
    background-color: #000;
    border-radius: 4px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.blk-btn:hover{
    background-color: #fdce07;
    transition: 0.3s ease-in-out;
    color: #000 !important;
}
.blk-btn:hover i{
    color: #000 !important;
}
.brd-btn{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom:7px;
    color: #000;
    font-weight: 700;
    border-radius: 4px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 6px;
}
.brd-btn i{
    font-size: 18px;
}
.brd-btn:hover{
    background-color: green;
    color: #fff;
    border: 1px solid green;
}
.date{
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    color: #333e48;
    font-size: 15px;
}
.shift{
    padding: 12px;
    margin: 0 0 20px 0;
}
.day{
    display: flex;
    align-items: self-start;
    gap: 8px;
}
.day-icon{
    background-color: #fdce07;
    border-top: 1px solid #ececec;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.day-icon i{
    color: #333e48;
    font-size: 18px;
}
.day-txt h4{
    font-size: 13px;
    font-weight: 600;
    color: #333e48;
    margin-bottom: 0px;
}
.day-txt span{
    font-size: calc(12px + .15vh);
    color: #333;
}
.shift-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0 0 0;
    flex-wrap: wrap;
}
.shift-btn button{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #333e48;
    font-weight: 400;
    border-radius: 4px;
    font-size: 13px;
    transition: 0.3s ease-in-out;
    border: 1px solid #333e48;
}
.shift-btn button:hover{
    background-color: #fdce07;
    border: 1px solid #fdce07;
    color: #333e48;
    transition: 0.3s ease-in-out;
}
.date span{
    position: relative;
}
.date span input{
    position: absolute;
    opacity: 0;
    width: 24px;
    left: -5px;
    top: -1px;
}
.store-txt a{
    text-decoration: none;
} 
.call-ic{
    color: #333e48;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.call-ic i{
    font-size: 20px;
}
.brd-icon{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #000;
    border-radius: 4px;
    font-size: 15px;
    border: 1px solid #000;
}
.rate-btn{
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.w-80{
    width: 80%;
}
/* veterinary */
/* veterinary-inner */
.info-box{
    background: #fff;
    border: 1px solid #aaa;
    padding: 14px;
    border-radius: 8px;
}
.photos{
    display: flex;
    align-items: center;
    gap: 15px;
}
.photo-box{
    flex: 0 0 21.95%;
    text-align: left;
}
.photo-img{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.photo-img i{
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 40%;
    cursor: pointer;
}
.photo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.photo-img img:hover{
    transform: scale(1.09);
    transition: 0.3s ease-in-out;
}
.photo-box h4{
    font-size: 16px;
    color: #333e48;
    font-weight: 700;
    margin: 12px 0 5px 0;
}
.description-text .blk-btn .bx {
    font-size: 20px;
    color: #fff;
}
.upload-img{
    position: relative;
}
.upload-img input{
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    height: 40px;
    opacity: 0;
}
.review-box{
    display: flex;
    gap: 15px;
}
.inner-review-box{
    height: 100%;
    min-height: 200px;
    border: 1px dashed #888;
    padding: 20px;
    border-radius: 15px;
    flex: 0 0 49.2%;
}
.inner-review-box ul{
    padding-left: 20px;
}
.inner-review-box ul li{
    line-height: 1.6;
    font-size: 14px;
    color: #333e48;
}
.inner-review-box a{
    font-size: 12px;
    font-weight: 700;
    background-color: #fdce07;
    color: #333e48;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none;
}
.inner-review-rating{
    display: flex;
    justify-content: space-between;
}
.inner-review-rating-box{
    display: flex;
    gap: 15px;
    align-items: center;
}
.inner-review-rating-box-green{
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 70px;
    border-radius: 10px;
}
.inner-review-rating-box-green span{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.inner-review-rating-txt h4{
    font-size: 18px;
    color: #333e48;
    font-weight: 700;
    margin-bottom: 4px;
}
.user-revire-img-main{
    display: flex;
    gap: 15px;
    align-items: center;
}
.user-revire-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.us-img{
    width: 50px;
    height: 50px;
}
.us-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.us-txt h3{
    margin-top: 0;
    font-size: 15px;
}
.us-txt span{
    font-size: 13px;
}
.user-revire-img-drop i{
    color: #333e48;
    font-size: 20px;
    cursor: pointer;
}
.user-revire-img-drop{
    display: flex;
    gap: 15px;
}
.starts{
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 5px;
}
.starts li i{
    color: #333e48;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.starts li i:hover{
    color: #fdce07;
    transition: 0.3s ease-in-out;
}
.starts li a{
    text-decoration: none;
    color: #333e48;
}
.green-i i{
    color: green;
    font-size: 13px;
}
.green-i button{
    display: flex;
    align-items: center;
    gap: 4px;
}
.review-icons{
    display: flex;
    align-items: center;
    gap: 80px;
}
.review-icons a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333e48;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}
.review-icons a:hover i{
    color: #fdce07;
    transition: 0.3s ease-in-out;
}
.review-icons a i{
font-size: 18px;
color: #333e48;
}
.user-review-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 13%);
}
.user-review-box:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.user-review-box-main{
    height: 100%;
    max-height: 250px;
    overflow-y: auto;
}
/* veterinary-inner */
/* blog */
.big-blog-img{
    width: 100%;
    height: 250px;
}
.big-blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.big-blog-tct span{
    color: #999;
    font-size: 13px;
    margin: 0 0 10px 0;
    display: block;
}
.big-blog-tct h2{
    margin-bottom: 15px;
    font-weight: 700;
    color: #333e48;
    font-size: 22px;
}
.big-blog-tct p{
    line-height: 1.6;
    font-size: 14px;
    color: #333e48;
}
.big-blog-tct{
    margin: 30px 0 0 0;
}
.sideby-box{
    display: flex;
    gap: 15px;
}
.sideby-box .big-blog-img{
    width: 50%;
    height: 200px;
}
.sideby-box .big-blog-tct{
    width: 50%;
    margin: 10px 0 0 0;
}
.sideby-box .big-blog-tct h2 {
    margin-bottom: 10px;
    font-size: 20px;
}
.sideby-box .big-blog-tct p {
    line-height: 1.4;
}
.downby-box{
    flex-direction: column;
}
/* blog */
.ratings .price-range .form-check label{
    justify-content: flex-start;
    padding-top: 4px;
    gap: 6px;
    font-size: 16px;
}
.ratings .price-range .form-check label i{
    transition: 0.3s ease-in-out;
}
.ratings .price-range .form-check label i:hover{
    color: #fdce07;
}
.description-table table thead tr th{
    font-size: 14px;
    color: #333e48;
    font-weight: 700;
    padding: 14px 20px;
    background-color: #f2f3f7;
    border-bottom: 1px solid #fdce07;
}
.description-table table{
    border-radius: 8px;
    overflow: hidden;
}
.description-table table tbody tr td{
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 400;
}
.description-table table tbody tr:last-child td{
    border-bottom: none;
}
.select-product label{
    font-size: 15px;
    color: #333e48;
    line-height: 25px;
    margin-bottom: 10px;
}
.select-product .form-select{
    height: 45px;
    font-size: 15px;
    border-color: #333e48;
}
.inner-pr-img .store-img {
    width: 30%;
}
.price {
    margin: 20px 0 0 0;
}
.price h2{
    font-size: 28px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
}
.price b{
    font-size: 15px;
    color: green;
    margin: 0 0 5px 0;
    display: block;
}

/* media */
@media only screen and (min-width: 1023px) and (max-width: 1400px) {

.produce-sec h1 {
    font-size: 1.5931em;
}
.produce-sec {
    border-radius: 5px;
    padding: 60px 20px 60px 20px;
}
}
@media only screen and (max-width:1024px) {
    .produce-sec h1 {
        font-size: 1.3em;
    }
    .produce-sec h3{
        font-size: 1em;
        margin-bottom: 40px;
    }
    .produce-sec {
        border-radius: 5px;
        padding: 60px 20px 60px 20px;
    }
    }
    @media only screen and (max-width:990px) {
        .top-part-font {
            justify-content: center !important;
            margin: 5px 0;
        }
        .call-icon{
            display: none;
        }
        .responsive-nav-txt{
            display: block;
        }
        .logo-menu-part .navbar {
            padding: 0px 0 0 0;
        }
        .logo-menu-part{
            position: absolute;
            margin-top: -45px;
            width: 100%;
        }
        .logo-menu-part .navbar-toggler{
            border: none;
        }
        .logo-menu-part .navbar-toggler:focus{
            border: none;
            outline: none;
            box-shadow: none;
        }
        .logo-menu-part .navbar-collapse.show{
            width: 100%;
            background-color: #fff;
            border-radius: 5px;
            padding: 20px;
            margin-top: 20px;
            z-index: 9;
        }
        .responsive-nav-txt{
            padding-bottom: 12px;
            border-bottom: 1px solid #000;
        }
        .logo-menu-part .navbar .nav-link.active {
            border-bottom: 1px solid #333e483b;
        }
        .logo-menu-part .navbar .nav-link{
            border-bottom: 1px solid transparent;
            margin: 0px 40px 10px 0;
        }
        .logo-menu-part .navbar .nav-link:hover{
            border-bottom: 1px solid #333e483b;
        }
        .inner-mega-menu {
            padding: 20px;
        }
        .menu-nav h3 {
            padding: 0px 0 15px 0px;
            font-size: 15px;
        }
        .menu-nav ul li a {
            font-size: 13px;
            line-height: 24px;
        }
        .banner .carousel-item{
            height: 100%;
        }
        .carousal-part .row{
            flex-direction: column-reverse;
            gap: 15px;
        }
        .product-box {
            flex: 1 0 30%;
        }
        .footer-link{
            margin-bottom: 20px;
        }
        .footer-link h3 {
            margin: 0 0 10px 0;
        }
        .f-headphn {
            width: 12%;
        }
        .copyright{
            flex-direction: column;
        }
        .footer {
            padding: 80px 0 40px 0;
        }
        .product-img-box {
            gap: 14px;
        }
        .small-box .small-box-inner {
            height: 60px;
        }
        .project-yel-btn {
            padding: 12px 25px;
            font-size: 1rem;
        }
        .product-hed h2 {
            font-size: 25px;
        }
    }
    @media only screen and (max-width:660px) {
        .cart-icons a i {
            font-size: 16px;
        }
        .cart-icons a {
            padding: 0 6px;
        }
        .logo-menu-part {
            margin-top: -35px;
        }
        .menu-nav{
            margin: 10px 0;
        }
        .mega-content .container{
            padding: 0;
        }
        .modal-backdrop.show {
            z-index:  0;
        }
        .produce-sec {
            padding: 50px 20px 50px 20px;
        }
        .banner .carousel-caption{
            display: block !important;
        }
        .banner .carousel-caption h5 {
            font-size: 14px;
        }
        .banner .carousel-caption h2 {
            font-size: 25px;
        }
        .banner .carousel-caption h3 {
            font-size: 30px;
        }
        .banner .carousel-caption {
            top: 20px;
        }
        .banner .carousel-caption .btn{
            font-size: 12px;
        }
        .shop ul li button {
            font-size: 13px;
            padding: 10px;
        }
        .shop ul {
            top: 45px;
        }
        .crop-txt h4 {
            font-size: 18px;
        }
        .product-box-all {
            margin: 60px 0 0 0;
        }
        .product-box {
            flex: 1 0 50% !important;
            margin-bottom: 0;
        }
        .product-social ul {
            top: 0;
        }
        .inner-product{
            margin: 20px 0;
        }
        .f-headphn {
            width: 22%;
        }
        .copy-menu ul {
            margin: 10px 0 0 0;
            text-align: center;
        }
        .product-hed{
            margin-top: 40px !important;
        }
        .review-rating{
            margin-bottom: 30px ;
        }
        .review-rating form .form-label {
            font-size: 12px;
        }
        .review-rating table tbody tr td:nth-child(2) {
            width: 85%;
        }
        .category-txt ul{
            flex-direction: column;
        }
        .product-details-tab .product-box-all {
            margin: 20px 0 0 0;
        }
        .four-section{
            margin: 30px 0 0 0;
        }
        /* veterinary */
        .stors{
            flex-direction: column;
        }
        .store-img {
            width: 100%;
        }
        .enq-btn{
            flex-direction: column;
            align-items: baseline;
        }
        .enq-btn button{
            text-align: left;
            width: 100%;
        }
        .heart{
            z-index: 2;
            background-color: #fff;
            padding: 9px 15px;
            border-radius: 50px;    
        }
        /* veterinary */
        /* veterinary-inner */
        .rate-btn {
            display: flex;
            flex-direction: column;
        }
        .rate-btn .enq-btn{
            flex-wrap: wrap;
            display: flex;
            flex-direction: row;
        }
        .rate-btn .enq-btn button{
            width: auto;
        }
        .rate-btn .review-rating{
            margin-bottom: 0;
        }
        .photo-box {
            flex: 0 0 48.1%;
        }
        .review-box {
            flex-direction: column;
        }
        .inner-review-box{
            min-height: 100%;
        }
        .inner-review-rating {
            flex-direction: column;
        }
        .inner-review-rating .review-rating{
            margin-bottom: 0;
        }
        .review-icons {
            justify-content: space-between;
        }
        .info-box {
            margin: 7px 0;
        }
        .inner-review-rating-box-green span {
            font-size: 26px;
        }
        /* veterinary-inner */
        /* blog */
        .sideby-box {
            flex-direction: column;
        }
        .sideby-box .big-blog-img {
            width: 100%;
        }
        .sideby-box .big-blog-tct {
            width: 100%;
        }
        /* blog */
    }

/* media */