/*
Theme Name: SOT Theme
Theme URI: https://yourwebsite.com
Author: SaaSberry Developers
Author URI: https://dev.privatebnb.com/
Description: SOT Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sot-theme
Tags: custom-background
*/

body {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif !important;
    color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0 !important;
}

.h5,
h5 {
    line-height: 1.375 !important;
}

p {
    line-height: 1.625 !important;
    font-weight: 400 !important;
}

.btn-primary,
.bg-gradient-primary {
    background: linear-gradient(94deg, #B4985C 0%, #89661B 100%);
}

.btn {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0;
}

.btn-primary:hover,
.btn.bg-gradient-primary:hover {
    background: linear-gradient(94deg, #B4985C 0%, #B4985C 100%);
    color: #fff !important;
}

.flex-1 {
    flex: 1 !important;
    flex-wrap: auto !important;
}

.input-invalid {
    border-color: red !important;
}

.required:after {
    content: " *";
    color: red !important;
}

.invalid-feedback {
    color: red !important;
    display: block !important;
    margin-top: 0;
}

.title {
    padding-top: 0 !important;
}

.wrapper {
    padding: 50px 0;
}

.cp {
    cursor: pointer !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-15 {
    padding: 15px !important;
}

.color-white {
    color: #fff !important;
}

.card-border {
    border: 1px solid #dbdbdb !important;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.63) !important;
    opacity: 1 !important;
}

.modal-content .modal-header,
.modal-content .modal-body {
    padding: 1rem !important;
    max-height: calc(100vh - 3.5rem - 152px);
    overflow: auto;
}

.modal-content .modal-footer {
    padding: 1rem 1rem 2rem !important;
    border-top: 1px solid #dee2e6 !important;
}

.modal-content .modal-header button {
    right: 1rem !important;
    top: 1rem !important;
    background-size: 35%;
    height: 30px;
}

h4.description {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #344767;
    font-weight: 600;
}

label {
    margin: 0 !important;
}

.cp {
    cursor: pointer !important;
}

.btn-round {
    padding: 14px 52px;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 165%;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 0 !important;
}

.form-control {
    background-color: #fff;
    border: 1px solid #dedede !important;
    border-radius: 30px;
    color: #2c2c2c;
    height: unset;
    line-height: normal;
    font-size: 0.8571em;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    box-shadow: none;
    padding: 16px 23px !important;
    font-size: 16px;
    line-height: 22px;
}

.btn-primary {
    margin: 0 !important;
    box-shadow: none !important;
    text-transform: initial;
    height: auto !important;
    width: auto !important;
}

.yikes-easy-mc-form input[type=email],
.yikes-easy-mc-form input[type=number],
.yikes-easy-mc-form input[type=text],
.yikes-easy-mc-form input[type=url],
.yikes-easy-mc-form select {
    margin-bottom: 0 !important;
    padding: 12px 20px !Important;
    margin-top: 8px;
}

.subscription-section {
    border-top: 1px solid #D8DDE6;
}

.subscription-section p {
    margin-bottom: 40px !important;
}

.subscription-section .subscription-from form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.subscription-section .subscription-from form #wpforms-error-noscript {
    width: 100%;
    margin-bottom: 20px;
}

.subscription-section .subscription-from .wpforms-field-container {
    width: 70%;
}

.subscription-section .subscription-from .wpforms-field-container label {
    display: none;
}

.subscription-section .subscription-from .wpforms-field-container input {
    border: 1px solid #DEDEDE;
    outline: none;
    box-shadow: none;
    border-radius: 40px;
    height: 40px;
    padding: 5px 15px;
}

.subscription-section .subscription-from .wpforms-submit-container {
    margin-left: 20px;
}

.subscription-section .subscription-from .wpforms-submit-container button {
    border: none;
    border-radius: 40px;
    color: #fff;
    background: linear-gradient(98.22deg, #DD5E4C 0%, #A42F1E 100%);
    height: 40px;
    padding: 5px 20px;
}

.wrapper.border-top {
    border-top: 1px solid #D8DDE6;
}

.wrapper.border-top .heading-title {
    margin-bottom: 50px;
    font-size: 32px;
}

.table-of-content li a:hover,
.table-of-content li a:focus,
.table-of-content li a:active {
    color: #B5985B;
}

.wp-block-table thead {
    border-bottom: 1px solid !important;
}

.table-of-content li {
    margin-bottom: 6px;
}

.table-of-content li a {
    text-decoration: none;
}

.table-of-content li a:hover {
    text-decoration: underline;
}

.page-header:after,
.page-header:before {
    display: none;
}

.pum-theme-1587 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    background-color: rgb(240 94 62) !important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: 100% !important;
    margin-top: 0.5em !important;
    padding: 10px !important;
}

.yikes-easy-mc-form .field-no-label,
.yikes-easy-mc-form label {
    margin-bottom: 15px !important;
}

.CONSENT-label label.yikes-easy-mc-checkbox-label {
    margin-bottom: 0 !important;
}

div.mce_inline_error {
    margin-bottom: 0;
    background-color: transparent;
}

.how-it-works-section {
    background: #f5f5f5;
}

.how-it-works-section .nav.nav-tabs {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
}

.how-it-works-section .nav.nav-tabs .nav-item {
    margin-right: 7px;
    display: flex;
}

.how-it-works-section .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 15px;
    box-shadow: none;
    border-radius: 10px;
    background: transparent;
    color: #000;
    margin-right: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    min-width: 120px;
}

.how-it-works-section .nav.nav-tabs .nav-item .nav-link.active {
    box-shadow: 0px 0px 45px rgba(0, 2, 50, 0.05) !important;
    background: rgba(255, 255, 255, 0.90) !important;
    font-weight: 700;
}

.how-it-works-section .nav.nav-tabs .nav-item .nav-link img {
    margin-bottom: 13px;
}

.how-it-works-section .tab-content .tab-pane {
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
    min-height: 100px;
}

.how-it-works-section .tab-content .tab-pane p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 170% !important;
    letter-spacing: -0.1px;
}

