*{
    margin: 0%;
    padding: 0%;
    color: beige;
     
}

.container.app-content{
    height: 700px;
}

.app-form{
   
    border-radius: 10px;
    padding: 20px;
    
}
.app-form h2{
    text-align: center;
    color: black !important;
    margin-bottom: 35px;
}

.app-form button[type="submit"] {
    width: 100%; /* Set the button width to match the inputs */
}

.app-form.mb-3 {
    margin-bottom: 25px !important; /* Adjust the value as needed */
}

.form-control{
    padding: 15px !important;
    font-weight: 600 !important;
    border: 1px solid black !important;
}

.timing{
    border: 1px solid #E6901D;
    display: inline-block;
    position: relative;
    left: 90px;
    padding: 3px 6px 3px 6px; 
    border-radius: 3px;
    letter-spacing: 1px;
}

.icons{
    display: contents;
    font-size: 20px;
}
.fa-solid{
    margin-right: 10px;
} 

.responsive-map{
    overflow: hidden;
    /* padding-bottom:56.25%; */
    position:relative;
    height:80%;
    margin-top: 6%;
    
    }
    .responsive-map iframe{
    left:0;
    top:0;
    width:100%;
    height: 90%;
    position:absolute;
}

.calander{
    margin-bottom: 20px;
    font-size: 20px;
}
address{
    margin-bottom: 20px;
    font-size: 20px;
}

.no{
    font-size: 20px;
}
.mb-3 button{
    background-color: #E6901D;
}

.img-fluid {
    max-width: 60% !important;
    height: auto;
}


@media (max-width: 768px) {
   
.app-form{
    margin-top: 60%!important;
}

.container.app-content{
    height: 1400px;
}

}
@media (max-width: 500px) {
    .timing {
        left:3px;
        top:10px;
    }
}