body{
    background-color: #f4f4f4;
}
.nav-logo{
    max-width: 220px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.head1 {
    padding-left: 3px;
    font-size: 45px;
    color: #1b1b1b;
}
.head2 {
    font-size: 65px;
    color: red;
}
.card{
    background-color: #fff;
    padding: 34px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.state-error{
    color: #F44336;
    font-style: normal;
    display: block;
}
.toastr-container ul li {
    width: auto !important;
}
.contact-info-box {
    background: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 1px 16px 0px rgba(117, 114, 114, 0.07);
    padding: 20px;
    transition: .4s linear;
    min-height: 260px;
}
.image{
    height:100px;
     position: absolute;
     top:200px;
}
.place-desc-large .address{

}
@media (max-width: 991.98px){
    #iframe_address{
        top: 58px !important;
        min-width: 80% !important;
    }
}