.how-it-works-section .tab-content .tab-pane a {
    margin-top: 20px;
    display: inline-block;
}

.how-it-works-section .tab-content .tab-pane a:hover,
.how-it-works-section .tab-content .tab-pane a:focus {
    color: #b49a5d;
}

.how-it-works-section .dashboard-img {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.how-it-works-section .dashboard-img img {
    max-width: 910px;
    width: 100%;
    box-shadow: 0px 10px 51px 0px rgba(0, 8, 50, 0.10);
    border-radius: 13px;
    border: 15px solid var(--Gradient-Tabs, #fffbfa);
}

.feature-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-section .title {
    margin-bottom: 50px;
}

.feature-section .title h4 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    color: #000;
}

.feature-section .tiles a {
    color: #2c2c2c;
    display: flex;
    margin-bottom: 24px;
    padding: 21px 15px !important;
    text-decoration: none;
    flex-wrap: nowrap;
}

.feature-section .tiles a:hover {
    background: #f5f5f5;
    border-radius: 10px;
}

.feature-section .tiles .icon {
    margin-right: 25px;
    min-width: 64px;
    padding: 0;
    width: auto;
}

.feature-section .tiles .details {
    padding: 0;
}

.feature-section .tiles .details h4 {
    font-size: 18.2px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 15px;
}

.feature-section .tiles .details p {
    font-size: 15.4px;
    font-weight: 400 !important;
    line-height: 160% !important;
    letter-spacing: -0.092px;
    margin-bottom: 0;
}

.feature-section .feature-main {
    padding: 0;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.plan-section .title {
    margin-bottom: 50px;
}

.plan-section .title h4 {
    font-size: 50px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: normal;
}

.plan-section .title p {
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 170% !important;
    letter-spacing: -0.1px;
}

.plan-section .pricing h5 {
    margin: 1.25rem 0;
    font-size: 23px;
    font-weight: 800;
    border-bottom: 1px solid rgb(221 221 221 / 20%);
    padding-bottom: 1.25rem;
}

.plan-section .pricing p {
    font-size: 17px;
    line-height: 150%;
    font-weight: 900;
}

.plan-section .pricing .pricing-badge-label {
    position: absolute;
    margin-bottom: 0;
    top: -10px;
    right: 10px;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.plan-section .pricing.active .pricing-badge-label {
    background: #b4985c;
}

.plan-section .pricing .price h2 {
    margin: 1rem 0;
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
}

.plan-section .pricing .price h2 span {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

.plan-section .pricing h3 {
    margin: 1.25rem 0 0;
    font-size: 23px;
    font-weight: 800;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.25rem;
}

.plan-section .pricing button {
    margin-top: 40px !important;
}

.plan-section .price-listing-ul {
    padding: 0;
    margin-bottom: 2.5rem;
}

.plan-section .price-listing-ul .d-flex {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin: 5px 0;
}

.plan-section .price-listing-ul i {
    color: #b4985c;
}

.plan-section .bg-gradient-secondary,
.get-started-section .bg-gradient-secondary {
    background: #f1f1f1;
    color: #000;
}

.plan-section .bg-gradient-secondary:hover,
.plan-section .bg-gradient-secondary:focus,
.plan-section .bg-gradient-secondary:active,
.get-started-section .bg-gradient-secondary:hover,
.get-started-section .bg-gradient-secondary:focus,
.get-started-section .bg-gradient-secondary:active {
    background: #ddd;
}

.text-success {
    color: #B5985B !important;
}

.default-spinner {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 80%);
    z-index: 9999;
    flex-direction: column;
}

.default-spinner.page-spinner {
    position: relative;
    background: transparent;
    padding: 70px 20px;
    z-index: 99;
    margin-top: 70px;
}

#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin-bottom: 0;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #B5985B;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #B5985B;
    }
    100% {
        transform: scale(.3);
        background-color: rgba(255, 255, 255, 0);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #B5985B;
    }
    100% {
        -o-transform: scale(.3);
        background-color: rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #B5985B;
    }
    100% {
        -ms-transform: scale(.3);
        background-color: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #B5985B;
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #B5985B;
    }
    100% {
        -moz-transform: scale(.3);
        background-color: rgba(255, 255, 255, 0);
    }
}

.nav-tabs>.nav-item>.nav-link {
    margin: 0;
    border: 1px solid transparent;
    line-height: 1.5;
}

.nav-tabs {
    border: 0;
}

.page-header {
    align-items: flex-start;
    padding: 100px 0 40px;
    background-position: bottom;
    min-height: 438px;
    margin-bottom: 0;
    position: relative;
}

.page-header p.lead {
    font-size: 20px;
    line-height: 36px;
}

.page-header p.h6 {
    text-transform: initial;
    font-size: 20px;
    font-weight: 400 !important;
}

.page-header .social-links a {
    color: #000;
}

.page-header .social-links a i {
    font-size: 16px;
}

.page-header .social-links a:hover {
    opacity: 1 !important;
}

.about-description {
    padding: 0;
}

.about-description .description p {
    color: #000;
}

.meet-the-minds .title,
.core-values .title {
    text-align: center;
    margin-bottom: 50px;
}

.meet-the-minds .title h4,
.core-values .title h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    color: #141414;
}

