/*
Theme Name: RentalProperties
Author: the RentalProperties team
Description: RentalProperties brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: RentalProperties
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('assets/css/bootstrap.min.css'); @import url('assets/css/fonts.css'); p, ul li, ol li {
    color: #000;
}

* {
    font-family: "Geologica";
    --e-global-typography-primary-font-family: "Geologica" !important;
    --e-global-typography-text-font-family: "Geologica" !important;
}

.h1, h1 {
    font-size: calc(26px + (36 - 26) * ((100vw - 300px) / (1600 - 300)));
    font-family: "Averta W03 ExtraBold",Arial,sans-serif;
    letter-spacing: -.4px;
    color: #06275f
}

.h2, h2 {
    font-family: "Averta W03 Bold",Arial,sans-serif;
    font-size: calc(16px + (25 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: 30px;
    letter-spacing: -.3px;
    color: #06275f
}

.h3, h3 {
    font-size: 20px;
    font-family: "Averta W03 ExtraBold",Arial,sans-serif;
    letter-spacing: -.3px;
    color: #06275f
}

.h4, h4 {
    font-size: 18px;
    font-family: "Averta W03 Bold",Arial,sans-serif;
    letter-spacing: -.3px;
    color: #06275f
}

.h5, h5 {
    font-size: 14px;
    font-family: "Averta W03 Regular",Arial,sans-serif;
    letter-spacing: -.3px;
    color: #06275f
}

body.page-id-166 ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

body.page-id-166 ol>li {
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
    padding-bottom: 15px;
}

body.page-id-166 ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.container-fluid {
    max-width: 1440px;
}

.display-inline-block {
    display: inline-block;
}

.hd-btn.primary {
    background: #041654;
    color: #fff;
    -webkit-appearance: none;
}

.btn-primary {
    color: #fff;
    background-color: #041654;
    border-color: #041654;
}

.btn-primary:hover {
    background-color: #06275f;
    border-color: #06275f;
}

.btn-info {
    color: #fff;
    background-color: #939393;
    border-color: #939393;
}

.hd-btn {
    padding: 15px 38px;
    font-family: "Averta W03 Bold",Arial,sans-serif;
    height: 60px;
    border: none;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

a.hd-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

small#emailHelp a {
    font-size: 100%;
}

.red {
    color: #FF0000;
}

.highlight-cta {
    margin-left: auto;
    margin-right: auto;
}

.highlights-list > div {
    flex: 0 0 20%;
    max-width: 20%;
}

.vertically-centered {
    margin-top: auto;
    margin-bottom: auto;
}

.hd-form-control {
    width: 100%;
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #06275f;
    font-size: 18px;
    height: 60px;
    outline-width: 0;
}

.highlight-title {
    margin-top: 60px ;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.highlight_slogan span {
    font-size: calc(18px + (27 - 18) * ((100vw - 300px) / (1600 - 300)));
    font-family: "Averta W03 ExtraBold",Arial,sans-serif;
    border-bottom: 1px solid #041654;
}

.highlight_slogan {
    color: #041654;
}

.select2-container {
    width: 100% !important;
    height: 70px !important;
}

.select2-container .select2-selection--single {
    height: 66px !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px !important;
    right: 10px !important;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-top: 1px solid #ced4da !important;
}

select#input_10_33 {
    width: auto !important;
    -webkit-appearance: none;
}

/* Header */
#sticky-header {
    background: #041654;
}

.header-container {
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*.header-bar {
	width: 100%;
	background: #f7f7f7;
	position: absolute;
	display: initial;
	height: 6px;
}
*/
.contact-items {
    margin-top: 4.5rem;
}

.contact-item {
    position: relative;
    margin-left: 50px;
    display: inline-block;
}

.contact-item .icon {
    position: absolute;
    top: 3px;
    left: -30px;
    color: #fff;
    font-size: 24px;
}

.contact-item .info {
    font-family: "Averta W03 Bold",Arial,sans-serif;
    font-size: 20px;
    color: #fff;
    display: inline;
}

.contact-item.mail {
    margin-left: 4rem;
    display: inline-block;
    position: relative;
}

#header-get-a-quote-desktop {
    background: #fff;
    color: #041654;
}

.get-a-quote-button {
    margin-top: auto;
    width: 220px;
    margin-top: 20px;
    padding: 10px;
    font-family: "Averta W03 Bold",Arial,sans-serif;
    height: 60px;
    border: none;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    outline: none;
}

.selectize-control.single .selectize-input {
    display: flex !important;
    background: transparent !important;
    border: 1px solid #ced4da !important;
    top: -2px !important;
    height: 65px !important;
    padding: 18px !important;
}

/* Blog List */
.cat-blog-hero {
    height: 70vh;
    position: relative;
}

.blog-list .blog-item {
    margin-bottom: 40px;
}

.blog-list .blog-item .blog-item-thumb {
    height: 250px;
    margin-bottom: 30px;
    filter: grayscale(1);
    transition: 0.5s ease;
}

.blog-list .blog-item:hover .blog-item-thumb {
    filter: none;
}

.blog-list .blog-item .blog-item-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-list .blog-item .blog-item-content h3 a {
    font-size: 25px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.blog-list .blog-item .blog-item-content p {
    font-size: 20px;
    line-height: 30px;
}

.blog-list .blog-item .blog-item-content a.blog-item-more {
    background: #c3c3c3;
    color: #000;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

/* Blog Single */
.single-blog-hero {
    height: 70vh;
    position: relative;
}

.single-blog-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

.single-blog-hero .single-blog-hero-content {
    position: absolute;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.single-blog-hero .single-blog-hero-content .single-blog-title {
    font-size: 54px;
    line-height: 65px;
    color: #fff;
    font-weight: bold;
}

.single-blog-hero .single-blog-hero-content .single-blog-date {
    font-size: 20px;
    line-height: 30px;
    color: #d8d8d8;
    padding-top: 50px;
}

.single-blog-content {
    max-width: 996px;
    margin: 50px auto;
}

.single-blog-content p, .single-blog-content ol li, .single-blog-content ul li {
    font-size: 20px;
    line-height: 30px;
}

.single-blog-content iframe {
    width: 100%;
    height: 420px;
    margin-bottom: 15px;
}

.single-blog-content img {
    width: 100%;
}

/* Hero Background */
.hero-background {
    background-image: url('assets/images/hero.png');
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 20px;
    min-height: 85vh;
}

.hero-title {
    font-size: calc(26px + (45 - 26) * ((100vw - 300px) / (1600 - 300)));
    line-height: 60px;
    color: #4a4a4a;
    text-align: left;
    margin-top: 62px;
}

.address-search {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.25);
    padding: 20px;
    margin-top: 80px;
}

.address-search h3 {
    color: #4a4a4a;
}

.address-search .help-tip {
    color: #999;
    padding-top: 5px;
}

.address-search .hd-btn {
    width: 100%;
    color: white!important;
    display: block;
    text-align: center;
}

.address-search.address-search-style-2 {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}

.highlight {
    text-align: center;
    margin-top: 65px;
}

.section-title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 26px;
    color: #041654;
}

.section-text {
    margin-top: 10px;
    font-weight: 400;
    font-family: "Averta W03 Regular",Arial,sans-serif;
    color: #58585b;
}

.cover-cards {
    margin-top: 40px;
}

.cover-cards .cover-card {
    margin-top: 10px;
    height: 280px;
    background-color: #06275f;
    border-radius: 8px;
    position: relative;
}

.cover-cards .cover-card .cover-icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.cover-cards .cover-card .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    margin-bottom: 20px;
}

.cover-cards .cover-card .text .cover-title {
    color: #fff;
    display: inline-block;
    width: 90%;
    font-size: 22px;
}

.cover-cards .cover-card .text .detail {
    color: #fff;
}

.cover-cards .cover-card .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 5px solid transparent;
    border-radius: 0 0 8px 8px;
}

.cover-cards .cover-card .right-line {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 5px solid transparent;
    border-radius: 0 8px 8px 0;
    border-color: #041654;
}

.title.extra-space {
    margin-top: 60px;
}

.subtitle {
    margin-top: 30px;
}

h2.subtitle.highlight-subtitle:before {
    content: '';
    position: relative;
    max-width: 1024px;
    height: 1px;
    background: #cccccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

h2.subtitle.highlight-subtitle:after {
    content: '';
    position: relative;
    max-width: 1024px;
    height: 1px;
    background: #cccccc;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.steps {
    margin-top: 100px;
    margin-bottom: 100px;
}

.steps .step-item {
    padding: 0;
    position: relative;
    flex: 0 0 16%;
    max-width: 18%;
}

.steps .circle-with-number {
    border-radius: 50%;
    width: 73px;
    height: 73px;
    padding: 16px;
    font-size: 45px;
    border: 4px solid #222;
    text-align: center;
    font-family: "Averta W03 ExtraBold",Arial,sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.steps .step-text {
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
    font-size: 24px;
    padding: 0 10px;
    font-weight: 700;
}

.steps .line {
    background: #222;
    height: 4px;
    position: absolute;
    right: -32%;
    top: 25px;
    width: 65%;
    margin: 8px auto;
}

.steps .step-item:last-child .line {
    display: none;
}

/* footer */
.footer-wrapper {
    padding-bottom: 1rem;
    background: #041654;
}

.footer-wrapper .logo-image {
    text-align: center;
    width: 100%;
    padding-top: 25%;
}

.item-footer {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    margin-top: 40px;
    padding-left: 0;
}

.item-footer .icon {
    position: absolute;
    top: 5px;
    left: -30px;
    color: #fff;
    font-size: 20px;
}

.item-footer .details .info {
    font-family: "Averta W03 Bold",Arial,sans-serif;
    font-size: 20px;
    color: #fff;
}

.footer-link-item.top, .footer-link-item.middle {
    margin-top: 40px;
    margin-left: 0;
}

.footer-link-item a {
    color: #fff;
}

.payment-logos {
    margin-top: 40px;
    padding: 0 20px;
}

.payment-logos .payment-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
}

.footer-bottom {
    background: #fff;
    text-align: center;
    margin-top: 3px;
    border-top: 1pt solid #999;
}

.footer-bottom .small-print {
    font-size: 15px;
    margin-top: 20px;
}

.social-media-font {
    font-size: 14px;
    color: #fff;
}

.social-links .item-footer {
    margin: 5px 30px;
}

.social-links {
    padding-top: 40px;
}

/* Insurance Form */
.insurance-form {
    padding: 50px;
}

.insurance-form h1 {
    text-align: center;
}

#map-search-container {
    height: 660px;
}

