.contact-outer {
    float: left;
    width: 100%;
    padding: 60px 0px;
    border-top: 1px solid #b5b5b5;
}

/*.bs-4-inner-bnr img {    display:none;*/
/*}*/

.contact-left .detail-cart {
  margin-top: 30px; }

.contact-heading {
    float: left;
    width: 100%;
    font-size: 20px;

    margin-bottom:0px;
    text-transform: uppercase;
    background-color: #447923;
    padding: 15px;
    border-radius: 6px 6px 0 0;
}

.contect-ul {
  float: left;
  width: 100%; }

.contect-ul li {
  color: #333;
  float: left;
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  text-transform: capitalize;
  }

.contect-ul li a {
  color: #bd2222; }
.cont-phone a {
    font-size: 20px;
    color: #000;
}
.contect-ul li a:hover {
  text-decoration: underline; }

.contact-phone {
  float: left;
  width: 100%;
  margin-top: 10px; }

.cont-phone {
  float: left;
  width: 100%; }

.cont-phone li {
  float: left;
  width: 100%;
  color: #333;
  font-size: 14px;
  margin-bottom: 7px; }

.contact-left {
	float: left;
	width: 48%;
}

.contact-right {
	float: right;
	width: 40%;
}

.form_contact .cart-input input {
  border: 1px solid #bbb;
  padding: 4px 15px;
  box-sizing: border-box;
  height: 50px;  
  font-size: 16px;
}
.contact-btn button {
    font-size: 18px;
    background-color: #447923;
    border: 0;
    height: 45px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 5px;
}
.contact-btn button:hover {
    background-color: #5ca031;
}
.form_contact .cart-input textarea {
  padding: 15px;
  height: 200px;
  resize: none;
  border: 1px solid #bbb;
}
.contact_banner {
    min-height: 350px !important;
}
.custom_banner {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner_search_area h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    padding: 27px 0;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px #656565;
    font-family: 'poppinsbold';
}


@media screen and (max-width: 768px) {
    
   .contact-left {
	float: left;
	width: 100%;
} .contact-right {
	float: right;
	width: 100%;
	margin-top: 40px;
}
.contact-outer {
	padding-top:30px;
	padding-bottom:0;
}
    .contact-outer .container {
    width: 100%;
}
}



.form-border {
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
    padding: 20px;
}

