body {
    overflow-x: hidden;
}

.navbar-nav {
    margin-left: auto;

}

 
.dropbtn {
    background-color: #F8F9FA !important;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: black;
    font-weight: 500;
}
.dropbtn:hover {
    background-color: #F8F9FA !important;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #0E9A59;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #F8F9FA !important;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {

    color: black;
    padding: 5px 9px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: white;
    background-color: #0E9A59;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {}

.card {
    border: none;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.card-body {
    text-align: center;
}

.foot-er h6 {
    color: white;
}

.card .card-overlay {
    background: rgba(243, 239, 239, 0.355);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.card:hover .card-overlay {
    opacity: 1;
    cursor: pointer;
}

.cate-img {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.cate-img:hover {
    opacity: .6;
    cursor: pointer;
}

.brands {
    margin: 100px auto;
}

h4{
    font-size: 25px;
    font-weight: 700;
}
.service {
    background-color: #0E9A59;
    padding: 4%;
    border-radius: 50%;
    height: 77px;
    width: 29%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.service:hover{
    background-color: white;
    cursor: pointer;
}
.banner1{
    display: block;
}
.banner2{
    display: none;
}
.card-text{color: black; font-size: 20px ; font-weight: 700;}
/* .btn{
    background-color: #0E9A59; color: white; font-weight: 600;
} */
.simple-way{
    display: block;
}
.card-text{font-size: 15px;}
@media only screen and (max-width: 770px) {
    .service{
        width: 50%;
    }
    h4{font-size: 20px;}
    .banner1{
        display: none;
    }
    .banner2{
        display: block;
    }
    .btn{
        font-size: 12px;
    }
    .card-text{
        font-size: 12px;
    }
    .bg{
        /* background-image: url(img/black.avif) !important; */
        background-image: none !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        border-radius: 6px;
    }
    .simple-way{
        display: none;
    }
    h5{
        font-size: 13px;
    }
    .download-sec{
        margin-top: -30px;
    }
}

.bg {
    width: 100% !important;
 
    background-image:
     linear-gradient(to bottom, rgb(68 61 1 / 50%), rgb(19 87 117 / 44%)), 
    url(https://howzfresh.com/assets/img2/meat-background.jpg) !important;
   
    /* background-image: url('assets/img2/chicken-breast-background.jpeg'); */
    background-repeat: no-repeat;
background-size: cover;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    border-radius: 6px;
}

.text-head {
    text-decoration: none;
    color: white;

}

.text {
    text-decoration: none;
    color: white;
    line-height: 3;
    font-size: 12px;
}

.text:hover {
    color: #dc4545;
}

.btn1 {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
}

.btn2 {
    border: none;
    color: black;
    background: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn2:hover {
    color: darkblue;
    border-bottom: 1px solid black;
}






 .owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		z-index: 1;
		width: 40px;
		height: 40px;
		background-color: #ccc;
		border-radius: 50%;
		position: absolute;
		top: 35%;
		transform: translatey(-50%);
	}

	.owl-nav button span {
		font-size: 30px;
		height: 100%;
		display: block;
		width: 100%;
		line-height: 35px;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	.owl-carousel .owl-nav {
		margin: 0;
	}
  .owl-carousel .owl-item img {
    display: flex !important;
    width: 100%; }
 

    
.main-footer{
    position:relative;
    padding:110px 0px 0px;
    background-color: whitesmoke;
    background-repeat:repeat-x;
    background-position:right bottom;
}

.main-footer .footer-widget{
    position:relative;
    margin-bottom:40px;
}

.main-footer .widgets-section{
    position:relative;
    padding-bottom:60px;
}

.main-footer .footer-widget h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#161c42;
    line-height:1.2em;
    margin-bottom:30px;
    margin-top:25px;
    text-transform:capitalize;
}

.main-footer .about-widget{
    position:relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}
.main-footer .about-widget .text{
    position:relative;
}

.main-footer .about-widget .text p{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:20px;
}

.main-footer .about-widget .text p:last-child{
    margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
    position:relative;
}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
}

.main-footer .footer-list li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    padding-left:15px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
    text-decoration:underline;
    color:#ff6666;
}

.main-footer .footer-list li a:before{
    position:absolute;
    content:'\f105';
    left:0px;
    top:0px;
    color:#8a8d91;
    font-weight:800;
    font-family: 'Font Awesome 5 Free';
}


a{
    text-decoration: none !important;
}
 
/*Gallery Widget*/

.main-footer .gallery-widget{
    position:relative;
    max-width:350px;
}

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
    border-radius:4px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
    opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
    position:relative;
}

.main-footer .info-list li{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    line-height:1.8em;
    margin-bottom:12px;
}

.main-footer .info-widget .social-links{
    position:relative;
    float:left;
    padding:15px 0px;
}

.main-footer .info-widget .social-links li{
    position:relative;
    margin-right:8px;
    display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
    margin-right:0px;
}

.main-footer .info-widget .social-links li a{
    position:relative;
    color: #ffffff;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.google a{
    background-color:#dd4b39;
}

.main-footer .info-widget .social-links li.facebook a{
    background-color:#4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a{
    background-color:#55acee;
}

.main-footer .info-widget .social-links li.instagram a{
    background-color:#ea4c89;
}

.main-footer .info-widget .social-links li.vimeo a{
    background-color:#1ab7ea;
}

.main-footer .footer-bottom{
    position:relative;
    padding:20px 0px;
    border-top:1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    padding-right:10px;
    margin-right:10px;
    line-height:1.1em;
    display:inline-block;
    border-right:1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child{
    padding-right:0px;
    margin-right:0px;
    border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#0E9A59 !important;
    text-decoration:underline;
}



.underline-text{
    position:relative;
    padding-bottom:5px;
    display:inline-block;
    color: black;
}

.underline-text::after{
    position: absolute;
    bottom: 0px;
    content: " ";
    width:80%;
    background:#0E9A59;
    height:2px;
    left:10%;
    right:10%;
}




 

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;

    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: green;
    background-clip: padding-box;
    border: 0;
    border-radius: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


 
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -58px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

/* ABOUT-US PAGE CSS */


.about-us-bg{
    width: 100% !important;
 
    background-image:
     linear-gradient(to bottom, rgb(68 61 1 / 50%), rgb(19 87 117 / 44%)), 
    url(https://howzfresh.com/assets/img2/chicken-background.jpg) !important;
   
    /* background-image: url('assets/img2/chicken-breast-background.jpeg'); */
    background-repeat: no-repeat;
background-size: cover;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    border-radius: 6px;
}

p{
    font-family: 'Rubik', sans-serif;
}


/* CONTACT PAGE CSS */


@media only screen and (max-width: 600px) {
    
 .column-footer{
    display: none;
 }
  }