.tqh-plan-page * {
    box-sizing: border-box;
    outline: none;
}

.tqh-plan-page #plan-search-form {
    display: flex;
    justify-content: flex-start;
}

.tqh-dashboard .search-form select,
.tqh-dashboard .search-form input,
.tqh-plan-page-filter table td select,
.tqh-plan-page-filter table td input {
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 18px 14px !important;
    width: 100% !important;
    height: auto !important;
    line-height: unset !important;
}

.tqh-plan-page,
section.plan-list-wrapper {
    width: 100%;
    max-width: unset;
}

/* Styles for the search form */
.tqh-plan-page-filter {
    width: 425px;
    margin: 20px 0;
}

.tqh-plan-page-filter > div {
    padding: 20px;
    border: 1px solid #767676;
    background: #FFF;
}

.tqh-plan-page-filter table {
    width: 100%;
    margin: 0 !important;
}

.tqh-plan-page-filter table td {
    padding: 0px 0px 20px 0px !important;
    width: 50% !important;
    min-width: 110px;
}

.tqh-dashboard .search-form table td {
    width: 100% !important;
}

.tqh-plan-page-filter table td:nth-child(1) {
    padding-right: 10px !important;
}

.tqh-plan-page-filter table td:nth-child(2) {
    padding-left: 10px !important;
}

.tqh-plan-page-filter table td[colspan="2"] {
    padding-right: 0px !important;
    position: relative;
}

h3.tqh-plan-page-filter-title {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

h3.tqh-plan-page-filter-title span {
    font-weight: 700;
}

.tqh-plan-page-filter table td label {
    display: block;
    font-size: 16px;
    color: #404040;
    margin-bottom: 5px;
}

.first-table {
    width: 100%;
    border-collapse: collapse;
}

.first-table td {
    padding: 10px;
    vertical-align: top;
}

.tqh-1-row {
    display: flex;
    gap: 10px;
}

.min,
.max {
    width: 110px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

/* Styles for the plans list */
.tqh-plan-page .plan-list-item-summary {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-right: 1px solid #474747;
    border-bottom: 1px solid #474747;
    border-left: 1px solid #474747;
    background: #FFF;
    margin-top: -7px;
}

.tqh-plan-page a.plan-list-item {
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
}

.tqh-plan-page a.plan-list-item img {
    width: 100%;
    height: auto !important;
    max-width: 100%;
}

.tqh-plan-page a.plan-list-item h3 {
    font-size: 24px;
    color: #000;
    padding: 10px;
    background: rgba(255, 255, 255, 0.60);
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-weight: bold;
}

.floor-plan-details,
.sizes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tqh-pop-img {
    border: 1px solid #474747;
    display: inline-block;
    font-size: 16px;
    padding: 13px 20px;
    color: #474747;
    margin-top: 15px;
    text-decoration: none;
}

.tqh-plan-floor {
    display: none;
    position: relative;
}

.tqh-show-pop {
    display: block;
}

.tqh-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* Pagination styles */
.pagination-wrapper {
    margin-top: 20px;
    text-align: center;
}

.pagination-wrapper a {
    margin: 0 5px;
    text-decoration: none;
    color: #0073aa;
}

.pagination-wrapper a:hover {
    text-decoration: underline;
}

.tqh-dashboard .search-form table .tqh-1-row input,
.tqh-plan-page-filter table td .tqh-1-row input {
    min-width: 40px;
    width: 50% !important;
}

.tqh-dashboard .search-form input[type="submit"],
.tqh-plan-page-filter input[type="submit"] {
    border: 1px solid #474747;
    font-size: 16px;
    color: #474747;
    cursor: pointer;
}

.tqh-dashboard .search-form .clear-all,
.tqh-plan-page-filter .clear-all {
    font-size: 16px;
    color: #474747;
    text-decoration: none;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
}

.tqh-dashboard .search-form .first-table div:last-child,
.tqh-plan-page-filter table tr:last-child td {
    padding-bottom: 0 !important;
}

.tqh-plan-page div.sort-by {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 23px;
}

.tqh-plan-page div.sort-by select {
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 15px;
    font-size: 16px;
    color: #767676;
    border-radius: 0;
}

.tqh-plan-page div.sort-by label {
    color: #404040;
    font-size: 16px;
    margin-right: 18px;
}

.tqh-plan-page .plans-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    padding-left: 28px;
}

.tqh-plan-page .plans-list-wrap .our-plans {
    flex-basis: calc(50% - 14px);
    background: #fff;
}

.tqh-plans-list-wrap .our-plans p {
    display: none;
}

.tqh-our-plans {
    max-width: 940px;
    margin: 0px 35px;
}

ul.floor-plan-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tqh-our-plans a {
    color: #474747;
}

.tqh-plans-list-wrap {
    max-width: 100% !important;
    flex-basis: calc(100% - 425px);
}

.tqh-plan-list-item-thumb {
    position: relative;
}

.tqh-plan-view-thumb img {
    width: 100%;
    height: auto;
}

.tqh-plan-list-item-title {
    position: absolute;
    left: 23px;
    bottom: 23px;
}

.tqh-plan-list-item-title h3 {
    color: rgba(255, 255, 255, 0.49);
    font-size: 96px;
    font-weight: 700;
    margin: 0px;
    line-height: 100px;
}

.tqh-our-plans ul li {
    font-size: 24px;
    font-weight: 300;
    color: #474747;
    line-height: 33px;
}

.tqh-our-plans ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tqh-plan-list-item-summary {
    margin-top: 26px;
}

.tqh-plan-view-thumb {
    position: relative;
}

.tqh-plan-view-thumb:before {
    content: '';
    width: 8px;
    height: 40%;
    position: absolute;
    right: -8px;
    bottom: 0;
    background: #474747;
}

.tqh-plan-view-thumb:after {
    content: '';
    height: 8px;
    width: 40%;
    position: absolute;
    right: -8px;
    bottom: -8px;
    background: #474747;
}

ul.floor-plan-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.tqh-livingroom:before,
.tqh-bed:before,
.tqh-car:before,
.tqh-bath:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    background-size: contain;
}