.map-wrapper {
    position: relative;
}

.map-form-container {
    position: absolute;
    top: 5vw;
    z-index: 999;
    right: 55px;
    max-width: 470px;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.25);
    border-radius: 8px;
}

.map-form-title {
    text-align: center;
    background: #041654;
    color: #fff;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.map-form-container .form-group {
    padding: 40px;
}

.map-form-container .algolia-places {
    margin-bottom: 20px;
}

p.commands button {
    padding: 12px 50px;
}

fieldset.find-your-home {
    margin: 50px 0px;
}

fieldset.find-your-home .box-section {
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    padding: 4vw;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 20px;
}

fieldset.find-your-home h2.box-title {
    text-align: center;
}

fieldset.find-your-home .facts {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 2px solid #f7f7f7;
    margin-bottom: 0;
    max-width: 750px;
    margin: 0 auto;
    padding-left: 3%;
    display: flex;
}

fieldset.find-your-home .facts i {
    padding-right: 20px;
    color: #ff7a00;
    font-size: 25px;
    vertical-align: middle;
}

fieldset.checkout .cover-section {
    background: #f7f7f7;
    border-top: 4px solid #d8d8d8;
    padding: 2.5rem 20px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

fieldset.checkout .cover-section .price-header {
    color: #3894f8;
}

fieldset.checkout .box-price {
    background: #f7f7f7;
    border-top: 4px solid #d8d8d8;
    padding: 25px 15px 10px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

fieldset.checkout .box-discount-price {
    background: #f7f7f7;
    border-top: 4px solid #d8d8d8;
    padding: 25px 15px 20px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

fieldset.checkout .box-total-price {
    background: #000000;
    padding: 25px 15px 50px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

fieldset.checkout .box-total-price > div {
    color: #fff;
}

fieldset.checkout .box-total-price > div:last-child {
    font-weight: bold;
}

.home-view, .construct-view {
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    padding: 10px 30px 50px;
    height: 100%;
}

.home-results, .construct-results {
    padding-top: 20px;
}

.home-results > div, .construct-results > div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f7f7f7;
}

.home-results div div:nth-child(even), .construct-results div div:nth-child(even) {
    font-weight: bold;
}

fieldset.checkout-complete .total-cost {
    border-top: 4px solid #3894f8;
    padding-top: 15px;
}

fieldset.checkout-complete .total-cost > div {
    color: #3894f8;
    font-weight: 800;
}

fieldset.checkout-complete .discount {
    background: #f7f7f7;
    border-top: 4px solid #d8d8d8;
    padding: .5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.wrap {
    max-width: 980px;
    margin: 10px auto 0;
}

#steps {
    margin: 80px 0 0 0
}

.commands {
    overflow: hidden;
    margin-top: 30px;
}

.prev {
    float: left
}

.next, .submit {
    float: right
}

.error {
    color: #b33;
}

#progress {
    position: relative;
    height: 5px;
    background-color: #eee;
    margin-bottom: 20px;
}

#progress-complete {
    border: 0;
    position: absolute;
    height: 5px;
    min-width: 10px;
    background-color: #337ab7;
    transition: width .2s ease-in-out;
}

/* .payment-complete {
    margin-top: 35px;
}

.payment-complete .payment-heading {
    color: #041654;
    font-size: 23px;
    margin: 20px 0px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

.payment-complete label {
    display: block;
    font-weight: 700;
}

.payment-complete label span.required {
    color: #790000;
}

.payment-complete input, .payment-complete select {
    padding: 20px 10px;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
} */
.coupon-info, .coupon-info b {
    font-size: 12px;
    font-style: italic;
}

/*form#wpforms-form-337 {
    max-width: 530px;
    margin: 0 auto;
}*/
form#wpforms-form-337 label {
    text-align: left;
}

form#wpforms-form-337 .wpforms-submit-container button {
    width: 100%;
    background: #041654;
    color: #fff;
}

div.wpforms-container-full #wpforms-form-337.wpforms-form input, div.wpforms-container-full #wpforms-form-337.wpforms-form textarea {
    width: 100% !important;
    border: 1px solid #ececec !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

div.wpforms-container-full #wpforms-form-337.wpforms-form input[type="checkbox"] {
    width: auto !important;
}

.woocommerce button.button[name="apply_coupon"] {
    color: #fff;
    background-color: #041654;
    border-color: #041654;
    padding: 24px 60px;
    border: none;
    border-radius: 5px;
    margin-top: 34px;
}

section.woocommerce-bacs-bank-details {
    display: none;
}

.cart-collaterals h2, .cart-collaterals table {
    display: none;
}

.cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
}

.cart-collaterals .wc-proceed-to-checkout a {
    color: #fff;
    background-color: #041654;
    border-color: #041654;
    padding: 20px 30px;
    border: none;
    border-radius: 5px;
    margin-top: 34px;
    text-decoration: none;
}

.woocommerce-notices-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0px 50px;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout #payment {
    background: transparent !important;
}

.woocommerce-checkout #payment ul.payment_methods li input, .woocommerce form .form-row .input-checkbox {
    width: auto;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
}

.woocommerce-checkout #payment div.payment_box {
    background: #f7f7f7 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: none !important;
    padding: 0px !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f7f7f7 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.woocommerce-form__label-for-privacy-policy.privacy-policy, .woocommerce-form__label-for-newsletter.newsletter, span.woocommerce-terms-and-conditions-checkbox-text {
    font-weight: 100;
    font-size: .875em;
    line-height: 0 !important;
}

.woocommerce-privacy-policy-text {
    width: 100%;
    border-top: 3px solid #ffaaaa;
    background: #ffffff;
    padding: 20px;
}

.woocommerce-privacy-policy-text p, .woocommerce-privacy-policy-text p b {
    font-size: 13px;
    font-style: italic;
}

#load-wrapper, .woocommerce-billing-fields, .optional, .woocommerce ul.order_details:last-child {
    display: none;
}

body.woocommerce-checkout .woocommerce button.button.alt {
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.woocommerce table.shop_table {
    border: none !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: none !important;
    display: block;
    padding: 0px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    max-width: 1247px;
    margin: 0 auto;
}

.woocommerce-thankyou {
    max-width: 1247px;
    margin: 50px auto;
    padding: 20px;
}

.woocommerce-thankyou span.woocommerce-Price-amount.amount, .woocommerce-thankyou span.woocommerce-Price-amount.amount span {
    font-size: initial !important;
}

span.woocommerce-Price-amount.amount, span.woocommerce-Price-amount.amount span {
    font-size: 40px !important;
    font-weight: 800;
    color: #b94c4c;
    letter-spacing: 0.5px;
}

.woocommerce-terms-and-conditions-wrapper {
    width: 100%;
}

p#step3commands {
    position: relative;
    bottom: 80px;
}

.call-header .phone-gif:before {
    content: '';
    background: url('assets/images/icons/phone-desk.gif');
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-item.btn a {
    background: #041755;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}

.contact-item.btn a:hover {
    background: #000;
}

.contact-item.btn a:before, #push-insubtn span span:before {
    content: '';
    background-image: url(assets/images/icons/clock-icon.png);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}

input.form-control {
    padding: 20px 10px;
    height: 100%;
    max-height: 50px;
}

select.form-control {
    height: 100%;
    max-height: 50px;
    padding: 13px 10px;
    -webkit-appearance: none;
}

fieldset.checkout .box-price #total {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #041654;
    float: right;
}

.gform_wrapper textarea.medium {
    padding: 20px 10px !important;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.gform_wrapper .top_label span.ginput_total, .gform_wrapper span.ginput_product_price {
    font-size: 32px;
    font-weight: bold;
}

span.ginput_product_price_label {
    display: none;
}

.page-id-109 .container-fluid:nth-child(3) {
    padding: 5vw 20vw;
    text-align: center;
}

.page-id-109 .container-fluid:nth-child(3) h2 {
    font-size: 33px;
    padding-bottom: 20px;
}

body.page-template-default .main-content {
    padding: 5vw 15vw;
}

body.page-template-default .main-content h1 {
    max-width: 710px;
    text-align: center;
    margin: 0 auto;
}

table {
    width: 100%;
    margin-top: 20px;
}

table tr td {
    border: 1px solid #000;
    padding: 10px;
}

.radio {
    margin: 10px 0;
    display: block;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.radio input + span:not(:empty) {
    padding-left: 30px;
    padding-right: 10px;
}

.radio input + span:before, .radio input + span:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.radio input + span:before {
    transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    border: 1px solid #c3c3c3;
}

.radio input + span:after {
    background: #041654;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio input:checked + span:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background: #fff;
    border: 1px solid #c3c3c3;
}

.radio input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.range-slider {
    position: relative;
    top: -15px;
}

.box-minmax {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-top: -20px;
}

.rs-range {
    margin-top: 20px;
    width: 100%;
    -webkit-appearance: none;
    background: #041654;
    height: 10px;
    border-radius: 10px;
}

.rs-range:focus {
    outline: none;
}

.rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    border: 0px solid #010101;
}

.rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    border: 0px solid #010101;
}

