footer{
    padding: 30px 3%;
    display: flex;
    justify-content: space-around;
    background-color: rgb(198 225 245);
    font-family: 'Open Sans', sans-serif;
    box-shadow: rgba(2, 27, 63, 0.249) 0px -0.1px 5px 2px
}

.fcontact {
    display: flex;
    flex-direction: column;
}

.fcontact > iframe {
    border: 3px solid !important;
    border-color:rgb(0, 100, 185) !important;
    border-radius: 15px;
}



.sitemap li, .fcontact ul li{
    margin-bottom: 2vh;
    display: flex;
    align-items: center;
}

footer hr {
    border: 1px solid  rgb(0, 100, 185);
}

footer li{
    list-style: none;
}

footer span > p{
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 25px;
}

footer p, footer a{
    font-weight: 600;
    font-size: 18px;
    color: rgb(0, 100, 185);
}

footer a{
    text-decoration: none;
    word-break: break-all;
}

.fcontact ul li p {
    margin-right: 2vw;
}


.workhours li {
    display: flex;
    justify-content: space-between;
}

form {
    display: flex; 
    flex-direction: column; 
    gap: 8px;
}

input , textarea , button{ 
    font-size: 18px;
    border-radius: 4px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 2px 0px inset;
}

footer button{
    background-color: rgb(78, 175, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0px;
    border: 1px solid;
}

button p{
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 18px;
    padding: 5px;
}

footer textarea{
   
   min-width: 400px;
   resize: none;
  
}

footer img{
    width: 28px;
    height: 28px;
}

.copyrights{
    padding: 5px;
    background-color: rgb(198 225 245);
}

.copyrights hr{
    opacity: 20%;
}
.copyrights .notice{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    opacity: 80%;
    color: rgb(0, 140, 255);
}

.notice p{
    font-size: 14px;
}

#address{
    padding-right: 25px;
}

form > div {
    display: flex;
    align-items: center;
}

.cf-turnstile{
    scale: 0.8;
}


@media(max-width:1500px){
    footer span {
        scale: 0.9;
    }
    footer .pages {
        display: none;
    }

}

@media(max-width: 1250px){

    footer{
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    footer hr{
        margin: 5%;
        min-width: 90vw;
    }

    .notice p{
        font-size: 10px;
    }

    .fcontact {
        align-items: center;
    }

    .fcontact > iframe {
        scale: 0.9;
    }
  
}