.tqh-livingroom:before {
    background-image: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Rooms.png);
}

.tqh-bed:before {
    background-image: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Bedroom.png);
}

.tqh-car:before {
    background-image: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Garage.png);
}

.tqh-bath:before {
    background-image: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Showers.png);
}

.tqh-plan-page .plan-list-item-summary ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    min-width: 146px;
}

.tqh-plan-page .plan-list-item-summary > a ul li {
    margin-bottom: 3px;
}

.select2-container {
    width: 100% !important;
}

.tqh-plan-floor.tqh-show-pop {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.tqh-plan-floor.tqh-show-pop img {
    max-width: 90%;
    max-height: 90%;
}

.tqh-plan-floor.tqh-show-pop span.tqh-close {
    width: 30px;
    height: 30px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/ico-close-w.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-basis: 100%;
}

.page-number,
.next-page,
.prev-page {
    border: 1px solid #474747;
    margin: 0 2px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-number.active {
    color: #fff;
    background: #474747;
}

.page-number:hover,
.next-page:hover {
    background-color: #f0f0f0;
}

.ellipsis {
    padding: 10px 15px;
    color: #333;
}

#facade-share-modal {
    display: none;
}

.facade-share-modal-bg {
    position: fixed;
    z-index: 2500;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.facade-share-modal-fg {
    position: fixed;
    z-index: 2600;
    left: 50%;
    top: calc(50vh - 250px);
    margin-left: -250px;
    width: 500px;
    padding: 30px 50px;
    background: #fff;
    border: solid 4px #333;
}

.facade-share-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/areidesigns/library/images/icon-close.png) 50% 50% no-repeat;
}

#facade-success-modal .facade-share-modal-fg {
    position: fixed;
}

.single-plans .inner-banner {
    display: none;
}

.plan-details-header {
    background: #222;
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}

.plan-details-header h1 {
    font-size: 4.25rem;
    font-weight: 600;
    color: #fff;
}

.plan-details-header p {
    font-size: 148%;
    color: #fff;
}

.plan-details-gallery {
    overflow: hidden;
}

.plan-right-col-inner {
    padding: 10px;
}

.plan-details-gallery-item img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.plan-details-gallery .process {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 35px;
    padding: 2% 1.5%;
    position: absolute;
    margin: auto;
    max-height: 435px;
    max-width: 640px;
    top: 0;
}

.plan-details-gallery .process ol {
    padding-left: 45px;
}

.plan-details-gallery .process ol li {
    color: #FFF;
    font-size: 2.75rem;
    font-weight: 100;
    margin-bottom: 40px;
}

.plan-details-floorplans {
    padding: 80px 0;
}

.plan-details-floorplans h1 {
    font-size: 2.6875rem;
    margin-bottom: 0;
}

.plan-details-floorplan-options {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: block;
}

.plan-details-floorplan-options li {
    display: inline-block;
    font-size: 150%;
    margin-right: 15px;
}

.plan-details-floorplan-options li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
}

.plan-details-floorplan-options li a:hover {
    background: #eee;
}

.plan-details-floorplan-options li.selected a {
    background: #000;
    color: #fff;
    font-weight: 600;
}

.plan-details-facades {
    padding: 50px 0 80px 0;
}

.plan-details-facades h1 {
    font-size: 2.6875rem;
    margin-bottom: 22px;
}

