.review-page-message--info {
  line-height: 1.3;
}

.prices--table td, .prices--table th {
    padding: 0.3rem 1rem !important;
}
.prices--table td:nth-child(2) {
    text-align: right;
}

.prices--table td:nth-child(1) {
    text-align: left;
}

.prices--table .heading {
    font-weight: bold;
}

.prices--table .spacer {
    border-bottom: .1rem solid #e8e8e8;
    margin: 8px 0px;
}

.prices--table .bold-prices {
    font-size: larger;
    font-weight: bold;
}

.btn-i-understand {
    text-align: center;
    width: 512px;
}

@media screen and (max-width: 580px) {

    .btn-i-understand {
        width: 95%;
        margin: 0px 10px;
    }
}

a.chevron-right {
    font-size: 1.6rem;
}

.chevron-right::before {
    margin-right: 10px;
    content: "";
    width: 10px;
    height: 14px;
    display: inline-block;
    background: url(../img/arrow-green.svg);
    transform: rotate(0deg) translateY(2px);
}

.chevron-right.open::before {
    transform: rotate(90deg) translateX(2px);
}

.text-left {
    text-align: left;
}

/*Price Plan Landing Page Search Box styles*/

h2.mprn-search-header {
    font-family: "StRyde", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: #0075B0;
}

@media screen and (min-width: 1024px) {
    h2.mprn-search-header {
        font-size: 45px;
        line-height: 53px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .search-container {
        padding-left: 1.5rem;
    }
}

@media screen and (max-width: 576px) {
    .search-container {
        padding-top: 14px;
    }
}

.alert.alert-search-box {
    background-color: white;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px 0px #0000002E;
}

.alert-search-box.search-message {
    display: flex;
    height: 132px;
    align-content: center;
}

.form-group .alert-search-box label {
    font-size: 1.6rem;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.form-group .alert-search-box label .form-info {
    color: #098900;
    text-decoration: underline;
    padding-left: 0px;
}

.alert-search-box button.btn-secondary {
    margin: auto;
    width: 282px;
    text-align: center;
    box-shadow: 0px 1px 2.22px 0px #00000038;
    padding: 0 5.5rem 0 5.5rem;
    border: 1px solid #098900;
}

.alert-search-box button.btn-secondary:hover {
    background-color: #098900;
}

.alert-search-box button.btn-secondary:focus {
    background-color: #098900;
    color: white;
}

.alert-search-box button.btn-secondary:before {
    display: none;
}

.question-icon-green {
    background-color: #098900;
}

.question-icon-mask {
    mask-image: url(../img/icon-question-green.svg);
}

.masked-icon-base {
    display: inline-block;
    height: 2.4rem;
    width: 2.4rem;
    vertical-align: middle;
    transform: translateY(-1px);
    cursor: pointer;
}

.search-icon {
    display: inline-block;
    height: 2.1rem;
    width: 2.1rem;
    vertical-align: middle;
    transform: translateY(-1px);
    mask-image: url(../img/icon-search.svg);
    background-color: #098900;
    cursor: pointer;
    margin-right: 1rem;
}

.alert-search-box button.btn-secondary:hover .search-icon {
    background-color: white;
}

.alert-search-box button.btn-secondary:focus .search-icon {
    background-color: white;
}

.right-button-anchor {
    position: relative;
}

.right-hugging-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
}

.btn-close::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-close.svg);
    transform: scale(2);
}

.col.w-content {
    width: unset;
    max-width: max-content;
    flex-grow: 2; /* on screens below 370px helps */
}

.mobile-right {
    text-align: right;
}

@media screen and (min-width: 376px) {
    .mobile-right {
        text-align: unset;
    }
}

@media screen and (max-width: 375px) {
    .hide-on-mobile {
        display: none;
    }
}

a.search-link {
    color: #098900; 
    text-decoration: underline;
    font-family: Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0em;
    width: auto;
}

a.search-link.back-arrow {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

a.back-arrow:before {
    content: "";
    display: inline-block;
    background: url(../img/arrow-green.svg) no-repeat center;
    background-size: contain;
    height: 1.6rem;
    width: 1.5rem;
    -webkit-transform: rotate(-180deg) translateY(-3px);
    -moz-transform: rotate(-180deg) translateY(-3px);
    -ms-transform: rotate(-180deg) translateY(-3px);
    -o-transform: rotate(-180deg) translateY(-3px);
    transform: rotate(-180deg) translateY(-3px);
    margin-right: 0.5rem;
    margin-left: 0px;
}

.search-result-main{
    font-size: 1.6rem;
}

.m-link-header {
    margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
    .m-link-header {
        margin-bottom: 24px;
    }
}

.p-20{
    padding: 2rem !important;
}

@media screen and (max-width: 540px) {
    .filer-button-list {
        min-width: max-content;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .search-container div.form-group {
        margin-right: 0px;
    }
}

@media screen and (min-width: 993px) {
    .search-container div.form-group {
        margin-left: 0px;
    }
}

/*End of Price Plan Landing Page Search Box styles*/