.left{
    left: 0;
    width: 250px;
    display: block;
    position: fixed;
    height: 100%;
    border-right: 2px solid #007BFF;
    padding: 0 15px
}
.right{
    padding-left: 250px;
}

body{
    background: none !important;
    font-family: arial;
}
.logo{
    width: 220px;
    margin: 30px 0px 60px;
}
.ol-none {list-style-type: none;}
.ol-dot {list-style-type: inherit;}

.bi-geo-alt-fill{
    position: absolute !important;
    left: -20px ;
    top: 4px;
}
.email-contact{
    bottom: 30px;
    width: 220px;
}
#sendFormVaild{
    width: 300px;
}

.blue-header{
    background-color: #0057b5 !important;
}
a{
    text-decoration: underline;
}



/* Responsive styles */
@media only screen and (max-width: 991px) {
    .left{
        width: 100%;
        position: inherit;
        border-right: none;
    }
    .right{
        padding-left: 0;
    }
    .email-contact{
        display: none;
    }
    .logo{
        width: 120px;
        margin-bottom: 0;
        
    }
    .ol-padding-0{
        padding: 0
    }
}