/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.17.3.1704867288
Updated: 2024-01-10 06:14:48

*/
.breadcrumbs {
    padding: 40px 0px;
    text-align: center;
    background: #a55746;
}
.breadcrumbs a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.breadcrumbs span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.footer-contact-wrap{
display:none;	
}
.footer-contact-info {
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #1d1d1d !important;
    padding: 15px 0;
}
.contact-info-col {
    width: 33.33%;
    text-align: center;
}
.contact-info-col span {
    font-size: 14px;
    font-weight: 600;
    color: white !important;
}
.contact-info-col i {
    font-size: 20px;
    margin-bottom:8px;
}
.contact-info-col:nth-child(2) i {
    color: #099b2b !important;
}
.contact-info-col:last-child i {
    color: yellow;
}
.contact-info-col:first-child i {
    color: red;
}


.d-one textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}


.modal {
    display: none;
    position: sticky;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}
#myModal {
    padding-top: 70px;
    z-index: 9999;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
a#myBtn i {
    color: yellow;
}
.footer-form form.wpcf7-form.init {
    background: #eeeeee;
    border-radius: 10px;
    padding: 40px 20px;
}
.footer-form form .wpcf7-text, form textarea {
    border: none;
    padding: 9px 15px;
    width: 100%;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.footer-form form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #B6533C;
}
.fotter-form-title {
    margin-bottom: 10px !important;
}
#sidebar form.wpcf7-form.init label {
    color: #000;
}
.footer-form_bottom {
    position: fixed;
    right: 15px;
    bottom: 0px;
    z-index: 1000;
    width: 286px;
}

.footer-form_bottom .heading-look {
    font-size: 22px;
    background: #A65A46;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0px;
    cursor: pointer;
}
div#mini_contact_form {
    padding: 20px;
    background: #ffff;
}
#floatBtn-2 > a {
       background-color: #8aa228 !important;
}

div#mini_contact_form {
    padding: 20px;
    background: #ffff;
    display: none;
}
#sidebar h5.wp-block-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px !important;
}
#sidebar .et_pb_widget {
    margin-bottom: 15px;
    margin-top:25px;
}
.et_right_sidebar #sidebar {
    padding-left: 20px;
}
#sidebar .grw-header-inner {
    padding: 0px !important;
    margin-bottom: 27px !important;
}
@media (max-width:767px){
.bottom-footer {
    padding-bottom: 70px;
    padding-top:10px;
    margin-bottom:-30px;
}
.footer-form_bottom .heading-look{
display:none;
}
}