.modal-dialog {
    margin-top: 10% !important
}

.modal-content {
    text-align: center
}

.modal-header {
    padding-bottom: 0;
    border-bottom: 0
}

.modal-header button.close {
    position: relative;
    float: right;
    border: 0;
    font-size: 20px;
    font-weight: 700
}

.modal-body .gform_heading,
.modal-body label.gfield_label {
    display: none !important
}

.modal-body .gform_button {
    width: 100% !important;
    padding: 15px !important
}

.modal-body input {
    padding: 10px !important
}

.modal-body .gform_footer.top_label {
    padding: 0
}

p.myModal-fine-print {
    font-size: 12px
}

@media screen and (min-width:640px) {
    .modal-body .gform_footer.top_label {
        padding: 0 16px 0 0
    }
}

@media screen and (max-width:640px) {
    .modal-footer {
        display: none
    }
}

.gb-buttons a,
.gb-cities,
p.rating-label {
    display: inline-block
}

.geo-block-inner {
    text-align: center;
    background: #dadada;
    padding: 20px
}

.gb-cities {
    width: 90%;
    vertical-align: top
}

h3.gb-cities-col {
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

.gb-buttons a,
button.review-nav.current-review {
    font-weight: 700
}

.gb-buttons a {
    background: gray;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px;
    min-width: 250px;
    margin: 5px
}

.review-container h2,
p.rating-label {
    margin-bottom: 0
}

.gb-buttons a:hover {
    background: #000
}

p#breadcrumbs {
    padding-top: 20px;
    margin: 0;
    font-size: 12px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form#ratingsForm div {
    width: 100%
}

.rating-input:checked~.rating-star,
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star {
    background-position: 0 24px
}

p.rating-label {
    vertical-align: super;
    padding-left: 8px;
    font-size: 19px;
    font-weight: 600
}

.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    background: url("../../../assets/gold-star.png")
}

#ratingsForm fieldset {
    padding: 0;
    border: none;
    clear: both;
    max-width: 264px;
    margin: 0;
    text-align: center
}

.cr-hidden,
.rating input {
    display: none
}

legend#title4 {
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    text-align: left
}

form header div {
    font-size: 90%;
    color: #999
}

form header h2 {
    margin: 0 0 5px
}

fieldset {
    border: 0;
    padding: 0
}

@media (min-width:1025px) {
    div#ogGeo {
        display: none
    }
}

.gform_confirmation_message::before {
    content: "";
    position: absolute;
    margin: auto;
    inset: 22px 0 auto 0;
    width: 11px;
    height: 20px;
    transform: rotate(45deg);
    border-right: 3px solid #4caf50;
    border-bottom: 3px solid #4caf50
}

.gform_confirmation_message::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #4caf50;
    margin: auto;
    inset: 11px 0 auto 0
}

.gform_confirmation_message>* {
    max-width: 400px;
    margin: 0 auto;
    padding: 5px;
    line-height: 1.5;
    color: #000 !important
}

.gform_confirmation_message {
    text-align: center;
    border: 1px solid #4caf5054;
    border-radius: 10px;
    padding: 60px 10px 20px;
    background: #eff8ef !important;
    font-size: clamp(.8rem, 3vw, 1rem);
    position: relative;
    margin-bottom: 10px
}