.rs-range::-webkit-slider-thumb {
    box-shadow: none;
    height: 30px;
    width: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -15px;
    border-radius: 50%;
    border: 2px solid #041654;
}

.rs-range::-moz-range-thumb {
    box-shadow: none;
    height: 30px;
    width: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -15px;
    border-radius: 50%;
    border: 2px solid #041654;
}

.rs-range::-moz-focus-outer {
    border: 0;
}

.rs-label {
    position: relative;
    transform-origin: center center;
    display: inline-block;
    text-align: center;
    /*left: attr(value);*/
    margin: 0 auto;
}

.rs-label::after {
    content: ")";
    display: inline-block;
    padding-left: 5px;
}

/* Accordions */
#accordion .panel-title::after {
    content: "";
    top: 15px;
    right: 20px;
    position: absolute;
    background-color: #000;
    -webkit-mask-image: url(assets/images/down-arrow.svg);
    mask-image: url(assets/images/down-arrow.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    width: 20px;
    height: 20px;
}

#accordion .panel-title[aria-expanded="true"]::after {
    content: "";
    transform: rotate(-180deg);
}

#accordion .card-header {
    background: transparent;
    border-bottom: none;
}

#accordion .card {
    margin-bottom: 10px;
}

#accordion .card-header h5 > a {
    color: #041654;
    font-size: 18px;
}

#accordion .card-header h5 > a:hover {
    text-decoration: none;
}

.table-bordered td:nth-child(odd) {
    color: #041654;
}

#step1Next {
    display: none;
    background: #041654;
    border-color: #041654;
    margin-top: 20px;
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum {
    color: #041654;
    font-weight: 700;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 15px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #041654;
    top: 23px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #ff7a00;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    /* opacity: 0; */
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/*END Form Wizard*/
/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 44px 0;
    }
}

@-moz-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 36px 0;
    }
}

