.box-shadow-double-large, .box-shadow-double-large-hover:hover {
    -webkit-box-shadow: 0 0 45px rgb(0 0 0 / 9%);
    box-shadow: 0 0 45px rgb(0 0 0 / 9%);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
}
.border-radius-6px {
    border-radius: 6px!important;
}
.form-control, .form-select, input, select, textarea {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: .3s;
    transition: .3s;
}
.mb-30px {
    margin-bottom: 30px!important;
}
h3.fw-700.text-dark-gray.ls-minus-2px {
    color: #000;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}
ul.locationlist {
    padding: 0;
    list-style: none;
    padding-left: 0px;
    margin-top: 23px;
    margin-bottom: 30px;
}

ul.locationlist li, ul.locationlist li a {
    margin: 0px 0 10px;
    color: #333;
    font-size: 15px;
}

h3.visittitle {
    font-size: 20;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
}