.plan-details-facades p {
    margin-bottom: 42px;
}

.pricing-sets-container {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 999;
    top: calc(100% + 8px);
    background: #fff;
}

.plan-price-sets {
    padding-left: 52px;
    position: relative;
}

.pricing-btn {
    cursor: pointer;
}

.pricing-sets-container a:hover,
.pricing-btn:hover {
    background-color: #eee !important;
    color: #474747 !important;
}

.pricing-sets-container a {
    display: block;
    margin-bottom: 8px;
}

.slick-prev:before,
.slick-next:before {
    color: transparent;
}

.slider-controls {
    display: flex;
    position: absolute;
    bottom: 15px;
    color: #fff;
    align-items: center;
    left: 120px;
}

.slider-controls > * {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto;
    bottom: auto;
    z-index: 3;
}

.slider-controls .tqh-plan-slick-next {
    right: auto !important;
    width: 12px !important;
    height: 12px !important;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/ico-caret-right-w.png) center center no-repeat;
    background-size: contain;
    border: none !important;
    transform: unset;
    cursor: pointer;
}

.slider-controls .tqh-plan-slick-prev {
    width: 12px !important;
    height: 12px !important;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/ico-caret-left-w.png) center center no-repeat;
    background-size: contain;
    border: none !important;
    left: auto !important;
    transform: unset;
    cursor: pointer;
    color: transparent;
}

.slider-controls .tqh-plan-slick-next:hover {
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/ico-caret-right-w.png) center center no-repeat;
}

.slider-controls .tqh-plan-slick-prev:hover {
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/ico-caret-left-w.png) center center no-repeat;
}

.slider-controls .slide-m-dots .slick-dots {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-controls .slide-m-dots .slick-dots li {
    width: auto;
    height: auto;
}

.slider-controls .slide-m-dots .slick-dots button {
    width: 17px;
    height: 17px;
    padding: 0;
}

.slider-controls .slide-m-dots .slick-dots .slick-active {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1px;
}

.slider-controls .slide-m-dots .slick-dots button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.slider-controls .slide-m-dots .slick-dots button:before {
    display: none;
}

.tqh-plan-details-img-cover {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.tqh-plan-details-cover.tqh-hide-bg {
    padding: 0;
    position: relative;
    background: transparent;
}

.tqh-plan-details-cover.tqh-hide-bg ul {
    padding: 0;
}

.tqh-plan-details-cover.tqh-hide-bg .center.wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 0px 120px;
}

.tqh-plan-details-cover.tqh-hide-bg .center.wrap h1 {
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 48px;
}

.tqh-plan-details-cover {
    max-width: 100% !important;
    padding: 0 !important;
}

.tqh-floor-plans {
    width: 100%;
    max-width: 100%;
}

.tqh-floor-plans-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

a.tqh-floor-plan-link {
    display: block;
    border: 1px solid #000;
    padding: 5px 15px;
    text-decoration: none;
}

a.tqh-floor-plan-link.tqh-floor-plan-link-active {
    background: #000;
    color: #fff;
}

.tqh-plan-details-content {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: unset;
    justify-content: center;
    background: #ffff;
    padding: 15px;
    box-sizing: border-box;
}

.tqh-plan-details-content .col-image {
    flex-grow: 1;
}

.tqh-plan-details-content .text-content {
    min-width: 400px;
}

.tqh-plan-details-content .text-content div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-weight: 700;
}

.tqh-plan-details-content .text-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(50% - 10px);
}

.tqh-plan-details-content .text-content ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    height: 36px;
}

.tqh-plan-details-content .plan-room:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Rooms.png) center center no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.tqh-plan-details-content .plan-bed:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Bedroom.png) center center no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.tqh-plan-details-content .plan-car:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Garage.png) center center no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.tqh-plan-details-content .plan-bath:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/Showers.png) center center no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.tqh-plan-details-content .plan-length:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/icon-length.png) center center no-repeat;
    background-size: contain;
    margin-right: 6px;
}

.tqh-plan-details-content .plan-width:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/icon-width.png) center center no-repeat;
    background-size: contain;
    margin-right: 6px;
}

/* Styles for the lead form */
.arei-lead-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.arei-lead-form h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.arei-lead-form input[type="text"],
.arei-lead-form input[type="email"],
.arei-lead-form input[type="tel"],
.arei-lead-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.arei-lead-form textarea {
    resize: vertical;
    min-height: 100px;
}

.arei-lead-form input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.arei-lead-form input[type="submit"]:hover {
    background-color: #005f8a;
}

.arei-lead-form .form-group {
    margin-bottom: 15px;
}

.arei-lead-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}

.arei-lead-form button{
    border: none;
    background: #000;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    width: 100%;
}

