
/*top header area start*/

@media only screen and (max-width: 580px) {
  .header_flex .navbar-brand img{
	max-width: 82px;
}
.btn-outline-theme{
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	
}
.btn-solid-yellow{
	font-size: 12px;
	padding: 5px 10px 5px 10px;

}
.top_header_area .header_btn {
	column-gap: 5px;
}

/*top header area end*/


/*about area start*/

.section_padding{
	padding-top: 40px;
	padding-bottom: 40px;
}
.section_header h2{
	font-size: 36px;
}
.about_text p{
	font-size: 16px;
	padding: 5px;
}

.section_header h2{
  font-size: 26px;
  margin-top: 50px;
}

.about_menu_img img{
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 250px;
  height: 250px;
  object-position: center;
  object-fit: cover;
  filter: drop-shadow(7px 8px 6px #777777);
}

/* about end */


/*about area end*/

/*menu area start*/

.section-padding {
        padding-top: 30px;
        padding-bottom: 50px;
}
.section-title1 h2 {
font-size: 26px;

}
.menu_title span {
        font-size: 20px;
}
.menu_tiles_box .menu_title {
    margin-top: 15px;
}
.btn-outline-radius {
    border-radius: 28.5px;
    border: 1.5px solid #4A1C1F;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    outline: none;
    font-weight: 400;
    background: #4A1C1F;
}

/*menu area end*/

/*widget area start*/

.section_title h4{
	font-size: 26px;
}
.section_title p{
	font-size: 14px;
}
.iframe_box {
    padding: 0px;
    margin-top: 10px;
}

/* map area start */

.address_box{
  width: 300px;
  height: 300px;

}
.address_box h4{
  font-size: 18px;
  margin-top: 20px;
   margin-left: 30px;
}

.flex_tiles_address p{
  display: block;
  line-height: 20px;
  font-size: 14px;
  width: 200px
}
.flex_tiles_address{
  margin-left: 30px;
}
}

