.bg-opacity-10 {
    --bs-bg-opacity: 0.08;
}
.address {
    background: linear-gradient(to left, #ecf4ff 0%, #ecf4ff 5%, #ecf4ff 3%, #ecf4ff 65%, #ffffff 65%, #ffffff 100%);
}
input{
    outline: aliceblue;
}
input:focus-visible  {
    box-shadow: 0.01rem .05rem rgb(13 110 253) !important;
    outline: none;
}
textarea:focus-visible  {
    box-shadow: 0.01rem .05rem rgb(13 110 253) !important;
    outline: none;
}
@media(max-width: 600px) {
    .contact-form .d-flex {
        display: block!important;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .container, .container-sm {
        max-width: 698px;
    }
}
@media (min-width: 600px) and (max-width: 768px){
    .order-2 {
        order: 1 !important;
    }
    .order-1 {
        order: 2 !important;
    }
}