/* Bar which is placed behind the progress */
.ui-progress-bar {
    /* Usual setup stuff */
    position: relative;
    height: 25px;
    /* Pad right so we don't cover the borders when fully progressed */
    padding-right: 2px;
    /* For browser that don't support gradients, we'll set a blanket background colour */
    background-color: #f7f7f7;
    /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
    /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    /* Background gradient */
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7 0%, #f7f7f7 100%);
    background: -moz-linear-gradient(#f7f7f7 0%, #f7f7f7 100%);
    background: -o-linear-gradient(#f7f7f7 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(#f7f7f7 0%, #f7f7f7 100%);
    background: linear-gradient(#f7f7f7 0%, #f7f7f7 100%);
}

.ui-progress-bar.transition .ui-progress {
    -moz-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
    -webkit-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
    -o-transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
    transition: background-color 0.5s ease-in, border-color 1.5s ease-out, box-shadow 1.5s ease-out;
}

.ui-progress-bar .ui-progress {
    /* Usual setup stuff */
    position: relative;
    display: block;
    overflow: hidden;
    /* Height should be 2px less than .ui-progress-bar so as to not cover borders and give it a look of being inset */
    height: 23px;
    /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
    /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress-bar */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    /* Set the background size so the stripes work correctly */
    -webkit-background-size: 44px 44px;
    -moz-background-size: 36px 36px;
    /* Webkit */
    /* For browser that don't support gradients, we'll set a base background colour */
    background-color: #041654;
    /* Webkit background stripes and gradient */
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
    /* Mozilla (Firefox etc) background stripes */
    /* Note: Mozilla's support for gradients is more true to the original design, allowing gradients at 30 degrees, as apposed to 45 degress in webkit. */
    background: -moz-repeating-linear-gradient(top left -30deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17) 15px, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0) 30px), -moz-linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #74d04c;
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
    /* Give it a higher contrast outline */
    border: 1px solid #041654;
    /* Animate */
    -moz-animation: animate-stripes 2s linear infinite;
    -webkit-animation: animate-stripes 2s linear infinite;
    -o-animation: animate-stripes 2s linear infinite;
    -ms-animation: animate-stripes 2s linear infinite;
    -khtml-animation: animate-stripes 2s linear infinite;
    animation: animate-stripes 2s linear infinite;
    /* Style status label */
}

.ui-progress-bar .ui-progress span.ui-label {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    position: absolute;
    right: 0;
    padding-right: 12px;
    color: #fff;
    text-shadow: rgba(255, 255, 255, 0.45) 0 1px 0px;
    white-space: nowrap;
    line-height: 20px;
}

.ui-progress-bar .ui-progress span.ui-label b {
    font-weight: bold;
    color: #fff;
}

/* vertical tabs */
body.single-product {
    overflow-x: hidden;
}

body.single-product .vertical-tabs {
    padding: 50px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 50px;
    margin-bottom: 50px;
}

body.single-product .vertical-tabs-grid {
    background: #fff;
    max-width: 1360px;
    margin: 0 auto;
    padding: 50px 25px;
}

body.single-product .blue-box .vertical-tabs {
    background: #041654;
}

body.single-product .grey-box .vertical-tabs {
    background: #fff;
    padding: 0;
}

body.single-product .grey-box .vertical-tabs .vertical-tabs-grid {
    background: #efefef;
}

.vertical-tabs {
    padding: 50px;
}

.white-box .vertical-tabs {
    background: #fff;
}

.grey-box .vertical-tabs {
    background: #f7f7f7;
}

.vertical-tabs-grid {
    list-style: none;
    margin-left: -40px;
}

.vertical-tabs .tab {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.tab-col-1-of-3 {
    width: 33.33333%;
}

.tab-col-2-of-3 {
    width: 66.66666%;
}

.vertical-tabs .tab-menu div {
    padding: 15px 20px 15px 20px;
    margin-bottom: 10px;
    color: #041654;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.vertical-tabs .tab-menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vertical-tabs .tab-menu div span.tab-light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.vertical-tabs .tab-menu div.tab-active span.tab-light {
    background-color: #041654;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.vertical-tabs .tab-menu div.tab-active {
    color: #fff;
    padding: 15px 25px 15px 25px;
    background: #041654;
}

.vertical-tabs .tab-menu div.tab-active:after, .vertical-tabs .tab-menu div.tab-active:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vertical-tabs .tab-menu div.tab-active:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #041654;
    border-width: 10px;
    margin-top: -10px;
}

ul.tab-content {
    position: relative;
    height: 295px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 50px;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.tab-content li.item {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.tab-content li.tab-active {
    transition-delay: .3s;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

ul.tab-content li.item p, ul.tab-content li.item p b, ul.tab-content li.item ul li {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

ul.tab-content li div ul li {
    list-style-type: disc;
}

ul.tab-content li div ul {
    margin-top: 20px;
}

.sp-easy-accordion ul {
    padding-left: 20px;
}

.brands-logos {
    padding: 50px 0px 30px;
}

.brands-logos .slick-list {
    margin-left: 100px;
}

.brands-logos div img {
    filter: grayscale(100%);
}

.brands-logos div img:hover {
    filter: grayscale(0%);
    transition: 1s;
}

/* contact */
li#field_9_5 {
    width: 100%;
}

div#gform_wrapper_9 {
    display: inline-block;
    width: 100%;
}

.note {
    background-color: #041654;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    vertical-align: top;
}

.note::before {
    background: #022461 none repeat scroll 0 0;
    border-color: #fff #fff #12a0a8 #12a0a8;
    border-style: solid;
    border-width: 0 16px 16px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.note strong {
    font-weight: 600;
}

.contact-info .text-center > div {
    color: #7b8386;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}

/* woocommerce */
table.variations {
    margin-top: 0px;
}

table.variations tr td {
    display: block;
    border: none;
    padding: 0px;
}

table.variations tr td.value select {
    width: 100%;
    height: 100%;
    max-height: 50px;
    padding: 13px 10px;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
}

table.variations tr td.value .reset_variations, .diarkeia-wrapper .single_variation_wrap {
    display: none !important;
}

.woocommerce button.button.alt {
    background: #041654 !important;
    -webkit-appearance: none;
    padding: 15px 38px;
    font-family: "Averta W03 Bold",Arial,sans-serif;
    height: 60px;
    border: none;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 16px;
}

.total-final .variations, .total-final .single_variation_wrap .single_variation {
    display: none !important;
}

.payments-logos {
    padding-left: 20px;
}

.payments-logos img {
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: 385px;
}

.woocommerce form.checkout_coupon {
    display: block !important;
    max-width: 1340px;
    margin: 0 auto !important;
    border: none !important;
    padding: 0px !important;
}

tr.cart-discount th {
    padding-bottom: 5px !important;
}

tr.cart-discount td {
    padding-bottom: 20px !important;
}

tr.cart-discount td span.woocommerce-Price-amount.amount, tr.cart-discount td span.woocommerce-Price-amount.amount span {
    font-size: 22px !important;
}

/* contact form 7 */
.insurance-form form.wpcf7-form .payment-complete br {
    display: none;
}

form.wpcf7-form input {
    width: 100%;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 5px;
}

form.wpcf7-form input[disabled] {
    background: #eeeeee;
}

form.wpcf7-form input.wpcf7-not-valid {
    margin-bottom: 0px;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 15px;
}

form.wpcf7-form select {
    width: 100%;
    border: 1px solid #ececec;
    padding: 11px;
    border-radius: 5px;
}

form.wpcf7-form div[data-class="wpcf7cf_group"] > div {
    max-width: 100%;
    width: 100%;
}

form.wpcf7-form .payment-complete div[data-id="group-5"], form.wpcf7-form .payment-complete div[data-id="group-8"] {
    width: 100%;
}

form.wpcf7-form .payment-complete div[data-id="group-5"] > div, form.wpcf7-form .payment-complete div[data-id="group-6"] > div, form.wpcf7-form .payment-complete div[data-id="group-8"] > div {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

form.wpcf7-form .payment-complete div[data-id="group-6"] {
    width: 25%;
    display: inline-block;
}

form.wpcf7-form h5 {
    font-size: 13px;
    font-weight: 600;
}

form.wpcf7-form .form > h5 {
    font-size: 21px;
    font-weight: 700;
    border-bottom: 1px solid #041654;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

form.wpcf7-form textarea {
    width: 100%;
    max-height: 100px;
    border: 1px solid #ececec;
    padding: 11px;
    border-radius: 5px;
}

.rp-assignment-form {
    margin: 0 auto 60px;
    padding: 26px;
    background: #f7f9fc;
    border-radius: 24px;
    font-family: inherit;
}

/* Main sections */
.rp-section {
    margin-bottom: 22px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e3eaf5;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(5, 35, 84, 0.07);
}

/* Section heading */
.rp-section-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.rp-section-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5ff;
    border-radius: 14px;
    overflow: hidden;
    font-size: 0;
}

.rp-section-icon > p {
    margin: 0 !important;
}

.rp-section-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.rp-section-heading h2 {
    position: relative;
    margin: 0 0 5px;
    padding-left: 16px;
    color: #06275f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.rp-section-heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 28px;
    background: #ff7a18;
    border-radius: 20px;
}

.rp-section-heading p {
    margin: 0;
    color: #6d7f99;
    font-size: 14px;
    line-height: 1.45;
    margin-left: 16px;
}

/* Grid */
.rp-grid {
    display: grid;
    gap: 22px 28px;
}

.rp-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Fields */
.rp-field label, .rp-choice-content label {
    display: block;
    margin-bottom: 8px;
    color: #08275d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.required {
    color: #ff7a18;
    font-weight: 900;
}

/* Contact Form 7 controls */
.rp-assignment-form input[type="text"], .rp-assignment-form input[type="email"], .rp-assignment-form input[type="tel"], .rp-assignment-form input[type="number"], .rp-assignment-form input[type="date"], .rp-assignment-form input[type="url"], .rp-assignment-form select, .rp-assignment-form textarea, .rp-assignment-form .wpcf7-form-control.wpcf7-text, .rp-assignment-form .wpcf7-form-control.wpcf7-number, .rp-assignment-form .wpcf7-form-control.wpcf7-select, .rp-assignment-form .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    color: #0a285e;
    background: #ffffff;
    border: 1px solid #dbe5f2;
    border-radius: 11px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.rp-assignment-form select, .rp-assignment-form .wpcf7-select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #08275d 50%), linear-gradient(135deg, #08275d 50%, transparent 50%);
    background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 38px;
}

.rp-assignment-form input:focus, .rp-assignment-form select:focus, .rp-assignment-form textarea:focus, .rp-assignment-form .wpcf7-form-control:focus {
    border-color: #ff7a18;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 122, 24, 0.12);
}

.rp-assignment-form textarea, .rp-assignment-form .wpcf7-textarea {
    min-height: 140px;
    resize: vertical;
}

.rp-assignment-form ::placeholder {
    color: #8b9bb8;
}

/* Conditional subgroups */
.rp-subgroup {
    margin-top: 28px;
    padding: 24px;
    background: #f8fbff;
    border: 1px solid #e1eaf6;
    border-radius: 18px;
}

.rp-subgroup h3 {
    margin: 0 0 20px;
    color: #06275f;
    font-size: 18px;
    font-weight: 800;
}

/* Protection cards */
.rp-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.rp-choice-card {
    display: flex;
    gap: 18px;
    padding: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dfe8f5;
    border-radius: 18px;
}

.rp-choice-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    border: 1px solid #dbe6f5;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
}

.rp-choice-icon > p {
    margin: 0;
}

.rp-choice-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.rp-choice-content {
    flex: 1;
    padding-left: 18px;
    border-left: 3px solid #ff7a18;
}

.rp-choice-content p {
    margin: 0 0 14px;
    color: #6d7f99;
    font-size: 13px;
    line-height: 1.45;
}

/* Files */
.rp-files-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.rp-upload-box {
    min-height: 210px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fbfdff;
    border: 2px dashed #b9c9e4;
    border-radius: 20px;
    transition: border-color .2s ease, background .2s ease;
}

.rp-upload-box:hover {
    border-color: #ff7a18;
    background: #fffaf6;
}

.rp-upload-icon {
    margin: 0 auto 12px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5ff;
    border: 1px solid #dbe6f5;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
}

.rp-upload-icon > p {
    margin: 0 !important;
}

.rp-upload-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.rp-upload-box h3 {
    margin: 0 0 6px;
    color: #06275f;
    font-size: 18px;
    font-weight: 800;
}

.rp-upload-box p {
    margin: 0 0 14px;
    color: #6d7f99;
    font-size: 13px;
}

/* Upload plugin compatibility */
.rp-upload-box .dropzone, .rp-upload-box input[type="file"], .rp-upload-box .codedropz-upload-handler {
    width: 100%;
    border: 0 !important;
    min-height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Docs card */
.rp-docs-card {
    position: relative;
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dfe8f5;
    border-radius: 20px;
    overflow: hidden;
}

.rp-docs-card-title {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.rp-docs-card-title img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex: 0 0 38px;
}

.rp-docs-card h3 {
    margin: 0 0 8px;
    color: #06275f;
    font-size: 19px;
    font-weight: 800;
}

.rp-docs-card p {
    margin: 0;
    color: #6d7f99;
    line-height: 1.45;
}

.rp-docs-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rp-docs-card li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 38px;
    color: #244063;
    font-size: 16px;
    line-height: 1.45;
}

.rp-docs-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7a18;
    border: 1px solid #ff7a18;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

/* Summary */
.rp-summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.rp-summary-card {
    height: 100%;
    padding: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid #dfe8f5;
    border-radius: 18px;
}

.rp-summary-card h2 {
    margin: 0 0 20px;
    color: #08275d;
    font-size: 20px;
    font-weight: 800;
}

.rp-summary-card .clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e6edf7;
    color: #244063;
    /* font-size: 14px; */
}

.rp-summary-card .clearfix:after {
    display: none;
}

.rp-summary-card .clearfix:last-child {
    border-bottom: 0;
}

.rp-summary-card .float-left, .rp-summary-card .float-right {
    /* float: none !important; */
}

.rp-summary-card .float-left {
    color: #314a70;
}

.rp-summary-card .float-right {
    color: #ff7a18;
    font-weight: 800;
    text-align: right;
}

.construct-view .float-right,
.construct-view .float-right > p {
    color: #ff7a18;
}

/* Consents */
.rp-consents .wpcf7-acceptance, .rp-consents .wpcf7-checkbox {
    display: block;
    margin-bottom: 14px;
}

.rp-consents .wpcf7-list-item {
    display: block;
    margin: 0 0 13px;
}

.rp-consents label {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    color: #173766;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px
    line-height: 1.55;
}

.rp-assignment-form input[type="checkbox"] {
    width: 18px !important;
    height: 18px;
    margin-top: 3px;
    accent-color: #ff7a18;
    position: absolute;
    left: 0;
}

.rp-assignment-form a {
    color: #ff7a18;
    font-weight: 700;
    text-decoration: none;
}

.rp-assignment-form a:hover {
    text-decoration: underline;
}

/* Submit */
.rp-submit-section {
    text-align: center;
}

.rp-submit-section input[type="submit"], .rp-submit-section .wpcf7-submit {
    /* min-width: 300px; */
    /* min-height: 56px; */
    padding: 15px 34px 15px 62px;
    border: 0;
    border-radius: 12px;
    background-color: #06275f;
    background-image: url("/wp-content/uploads/2026/07/rp-icon-send.png"), linear-gradient(135deg, #06275f 0%, #0b3a83 100%);
    background-repeat: no-repeat;
    background-size: 24px 24px, auto;
    background-position: calc(50% - 95px) center, center;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(6, 39, 95, 0.28);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    margin: 0 auto !important;
}

.rp-submit-section input[type="submit"]:hover, .rp-submit-section .wpcf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(6, 39, 95, 0.35);
}

/* CF7 validation */
.rp-assignment-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #c33131;
    font-size: 12px;
    font-weight: 600;
}

.rp-assignment-form .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 16px 18px !important;
    border-radius: 12px;
    font-weight: 650;
}

/* =========================
   Redesigned Summary Cards
========================= */
.rp-section-summary {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.rp-summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.rp-summary-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid #dfe7f3;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(6, 39, 95, 0.08);
    position: relative;
    overflow: hidden;
}

.rp-summary-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #06275f 0%, #0b3a83 70%, #ff7a18 100%);
}

