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

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';
}
.form-button {
    margin: auto;
    margin-top: 30px;
}

.footer-line{
    width: 100px;
    background-color: rgb(39 75 117);
    height: 5px;
    border-radius: 5px;
    margin: 20px 0;
}
.footer-call {
    padding: 2%;
}
.footer-location {
    padding: 2%;
    width: 40%;
}
.footer-img {
    width: 50%;
}
.footer-call {
    padding: 2%;
    width: 25%;
}
.store-details{
    color: #2d5948;
    font-size: 24px;
}
.line-green {
    background-color: #2d5948;
}
.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{
            margin: 0 auto;
        }
        .contact-content h1{
            font-size: 48px;
        }
        .contact-content p{
            font-size: 14px;
        }
        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;
        }
        input.submit-button {
            font-size: 22px;
        }

        main#maincontent {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

.service-uniform-banner img{
    width: 100%;
}
.uniform-content h1{
    color: #0d4735;
    font-family: 'WulkanDisplay';
    font-weight: 700;
}
.service-uniform-content .hrline{
    border-color: #80808030;
    margin: 35px 0;
}
.uniform-content p{
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans';
}
.uniform-content h2{
    font-weight: 700;
    font-family: 'Open Sans';
    color: #0d4735;
}
.uniform-content ul{
    padding-left: 11%;
}
.uniform-content ul li{
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans';
}
@media screen and (min-width: 768px) {
    .uniform-content h1{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .uniform-content p{
        font-size: 16px;
        margin-bottom: 35px;
    }
    .service-uniform-content{
        margin: 0 auto;
    }
    .uniform-content h2{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .uniform-content h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .uniform-content p{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .uniform-content h2{
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px){
    .service-uniform-content, .contact-container{
        max-width: 720px;
    }
}
@media screen and (min-width: 991px) {
    .service-uniform-content, .contact-container{
        max-width: 855px;
    }
}