.page_container_contact{
    width: 100vw;
    min-width: 100vw;
    height: auto;
    position: relative;
}

.section-1-contact{
    min-height : 40vh;
    width: 80vw;
    max-width: 80vw;
    background-color: #fcb040;
    position: relative;
    margin: 4% auto;
    display: flex;
    flex-direction: row-reverse;
}

.contact-col{
    width: 19vw;
    padding-right: 3%;
    padding-left: 3%;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    flex: 1;
    align-self: center;
}
.contact-col aside{
	height: 125px;
}
.contact-icon{
    max-width: 20%;
    margin: 15px auto;
}

@media only screen and (max-width: 1000px) and (min-width: 750px){
	.section-1-contact{
		display: block;
	}
	.contact-col{
		width:100%
	}
	.contact-icon{
		max-width:35px;
	}
	.widget-contact{
		margin-bottom: 20px;
		color: #000;
	}
.widget-contact h4{
    font-size: 0.6rem !important;
    }
.widget-contact p{
        font-size: 0.3rem !important;

}
}
@media only screen and (max-width: 750px){
  .section-1-contact{
		display: block;
	}
	.contact-col{
		width:100%
	}
	.contact-icon{
		max-width:35px;
	}
	.widget-contact{
		margin-bottom: 20px;
	}
	.widget-contact h4{
    font-size: 1rem !important;
    }
.widget-contact p{
        font-size: 0.7rem !important;
    }
}

.widget-contact h4{
    font-size: 1.5rem;
}

.widget-contact p {
    font-size: 1rem;
    font-weight: 600;
}
.tell p , .mail p , .address p{
	font-size: 1.2rem;
}

.widget-contact p.address {
	font-family : serif;
}
.section-2-contact{
    width: 80vw;
    max-width: 80vw;
    background-color: #58585a;
    position: relative;
    margin: 20px auto;
}

.section2-title-wrapper-contact{
    width: 100%;
    text-align: center;
    padding-top: 1.5%;
    margin-bottom: 5rem;
}

.secion2-title-contact{
    margin-top: 6%;
    font-size: 2rem;
    color: #ecefed;

}

.section2-item-contact {
    width: 80%;
    margin: 0 auto;
    direction: rtl;
    padding: 10px;
}

.section2-item-contact input {
    width: 100% !important;
    background: none !important;
    margin-right: 10px !important;
    border: none !important;
}

::placeholder {
  color: #ecefed !important;
  opacity: 1;
}

:-ms-input-placeholder { 
 color: #ecefed;
}

::-ms-input-placeholder { 
 color: #ecefed;
}

.section2-item-contact input:focus{
    outline: none;
}

.section2-item-contact::after{
    content: "";
    border-bottom: 2px solid #fcb040;
    width: inherit;
    position: absolute;
}

.msg{
    background:none !important;
    width :100% !important;
	border: none !important;
}

.btn-contact{
    padding: 10px !important;
    width: 80% !important;
    margin: 0 auto !important;
    font-size: 1.5rem !important;
}

.btn-contact button{
    /* padding: 0% 10% !important; */
    background: #fcb040 !important;
    border: none !important;
    color: #58585a !important;
    border-radius: 5px !important;
}

.btn-sub{
    border:none !important;
    background:none !important;
    font-size: 1rem !important;
    color: #58585a !important;
}
.section-3-contact{
    height: 50vh;
    width: 80vw;
    max-width: 80vw;
    position: relative;
    margin: 20px auto;
    background-color: #fcb040;
}
.screen-reader-response , .wpcf7-response-output{
	text-align: center;
	color: #fff;
}