@charset "utf-8";
/* CSS Document */

.black-background {background-color:#000000;}
.white {color:#ffffff;}
.yam-background {background-color: #5773AA;}


.button-size {
	max-height: 40px;
	max-width: 40px;
	margin: auto;
	text-align: center;
}

.search-text {
	line-height: 10px;
}


.font-1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color:#373737;
}


.img-rounded {
	border-radius: 30px;
}


.img-rounded1 {
    border-radius: 10px;
}




.container-x {
    max-width: 100%;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
   
}
