.footer-food-option{
	width: 20% !important;
}

.footer{
	margin-top: 5%;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
}
.footer a{
	color: #707070;
	font-size: 14px;
}

.footer a:hover{
	color: #db2a75;
	cursor: pointer;
	text-decoration: none;
}

/*new css*/
.bhoechie-tab-content {
    color: #333;
    font-family: "Open Sans","MuseoSans",Arial,sans-serif;
    line-height: 1.46;
    font-size: 1.6rem;
    /*text-align: justify;*/
    background-color: white;
    /*border: 1px solid #ddd;*/
    letter-spacing: 0.5px;
    mix-blend-mode: luminosity;
}

.terms-inner-value {
    margin-bottom: 16px;
}
.terms-inner-value-subtopic{
	font-size: 12px;

}
.terms-inner-value p{
	margin-bottom: 16px;
}
.terms-inner-topic{
	font-weight: bold;
	margin-bottom: 6px;
}
/* end   */

.footer-top .icons-section{
	display: flex;
	justify-content: flex-end;
	padding-top: 2%;
}
.footer-top .footer-top-div1{
	margin-bottom: 5%;
}

.footer-top .icons-section i{
	font-size: 2.5rem;
}
.footer-top .icons-section .facebook-icon{
	margin-right: 2%;
	color: blue;
}
.footer-top .icons-section .fa-instagram{
	color: #c92989;
}

.footer-copyrightnew {
    color: #6f7691;
    font-size: 1.2rem;
    font-weight: 400;
    float: left;
    /* width: 100%; */
    text-align: end;
}
.bhoechie-tab-content h1 {
	/*text-align: justify;*/
	margin: 0.6em 0;
	letter-spacing: 0;
	/*text-transform: uppercase;*/
	font-weight: 700;
	line-height: 1.6;
	font-size: 3.6rem;
}
.privacy-option{
	text-align: start;
}
.privacy-option ul{
	padding-left: 0px;
	
}
.footer-middle {
    text-align: center;
}
.footer-middle ul{
	float: right;
	list-style-type: none;
	width: 100%;
}
.footer-middle ul li {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 1%;
}
.footer-place-option{
	margin-bottom: 1%;
}
.footer-place-option h4{
	font-size: 2rem;
	
}

.footer-place-option p{
	font-size: 1.2rem;
}
.footer-delivery-options{
	/*text-align: center;*/
}

.footer-address-option{
	font-size: 1.5rem;
	/*text-align: end;*/
}
.footer-address-option ul{
	list-style-type: none;
	text-align: start;
	padding: 0px;
}

.footer-address-option ul li a{
	color: #db2a75;
}
.footer-options{
	text-align: center;
	/* margin: 10% 0%; */
}

.footer-place-option h4 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.middle-privacy-container.col-md-6 {
    background-color: white;
    /*border: 1px solid gray;*/
}
.payment-card-option{
	text-align: center;
}

.payment-card-option img{
	/* padding: 4px; */
	width: 55px;
	border: 1px solid #cecbcb;
}

@media only screen and (max-width: 415px){
	.footer-place-option {
		text-align: center !important;
	}
	.footer-place-option h4{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.footer a {
		font-size: 12px;
	}
	.footer-address-option {
		font-size: 0.7rem;
	}
	/* .overlay{
		left: 30% !important;
	} */
	.footer{
		padding: 0 1rem !important;
	}
	.footer-top-div1 img{
		max-width: 80%;
	}
	.footer-top .icons-section i {
		font-size: 1.5rem;
	}
	.payment-card-option img {
		width: 45px;
	}
	.footer-copyrightnew {
		font-size: 1rem;
	}
	.footer-middle ul li {
		margin: 0 0.2% 0 0;
	}
	
}