.rp-summary-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px solid #eef3fa;
}

.rp-summary-card-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5ff;
    border: 1px solid #dbe6f5;
    border-radius: 16px;
}

.rp-summary-card-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.rp-summary-card-head-text h2 {
    margin: 0 0 4px;
    color: #06275f;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.rp-summary-card-head-text p {
    margin: 0;
    color: #7284a0;
    font-size: 14px;
    line-height: 1.45;
}

/* Property summary rows */
.rp-summary-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rp-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 16px;
    border: 1px solid #edf2f9;
    border-radius: 14px;
    background: #ffffff;
    transition: all .18s ease;
}

.rp-summary-row:hover {
    background: #fafcff;
    border-color: #d8e4f5;
}

.rp-summary-label {
    color: #355073;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.rp-summary-value {
    color: #06275f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    text-align: right;
}

.rp-summary-row-highlight {
    background: linear-gradient(135deg, #f7faff 0%, #fffaf5 100%);
    border-color: #dfe8f5;
}

.rp-summary-price {
    color: #ff7a18;
    font-size: 17px;
    font-weight: 900;
}

/* Services list */
.rp-services-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rp-service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 16px;
    border: 1px solid #edf2f9;
    border-radius: 14px;
    background: #ffffff;
    transition: all .18s ease;
    margin: 5px 0;
}

.rp-service-row:hover {
    background: #fafcff;
    border-color: #d8e4f5;
}

.rp-service-name {
    color: #213d66;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.rp-service-value {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef6ff;
    color: #06275f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.rp-service-row-accent {
    background: linear-gradient(135deg, #fffaf4 0%, #fff 100%);
    border-color: #ffd9b5;
}

.rp-service-row-accent .rp-service-value {
    background: #ff7a18;
    color: #fff;
}

.rp-service-value-muted {
    background: #f2f4f8;
    color: #556b8b;
}

/* Remove old styles if still present */
.rp-summary-card .clearfix, .rp-summary-card .float-left, .rp-summary-card .float-right {
    /* all: unset; */
}

.rp-packages-section {
	background: transparent;
	box-shadow: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.rp-packages-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.9fr 0.9fr 0.9fr;
	gap: 18px;
	align-items: stretch;
}

.rp-info-card,
.rp-package-card {
	background: #fff;
	border: 1px solid #e7ecf5;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(16, 42, 92, 0.06);
	overflow: visible;
}

.rp-package-card.active {
	border-width: 2px;
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(16, 42, 92, 0.14);
}

.rp-blue-package.active {
	border-color: #0757f7;
}

.rp-orange-package.active {
	border-color: #ff5b00;
}

.rp-green-package.active {
	border-color: #07914f;
}

.rp-package-card.active .rp-select-package span:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	top: 3px;
	left: 3px;
}

.rp-property-summary-card {
	padding: 24px 22px;
}

.rp-card-head,
.rp-package-top {
	text-align: center;
}

.rp-property-head {
	display: flex;
	align-items: center;
	gap: 14px;
	text-align: left;
}

.rp-card-head h2,
.rp-package-top h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.35;
	color: #041755;
	font-weight: 800;
}

.rp-package-top p {
	margin: 7px 0 0;
	font-size: 13px;
	line-height: normal;
	font-weight: 600;
}

.rp-card-icon,
.rp-package-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	flex: 0 0 52px;
}

.rp-card-icon > p, .rp-package-icon > p {
    margin: 0;
}

.rp-card-icon img, .rp-package-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.rp-green-package .rp-package-icon > p, .rp-green-package .rp-select-package > p {
    margin: 0;
}

.rp-orange-package .rp-package-icon > p, .rp-orange-package .rp-select-package > p {
    margin: 0;
}

.rp-blue-package .rp-package-icon > p, .rp-blue-package .rp-select-package > p {
    margin: 0;
}

.rp-orange {
	/* background: #ff5b00; */
}

.rp-blue-package .rp-select-package {
	background: #0757f7;
}

.rp-orange-package .rp-select-package {
	background: #ff5b00;
}

.rp-green-package .rp-select-package {
	background: #07914f;
}

.rp-card-divider {
	height: 3px;
	background: #152bd1;
	margin: 24px 0 20px;
	border-radius: 10px;
}

.rp-property-row > p {
	display: grid;
	grid-template-columns: 28px 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #edf1f7;
	font-size: 14px;
	color: #23305f;
	margin: 0px;
}

.rp-property-row:last-child {
	border-bottom: none;
}

.rp-property-row img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.rp-property-row span {
	font-weight: 700;
	color: #425073;
}

.rp-property-row strong {
	font-weight: 800;
	color: #152258;
	text-align: right;
	white-space: nowrap;
}

.rp-package-card {
	display: flex;
	flex-direction: column;
	padding: 24px 20px 18px;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rp-package-card:hover,
.rp-package-card:focus {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(16, 42, 92, 0.11);
	outline: none;
    z-index: 9;
}

.rp-package-card.is-selected {
	border-width: 2px;
}

.rp-blue-package.is-selected {
	border-color: #0757f7;
}

.rp-orange-package.is-selected {
	border-color: #ff5b00;
}

.rp-green-package.is-selected {
	border-color: #07914f;
}

.rp-package-top {
	padding-bottom: 22px;
	border-bottom: 1px solid #edf1f7;
}

.rp-service-list {
	padding-top: 20px;
	flex: 1;
}

.rp-service-row > p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 1.45;
	color: #263467;
	font-weight: 700;
	position: relative;
}

.rp-check {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	flex: 0 0 18px;
	margin-top: 1px;
}

.rp-service-row.active .rp-check {
	color: #21a85b;
	border: 2px solid #21a85b;
	background: #fff;
}

.rp-service-row.inactive span {
	color: #a0a9ba;
}

.rp-service-row.inactive .rp-check {
	color: #aab3c2;
	background: #e9edf4;
	border: 2px solid #e9edf4;
}

.rp-service-label {
	position: relative;
	display: inline-block;
	cursor: help;
}

.rp-service-label:after {
	content: attr(data-tooltip);
	position: absolute;
	left: 0;
	bottom: calc(100% + 10px);
	width: 310px;
	max-width: 70vw;
	background: #152258;
	color: #fff;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	box-shadow: 0 10px 25px rgba(0,0,0,0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: all 0.18s ease;
	z-index: 999;
	pointer-events: none;
}

.rp-service-label:before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: calc(100% + 4px);
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #152258 transparent transparent transparent;
	opacity: 0;
	visibility: hidden;
	transition: all 0.18s ease;
	z-index: 1000;
}

.rp-service-label:hover:after,
.rp-service-label:hover:before,
.rp-service-label:focus:after,
.rp-service-label:focus:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	outline: none;
}

.rp-package-cost {
	margin: 20px -20px 16px;
	padding: 18px 15px;
	text-align: center;
	background: #f3f7ff;
}

.rp-orange-package .rp-package-cost {
	background: #fff3e9;
}

.rp-green-package .rp-package-cost {
	background: #edf8f2;
}

.rp-package-cost span {
	display: block;
	font-size: 14px;
	color: #152258;
	font-weight: 800;
	margin-bottom: 6px;
}

.rp-package-cost strong {
	display: block;
	font-size: 23px;
	line-height: 1.2;
	/* font-weight: 900; */
}

.rp-blue-package .rp-package-cost strong {
	color: #0757f7;
}

.rp-orange-package .rp-package-cost strong {
	color: #ff5b00;
}

.rp-green-package .rp-package-cost strong {
	color: #07914f;
}

.rp-package-cost small {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #5a6689;
	font-weight: 700;
}

