
@font-face {
    font-family: "BLUE FONTE SANS";
    src: url('assets/fonts/BLUE-FONTE-SANS.TTF');
}

.navbar-collapse {
    justify-content: center;
}

body {
    font-family: "BLUE FONTE SANS";
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
}

.box {
    display: inline-block;
}

nav {
    background-color: #000 !important;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    font-size: 24px;
    font-weight: bold;
}

header nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
}

.banner-image{
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat !important;
    /* background-color: #f5f5f5;
     -webkit-box-shadow: inset 0px 0px 70px 15px rgb(0 0 0 / 40%);
     -moz-box-shadow: inset 0px 0px 70px 15px rgba(0,0,0,0.4);
     box-shadow: inset 0px 0px 70px 15px rgb(0 0 0 / 40%);*/
}

@media only screen and (max-width: 1024px){
    .banner-image {
        background-size: cover !important;
        background-position: center !important;
    }
    .container-fluid{
        padding-right: 0px;
        padding-left: 0px;
    }
    .quote-form {
        width: 100% !important;
        background-color: #fffc !important;
    }
    .top-footer-top{
        font-size: 1.8em !important;
    }
    .top-footer-bottom{
        font-size: 1.8em !important;
    }
    .top-footer{
        height: 100vh;
    }
}


@media only screen and (max-width: 568px){

    .top-footer-top{
        font-size: 1.2em !important;
    }
    .top-footer-bottom{
        font-size: 1.2em !important;
    }
    .top-footer{
        height: 100vh;
    }
}


.quote-section {
    padding: 20px;
    background-color: #f9f9f9;
}

.quote-form {
    padding: 20px;
    background-color: #fff;
    /* border: 1px solid #ccc;*/
    width: 50%
}

.quote-form h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.quote-form input, .quote-form select {
    margin-bottom: 10px;
    padding: 10px !important;
    font-size: 16px;
    border: 1px solid #ccc;
    font-family: sans-serif
}

.quote-form button {
    font-size: 18px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.quote-form button:hover {
    background-color: #444;
}

.quote-image img {
    width: 100%;
    height: auto;
}

.insurance-brand img {
    width: 100px;
    height: auto;
}
.col-sm{
    margin-left: 0px!important;
    margin-right: 0px!important;

    padding-right: 0px!important;
    padding-left: 0px!important;
}

footer {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    color: #000;
}
