
.contact-us-page {
    padding: 40px 0;
}

.contact-us-page .page-content-wrapper {
    /* display: grid;    
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
    max-width: 1080px;
    margin: 0 auto;
    min-height: 50vh;
    padding: 20px;
}

.contact-us-page .page-content-wrapper a {
    text-decoration: none;
}

.contact-us-page .page-content-wrapper a:hover {
    text-decoration: none;
}

.contact-us-page .page-content-wrapper .box-1 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

.contact-us-page .page-content-wrapper .box-2 {
    grid-row: span 5 / span 5;
    grid-column-start: 1;
    grid-row-start: 1;
}

.contact-us-page .page-content-wrapper .box-3 {
    grid-column-start: 2;
    grid-row-start: 3;
}

.contact-us-page .page-content-wrapper .box-4 {
    grid-column-start: 2;
    grid-row-start: 4;
}

.contact-us-page .page-content-wrapper .box-5 {
    grid-column-start: 2;
    grid-row-start: 5;
}

@media (max-width: 800px) {
    .contact-us-page .page-content-wrapper {
        display: flex;
        flex-direction: column;
    }

    .contact-us-page .info-box-c {
        width: 100%;
    }

    .contact-us-page .map-wrapper iframe {
        border-radius: 6px;
        height: 200px;
    }

    .contact-us-page .page-content-wrapper .box-1 {
        order: 5;
    }

    .contact-us-page .page-content-wrapper .box-2 {
        order: 1;
    }

    .contact-us-page .page-content-wrapper .box-3 {
        order: 2;
    }

    .contact-us-page .page-content-wrapper .box-4 {
        order: 3;
    }

    .contact-us-page .page-content-wrapper .box-5 {
        order: 4;
    }
}

.contact-us-page .map-wrapper {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-us-page .info-box-c {
    background: rgb(249, 249, 249);
    border-radius: 6px;
    /* margin-top: 20px; */
    padding: 20px 40px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.contact-us-page .info-box-c .review-btn-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 1050px) {
    .contact-us-page .info-box-c .review-btn-container {
        flex-direction: column;
    }
}

.contact-us-page .info-box-c .review-btn-container .review-btn {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1.8px solid black;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
}

@media (max-width: 1050px) {
    .contact-us-page .info-box-c .review-btn-container .review-btn {
        width: 100%;
    }
}

.contact-us-page .info-box-c .review-btn-container .review-btn.trustpilot-review {
    border-color: rgba(0, 183, 123, 1);
    background-color: rgba(0, 183, 123, 1);
    color: #fff;
}

.contact-us-page .info-box-c .review-btn-container .review-btn.google-review {
    border-color: rgba(192, 192, 192, 1);
    background-color: rgba(218, 218, 218, 1);
    color: #000;
}

.contact-us-page .info-box-c .review-btn-container .review-btn .icon-btn {
    height: 40px;
    min-width: 40px;
    width: 40px;
    padding: 10px;
    display: flex;
    background-color: #fff;
}

.contact-us-page .info-box-c .review-btn-container .review-btn .icon-btn img {
    width: 100%;
}

.contact-us-page .info-box-c .review-btn-container .review-btn .btn-label {
    flex: 1;
    margin-top: 0;
    text-align: center;
    padding: 0 8px;
}

.contact-us-page .info-box-c .info-title {
    font-size: 18px;
}

.contact-us-page .info-box-c p {
    margin-top: 10px;
}

.contact-us-page .info-box-c.box-3 .mt-d {
    margin-top: 10px;
}

.contact-us-page .info-box-c.box-3 p {
    margin-top: .4rem;
}

.contact-us-page .info-box-c button {
    margin-top: 10px;
}

.contact-us-page .info-box-c.box-4 a {
    color: var(--white);
    margin-top: 10px;
}

.contact-us-page .info-box-c .highlight {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}

.contact-us-page .info-box-c a {
    color: var(--black);
}

.contact-us-page .info-box-c a.colored {
    color: var(--primary);
    text-decoration: underline;
}

.contact-us-page .custom-select-c select:required:invalid {
    color: gray;
}

.contact-us-page .custom-select-c select option {
    color: black;
}

.contact-us-page .contact-us-container {
    background: rgb(249, 249, 249);
    border-radius: 6px;
    padding: 20px;
    width: 100%;
}

@media (min-width: 800px) {
    .contact-us-page .contact-us-container {
        padding: 40px 50px;
    }
}

.contact-us-page .contact-us-container .title {
    margin-bottom: 10px;
}

.contact-us-page .contact-us-container .sub-title {
    margin-bottom: 10px;
}

.contact-us-page .contact-us-container .contact-us-form-c {
    padding-top: 20px;
}

.contact-us-page .contact-us-container .contact-us-form-c .form-input-group {
    margin-bottom: 20px;
}

.contact-us-page .contact-us-container .contact-us-form-c .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: var(--black-opacity-6);
}

.contact-us-page .contact-us-container .contact-us-form-c .form-footer strong {
    color: var(--black);
}

.contact-us-page .contact-us-container .contact-us-form-c .row-c {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.contact-us-page .contact-us-container .contact-us-form-c .row-c .form-input-group {
    margin-bottom: 0;
}

.contact-us-page .contact-us-container .contact-us-form-c .row-c>div {
    flex: 1;
}

@media (max-width: 800px) {
    .contact-us-page .contact-us-container .contact-us-form-c .row-c {
        flex-direction: column;
    }

    .contact-us-page .contact-us-container .contact-us-form-c .row-c>div {
        flex: 1;
        width: 100%;
    }
}

.contact-us-page .contact-us-container .contact-us-form-c .message-input-group {
    padding-bottom: 25px;
}

@media (max-width: 800px) {
    .contact-us-page .contact-us-container .contact-us-form-c .message-input-group {
        padding-bottom: 30px;
    }
}

.contact-us-page .contact-us-container .contact-us-form-c .message-input-group .label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 7px;
    color: rgb(102, 102, 102);
}

.contact-us-page .error-message {
    color: var(--red);
    font-size: 12px;
    margin-top: 5px;
}

.contact-us-page .has-error {
    border-color: var(--red);
}

.contact-us-page .contact-us-container .contact-us-form-c .message-input-group #msg-input {
    height: 140px;
    resize: none;
}

.contact-us-page .contact-us-container .contact-us-form-c .submit-w button {
    width: 100%;
}