.meet-the-minds .title h4 span,
.core-values .title h4 span {
    font-weight: 700;
}

.meet-the-minds {
    background: #F5F5F5;
}

.meet-the-minds .meet-the-minds-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.meet-the-minds .meet-the-minds-grid .tile {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.meet-the-minds .minds {
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: row !important;
}

.meet-the-minds .minds .image {
    width: 40%;
}

.meet-the-minds .minds .image img {
    width: 100%;
    border-radius: 0;
}

.meet-the-minds .minds .details {
    width: 60%;
    padding: 10px 30px !important;
}

.meet-the-minds .minds .details h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 15px;
    margin-top: 0;
}

.meet-the-minds .minds .details h5 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #B4985C;
    font-size: 17px;
    font-weight: 800;
    line-height: 100%;
}

.meet-the-minds .minds .details p {
    line-height: 160%;
    margin-bottom: 15px;
}

.meet-the-minds .minds .details a {
    color: #292d34;
    display: block;
    font-size: 20px;
}

.meet-the-minds .minds .details a i {
    font-size: 20px;
}

.core-values .core-values-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.core-values .values {
    text-align: center;
    padding: 0 15px !important;
}

.core-values .values img {
    margin-bottom: 15px;
}

.core-values .values h4 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 150%;
}

.core-values .values p {
    margin-bottom: 0;
    line-height: 170%;
}

.btn-transparent {
    outline: 0;
    padding: 0;
    background: #fff;
    color: #888;
    border: none;
    z-index: 9999;
    border-radius: 0;
}

