body{font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
body h4{font-size: 1.3rem; font-weight: 700;}
body h5{font-size: 0.8rem; font-weight: 400;}
body h6{font-size: 0.66rem;}
.bg-primery {
    background-color: #1f519e;
}
.btn-primery {
    background-color: #1f519e;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
}
button:hover {
    background-color: #1f519e !important;
    color: white !important;
    opacity: 0.8;
}
.request input::placeholder {
    color: #9a9a9a;
    font-size: 0.9rem;
}
.request input{
    border: solid 1px #9A9A9A;
    ;
}
footer{color: white !important;
font-weight: 400;}
footer h6{color: white;
font-weight: 400;}
