.success-message {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 99;
    width: 215px;
    background: green;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    box-shadow: 3px 4px 9px -2px #959595;
}
.success-message p {
    margin: 0;
}
.error-message {
    color: red;
    font-size: 12px;
}
p.message_content i {
    margin-right: 8px;
    font-size: 22px;
    position: relative;
    top: 3px;
}
.close_toaster{
    display: none;
}
.btn_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0;
    color: #fff;
}
.para_justify{
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin-right: 50px;
}

.contact_social li a {
    background: aliceblue;
    box-shadow: 1px 1px 1px 1px #a39c94;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    text-align: center;
    display: grid;
    align-items: center;
    text-decoration: none;
    color: #6e675e;
    margin-right: 10px;
}
.contact_social ul li {
    display: inline-block;
}
.contact_social ul {
    margin: 0;
    padding: 0;
}
.contact_banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    background-position: 0% 50%;
}
.contact_content h1{
    color: #fff;
    font-size: 35px;
}

.contact_content p {
    color: #fff;
    font-size: 20px;
}
.contact_content {
    position: absolute;
    bottom: 25px;
}
.contact_address_block h3 {
    color: #a8785f;
    font-size: 22px;
}
.contact_address_block h2 {
    font-size: 22px;
}
.contact_address_block p {
    margin-bottom: 0 !important;
}
input.contact_control {
    width: 100%;
    border: none;
    background: #f1e9e5;
    padding: 10px 10px;
}
textarea.contact_textarea {
    width: 100%;
}
.contact_block {
    margin-bottom: 40px;
}
textarea.contact_textarea {
    width: 100%;
    background: #f1e9e5;
    border: none;
    height: 110px;
}
button.btn.btn_contact_send {
    background: #a16d51;
    color: #fff;
    border-radius: 0px;
    width: 100%;
}
.contact_form_block h3 {
    color: #a16d51;
    font-size: 22px;
}
.career_mail{
    color: #a16d51;
    margin-top: 10px;
}
.contact_form_block {
    background: #fff;
    box-shadow: 1px 1px 10px -5px black;
    padding: 45px 45px;
    border-radius: 10px;
    /* margin: 0 auto; */
    margin-top:20px;
    margin-bottom:20px;

    position: relative;
}
.contact_form_block .col_50{
    padding: 0 15px;
    }
    .contact_form_block .row_block{
        margin: 0 -15px;
        }
.contact_address_block {
    margin-top: 35px;
}

.contact_map iframe{
    width: 100%;
    height: 550px;
}





/*==========  Mobile First Method  ==========*/

@media only screen and (max-width : 320px) and (min-width : 200px) {
    .contact_content {
        bottom: 0;
    }
    .address_left {
        order: 2;
        padding: 30px 0;
    }
    .contact_form_block{
       
        padding: 25px 25px;
    }
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 480px) and (min-width : 320px) {
    .contact_content {
        bottom: 0;
    }
    .address_left {
        order: 2;
        padding: 30px 0;
    }
    .contact_form_block{
        
        padding: 25px 25px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 768px) and (min-width : 480px) {
    .contact_content {
        bottom: 0;
    }
    .address_left {
        order: 2;
        padding: 30px 0;
    }
    .contact_form_block{
      
        padding: 25px 25px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) and (min-width : 768px) {
    .contact_content {
        bottom: 0;
    }
    .address_left {
        order: 2;
        padding: 30px 0;
    }
    .contact_form_block{
        
        padding: 25px 25px;
    }
}

/* Medium Devices, Desktops */
@media (max-width:999px)and (min-width: 992px) {   

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}