



.bhoechie-tab-contents {
    color: #333;
    font-family: "Open Sans";
    line-height: 1.46;
    font-size: 1.2rem;
    text-align: justify;
    background-color: white;
    letter-spacing: 0.5px;
	margin-top: 2rem;
	-webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
}

.middle-privacy-container.col-md-6 {
    background-color: white;
    /*border: 1px solid gray;*/
}
.payment-card-option{
	text-align: center;
}

.payment-card-option img{
	margin: 4px 1px;
	width: 75px;
	border: 1px solid gray;
}

#div1,#div2 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 3%;
    margin-bottom: 2%;
}

footer{
	margin-top: 5%;
	font-size: 1.4rem;
	line-height: 1.5
}
footer a{
	color: #707070;
	font-size: 14px;
}

footer a:hover{
	color: #db2a75;
	cursor: pointer;
	text-decoration: none;
}

/*new css*/
.bhoechie-tab-contents {
    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   */


@media(max-width: 768px){
	.image-container {
    	height: 200px;
    	width: auto;	
	}
	.bhoechie-tab-contents h1 {
       line-height: 1;
    font-size: 1.6rem;
		}
	.bhoechie-tab-contents, .terms-inner-value-subtopic {
        font-size: 1rem;
	}
}

@media(max-width: 576px){
	.image-container {
    	height: 150px;
    	width: auto;	
	}
	.bhoechie-tab-contents h1 {
       line-height: 1;
    font-size: 1.3rem;
		}
	.bhoechie-tab-contents, .terms-inner-value-subtopic {
        font-size: 0.8rem;
	}
	.bhoechie-tab-contents ul{
		padding-left: 15px !important;
	}
	.footer-place-option{
		text-align: center;
	}
	.tab-content{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}