.rp-select-package {
	width: 100%;
	border: none;
	border-radius: 7px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	padding: 13px 14px;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.rp-select-package:hover {
	opacity: 0.92;
}

.rp-select-package span {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.rp-package-card.is-selected .rp-select-package span:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
	top: 3px;
	left: 3px;
}

@media (max-width: 1200px) {
	.rp-packages-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.rp-packages-grid {
		grid-template-columns: 1fr;
	}

	.rp-property-row {
		grid-template-columns: 28px 1fr;
	}

	.rp-property-row strong {
		grid-column: 2;
		text-align: left;
		margin-top: 3px;
	}

	.rp-service-label:after {
		left: -35px;
		width: 260px;
	}
}

/* Responsive */
@media (max-width: 991px) {
    .rp-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .rp-summary-card {
        padding: 20px;
        border-radius: 18px;
    }

    .rp-summary-card-head {
        align-items: flex-start;
    }

    .rp-summary-card-head-text h2 {
        font-size: 21px;
    }

    .rp-summary-row, .rp-service-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .rp-summary-value, .rp-service-value {
        text-align: left;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .rp-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp-choice-grid, .rp-files-layout, .rp-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .rp-assignment-form {
        padding: 14px;
        border-radius: 16px;
    }

    .rp-section, .rp-submit-section {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .rp-grid-4 {
        grid-template-columns: 1fr;
    }

    .rp-section-heading {
        gap: 12px;
    }

    .rp-section-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .rp-section-icon img {
        width: 28px;
        height: 28px;
    }

    .rp-section-heading h2 {
        font-size: 21px;
    }

    .rp-choice-card {
        flex-direction: column;
    }

    .rp-choice-content {
        padding-left: 0;
        padding-top: 14px;
        border-left: 0;
        border-top: 3px solid #ff7a18;
    }

    .rp-summary-card .clearfix {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .rp-summary-card .float-right {
        text-align: left;
    }

    .rp-submit-section input[type="submit"], .rp-submit-section .wpcf7-submit {
        width: 100%;
        min-width: 0;
        background-position: calc(50% - 95px) center, center;
    }
}

/* ---------------------------------- */
/* Dropzone
------------------------------------- */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all 0.4s;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone {
    position: relative;
    border: 2px dashed #d0d0d0 !important;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.dropzone:hover {
    border: 2px dashed #66676b;
    background: #fff;
    transition: all 0.35s linear;
}

.dropzone:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.dropzone:hover:before {
    opacity: 0.4;
}

.dropzone .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.dropzone:hover .dz-message {
    color: #66676b;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.wpcf7-checkbox input {
    width: auto !important;
}

input[name="stoixeia_check"], input[name="oroi_check"], input[name="policy_check"], input[name="newsletter_check"] {
    width: auto !important;
    margin-bottom: 0px;
}

form.wpcf7-form input[type="submit"] {
    width: auto;
    background: #041654;
    color: #fff;
    margin: 40px 0px 40px auto;
    display: block;
}

form.wpcf7-form span.wpcf7-list-item {
    margin-left: 40px;
}

form.wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label {
        color: #173766;
    font-size: 14px;
    font-weight: 500;
}

body.page-template-tpl-step-simple-form .home-view h2, body.page-template-tpl-step-simple-form .construct-view h2 {
    border-bottom: 4px solid #041654;
    padding-bottom: 10px;
}

body.page-template-tpl-step-simple-form .home-results, body.page-template-tpl-step-simple-form .construct-results {
    /* border-bottom: 2px solid #041654; */
}

span#cn-notice-text {
    display: block;
}

span#cn-notice-buttons > a {
    background: #fff;
    padding: 5px 20px;
}

.cn-close-icon {
    left: 15px;
    right: auto;
}

.rp-cta {
    width: 100%;
    background: linear-gradient(90deg, #f7f9fc 0%, #ffffff 55%, #eef1f4 100%);
    color: #071b49;
    overflow: hidden;
}

.rp-cta-inner {
    max-width: 1500px;
    margin: 0 auto;
    min-height: 285px;
    padding: 48px 70px;
    display: grid;
    grid-template-columns: 130px 1fr auto;
    align-items: center;
    gap: 40px;
}

.rp-logo-link img {
    width: 340px;
}

.rp-house-icon {
    width: 145px;
    color: #061a49;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-house-icon:before {
    content: '';
    background-image: url('assets/images/icons/01_house_top.png');
    width: 200px;
    height: 200px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.rp-cta h2 {
    margin: 0 0 12px;
    font-size: 36px;
    font-weight: 800;
}

.rp-cta h3 {
    margin: 0 0 18px;
    font-size: 22px;
    color: #ff7a00;
}

.rp-cta p {
    max-width: 710px;
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
}

.rp-cta-btn {
    background: linear-gradient(180deg, #ff8c12, #ff7200);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    padding: 22px 30px;
    border-radius: 9px;
    box-shadow: 0 0 0 2px rgba(255,255,255,.85) inset;
    white-space: nowrap;
}

.rp-footer {
    width: 100%;
    background: radial-gradient(circle at 50% 20%, rgba(0,75,150,.32), transparent 35%), linear-gradient(135deg, #06163b 0%, #001f5a 45%, #021236 100%);
}

.rp-footer-main {
    max-width: 1360px;
    margin: 0 auto;
    padding: 58px 20px 70px;
    display: grid;
    grid-template-columns: 1.25fr .95fr 1fr .95fr;
    gap: 70px;
}

.rp-col h3 {
    margin: 0 0 34px;
    font-size: 20px;
    letter-spacing: .5px;
    position: relative;
    color: #fff;
    font-family: 'Averta W03 Regular';
}

.rp-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 44px;
    height: 3px;
    background: #ff8300;
}

.rp-brand h2 {
    margin: 10px 0 8px;
    font-size: 38px;
    line-height: 1;
}

.rp-brand h2 span {
    color: #b8bbc3;
}

.rp-logo {
    font-size: 70px;
}

.rp-by {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}

.rp-brand p {
    font-size: 16px;
    color: #f0f3fa;
}

.rp-separator {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.25);
    margin: 32px 0;
    position: relative;
}

.rp-separator::before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #ff8300;
}

.rp-highlight {
    display: flex;
    gap: 18px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.rp-highlight span {
    width: 73px;
}

.rp-highlight span img {
    height: 75px;
    object-fit: contain;
}

.rp-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rp-col li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: 17px;
    color: #f3f5fb;
    display: flex;
    /* gap: 15px; */
    align-items: center;
    position: relative;
    padding-left: 42px;
    /* line-height: normal; */
}

.rp-col li a {
    color: #fff;
    text-decoration: none;
}

.rp-col:not(.rp-brand) li::before {
    content: "";
    vertical-align: middle;
    background-image: url('assets/images/icons/05_chevron_orange.png');
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}

.rp-services li::before {
    content: none !important;
}

.rp-services span {
    color: #ff8300;
    font-size: 30px;
    width: 33px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rp-services span img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.rp-contact h4 {
    color: #ff8300;
    font-size: 23px;
    margin-top: 10px;
    display: inline-block;
}

.rp-contact strong {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    color: #fff;
}

.rp-contact p {
    font-size: 17px;
    margin: 10px 0;
    color: #fff;
}

.rp-contact p a {
    color: #fff;
    text-decoration: none;
}

.rp-contact p a img {
    width: 32px;
    margin-right: 2px;
}

.rp-social {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.rp-social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.rp-social a img {
    width: 53px;
}

.rp-footer-bottom {
    background: rgba(0,0,0,.18);
    padding: 28px 52px;
    color: #fff;
}

.rp-footer-bottom .wrap {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.rp-footer-bottom nav {
    display: flex;
    gap: 34px;
}

.rp-footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.rental-search-card {
    width: 100%;
    max-width: 605px;
    background: #ffffff;
    border-radius: 8px;
    padding: 18px 14px 13px;
    box-shadow: 0 8px 28px rgba(10, 28, 55, 0.15);
    font-family: inherit;
    margin-top: 20px;
}

.rental-search-header {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
}

.rental-search-icon {
    width: 88px;
    height: 88px;
}

.rental-search-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.rental-search-header h3 {
    margin: 0;
    color: #08285a;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.2px;
}

.rental-search-header p {
    margin: 6px 0 0;
    color: #a1aab7;
    line-height: 1.3;
    font-weight: 500;
}

.rental-search-form {
    margin: 0;
}

.rental-input-box {
    border: 1px solid #d9dee6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #ffffff;
    margin-bottom: 12px;
}

.rental-input-box svg {
    width: 25px;
    height: 25px;
    color: #092b5f;
    flex: 0 0 auto;
}

.rental-input-box input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #172b4d;
    font-weight: 500;
    font-family: inherit;
}

.rental-input-box input::placeholder {
    color: #9aa4b2;
}

.rental-search-form button {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #082f67 0%, #05265a 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow: 0 4px 8px rgba(5, 38, 90, 0.18);
}

.rental-search-form button svg {
    width: 32px;
    height: 32px;
}

.rental-search-form button:hover {
    background: linear-gradient(180deg, #0a3a7c 0%, #062b63 100%);
}

.rental-safe-note {
    margin-top: 12px;
    color: #a3acb8;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.rental-safe-note svg {
    width: 20px;
    height: 20px;
    color: #a3acb8;
}

.why-trust-us {
    padding: 32px 20px 40px;
}

.why-container {
    width: min(1760px, 100%);
    margin: 0 auto;
}

.heading-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    margin-bottom: 18px;
}

.heading-wrap .line {
    width: 250px;
    height: 2px;
    background: var(--orange);
    position: relative;
    flex: 0 0 auto;
}

.heading-wrap .line:first-child::after, .heading-wrap .line:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: var(--orange);
    border-radius: 50%;
    transform: translateY(-50%);
}

.heading-wrap .line:first-child::after {
    right: -2px;
}

.heading-wrap .line:last-child::before {
    left: -2px;
}

.heading-wrap h2 {
    margin: 0;
    color: #041755;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
}

.subtitle {
    margin: 0 0 30px;
    text-align: center;
    font-size: 26px;
    color: #041755;
}

.subtitle span {
    color: var(--orange);
    font-weight: 700;
}

.cards-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 18px;
}

.top-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bottom-row {
    grid-template-columns: 1fr 1fr 1.4fr 1fr 1.4fr;
}

.trust-card {
    min-height: 292px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 24px 22px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust-card img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.trust-card h3 {
    margin: 0;
    color: #041755;
    FONT-FAMILY: 'Geologica';
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
}

.trust-card .divider {
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: var(--orange);
    margin: 14px 0 14px;
}

.trust-card p {
    margin: 0;
    font-family: "Geologica", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #041755;
}

.wide-card h3 {
    font-size: 18px;
}

.bottom-banner {
    background: #041755;
    color: #fff;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1.2fr 1.2fr;
    overflow: hidden;
    margin-top: 22px;
}

.banner-col {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 34px;
    border-right: 1px solid rgba(255,255,255,0.28);
    justify-content: center;
}

.banner-col.right {
    /* border-left: 1px solid rgba(255,255,255,0.28); */
}

.banner-col img {
    /* width: 56px; */
    /* height: 56px; */
    /* object-fit: contain; */
    flex: 0 0 auto;
}

.banner-col p, .banner-col h4 {
    margin: 0;
}

.banner-col p {
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
}

.banner-col span {
    color: #ff8300;
    font-weight: 700;
}

.banner-col h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #fff;
}

.elementor-testimonial__text:before {
    content: '\201C';
    display: block;
    font-size: 130px;
    line-height: 0;
    margin-top: 60px;
    color: #ff8300;
}

.newsletter-section, .newsletter-section * {
    box-sizing: border-box;
}

.newsletter-section {
    width: 100%;
    /* min-height: 100vh; */
    padding: 55px 48px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background: #021a4b;
}

.newsletter-section .newsletter-section__icon-circle {
    width: 94px;
    height: 94px;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.newsletter-section .newsletter-section__icon {
    width: 70px;
    height: 70px;
    display: block;
}

.newsletter-section .newsletter-section__title {
    margin: 0;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.newsletter-section .newsletter-section__subtitle {
    margin: 18px 0 55px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
}

.newsletter-section .newsletter-section__form {
    width: 100%;
    max-width: 1040px;
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-bottom: 10px;
}

.newsletter-section .newsletter-section__email {
    width: 685px;
    height: 60px;
    padding: 0 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    border-radius: 6px;
    background: rgba(3, 20, 58, 0.25);
    color: #ffffff;
    font-size: 22px;
    outline: none;
}

.newsletter-section .newsletter-section__email::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.newsletter-section .newsletter-section__button {
    width: 318px;
    height: 60px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(180deg, #ff7a00 0%, #ff5f00 100%);
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: 0.2s ease;
}

.newsletter-section .newsletter-section__button:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #ff8a13 0%, #ff6800 100%);
}

.newsletter-section .newsletter-section__consent {
    max-width: 1035px;
    width: 100%;
    margin-bottom: 82px;
    text-align: left;
    color: rgba(255, 255, 255, 0.94);
    font-size: 17px;
    line-height: 1.45;
    padding-left: 40px;
    position: relative;
}

.newsletter-section .newsletter-section__checkbox {
    appearance: none;
    width: 23px;
    height: 23px;
    min-width: 23px;
    margin-top: 6px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.newsletter-section .newsletter-section__checkbox:checked {
    background: #ff6b00;
    border-color: #ff6b00;
}

.newsletter-section .newsletter-section__checkbox:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.newsletter-section .newsletter-section__divider {
    position: relative;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    margin-bottom: 52px;
}

.newsletter-section .newsletter-section__divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    width: 65px;
    height: 4px;
    border-radius: 4px;
    background: #ff6b00;
}

.newsletter-section .newsletter-section__privacy {
    font-size: 19px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.93);
    margin-bottom: 28px;
}

.newsletter-section .newsletter-section__registry {
    color: #ff6b00;
    font-weight: 800;
}

.newsletter-section .newsletter-section__bank-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    margin-top: 10px;
}

.newsletter-section .newsletter-section__bank-line {
    height: 1px;
    flex: 1;
    max-width: 730px;
    background: rgba(255, 255, 255, 0.45);
}

.newsletter-section .newsletter-section__bank-logo {
    min-width: 260px;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
}

.newsletter-section .newsletter-section__bank-seal {
    width: 66px;
    height: 66px;
    margin: 0 auto 8px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: bold;
    opacity: 0.9;
}

.newsletter-section .newsletter-section__bank-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.newsletter-section .newsletter-section__bank-subtitle {
    margin-top: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

:root {
        --rp-navy: #051d4f;
        --rp-navy-dark: #03163d;
        --rp-orange: #ff6b00;
        --rp-light: #f6f8fc;
        --rp-text: #12224a;
        --rp-muted: #6d7890;
        --rp-border: #e5eaf3;
        --rp-shadow: 0 14px 35px rgba(5, 29, 79, 0.13);
    }

    .rp-contact-page {
        background: #fff;
        color: var(--rp-text);
        overflow: hidden;
    }

    .rp-contact-hero {
        position: relative;
        padding: 70px 0;
        background:
            radial-gradient(circle at 15% 35%, rgba(255, 107, 0, 0.08), transparent 22%),
            linear-gradient(135deg, var(--rp-navy-dark) 0%, var(--rp-navy) 55%, #082b6d 100%);
        color: #fff;
    }

    .rp-contact-hero:before {
        content: "";
        position: absolute;
        left: -80px;
        bottom: -120px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,0.08);
    }

    .rp-contact-hero:after {
        content: "";
        position: absolute;
        right: 7%;
        top: 75px;
        width: 180px;
        height: 230px;
        opacity: 0.13;
        background:
            linear-gradient(90deg, transparent 18%, rgba(255,255,255,.75) 19%, transparent 20%),
            linear-gradient(0deg, transparent 18%, rgba(255,255,255,.75) 19%, transparent 20%);
        background-size: 42px 42px;
        border: 1px solid rgba(255,255,255,.35);
        transform: skewY(-10deg);
    }

    .rp-contact-kicker {
        display: inline-block;
        margin-bottom: 12px;
        color: var(--rp-orange);
        font-weight: 800;
        letter-spacing: 1.8px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .rp-contact-title {
        max-width: 900px;
        margin: 0 auto;
        font-size: 38px;
        line-height: 1.25;
        font-weight: 800;
        color: #ffff;
    }

    .rp-contact-subtitle {
        display: block;
        margin-top: 6px;
        font-size: 25px;
        line-height: 1.35;
        font-weight: 100;
    }

    .rp-title-line {
        width: 70px;
        height: 3px;
        background: var(--rp-orange);
        margin: 26px auto 0;
        border-radius: 50px;
    }

    .rp-contact-content {
        position: relative;
        padding: 70px 0;
        background: linear-gradient(180deg, #ffffff 0%, var(--rp-light) 100%);
    }

    .rp-info-card {
        height: 100%;
        min-height: 132px;
        align-items: center;
        gap: 20px;
        padding: 28px 30px;
        background: #fff;
        border-radius: 12px;
        box-shadow: var(--rp-shadow);
        border: 1px solid rgba(255,255,255,0.75);
        text-align: left;
    }

    .rp-info-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--rp-navy);
        color: #fff;
        border-radius: 50%;
        box-shadow: 0 9px 18px rgba(5, 29, 79, 0.22);
        font-size: 24px;
    }

    .rp-info-label {
        display: block;
        font-weight: 800;
        color: var(--rp-navy);
        margin-bottom: 6px;
        font-size: 15px;
    }

    .rp-info-text,
    .rp-info-text a {
        color: var(--rp-muted);
        font-size: 15px;
        line-height: 1.45;
        text-decoration: none;
    }

    .rp-info-text a {
        color: var(--rp-orange);
        font-weight: 700;
    }

    .rp-hours-strip {
        margin-top: 38px;
        background: linear-gradient(135deg, var(--rp-navy-dark), var(--rp-navy));
        color: #fff;
        border-radius: 10px;
        box-shadow: var(--rp-shadow);
        padding: 25px 34px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

    .rp-hours-block {
        display: flex;
        align-items: center;
        gap: 18px;
        flex: 1;
    }

    .rp-hours-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.35);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: #fff;
    }

    .rp-hours-small {
        display: block;
        font-size: 15px;
        color: rgba(255,255,255,.88);
        margin-bottom: 3px;
        font-weight: 600;
    }

    .rp-hours-big {
        display: block;
        color: var(--rp-orange);
        font-size: 30px;
        font-weight: 900;
        line-height: 1.1;
    }

    .rp-hours-divider {
        width: 1px;
        height: 55px;
        background: rgba(255,255,255,.25);
    }

    .rp-form-card {
        margin-top: 34px;
        padding: 36px 34px 34px;
        background: #fff;
        border-radius: 13px;
        box-shadow: var(--rp-shadow);
        border: 1px solid var(--rp-border);
        text-align: left;
    }

    .rp-section-title {
        color: var(--rp-navy);
        font-size: 27px;
        font-weight: 900;
        margin: 0 0 28px;
        position: relative;
        padding-bottom: 13px;
    }

    .rp-section-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 54px;
        height: 3px;
        background: var(--rp-orange);
        border-radius: 30px;
    }

    .rp-form-card .wpforms-container {
        margin: 0 !important;
    }

    .rp-form-card .wpforms-field {
        padding: 0 0 18px !important;
    }

    .rp-form-card .wpforms-field-label {
        color: var(--rp-navy) !important;
        font-weight: 800 !important;
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .rp-form-card input[type="text"],
    .rp-form-card input[type="email"],
    .rp-form-card input[type="tel"],
    .rp-form-card select,
    .rp-form-card textarea {
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #dfe5ef !important;
        border-radius: 7px !important;
        background: #fff !important;
        color: var(--rp-text) !important;
        font-size: 15px !important;
        padding: 13px 15px !important;
        box-shadow: none !important;
        transition: all .2s ease;
    }

    .rp-form-card textarea {
        min-height: 145px !important;
    }

    .rp-form-card input:focus,
    .rp-form-card select:focus,
    .rp-form-card textarea:focus {
        border-color: var(--rp-orange) !important;
        box-shadow: 0 0 0 3px rgba(255,107,0,.12) !important;
        outline: none !important;
    }

    .rp-form-card .wpforms-submit-container {
        padding-top: 5px !important;
    }

    .rp-form-card button[type="submit"],
    .rp-form-card .wpforms-submit {
        width: 100% !important;
        height: 50px !important;
        border: 0 !important;
        border-radius: 6px !important;
        background: linear-gradient(90deg, #ff5f00, var(--rp-orange)) !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        box-shadow: 0 10px 22px rgba(255,107,0,.28) !important;
        transition: all .2s ease;
    }

    .rp-form-card button[type="submit"]:hover,
    .rp-form-card .wpforms-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 13px 26px rgba(255,107,0,.35) !important;
        background: linear-gradient(90deg, #f25b00, #ff7a1a) !important;
    }

    .rp-map-card {
        position: relative;
        border-radius: 13px;
        overflow: hidden;
        box-shadow: var(--rp-shadow);
        border: 1px solid var(--rp-border);
        background: #fff;
    }

    .rp-map-card iframe {
        display: block;
        width: 100%;
        height: 430px;
        border: 0;
        filter: saturate(.95) contrast(.98);
    }

    .rp-map-info {
        position: absolute;
        left: 28px;
        bottom: 28px;
        max-width: 355px;
        background: var(--rp-navy);
        color: #fff;
        padding: 23px 24px;
        border-radius: 10px;
        box-shadow: 0 16px 34px rgba(5,29,79,.25);
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .rp-map-info i {
        color: var(--rp-orange);
        font-size: 34px;
        margin-top: 2px;
    }

    .rp-map-info strong {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .rp-map-info span {
        display: block;
        font-size: 14px;
        line-height: 1.45;
        color: rgba(255,255,255,.9);
    }

    .rp-map-info a {
        display: inline-block;
        margin-top: 10px;
        color: var(--rp-orange);
        font-weight: 800;
        text-decoration: none;
        font-size: 14px;
    }

    @media (max-width: 991px) {
        .rp-contact-title {
            font-size: 30px;
        }

        .rp-contact-subtitle {
            font-size: 23px;
        }

        .rp-info-card {
            margin-bottom: 18px;
        }

        .rp-hours-strip {
            flex-direction: column;
            align-items: stretch;
        }

        .rp-hours-divider {
            width: 100%;
            height: 1px;
        }
    }

    @media (max-width: 575px) {
        .rp-contact-hero {
            padding: 50px 0 90px;
        }

        .rp-contact-title {
            font-size: 25px;
        }

        .rp-contact-subtitle {
            font-size: 20px;
        }

        .rp-info-card,
        .rp-form-card {
            padding: 24px 20px;
        }

        .rp-hours-big {
            font-size: 24px;
        }

        .rp-map-info {
            position: static;
            max-width: none;
            border-radius: 0;
        }

        .rp-map-card iframe {
            height: 360px;
        }
    }
    
@media (max-width: 900px) {
    .newsletter-section {
        padding: 45px 22px;
    }

    .newsletter-section .newsletter-section__title {
        font-size: 38px;
    }

    .newsletter-section .newsletter-section__subtitle {
        font-size: 21px;
        margin-bottom: 35px;
    }

    .newsletter-section .newsletter-section__form {
        flex-direction: column;
        gap: 18px;
    }

    .newsletter-section .newsletter-section__email, .newsletter-section .newsletter-section__button {
        width: 100%;
        height: 55px;
        font-size: 17px;
    }

    .newsletter-section .newsletter-section__consent {
        font-size: 14px;
        margin-bottom: 58px;
    }

    .newsletter-section .newsletter-section__privacy {
        font-size: 16px;
    }

    .newsletter-section .newsletter-section__bank-area {
        gap: 20px;
    }

    .newsletter-section .newsletter-section__bank-line {
        max-width: none;
    }

    .newsletter-section .newsletter-section__bank-logo {
        min-width: 190px;
    }
}

@media (max-width: 1600px) {
    .heading-wrap h2 {
        font-size: 52px;
    }

    .subtitle {
        font-size: 22px;
    }

    .top-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bottom-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wide-card {
        grid-column: auto;
    }
}

@media (max-width: 900px) {
    .why-trust-us {
        padding: 28px 16px 30px;
    }

    .heading-wrap {
        gap: 18px;
    }

    .heading-wrap .line {
        width: 72px;
    }

    .heading-wrap h2 {
        font-size: 23px;
    }

    .subtitle {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .top-row, .bottom-row {
        grid-template-columns: 1fr;
    }

    .trust-card {
        min-height: auto;
    }

    .bottom-banner {
        grid-template-columns: 1fr;
    }

    .banner-col.right {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.28);
        display: block;
    }

	.trust-card h3 {
	    font-size: 18px;
	}
	
	.banner-col {
	    display: block;
	}
	
	.banner-col img {
	    margin-bottom: 10px;
	}
	
	.banner-col.right img {
	    margin-left: -10px;
	}
}

@media (max-width: 480px) {
    .rental-search-card {
        max-width: 100%;
        padding: 17px 13px 13px;
    }

    .rental-search-header h3 {
        font-size: 20px;
    }
}

@media (max-width: 1100px) {
    .rp-cta-inner {
        grid-template-columns: 90px 1fr;
    }

    .rp-cta-btn {
        grid-column: 2;
        width: fit-content;
    }

    .rp-footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .rp-cta-inner {
        grid-template-columns: 1fr;
        padding: 35px 24px;
        background: #fff;
        gap: 10px;
    }

    .rp-house-icon {
        width: 80px;
        height: 80px;
        /* font-size: 56px; */
    }

    .rp-cta h2 {
        font-size: 28px;
    }

    .rp-cta h3 {
        font-size: 19px;
    }

    .rp-cta p {
        font-size: 16px;
    }

    .rp-cta-btn {
        grid-column: auto;
        width: 100%;
        text-align: center;
        padding: 14px;
        font-size: 15px;
    }

    .rp-footer-main {
        grid-template-columns: 1fr;
        padding: 45px 24px;
        gap: 45px;
    }

    .rp-footer-bottom {
        flex-direction: column;
        padding: 25px 24px;
    }

    .rp-footer-bottom nav {
        flex-direction: column;
        gap: 15px;
    }

	.rp-house-icon:before {
	    height: 100px;
	    width: 80px;
	}
	
	.rp-logo-link img {
	    max-width: 300px;
	    width: 100%;
	}
	
	.rp-footer-bottom .wrap {
	    flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 880px) {
    .single-blog-hero .single-blog-hero-content .single-blog-title {
        font-size: 32px;
        line-height: normal;
    }

    .single-blog-hero {
        height: 45vh;
    }

    .single-blog-content {
        padding: 20px;
    }

    .cat-blog-hero {
        height: 30vh;
    }

    .blog-list .blog-item .blog-item-thumb {
        height: 200px;
    }

    .blog-list .blog-item .blog-item-content h3 a {
        font-size: 18px;
        line-height: normal;
    }

    .blog-list .blog-item .blog-item-content p {
        font-size: 16px;
        line-height: normal;
    }

    .radio input + span {
        font-size: 14px;
    }

    .btn-primary {
        font-size: 15px;
    }

    .vertical-tabs {
        padding: 10px;
    }

    .vertical-tabs-grid {
        margin-left: 0px;
    }

    form.wpcf7-form div[data-class="wpcf7cf_group"], form.wpcf7-form .payment-complete div[data-class="wpcf7cf_group"], form.wpcf7-form .payment-complete div[data-id="group-6"], form.wpcf7-form input[type="submit"] {
        width: 100%;
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #sp-ea-168.sp-easy-accordion .sp-ea-single .ea-header a {
        font-size: 15px;
        line-height: normal;
    }

    dl, ol, ul {
        padding-left: 25px;
    }

    .footer-bottom .small-print {
        text-align: center;
    }

    .highlights-list > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .title.extra-space {
        padding-bottom: 0px !important;
    }

    .steps .step-item {
        padding-bottom: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .header-container {
        text-align: center;
    }

    .hero-background {
        min-height: 590px;
    }

    .hero-title {
        line-height: 32px;
    }

    .address-search {
        margin-top: 40px;
        left: 0;
    }

    .steps .line, .contact-items, .header-desktop .vertically-centered {
        display: none;
    }

    .vertical-tabs .tab-menu div.tab-active:after, .vertical-tabs .tab-menu div.tab-active:before {
        display: none;
    }

    .tab-col-1-of-3 {
        width: 100%;
    }

    .tab-col-2-of-3 {
        width: 100%;
    }

    .footer-wrapper {
        text-align: center;
    }
}

@media only screen and (min-width: 641px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px !important;
    }
}

@media only screen and (max-width: 764px) {
    .rental-search-form button {
        font-size: 14px;
    }

    body.page-template-default .main-content {
        padding: 20px;
    }

    .insurance-form {
        padding: 20px;
    }

    .map-form-container .form-group {
        padding: 15px;
    }

    #map-search-container {
        display: none;
    }

    .map-form-container {
        position: relative;
        margin: 0 auto;
        right: 0;
        margin-bottom: 50px;
    }

    ul.gform_fields {
        padding: 15px;
    }

    .gform_wrapper ul li.gfield {
        width: 100%;
    }

    .gform_wrapper input.gf_coupon_code {
        width: 100% !important;
    }

    .gform_wrapper input#gf_coupon_button.button {
        margin-left: 0px !important;
        max-width: 100%;
        margin-top: 20px;
    }

    body.single-product .vertical-tabs {
        padding: 10px;
    }

    body.single-product .vertical-tabs-grid {
        padding: 0px;
    }

    .vertical-tabs .tab {
        padding-left: 0px;
    }

    ul.tab-content {
        padding: 10px;
        padding-left: 10px;
    }

    .woocommerce ul.order_details li {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce ul.order_details {
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .woocommerce ul.order_details li strong {
        font-size: 14px;
    }

    body.woocommerce-checkout .woocommerce button.button.alt {
        position: relative;
    }
}
