/* conact page css */
section.contact_details {
    padding: 40px 0;
}
.contact_info_left h3 {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    margin-bottom: 30px;
}
.border_top {
    padding-top: 25px;
    border-top: 1px solid #eeebf6;
    margin-top: 25px;
}
.contact_info_left h5 {
    font-family: 'Open Sans';
    font-weight: 700;
    display: inline-block;
}
.contact_info_left li a {
    color: #333333;
}
.contact_info_left li a:hover {
    color: #c00;
}
.contact_info_left li {
    font-weight: 400;
    font-family: 'Open Sans';
    position: relative;
    padding-left: 25px;
}
.contact_info_left ul li:first-child::before {
    padding: 0;
    color: #fff;
    background: #c00;
    border-radius: 50%;
    margin-left: 0px;
    position: absolute;
    left: -30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
}

.right_Contact_form input {
    background-color: #F2F2F2;
    border: 1px solid #fff;
    border-radius: 0;
    color: #6a6a6a;
    margin-top: 7px;
    height: 55px;
    line-height: 55px;
    padding: 10px 30px;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    -webkit-appearance: none;
    outline: 0;
}
.right_Contact_form textarea {
    background-color: #F2F2F2;
    border: 1px solid #fff;
    border-radius: 0;
    color: #6a6a6a;
    margin-top: 7px;
    min-height: 200px;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(12 0 46 / 4%);
    -webkit-appearance: none;
    outline: 0;
}
.right_Contact_form label {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: 'Open Sans';
    color: #333333;
}
label.error {
    color: #c00;
    margin-bottom: 5px;
}
.right_Contact_form input:focus,.right_Contact_form textarea:focus{
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
    background-color: #F2F2F2;
    -webkit-box-shadow: 0 10px 14px 0 rgb(12 0 46 / 6%);
    box-shadow: 0 10px 14px 0 rgb(12 0 46 / 6%);
}
form#contact_form button i {
    font-size: 16px !important;
    padding: 1px;
    line-height: 0;
    position: relative;
    right: -6px;
}
span.success {
    display: block;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    background: #008000c4;
    margin-top: 10px;
}
form#contact_form .disable {
	cursor: no-drop;
}
