
.contact-right {
    /* padding-left: 125px; */
    /* padding-right: 125px; */
    background-image: url('images/image3-home2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #A3A3A3;
    direction: rtl;
}
.contact-right img {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 0px;
	height: 383px;
}
.contact-right .ot-heading {
    /* padding-top: 81px; */
    padding-bottom: 25px;
}
.contact-right h2 {
    color: #ca9e36;
}
.contact-right > p {
    margin-bottom: 25px;
}
.contact-right .contact-info {
    padding-bottom: 27px;
}
.contact-right .contact-info h6 {
    color: #bf8f1f;
}
.contact-right .contact-info i:before {
    color: #fff;
    font-size: 23px;
}
.contact-right .contact-info, .contact-right .contact-info a {
    color: #000101;
}
.contact-right .list-social a {
    border-color: rgba(255,255,255,.4);
}
.contact-right .list-social {
    margin-top: 11px;
    padding-bottom: 90px;
}


@media only screen and (max-width: 767px) {

    
.contact-right img {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0px;
    height: 150px;
}
textarea.input-style-2 {
    height: 15rem !important;
    margin-bottom: 30px;
}
.contact-right {
      padding-left: 0px !important;
    padding-right: 0 !important;
   
   
}
}
