.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.datepicker {
    border-color: #ced4da;
}
a{
    text-decoration: none;
    color: black;

}
a:hover{
    color: black;
    text-decoration: none;
}
.modal-dialog{
    max-width: 570px;
}
.custom-dropdown-menu{
    left: unset;
    right: 0;
}
.dropdown a:focus{
    outline:none;
    box-shadow: none;
}
#lightgallery{
    grid-template-columns: repeat(auto-fill,237px);
    display: grid;
}
#lightgallery img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
