.contact-section {
  padding: 30px 0;
}

.contact-content h2 {
  color: #8a5a2b;
}

.contact-text {
 color: #000; margin-bottom: 21px;
line-height: 23px;
font-size: 13px;
font-weight: 600;
}

.whatsapp {
  margin: 15px 0;
  font-size: 18px;
  color: green;
  font-weight: bold;
}

.map-box {
  margin-top: 20px;
}

/*.facebook-box {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;

  border-radius: 5px; margin-bottom: 24px;box-shadow: 0 0 20px rgba(0,0,0,0.8);
}*/

.history-content { margin-top:25px;
}
.pleacebox{text-align: left;
line-height: 19px;
font-weight: 500;
font-size: 13px;
color: #000;
margin-top: 10px;}
.history-content h2 {
  color: #df4d11 !important;
  margin-bottom: 15px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.lineh4{font-size: 17px;
font-weight: 600;margin-bottom: 10px;
text-transform: unset;
color: #000;}
.consubline1{
border-radius: 10px 10px 0 0;
color: #fe5a02;
font-size: 20px;
font-weight: 600;
margin: 0;
padding: 0px;
text-decoration: none;}
.consubline{font-size: 15px; color: #df4d11; text-decoration: underline;text-decoration: underline;
font-weight: 600;}
.map1{ background-image:url(../assets/map.png); background-repeat:no-repeat; background-position:left top 5px;}
.phone1{ background-image:url(../assets/phone1.png); background-repeat:no-repeat; background-position:left top 5px;}
.mail{ background-image:url(../assets/mail.png); background-repeat:no-repeat; background-position:left top 5px;}
.globe{ background-image:url(../assets/globe.png); background-repeat:no-repeat; background-position:left top 5px;}

.contact i {width: 35px;
        font-size: 22px;
        color: rgb(81, 126, 5);
        margin-top: 10px;}
		
.contact input{ flex: 1;
        height: 32px;
		width: 90%;
        border: 1px solid #ccc;
        padding: 0 15px;
        fontSize: 18px;
        outline: none;
		marginBottom: 10px;
        background: #f7f7f7;}
		
		
.contact textarea{ flex: 1;
        border: 1px solid #ccc;
        padding: 10px 15px;
        font-size: 13px;
        outline: none;
		width: 90%;
        background: #f7f7f7;
        resize:none;}
		
		.rm{ margin-right: 4px;}
		
		.phone1{display: flex; height: 32px; margin-top: 10px; margin-bottom: 10px;margin-left: 4px; width: 90%;  
		marginBottom: 10px; }
		
		
		
		
@media(max-width:360px) {
.contact input{ flex: 1;
        height: 32px;
		width: 80%;
        border: 1px solid #ccc;
        padding: 0 15px;
        fontSize: 18px;
        outline: none;
		marginBottom: 10px;
        background: #f7f7f7;}
		
		
.contact textarea{ flex: 1;
        border: 1px solid #ccc;
        padding: 10px 15px;
        font-size: 18px;
        outline: none;
		width: 80%;
        background: #f7f7f7;
        resize:none;}
	}		

.map-box{
    overflow:hidden;
    border-radius:10px;
}

.map-box iframe{

    display:block;
    width:100%;
    border:0;
}


.facebook-box{
 background: #eee;
padding: 15px;
border-radius: 5px;
overflow: hidden;
border: 1px solid #c4c3c3;
}