.tqh-facades {
    max-width: 100%;
}

.tqh-facades-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.tqh-facade {
    flex-basis: calc(100%/3 - 15px);
    cursor: pointer;
}

.tqh-facade img{
    width: 100%;
}

.tqh-facade-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.tqh-facade-large-img-container {
    position: relative;
}

.tqh-facade-large-img {
    width: 100%;
    height: auto;
}

.tqh-facade-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.tqh-facade-img-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.tqh-facade-download-btn {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px 0;
    transition: bottom 0.3s ease;
    text-decoration: none;
    outline: none;
}
.tqh-facade-img-wrapper:hover .tqh-facade-download-btn {
    bottom: 0;
}

.tqh-facade-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    color: white;
    text-align: center;
    padding: 10px 0;
}

.tqh-form-leads .error,
.tqh-form-leads .success{
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%;
}

.tqh-form-leads .error{
    color: red;
}
.tqh-form-leads .success {
    color: green;
}

.tqh-form-leads #form-message{
    width: 100%;
    text-align: center;
}

.tqh-form-leads #form-message p{
    width: 100%;
    border: 1px dashed #ccc;
    padding: 10px;
    margin: 0;
}

.tqh-1-row-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tqh-plan-page-filter table td .tqh-1-row-checkbox input{
    width: 20px !important;
    height: 20px !important;
}

.tqh-1-row-checkbox label{
    margin: 0 0 0 10px !important;
}

.tqh-plan-details-content-text{
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

li.plan-north-facing:before {
    content: '';
    display: block;
    width: 36px;
    height: 25px;
    background: url(https://www.areidesigns.com.au/wp-content/themes/tqharei-new/assets/ico-nfc.png) center center no-repeat;
    background-size: contain;
    margin-right: 3px;
}

@media(max-width: 1400px) {
    .tqh-plan-page-filter {
        width: 350px;
    }
    .tqh-plans-list-wrap {
        flex-basis: calc(100% - 350px);
    }
}

@media(max-width: 1300px) {
    .tqh-plan-page .plans-list-wrap .our-plans {
        flex-basis: 100%;
        width: 100%;
    }
    .tqh-plan-details-content .text-content {
        min-width: 300px;
    }
}

@media(max-width: 1200px) {
    .plan-details-gallery .process ol li {
        font-size: 1.5rem;
    }
}
@media(max-width: 1024px) {
    .tqh-plan-details-content {
        flex-wrap: wrap;
    }
    .tqh-plan-details-content .text-content {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .tqh-plan-details-content .text-content div {
        justify-content: center;
    }

    .tqh-plan-details-content .text-content ul {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
    }    
}

@media(max-width: 999px) {
    .plan-price-sets {
        padding-left: 0;
        position: relative;
        margin-bottom: 15px;
    }
}

@media(max-width: 991px) {
    .plan-details-gallery .process ol li {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
}

@media(max-width: 800px) {
    .tqh-plan-page #plan-search-form {
        flex-wrap: wrap;
    }
    .tqh-plans-list-wrap,
    .tqh-plan-page-filter {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .tqh-plan-page .plans-list-wrap {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .plan-details-gallery .process {
        height: 200px;
        padding: 15px 30px;
    }
    .plan-details-gallery .process ol li {
        font-size: 1.3rem !important;
        margin-bottom: 20px;
    }
    .plan-details-wrapper {
        padding: 0;
    }
    .tqh-facade{
        flex-basis: 100%;
    }
}

@media(max-width: 580px) {
    .plan-details-gallery-item {
        width: 100%;
        float: none;
    }
    .plan-details-gallery-item img {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media(max-width: 480px) {
    .plan-details-gallery .process {
        height: 150px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 5px 30px;
    }
    .plan-details-gallery .process ol li {
        font-size: 1.2rem !important;
        margin-bottom: 10px;
    }

    .arei-lead-form {
        padding: 15px;
    }

    .arei-lead-form h2 {
        font-size: 20px;
    }

    .arei-lead-form input[type="text"],
    .arei-lead-form input[type="email"],
    .arei-lead-form input[type="tel"],
    .arei-lead-form textarea {
        font-size: 14px;
    }

    .arei-lead-form input[type="submit"] {
        font-size: 14px;
        padding: 8px 16px;
    }

    .tqh-facade-download-btn{
        bottom: 0 !important;
    }
}

@media(max-width: 400px) {
    .tqh-plan-page .plan-list-item-summary {
        padding: 5px;
    }
}

@media(max-width: 360px) {
    .tqh-plan-page .plan-list-item-summary {
        flex-wrap: wrap;
        gap: 10px;
    }
    .tqh-plan-page .plan-list-item-summary > * {
        flex-basis: 100%;
        width: 100%;
    }
}