.review_form {
    background-color: #fff;
    border: 1px solid #e5e5dd;
    padding: 16px;
    border-radius: 8px;
}
.review_form img {
    width: 216px;
    height: 40px;
}
input.star-selector_star__UckR4 {
    display: inline-block;
    margin: 0;
    border: 0;
    width: 44px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
    position: relative;
    appearance: none;
}
.pagination a {
    text-decoration: none;
        color: #000;
}

.pagination ul {
    border: 1px solid #6a6a67;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
        border-right: none;
}
.pagination li::marker {
    content: "";
}
.pagination {
    justify-content: center;
}
.pagination span.page-numbers.current {
    color: #205cd4;
    font-weight: 700;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
    color: #205cd4;
    font-weight: 500;
}
li>.current {
    border: 1px solid #205cd4;
    padding: 9px 14px;
    border-right: 1px solid #6a6a67;
}
.next.page-numbers {
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #205cd4;
        padding: 7px 14px;
}
.pagination li a {
    display: inline-block;
    padding: 8px 14px;
    border-right: 1px solid #6a6a67;
}
.pagination li:last-child {
    border-right: none;
}
/*.pagination li .current {
    background-color: #dcdce6;
    padding: 2px 9px;
    color: #000;
    border-radius: 4px;
    margin: 0 5px;
}*/

.social-share-buttons {
    display: block;
    width: 360px;
    background-color: #fff;
    align-items: center;
    padding: 1em;
    text-align: center;
    position: absolute;
    top: 46px;
    left: -14em;
    filter: drop-shadow(0 0 8px #0000004d);
    border-radius: 8px;
}
.social-share-buttons a {
    display: block;
    border: 1px solid #205cd4;
    border-radius: 9999px;
    width: 90%;
    margin: 10px auto;
    height: 40px;
}
footer.entry-footer {
    position: relative;
}
.social-share-buttons a:hover {
    background-color: #c2d5f7;
}
footer.entry-footer:after {
    content: "";
    width: 8px;
    position: absolute;
    display: block;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 42px;
    left: -3em;
}
.star-rating_starRating__88dwn.star-rating_large__x_tzD {
    position: absolute;
    top: 0em;
    z-index: 99;
}
label.typography_heading-s {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
        margin-bottom: 8px;
}
.typography_heading{
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
}
.transitioned__PoSHe {
    position: relative;
        margin: 8px 0;
}
.link_internal{
        margin: 4px 0 16px;
        font-size: 14px;
        font-weight: 600;
        color: #205cd4;
}
.link_internal a {
    color: #205cd4;
    
}
.link_internal a:hover, a.link_internal__uk9WZ:hover, .link_internal:hover{
    text-decoration: none;
}
textarea#review-text {
    padding: 8px 16px;
    border-radius: 4px;
}
textarea#review-text::placeholder {
    color: #1c1c1c;
}
a.link_internal__uk9WZ {
    margin: 10px 0 0;
    display: block;
    color: #205cd4;
    font-size: 14px;
    font-weight: 600;
}
.date-of-experience-row_labelWrapper__lcUWm span {
    display: inline-block;
}
.icon-text-input_iconContainer__PqXt8 {
    position: absolute;
    right: 0;
    top: 50%;
}
.form-row_row__DhgRV .text-input_textInput{
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #6a6a67;
}
.icon-text-input_iconContainer__PqXt8 {
    position: relative;
    right: -3px;
    top: -3em;
    background-color: #e3e4e4;
    float: right;
    width: 44px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #6a6a67;
}
h1.review-title {
    font-family: "Barlow", Sans-serif;
}
.conatcMain .lead_form {
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
        border: 1px solid #e5e5dd;
}
.conatcMain h2.gform_title {
    margin-bottom: 1rem;
}
.conatcMain .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 0px;
}