.contactus-index-index .contactus-form {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 0;
}
.contactus-index-index .form-items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.contactus-index-index .form-item {
    width: 100%;
    padding: 1% 0;
    color: rgb(39 75 117);
    font-size: 15px;
    font-weight: 600;
}
.contactus-index-index .half-width {
    width: 49%;
}

.contactus-index-index input.submit-button {
    background-color: #2d5948;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 9px;
    padding: 0 3px;
    font-weight: 600;
    font-family: 'Open Sans';
}
.contactus-index-index .form-button {
    margin: auto;
    margin-top: 30px;
}

.contactus-index-index .footer-line{
    width: 100px;
    background-color: rgb(39 75 117);
    height: 5px;
    border-radius: 5px;
    margin: 20px 0;
}
.contactus-index-index .footer-call {
    padding: 2%;
}
.contactus-index-index .footer-location {
    padding: 2%;
    width: 40%;
}
.contactus-index-index .footer-img {
    width: 50%;
}
.contactus-index-index .footer-call {
    padding: 2%;
    width: 25%;
}
.contactus-index-index .store-details{
    color: #2d5948;
    font-size: 24px;
}
.contactus-index-index .line-green {
    background-color: #2d5948;
}
.contactus-index-index .header-content a {
    color: #2d5948;
}
.decoration-no {
    text-decoration: none;
    color : #2d5948;
    font-size: 14px;
}

.decoration-no:hover{
    text-decoration: none;
    color :rgb(75, 230, 170);
}

.decoration-no:visited{
    text-decoration: none;
    color : #2d5948;
}
.contactus-footer {
    display: flex;
}

.contactus-form .form-items input[type="text"], .contactus-form .form-item #phone, .contactus-form .form-item textarea, .contactus-form .form-item input[type="email"]{
        border-radius: 4px;
        margin-top: 5px;
    }
    .contactus-form .form-item #phone{
        padding: 0 9px;
    }
    .contactus-form .form-item #phone::placeholder {
        opacity: 0;
    }
    .contact-content{
        text-align: center;
    }
    .contact-content h1{
        color: #0d4735;
        font-weight: 700;
        font-family: 'WulkanDisplay';
        margin-bottom: 5px;
    }
    .contact-content p{
        color: #4d4d4f;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .contact-content a{
        color: #0d4735;
        font-weight: 600;
        text-decoration: underline;
    }
    .contact-content .hr {
        width: 5%;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
        border: 0.5px solid rgb(184, 137, 119);
    }
    .paragraph-content{
        margin-top: 30px;
    }
    .contactus-footer {
        display: flex;
    }
    .contactus-form .form-item textarea{
        height: 50px;
    }

    @media screen and (min-width: 768px) {
        .contact-container{
            max-width: 1150px;
            margin: 0 auto;
            padding: 0 50px;
            margin-top: 80px;
        }
        .contact-content h1{
            font-size: 48px;
        }
        .contact-content p{
            font-size: 14px;
        }
        .contactus-index-index input.submit-button {
            font-size: 28px;
        }
        .contactus-footer{
            gap: 30px;
        }
    }
    @media screen and (max-width: 767px) {
        .footer-location, .footer-call.contack-info{
            flex: 1 0 0%;
        }
        .footer-call.store-info{
            flex: 0 0 auto;
            width: 100%;
        }
        .contact-content h1{
            font-size: 26px;
        }
        .contactus-footer{
            flex-wrap: wrap;
            gap: 25px;
        }
        .contact-content p{
            font-size: 12px;
        }
        .contactus-index-index input.submit-button {
            font-size: 22px;
        }
    }