.video-modal .modal-content .modal-header {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.video-modal .modal-content .modal-header .btn-transparent {
    right: -12px !important;
    top: -12px !important;
    outline: 0;
    padding: 0;
    background: #fff;
    color: #888;
    height: 26px;
    width: 26px;
    border: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    border-radius: 30px;
    position: absolute;
}

.video-modal .modal-content .modal-body {
    max-height: none;
}

.video-modal .modal-content .modal-body iframe {
    width: 100%;
    height: 400px;
}

.accordion-item {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.accordion-item .accordion-header {
    padding: 0.75rem 0;
    position: relative;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
}

.accordion-item .accordion-header .accordion-button {
    margin: 0 0 10px;
    background: inherit !important;
    color: #444 !important;
    display: block;
    border-bottom: none !important;
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-radius: 0.1875rem;
    text-transform: none;
    outline: none;
}

.accordion-item .accordion-header .accordion-button a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #444;
    background-color: transparent;
}

.accordion-item .accordion-header .accordion-button a i {
    float: right;
    color: #f96332;
}

.accordion-item .accordion-header .accordion-button[aria-expanded="true"] a i {
    transform: rotate(180deg);
}

.accordion-body {
    flex: 1 1 auto;
    padding: 0.75rem;
}

.accordion-item .accordion-header .accordion-button {
    color: #000 !important;
}

.accordion-item .accordion-body p {
    color: #000 !important;
}

.text-primary {
    color: #dd5f4c!important;
}

.policy h5 {
    margin-top: 45px;
}

.policy-table-of-content h5 {
    margin-top: 30px;
    margin-bottom: 0;
}

.policy-table-of-content h4 {
    margin-top: 0;
}

.policy-table-of-content h3 {
    margin-top: 45px;
    margin-bottom: 0;
}

.policy-table-of-content h6 {
    margin-top: 35px;
    margin-bottom: 10px;
    text-transform: initial;
    font-size: 18px;
}

.modal-body .sidebar {
    margin-bottom: 0!important;
    padding-left: 0!important;
    list-style-type: none!important;
}

.wpforms-field-large,
.wpforms-field-large:focus {
    background-color: #fff!important;
    border: 1px solid #DEDEDE!important;
    border-radius: 30px!important;
    color: #2c2c2c!important;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out!important;
    box-shadow: none!important;
    padding: 8px 16px!important;
    font-size: 14px!important;
    line-height: 22px!important;
    outline: none!important;
}

.wpforms-field {
    padding: 0 !important;
    margin-bottom: 1rem!important;
}

.wpforms-field-label {
    color: #000!important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px!important;
    font-weight: 600!important;
    line-height: normal!important;
    margin-bottom: 5px!important;
}

.wpforms-field-label .wpforms-required-label {
    color: red!important;
}

.wpforms-field textarea,
.wpforms-field textarea:focus {
    width: 100%!important;
    max-width: 100%!important;
    max-height: 80px!important;
    resize: none!important;
    border-radius: 0.3rem!important;
    background-color: #fff!important;
    border: 1px solid #DEDEDE!important;
    color: #2c2c2c!important;
    height: unset!important;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out!important;
    box-shadow: none!important;
    padding: 8px 16px!important;
    font-size: 14px!important;
    line-height: 22px!important;
    outline: none!important;
}

.wpforms-submit {
    margin: 0!important;
    border-radius: 40px!important;
    padding: 10px 32px!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 165%!important;
    letter-spacing: -.1px!important;
    box-shadow: none!important;
    text-transform: initial!important;
    transition: all .5s ease!important;
    background: linear-gradient(90deg, #d8b56b 0%, #B5985B 100%)!important;
    color: #fff!important;
    border: none!important;
    height: unset !important;
}

.wpforms-submit:hover {
    background: linear-gradient(90deg, #d8b56b 0%, #d8b56b 100%)!important;
    color: #fff!important;
}

div.wpforms-container-full {
    margin: 0 !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: linear-gradient(90deg, #fdf9f1 0%, #fff5e0 100%) !important;
    border: none !important;
    box-sizing: border-box !important;
    color: #454545 !important;
    border-radius: 10px;
}


/* New theme  */

.page-header-7 {
    background-image: url(https://dev.privatebnb.com/wp-content/uploads/2024/01/img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.page-header-hero,
.get-started-cta,
.affiliate-partner {
    background-image: url(https://dev.privatebnb.com/wp-content/uploads/2024/01/d-5-1.png);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
}

.page-header-hero h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    font-family: 'Pacifico', cursive !important;
    text-align: center;
    font-weight: 100 !important;
}

.page-header-hero h4 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 500 !important;
    text-align: center;
}

.page-header-hero h5 {
    font-size: 18px;
    font-weight: 700 !important;
    margin-bottom: 5px;
    color: #b4985c !important;
    text-transform: uppercase;
    text-align: center;
}

.page-header-hero p {
    margin-bottom: 20px;
}

.page-header-hero .headline,
.page-header-hero .headlines {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0;
}

.page-header-hero p.headline,
.page-header-hero .headline p {
    margin-bottom: 40px;
    font-size: 18px;
    max-width: 810px;
}

.page-header-hero .headlines p {
    margin-bottom: 0;
}

.page-header-7.w-50 {
    width: 40% !important;
}

.logo-area {
    background: #F5F5F5;
    padding: 25px 0 !important;
}

.logo-area .logo-area-tiles,
.logo-area .e-con-inner {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.logo-area .e-con-inner {
    flex-direction: row !important;
    padding: 0 !important;
}

.logo-area .tile {
    text-align: center;
    margin: 10px 5px;
    width: auto;
}

.logo-area .tile a {
    padding: 15px !important;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-block;
    width: 175px;
}

.logo-area .tile a:hover,
.logo-area .tile a:focus {
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
    color: #000 !important;
}

.logo-area .tile img {
    margin-bottom: 5px;
    height: 30px;
    max-width: 140px;
    object-fit: contain;
}

.logo-area .tile p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
}

.property-owner {
    padding: 50px 0;
}

.main-title {
    margin-bottom: 20px !important;
    text-align: center !important;
    padding: 0 !important;
}

.main-title h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 800 !important;
    line-height: 130%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.property-owner .tile {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: stretch;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
    transition: all 0.6s ease;
}

.property-owner .tile:hover,
.property-owner .tile:focus {
    background: #f7f7f7;
}

.property-owner .tile a {
    text-decoration: none;
    padding: 30px;
}

.property-owner .tile a:hover,
.property-owner .tile a:focus {
    color: #000;
}

.property-owner .tile .detail {
    position: relative;
    z-index: 9;
}

.property-owner .tile .detail img {
    margin-bottom: 20px;
}

.property-owner .tile .detail h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 10px;
}

.property-owner .tile .detail p {
    font-size: 16px;
    font-weight: 400;
    line-height: 165%;
    margin-bottom: 0;
}

.privatebnb-university {
    background: #000;
}

.privatebnb-university .main-title h4 {
    margin-bottom: 20px;
    color: #fff;
}

.privatebnb-university .main-title h5 {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 24px;
}

.privatebnb-university .main-title h5 a {
    text-decoration: none;
    color: #fff;
}

.privatebnb-university .main-title h5 a:hover,
.privatebnb-university .main-title h5 a:focus {
    color: #fff;
}

.privatebnb-university .slick-slider {
    text-align: center;
}

.privatebnb-university .slick-slider .slick-list {
    margin-bottom: 30px;
}

.privatebnb-university .slick-slider .element {
    padding: 0 10px;
}

.privatebnb-university .slick-slider .element a {
    text-decoration: none;
}

.privatebnb-university .slick-slider .element a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}

.privatebnb-university .slick-slider .slick-prev,
.privatebnb-university .slick-slider .slick-next {
    border: none;
    margin: 0 5px;
    padding: 10px 32px;
    background: linear-gradient(94deg, #B4985C 0%, #89661B 100%);
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0;
}

.privatebnb-university .slick-slider .slick-prev.slick-disabled,
.privatebnb-university .slick-slider .slick-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.subpage-header-section {
    background-image: url(https://dev.privatebnb.com/wp-content/uploads/2024/01/d-5-1.png);
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
    padding: 100px 15px;
    text-align: center;
}

.subpage-header-section .title h4 {
    font-size: 36px;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 0;
    text-align: center;
}

.subpage-header-section .title h4 span,
.subpage-header-section .title h5 {
    font-family: 'Pacifico', cursive !important;
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 36px;
    line-height: 150% !important;
}

.content-with-image-section.bg-gray {
    background: #F5F5F5;
}

.content-with-image-section .tile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    flex-direction: row !important;
}

.content-with-image-section .tile .detail {
    width: 55%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.content-with-image-section .tile .detail h2 {
    font-family: 'Pacifico', cursive !important;
    margin-bottom: 30px;
    font-weight: 500;
}

.content-with-image-section .tile .detail h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    color: #89661B;
}

.content-with-image-section .tile .detail h4 b {
    color: #000;
}

.content-with-image-section .tile .image {
    width: 45%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.content-with-image-section .tile .image img {
    width: 100%;
    border: 1px solid #d5d5d5;
}

.partners-section.content-with-image-section .tile .detail {
    width: 80%;
}

.partners-section.content-with-image-section .tile .image {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-section.content-with-image-section .tile .image img {
    width: auto;
    max-width: 180px;
    border: none;
}

.about-us-slider {
    position: relative;
    padding: 0 30px;
}

.about-us-slider .slick-dots {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-us-slider .slick-dots li {
    margin: 5px 0;
    line-height: 0;
}

.about-us-slider .slick-dots li button {
    border: none;
    font-size: 0;
    width: 10px;
    height: 15px;
    border-radius: 4px;
    background: #ddd;
    padding: 0;
}

.about-us-slider .slick-dots li.slick-active button {
    background: #000;
    height: 40px;
}

.about-us-slider .slick-prev,
.about-us-slider .slick-next {
    display: none !important;
}

.about-us-slider .tile {
    text-align: center;
}

.about-us-slider .tile h4 {
    color: #B4985C;
    font-family: 'Pacifico', cursive;
}

.about-us-slider .tile h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
}

.about-us-slider .tile p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-us-slider .tile img {
    margin: 0 auto;
    height: 300px;
}

.use-cases .tlp-portfolio-item {
    background: #F5F5F5;
}

.use-cases .tlp-portfolio-item .tlp-portfolio-thum img {
    height: 250px;
    object-fit: cover;
}

.use-cases .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay p a {
    border: 1px solid #000 !important;
    background: #000;
    color: #fff !important;
    border-radius: 4px;
}

.use-cases .tlp-portfolio-item .tlp-content {
    padding: 25px;
    display: block;
    cursor: pointer;
}

.use-cases .tlp-portfolio-item .tlp-content .tlp-content-holder {
    padding: 0;
}

.use-cases .tlp-portfolio-item .tlp-content .tlp-content-holder .extra-features .tlp-portfolio-sd {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tlp-single-detail {
    padding-top: 60px;
}

.university-section .tile {
    margin-bottom: 30px;
}

.university-section .tile a {
    display: block;
}

.university-section .tile a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.get-started-section {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.get-started-section .get-started-box {
    padding: 0 15px !important;
}

.get-started-section .tile {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .065);
    padding: 1.5rem 1.5rem 2rem !important;
    position: relative;
    text-align: center;
}

.get-started-section .tile.bg-gray {
    background: #000000;
    color: #fff;
}

.get-started-section .tile img {
    margin-bottom: 15px;
}

.get-started-section .tile h4 {
    font-size: 1.5rem;
    line-height: 1.375;
    font-weight: 700;
    margin-bottom: 0;
}

.get-started-section .tile h5 {
    font-family: 'Pacifico', cursive !important;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
}

.get-started-section .tile p {
    margin-bottom: 0;
    margin-top: 20px;
}

.get-started-section .tile a {
    width: 100%;
    margin-top: 1.5rem!important;
}

.video-demo {
    text-align: center;
}

.video-demo iframe {
    width: 70% !important;
    height: 500px !important;
    margin: 0 auto !important;
}

.video-demo .elementor-wrapper {
    --video-aspect-ratio: none !important;
}

#videoIframe,
#videoIframe iframe {
    width: 100%;
    height: 250px;
}

.top-ways-section {
    border-top: 1px solid rgba(165, 165, 165, 0.2);
}

.top-ways-section .grids {
    margin-top: 60px;
}

.top-ways-section .grids .title h4 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.top-ways-section .grids .tile {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.top-ways-section .grids .tile a {
    text-decoration: none;
    display: block;
    padding: 0;
}

.top-ways-section .grids .tile a:hover,
.top-ways-section .grids .tile a:focus,
.top-ways-section .grids .tile a:active {
    text-decoration: underline;
    color: #000;
}

.top-ways-section .grids .tile a img {
    width: 100%;
    margin-bottom: 15px;
    height: 250px;
    object-fit: cover;
}

.top-ways-section .grids .tile a p {
    margin-bottom: 0;
}

.top-ways-section .d-inline-block {
    text-align: center !important;
}

.top-ways-section .d-inline-block ul {
    display: inline-block;
    text-align: left;
}

.card.card-plain {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .065);
    padding: 1.5rem 1.5rem 2rem;
}

.rating {
    color: #b49a5d;
}

.testimonials .slick-list {
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.testimonials .slick-slide {
    margin: 0 10px;
}

.testimonials .slick-prev,
.testimonials .slick-next {
    position: absolute;
    top: 45%;
    font-size: 0;
    border: none;
    background: #b49b5e;
    color: #fff;
    border-radius: 50%;
}

.testimonials .slick-prev {
    left: 0;
}

.testimonials .slick-next {
    right: 0;
}

.testimonials .slick-prev:after,
.testimonials .slick-next:after {
    content: "";
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.testimonials .slick-prev:after {
    content: "\f177";
}

.testimonials .slick-next:after {
    content: "\f178";
}

.testimonials .slick-prev.slick-disabled,
.testimonials .slick-next.slick-disabled {
    opacity: 0.4;
}

.elementor-button {
    background: linear-gradient(94deg, #B4985C 0%, #89661B 100%);
    padding: 10px 32px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    letter-spacing: 0;
}

.elementor-button:focus,
.elementor-button:active,
.elementor-button:hover {
    background: linear-gradient(94deg, #B4985C 0%, #B4985C 100%);
    color: #fff !important;
}

.elementor-element {
    padding: 0;
}

.testimonials .elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5;
}

.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container~.elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsl(0deg 0% 0% / 90%) !important;
}

.elementor-widget-testimonial-carousel .elementor-main-swiper {
    padding: 20px 10px;
}

.elementor-widget-testimonial-carousel .swiper-slide {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .065);
    padding: 1.5rem 1.5rem 2rem;
}

.how-it-works-tab .responsive-tabs-section {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.how-it-works-tab .responsive-tabs-list {
    background-color: transparent !important;
    border-radius: 0 !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.how-it-works-tab .responsive-tabs-list li {
    width: auto;
    min-width: 120px;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    margin-right: 5px;
    margin-left: 5px;
    height: 120px;
}

.how-it-works-tab .responsive-tabs-list li:last-child {
    margin-right: 0;
}

.how-it-works-tab .responsive-tabs-list li .responsive-tab-info {
    width: 100%;
}

.how-it-works-tab .responsive-tabs-list li .responsive-tab-info .responsive-tab-icon a {
    color: #000;
    padding: 20px 15px 13px;
}

.how-it-works-tab .responsive-tabs-list li .responsive-tab-info .responsive-tab-icon a svg {
    height: 24px;
}

.how-it-works-tab .responsive-tabs-list li .responsive-tab-info .responsive-tab-name {
    line-height: 1.5;
    text-transform: none;
    font-weight: 400;
    max-width: 110px;
    margin: 0 auto;
    word-break: break-word;
}

.how-it-works-tab .responsive-tabs-list li:last-child .responsive-tab-info .responsive-tab-name {
    max-width: 170px;
}

.how-it-works-tab .responsive-tabs-list li .responsive-tab-info .responsive-tab-name a {
    padding: 0 15px 20px;
    color: #000;
}

.how-it-works-tab .responsive-tabs-list li.active-tab {
    box-shadow: 0px 0px 45px rgba(0, 2, 50, 0.05) !important;
    background: rgba(255, 255, 255, 0.90) !important;
    border: none;
}

.how-it-works-tab .responsive-tabs-list li.active-tab .responsive-tab-info .responsive-tab-name {
    font-weight: 700;
}

.how-it-works-tab .responsive-tabs-content-list {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.how-it-works-tab .responsive-tabs-content-list .responsive-tab-content {
    color: #000;
    background-color: transparent;
    border-radius: 0;
    margin: 30px 0 0;
}

.how-it-works-tab .responsive-tabs-content-list .responsive-tab-content>div {
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
    min-height: 100px;
    padding: 0 !important;
}

.how-it-works-tab .responsive-tabs-content-list .responsive-tab-content p {
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 170% !important;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.how-it-works-tab .responsive-tabs-content-list .responsive-tab-content p a {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
}

.how-it-works-tab .responsive-tabs-content-list .responsive-tab-content p a:hover,
.how-it-works-tab .responsive-tabs-content-list .responsive-tab-content p a:focus,
.how-it-works-tab .responsive-tabs-content-list .responsive-tab-content p a:active {
    color: #b49a5d;
}

.e-con-full {
    padding: 0 !important;
}

.pricing-desc {
    margin-bottom: 50px !important;
}

.pricing-desc p {
    text-align: center;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 170% !important;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.pricing-table .pricing {
    margin: 0 15px;
}

.pricing-table .pricing .elementor-widget-container {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .065);
    padding: 1.5rem 1.5rem 2rem !important;
}

.pricing-table .pricing .elementor-price-table {
    text-align: left;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__header {
    background: transparent;
    padding: 0;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__header h2 {
    margin: 1rem 0;
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    color: #000;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__header h2 span {
    font-size: 30px;
    font-weight: 600;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__header h2 label {
    font-size: 26px;
    font-weight: 800;
    opacity: 0.6;
    display: block;
    line-height: 32px;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__header>span {
    margin: 1.25rem 0;
    font-size: 23px;
    font-weight: 800;
    border-bottom: 1px solid rgb(221 221 221 / 20%);
    padding-bottom: 1.25rem;
    display: block;
    color: #000;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__price {
    padding: 0;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__features-list {
    margin-bottom: 2.5rem;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__features-list li {
    margin-bottom: 10px;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__features-list li:last-child {
    margin-bottom: 0;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    margin: 0;
    display: flex;
    align-items: center;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__footer {
    padding: 0;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__footer a {
    display: block;
}

.pricing-table .pricing .elementor-price-table__ribbon {
    transform: none;
    width: auto;
    height: auto;
    right: 10px;
    top: -10px;
}

.pricing-table .pricing .elementor-price-table__ribbon .elementor-price-table__ribbon-inner {
    width: auto;
    transform: none;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.625;
    text-transform: none;
    background: #000 !important;
    border-radius: 5px;
    padding: 5px 10px;
}

.pricing-table .pricing.active .elementor-price-table__ribbon .elementor-price-table__ribbon-inner {
    background: #b4985c !important;
}

.pricing-table .pricing.active .elementor-price-table .elementor-price-table__footer a {
    background: linear-gradient(94deg, #B4985C 0%, #89661B 100%);
    color: #fff !important;
}

.pricing-table .pricing.active .elementor-price-table .elementor-price-table__footer a:hover {
    background: linear-gradient(94deg, #B4985C 0%, #B4985C 100%);
}

.pricing-table .pricing.active .elementor-price-table .elementor-price-table__header h2,
.pricing-table .pricing.active .elementor-price-table .elementor-price-table__header span,
.pricing-table .pricing.active .elementor-price-table .elementor-price-table__features-list li,
.pricing-table .pricing.active .elementor-price-table .elementor-price-table__header h2 label {
    color: #fff;
}

.pricing-table .pricing.active .elementor-widget-container {
    background-color: #000;
}

.pricing-table .pricing.active .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner svg {
    fill: #fff;
}

.pricing-table .pricing .elementor-price-table .elementor-price-table__features-list li:before {
    display: none;
}

.how-it-works-tabs .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 800;
}

.how-it-works-tabs .elementor-slides .swiper-slide-inner {
    padding: 0;
}

.how-it-works-tabs .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 16px;
    margin-bottom: 10px !important;
}

.how-it-works-tabs .swiper-slide {
    height: 220px !important;
}

.how-it-works-tabs .elementor-7 .elementor-element .elementor-slide-button {
    font-weight: 600 !important;
}

.subpage-header-section .e-con-inner {
    padding-top: 150px !important;
}

.tlp-portfolio-container .pfp-carousel .owl-nav {
    top: calc(50% - 36px);
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.pfp-carousel.owl-theme .owl-nav .owl-next,
.pfp-carousel.owl-theme .owl-nav .owl-prev {
    border: none;
    background: #ddd;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b4985c !important;
}

.tlp-portfolio .isotope3 .tlp-overlay,
.tlp-portfolio .carousel3 .tlp-overlay,
.tlp-portfolio .layout3 .tlp-overlay {
    background-color: rgb(180 152 92 / 70%);
}

.affiliate-partner .pricing-table .pricing .elementor-price-table__ribbon .elementor-price-table__ribbon-inner {
    font-size: 20px;
    font-weight: 700;
}

.feature-section.affiliate-feature .tiles a {
    flex-direction: column;
    text-align: center;
}

.feature-section.affiliate-feature .tiles .icon {
    margin-right: 0;
    margin-bottom: 25px;
}

.no-results {
    padding: 100px 20px;
    text-align: center;
}

@media screen and (max-width: 1250px) {
    .btn-round {
        padding: 14px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width:1199px) {
    .page-header-hero h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .meet-the-minds .minds .details h4 {
        font-size: 22px;
        line-height: 120%;
    }
    .meet-the-minds .minds .details h5 {
        font-size: 16px;
        line-height: 90%;
    }
    .meet-the-minds .minds .details p {
        line-height: 140%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .get-started-section .tile h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:991px) {
    .logo-area .tile {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }
    .main-title h4 {
        font-size: 24px;
    }
    .nav-open .wrapper {
        transform: none !important;
    }
    h4.description {
        font-size: 18px;
    }
    .subscription-section .subscription-from .wpforms-field-container {
        width: 100%;
        margin-bottom: 20px;
    }
    .modal-content .modal-header,
    .modal-content .modal-body {
        max-height: 70vh;
    }
    .how-it-works-section .title h4 {
        font-size: 40px;
    }
    .feature-section .title h4 {
        font-size: 40px;
    }
    .plan-section .title h4 {
        font-size: 40px;
    }
    .page-header {
        padding: 120px 0 60px;
        min-height: auto;
        margin-bottom: 0;
    }
    .meet-the-minds .minds {
        margin-bottom: 30px;
    }
    .meet-the-minds .minds .image {
        width: 50%;
    }
    .meet-the-minds .minds .details {
        padding: 10px;
        width: 50%;
    }
    .meet-the-minds .minds .details h4 {
        font-size: 16px;
    }
    .meet-the-minds .minds .details h5 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .meet-the-minds .minds .details p {
        font-size: 12px;
    }
    .meet-the-minds .minds .details a i {
        font-size: 16px;
    }
    .core-values .values {
        margin-bottom: 30px;
    }
    .core-values .values h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .policy h5 {
        margin-top: 30px;
    }
    .policy-table-of-content h5 {
        margin-top: 20px;
    }
    .policy-table-of-content h3 {
        margin-top: 30px;
    }
    .policy-table-of-content h6 {
        margin-top: 20px;
    }
    .subpage-header-section {
        padding: 80px 15px 60px;
    }
    .subpage-header-section .title h4 {
        font-size: 28px;
    }
    .content-with-image-section .tile .image {
        width: 60%;
    }
    .content-with-image-section.affiliate-partner .tile .image {
        width: 60%;
    }
    .content-with-image-section .tile .detail {
        width: 100%;
        margin-bottom: 30px;
    }
    .content-with-image-section.affiliate-partner .tile .detail {
        width: 100%;
    }
    .content-with-image-section.bg-gray .tile {
        flex-direction: column-reverse !important;
    }
    .partners-section.content-with-image-section .tile .detail {
        width: 100%;
    }
    .partners-section.content-with-image-section .tile .image {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .partners-section.content-with-image-section .tile .image img {
        max-width: 180px;
        width: auto;
        max-height: 50px;
    }
    .partners-section.content-with-image-section .tile .detail {
        margin-bottom: 0;
    }
    .partners-section.content-with-image-section.bg-gray .tile {
        flex-direction: column !important;
    }
    .partners-section.content-with-image-section .tile {
        flex-direction: column-reverse !important;
    }
    .video-demo iframe {
        width: 100% !important;
        height: 320px !important;
    }
    .subpage-header-section .e-con-inner {
        padding-top: 70px !important;
    }
}

@media screen and (max-width:767px) {
    .page-header-hero h1 {
        font-size: 34px;
        line-height: 48px;
    }
    .page-header-hero h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .page-header-hero p.headline,
    .page-header-hero .headline p {
        font-size: 16px;
    }
    .logo-area .tile a {
        width: auto;
    }
    .logo-area .tile img {
        height: 20px;
        max-width: 110px;
    }
    .page-header-hero .card {
        padding: 30px !important;
    }
    .main-title h4 {
        font-size: 20px;
    }
    .property-owner .tile {
        margin-bottom: 10px;
    }
    .property-owner .tile .detail img {
        margin-bottom: 15px;
        height: 50px;
    }
    .property-owner .tile .detail p {
        font-size: 15px;
    }
    .wrapper {
        padding: 30px 0;
    }
    .page-header {
        padding: 100px 0 60px;
    }
    .how-it-works-section .title {
        margin-bottom: 30px;
    }
    .how-it-works-section .title h4 {
        font-size: 32px;
    }
    .how-it-works-section .nav.nav-tabs .nav-item {
        width: 33%;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 0 5px;
    }
    .how-it-works-section .nav.nav-tabs .nav-item .nav-link {
        width: 100%;
    }
    .feature-section .title {
        margin-bottom: 30px;
    }
    .feature-section .title h4 {
        font-size: 32px;
    }
    .plan-section .title {
        margin-bottom: 30px;
    }
    .plan-section .title h4 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .plan-section .title p {
        margin-bottom: 80px;
    }
    .plan-section .pricing .price {
        width: 90%;
    }
    .plan-section .pricing .price h2 {
        font-size: 36px;
    }
    .meet-the-minds .title h4,
    .core-values .title h4 {
        font-size: 32px;
    }
    .property-owner .tile {
        background: #f7f7f7;
    }
    .how-it-works-section .nav.nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }
    .subpage-header-section {
        padding: 60px 15px 40px;
    }
    .subpage-header-section .title h4 {
        font-size: 26px;
    }
    .content-with-image-section .tile .image {
        width: 100%;
    }
    .content-with-image-section.affiliate-partner .tile .image {
        width: 100%;
    }
    .privatebnb-university .main-title h5 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .top-ways-section .grids .tile a img {
        height: auto;
    }
    #videoIframe,
    #videoIframe iframe {
        margin-bottom: 20px;
    }
    .how-it-works-tab .responsive-tabs-list li {
        width: calc(33% - 10px);
        margin-bottom: 10px;
    }
    .pricing-table .pricing .elementor-price-table .elementor-price-table__header h2 {
        font-size: 36px;
    }
    .pricing-table .pricing {
        margin: 0;
    }
    .content-with-image-section .tile .image,
    .content-with-image-section .tile .detail {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .content-with-image-section .tile {
        margin-left: 0;
        margin-right: 0;
    }
    .core-values .core-values-grid {
        margin-left: 0;
        margin-right: 0;
    }
    .core-values .values {
        padding: 0 !important;
    }
    .meet-the-minds .meet-the-minds-grid {
        margin-left: 0;
        margin-right: 0;
    }
    .meet-the-minds .meet-the-minds-grid .tile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .get-started-section .tile {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: center;
    }
    .get-started-section .tile .image {
        width: auto;
    }
    .get-started-section .tile img {
        margin-bottom: 0;
        width: 80px;
        object-fit: contain;
    }
    .get-started-section .tile .desc {
        text-align: left;
        padding-left: 20px !important;
    }
    .get-started-section .tile h4 {
        margin-bottom: 0;
        font-size: 1.2rem;
    }
    .get-started-section .tile h5 {
        display: none;
    }
    .get-started-section .tile p {
        display: none;
    }
    .get-started-section .tile a {
        margin-top: 0.5rem!important;
        padding: 10px 22px !important;
    }
    .get-started-section .get-started-box {
        padding: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .how-it-works-section .nav.nav-tabs .nav-item {
        width: 50%;
    }
    .how-it-works-tab .responsive-tabs-list li {
        width: calc(50% - 10px);
    }
    .e-con-inner {
        width: 100%;
    }
    .how-it-works-tab .responsive-tabs-list li .responsive-tab-info .responsive-tab-name {
        font-size: 14px;
    }
    .how-it-works-tabs .swiper-slide {
        height: 250px !important;
    }
}