body{
    font-family: "Lato", sans-serif;
}
h1{
    font-family: "Noto Serif", serif;
}

.lft-bn-sec {
    background-color: #00695C;
    padding: 20px;
}

.lft-bn-sec .ban-logo h1 {
    color: #fff;
}

.btn-submit {
    background-color: #D5050D;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 5px 40px;
    max-width: 317px;
    width: 100%;
    margin-bottom: 33px;
}

 .btn-submit:hover {
        background-color: #00695C;
        color: #fff;
    }

.footer {
    background-color: #f9f7f1;
    padding: 40px 0;
}
.footer-logo img {
    max-width: 150px;
}
.footer a {
    color: black;
    text-decoration: none;
}
.footer a:hover {
    color: red;
}
.footer .social-icons i {
    font-size: 24px;
    margin-right: 10px;
    color: black;
}
.footer .social-icons i:hover {
    color: red;
}
.footer .contact a {
    color: red;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;

}
.footer .contact a:hover {
    text-decoration: underline;
}

footer .icon-box {
    display: flex;
    align-items: flex-start;
}
footer .icon-box p{
    margin-left: 10px;
}

@media (min-width:991px) {
    



.lft-bn-sec {
    height: 100%;
}

.lft-bn-sec .ban-logo h1 {
    color: #fff;
}

.ban-img img {
    border-radius: 0 15px 15px 0;
}

.lft-bn-sec {
    position: relative;
    border-radius: 15px 0 0 15px;
}

.ban-logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 100%;
    max-width: 70%; 
}

.border-1 {
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 0px 3px #00000059;
}

.mrg-l {
    margin-left: 15px;
}



.decorated-house {
    height: 100%;
    max-height: 530px;
    object-fit: cover;
}

.form-section {
    margin-top: -100px;
    position: relative;
}

.form-section .container {
    background-color: #fff;
}




.service-heading {
    color: red;
font-weight: 700;
font-size: 26px;    
}

.service-item {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    cursor: pointer;
    font-size: 18px;
}

.service-item i {
    float: right;
    font-size: 16px;
}

.service-images img {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.our-services-section .accordion .accordion-item{
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 0;
}

.our-services-section .accordion .accordion-item button {
    background: transparent;
    box-shadow: none;
    outline: none;
    font-weight: 500 !important;
    font-size: 20px;
    padding-left: 10px;

}

.our-services-section .accordion .accordion-item button::before{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #D5050D;
    border-radius: 100%;
    float: left;
    display: block;
    margin-right: 10px;
}

.our-services-section .accordion .accordion-body{
    margin-left: 10px;
    font-size: 16px;
}


.about-title {
    color: red;
font-weight: 700;
font-size: 26px; 
}
.about-text {
    font-size: 18px;
    line-height: 1.6;
}
.about-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
    max-height: 80%;
    object-fit: cover;
}

.gren-color{
    color: #007326;
}

.accordion-item .accordion-button {
    color: #D5050D;
}


.accordion-item .collapsed{
    color: #000000;
}



}

@media (max-width:990px){
    .top-banner{
        padding: 0 !important;
    }
    .quote-form h3{
        margin-top: 20px;
    }

    footer .icon-box {
        justify-content: center;
    }

    .abt-m-section {
        padding-bottom: 70px;
    }

    #servicesAccordion{
        margin-top: 40px;
    }

    .decorated-house {
        height: 100%;
        max-height: 360px;
        object-fit: cover;
    }

    .form-section form{
        box-shadow: 0 0 3px #d4d4d4;
        padding: 25px 20px;
        margin-bottom: 25px;
    }

    .btn-submit {
        margin-bottom: 6px;
    }
    .btn-submit:hover {
        background-color: #00695C;
        color: #fff;
    }

    .abt-m-section{
        padding-top: 20px !important;
    }
}