/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

body {
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    font-family: "Roboto", serif;
    overflow-x: hidden;

}

.fade-section {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* color */
:root {
    --primary: #2F3E83;
    --secondary: #b7cc41;
}

/* Common Style */
.theme-text,
.theem-text i {
    color: var(--primary) !important;
}

.theme-bg {
    background-color: var(--primary) !important;
}

.theem-border {
    border-color: var(--primary) !important;
}

.section.page-section {
    padding: 10px 0 60px 0;
}

.section {
    padding: 130px 0;
}

.request_btn{
    margin-top:100px;
}

.section-title {
    color: #212529;
    font-size: 52px;
    line-height: 62px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    margin-bottom: 0;
}

.content-sec-title {
    font-size: 24px;
    font-weight: 400;
    color: #212529;
}

/* .header_sec.sticky-top {
    z-index: 1050;
} */

.table-responsive {
    position: relative;
    overflow: visible;
    /* Allow sticky elements to work */
}

.table thead th {
    top: 0;
    background-color: white;
    z-index: 1020;
    padding: 14px 0px;
}


@media (max-width: 991px) {
    .section {
        padding: 80px 0;
    }

    .request_btn{
        margin-top:80px;
    }

    .section-title {
        font-size: 48px;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 42px;
        line-height: 55px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .section.page-section .section-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .section {
        padding: 40px 0;
    }

    .request_btn{
        margin-top: 40px;
    }

    .section-title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 500px) {
    .section-title {
        line-height: 48px;
    }
}

/* =============================  Header  ================================= */
.header_sec {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.header_sec .nav-link {
    font-size: 16px;
    padding: 22px 16px !important;
    color: var(--primary);
    font-weight: 700;
    font-family: "Roboto", serif;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.header_sec .nav-link:hover {
    color: var(--primary);
}

.header_sec .nav-link.active {
    color: var(--primary) !important;
}

.header_sec .btn {
    padding: 10px 15px;
    font-family: "Roboto", serif;
}

@media screen and (min-width: 992px) {
    .header_sec .nav-item.profile span {
        display: none;
    }

    .header_sec .nav-item.profile a {
        height: 45px;
        width: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .header_sec .offcanvas {
        max-width: 300px;
    }

    .header_sec .nav-item {
        padding: 10px 15px !important;
        width: 100%;
        display: block;
        background: #e6e5e5;
        margin-bottom: 10px;
    }

    .header_sec .nav-link {
        padding: 0px !important;
        width: 100%;
        display: flex;
        justify-content: start !important;
        align-items: center;
    }

    .header_sec .nav-link i {
        margin-top: 2px;
    }

    /* .header_sec .nav-item.demo {
        background-color: var(--primary);
    } */

    .header_sec .nav-item.demo a {
        background: transparent !important;
        padding: 0;
        text-align: left;
        color: var(--primary) !important;
        font-weight: 600;
    }

    .header_sec .nav-item.profile {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
    }

    .header_sec .nav-item.profile a {
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8px;
        font-size: 12px;
        background-color: var(--primary);
    }

    .header_sec .nav-item.profile a i {
        color: #ffffff !important;
    }

    .header_sec .nav-item.profile span {
        color: var(--primary);
        font-size: 15px;
        font-weight: 600;
    }
}

.navbar-brand img {
    max-height: 40px;
}

.btn {
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: #212121 !important;
    border-color: #212121;
}

.btn-secondary {
    color: var(--secondary);
    border-color: var(--secondary);
    background-color: transparent;
}

.btn-secondary:hover {
    background: var(--secondary) !important;
    color: #fff !important;
}

.request_form {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
}

.request_demo_section .form-control::placeholder {
    color: #CCC;
}

.header_sec .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-weight: 400;
    padding: 8px 5px;
}

.header_sec .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--primary);
    background-color: transparent !important;
}

.header_sec .navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

/* =============================  Banner ================================ */

.banner_section {
    padding: 150px 0px;
    background-color: var(--primary);
}

.banner_section h1 {
    font-size: 58px;
    line-height: 72px;
    font-weight: 400;
}

.banner_section h1 span.first-word,
.banner_section h1 span.last-word {
    font-weight: 200 !important;
}

.banner_section p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.banner_section a svg,
.banner_section a i {
    position: relative;
    right: 0;
    transition: 0.4s all ease-in-out;
}

.banner_section a:hover svg,
.banner_section a i {
    right: -5px;
}

.banner_section img {
    border-radius: 20px;
}

.banner_section img.img-1 {
    border: 20px solid #202b5a;
}

.banner_section img.img-2 {
    position: absolute;
    top: 30%;
    right: -25%;
    border: 20px solid #202b5a4d;
}

@media only screen and (max-width: 1650px) {
    .banner_section img.img-2 {
        right: -10%;
    }
}

@media only screen and (max-width: 1500px) {
    .banner_section img.img-2 {
        right: -5%;
        width: 60%;
    }
}

@media only screen and (max-width: 1399px) {
    .banner_section h1 {
        font-size: 48px;
        line-height: 62px;
    }

    .banner_section img.img-2 {
        top: 10%;
        right: -5%;
        width: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner_section h1 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 20px !important;
    }

    .banner_section p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 1015px) {
    .banner_section img.img-2 {
        right: -2%;
    }
}

@media only screen and (max-width: 991px) {

    .banner_section h1,
    .banner_section p,
    .banner_section a {
        text-align: center;
        display: block;
    }

    .banner_section a {
        margin-bottom: 22px;
    }

    .banner_section img.img-2 {
        top: 22%;
        right: -10%;
    }
}

@media only screen and (max-width: 879px) {
    .banner_section img.img-2 {
        right: -5%;
    }
}

@media only screen and (max-width: 799px) {
    .banner_section img.img-2 {
        right: 0;
        width: 40%;
    }
}

@media only screen and (max-width: 575px) {
    .banner_section h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 20px !important;
    }

    .banner_section p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px !important;
    }

    .banner_section a {
        margin-bottom: 25px;
    }

    .banner_section img.img-2 {
        right: 33%;
        transform: translate(50%, 35%);
        width: 50%;
        border: 10px solid #202b5a4d;
    }
}

/* =============================  Partner  ================================= */
.our_partnets_sec .section_heading {
    margin-top: -5px;
}

@media only screen and (max-width: 1650px) {
    .our_partnets_sec .desc {
        width: 75%;
    }
}

@media only screen and (max-width: 1500px) {
    .our_partnets_sec .desc {
        width: 70%;
    }
}

@media only screen and (max-width: 1399px) {
    .our_partnets_sec .desc {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .our_partnets_sec h2 {
        width: 80%;
    }
}

@media only screen and (max-width: 799px) {

    .our_partnets_sec h2,
    .our_partnets_sec .desc {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .our_partnets_sec .partners_lists .col {
        flex: 0 0 auto;
        width: 25%;
    }
}

/* =============================  features  ================================= */
.property-management {
    background-color: #202b5a11;
}

.property-management h4 {
    color: var(--primary);
    font-weight: bold;
}

.property-management ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}

.property-management ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: var(--primary);
    font-size: 18px;
    width: 20px;
}

.property-management .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 991px) {
    .property-management h2 {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .property-management p {
        /* text-align: justify; */
        line-height: 28px;
    }
}

/* =============================  membership-plan ================================= */
.membership-plan {
    position: relative;
    /* margin-bottom: 120px; */
}

.membership-plan::before {
    content: '';
    width: 100%;
    height: 500px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--primary);
}

.membership-plan h2,
.membership-plan p {
    color: #ffffff;
}

.membership-plan .p-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    border: 2px solid var(--primary);
    min-width: 105px;
}

.membership-plan .p-desc {
    font-style: italic;
}

.membership-plan .p-desc,
.membership-plan .p-rule {
    color: #333;
}

.membership-plan .p-price {
    font-size: 40px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
}

.membership-plan .p-price sup,
.membership-plan .p-price sub {
    font-size: 20px;
}

.membership-plan .list-items i {
    font-size: 14px;
}

.membership-plan .list-items .vip-star {
    font-size: 16px;
    color: orange;
}

.membership-plan .list-items li:last-child {
    margin-bottom: 0 !important;
}

.membership-plan .help-icon {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #212529;
    cursor: help;
}

.membership-plan .help-icon i {
    font-size: 10px;
    padding-bottom: 1px;
}

.membership-plan .pricing-table h4 {
    color: #212529;
}

.membership-plan .pricing-table span.off {
    color: #212529;
    font-family: "Roboto Condensed", serif;
}

.membership-plan .pricing-table p.small-text {
    font-weight: 500;
    color: #858BA0;
    font-size: 12px;
    font-family: "Roboto Condensed", serif;
}

.membership-plan .pricing-table .item:first-child {
    height: auto;
}

.membership-plan .pricing-table .item .name {
    font-size: 18px;
    font-weight: 500;
}

.membership-plan .pricing-table .table thead tr th h2 {
    color: #252430;
}

.membership-plan .pricing-table .btn {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--primary);
}

.pricing-table .table thead tr th:nth-child(2),
.pricing-table .table thead tr th:nth-child(3),
.pricing-table .table thead tr th:nth-child(4),
.pricing-table .table tbody tr td:nth-child(2),
.pricing-table .table tbody tr td:nth-child(3),
.pricing-table .table tbody tr td:nth-child(4) {
    text-align: center;
    vertical-align: middle;
    height: 80px;
    width: 23.33333333333333%;
}

.pricing-table .table thead tr th:nth-child(1),
.pricing-table .table tbody tr td:nth-child(1) {
    vertical-align: middle;
    height: 80px;
    width: 30%;
    text-align: start;
}

.pricing-table .table tbody tr td:nth-child(1) {
    color: #252430;
    font-size: 16px;
    font-weight: 500;
    padding: .5rem;
}

.pricing-table .table-responsive {
    padding: 10px;
}

/* .all-features-active.scrolled-features {
    margin-top: 80px;
} */

/* .membership-plan .head-sticky {
    display: none;
} */

.all-features-active.scrolled-features .membership-plan .head-sticky {
    position: fixed;
    top: 69px;
    z-index: 9999;
    display: block;
    background: #ffffff;
    padding-top: 15px;
}

.all-features-active.scrolled-features .starting-features {
    margin-top: -25px;
}

@media (min-width: 1400px) {
    .all-features-active.scrolled-features .membership-plan .head-sticky tr th {
        width: 290px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:last-child {
        width: 290px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:first-child {
        width: 372px;
    }
}

@media (max-width: 1399px) {
    .all-features-active.scrolled-features .membership-plan .head-sticky tr th {
        width: 248px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:last-child {
        width: 249px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:first-child {
        width: 318px;
    }
}

@media (max-width: 1199px) {
    .all-features-active.scrolled-features .membership-plan .head-sticky tr th {
        width: 206px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:last-child {
        width: 207px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:first-child {
        width: 264px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky {
        top: 68px;
    }
}

@media (max-width: 991px) {
    .all-features-active.scrolled-features .membership-plan .head-sticky tr th {
        width: 150px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:last-child {
        width: 151px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky tr th:first-child {
        width: 192px;
    }

    .all-features-active.scrolled-features .membership-plan .head-sticky {
        top: 56px;
    }
}

@media (max-width: 767px) {
    .all-features-active.scrolled-features .membership-plan .head-sticky {
        display: none !important;
    }

    .membership-plan .pricing-table .table tbody span {
        white-space: nowrap;
        margin-right: 13px;
    }
}

@media (min-width: 768px) {
    .ribbon {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: absolute;
    }

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid var(--primary);
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        font-size: 16px;
        background-color: var(--primary);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        text-transform: uppercase;
        text-align: center;
    }

    /* top right*/
    .ribbon-top-right {
        top: -43px;
        right: -44px;
        z-index: 1;
        transform: scale(.5);
    }

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }
}

@media (max-width: 1199px) {
    .ribbon-top-right {
        top: -43px;
        right: -43px;
        z-index: 1;
        transform: scale(.5);
    }
}

@media (max-width: 991px) {
    .membership-plan .pricing-table span.off {
        font-size: 10px;
        white-space: nowrap;
        position: absolute;
        top: -12px;
        background: white;
    }

    .membership-plan .pricing-table .btn {
        font-size: 11px;
        padding: 4px 8px !important;
    }

    .membership-plan .pricing-table .table thead tr th h2 {
        font-size: 18px;
        margin: 0;
    }

    .membership-plan .pricing-table .table .paln-duration {
        font-size: 10px;
    }

    .pricing-table .table tbody tr td:nth-child(1) {
        font-size: 12px;
    }

    .pricing-table .table img {
        width: 15px;
        height: auto;
    }

    .membership-plan .pricing-table h4 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .membership-plan .pricing-table .btn {
        padding: 4px 7px 3px 8px !important;
    }

    .ribbon span {
        font-size: 22px;
        color: #212529;
    }

    .pricing-table .table thead tr th:nth-child(1),
    .pricing-table .table tbody tr td:nth-child(1) {
        width: 20%;
    }

    .pricing-table .table thead tr th:nth-child(2),
    .pricing-table .table thead tr th:nth-child(3),
    .pricing-table .table thead tr th:nth-child(4),
    .pricing-table .table tbody tr td:nth-child(2),
    .pricing-table .table tbody tr td:nth-child(3),
    .pricing-table .table tbody tr td:nth-child(4) {
        width: 26.66666666666667%;
    }

    .membership-plan .pricing-table p.small-text {
        display: none;
    }
}

@media (max-width: 767px) {
    .membership-plan .pricing-table .btn {
        white-space: nowrap;
    }
}

@media (max-width: 530px) {
    .membership-plan .pricing-table span.off {
        position: static;
    }
}

/* =============== View All Features ===============  */
.membership-plan .content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

.membership-plan .rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

/* =============================  Property Managers (Testimonials)  ================================= */
.property-managers {
    background-color: var(--primary);
}

.property-managers .stars i {
    color: rgb(160, 105, 2);
}

.property-managers h6 {
    color: #1A1A1A;
}

.property-managers .profile {
    height: 80px;
    width: 80px;
}

.property-managerst .quotation {
    width: 40px;
    height: auto;
}

.property-managers .swiper-slide {
    display: flex;
    height: auto;
}

/* ===================== Heigher Productivity =================== */
.higher-productivity .shape-container {
    height: 487px;
    overflow: hidden;
}

.higher-productivity .shape-bg {
    top: 0;
    left: -25%;
    height: 140%;
    width: 300px;
    background-color: var(--primary);
    clip-path: polygon(25.75% 0%, 75% 40.5%, 75% 75%, 25% 75%);
}

.higher-productivity .img-shape {
    background-size: cover;
    background-position: bottom;
    height: 650px;
}

.higher-productivity ul li {
    font-size: 20px;
}

.higher-productivity ul li::before {
    content: '\f0c8';
    font-family: 'FontAwesome';
    color: var(--primary);
    font-size: 19px;
    width: 22px;
    display: inline-block;
}

@media (min-width: 992px) {
    .higher-productivity .img-shape {
        width: 168%;
        margin-left: -35%;
        clip-path: polygon(25% 25%, 75.5% 0%, 75% 75%, 25% 75%);
    }
}

@media (max-width: 1199px) {
    .higher-productivity .shape-bg {
        left: -35%;
    }
}

@media (max-width: 991px) {
    .higher-productivity {
        padding: 60px 0;
    }

    .higher-productivity .shape-container {
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .higher-productivity .img-shape {
        height: 650px;
        width: 100%;
    }

    .higher-productivity .shape-bg {
        left: -12% !important;
        height: 175%;
        width: 225px;
    }
}

@media (max-width: 767px) {
    .higher-productivity ul li {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .higher-productivity ul li {
        font-size: 14px;
    }

    .higher-productivity .shape-bg {
        left: -20% !important;
    }
}

/* ===================== Higher Noi =================== */
.higher-noi {
    background-color: #FFF8F6;
}

.higher-noi .shape-container {
    height: 487px;
    overflow: hidden;
}

.higher-noi .shape-bg {
    top: 68%;
    left: -25%;
    height: 140%;
    width: 300px;
    background-color: var(--primary);
    clip-path: polygon(25.75% 0%, 75% 40.5%, 75% 75%, 25% 75%);
    z-index: 1;
}

.higher-noi .img-shape {
    background-size: cover;
    background-position: bottom;
    height: 650px;
}

.higher-noi ul li {
    font-size: 20px;
}

.higher-noi ul li::before {
    content: '\f0c8';
    font-family: 'FontAwesome';
    color: var(--primary);
    font-size: 19px;
    width: 22px;
    display: inline-block;
}

@media (min-width: 992px) {
    .higher-noi .img-shape {
        width: 168%;
        margin-left: -35%;
        clip-path: polygon(50% 2.45%, 100% 29.02%, 100% 100%, 0% 100%, 0% 29.02%);
    }
}

@media (max-width: 991px) {
    .higher-noi {
        padding: 60px 0;
    }

    .higher-noi .shape-container {
        border-radius: 20px;
        margin-top: 20px;
    }

    .higher-noi .img-shape {
        height: 650px;
        width: 100%;
    }

    .higher-noi .shape-bg {
        top: 40%;
        left: -40% !important;
        height: 175%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .higher-noi ul li {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .higher-noi ul li {
        font-size: 14px;
    }
}

/* ===================== Heigher Productivity =================== */
.higher-resident .shape-container {
    height: 487px;
    overflow: hidden;
}

.higher-resident .shape-bg {
    transform: rotate(-180deg);
    bottom: -22%;
    right: -25%;
    height: 200px;
    width: 300px;
    background-color: var(--primary);
    clip-path: polygon(25.75% 0%, 75% 40.5%, 75% 75%, 25% 75%);
    z-index: 1;
}

.higher-resident .img-shape {
    background-size: cover;
    background-position: bottom;
    height: 650px;
}

.higher-resident ul li {
    font-size: 20px;
}

.higher-resident ul li::before {
    content: '\f0c8';
    font-family: 'FontAwesome';
    color: var(--primary);
    font-size: 19px;
    width: 22px;
    display: inline-block;
}

@media (min-width: 992px) {
    .higher-resident .img-shape {
        width: 168%;
        margin-left: -35%;
        clip-path: polygon(100% 30.52%, 100% 100%, 0% 100%, 0% 0%);
    }
}

@media (max-width: 991px) {
    .higher-resident .shape-container {
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .higher-resident .img-shape {
        height: 650px;
        width: 100%;
    }

    .higher-resident .shape-bg {
        left: 80% !important;
        height: 175%;
        width: 225px;
    }
}

@media (max-width: 767px) {
    .higher-resident ul li {
        font-size: 16px;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .higher-resident ul li {
        font-size: 14px;
    }

    .higher-resident .shape-bg {
        left: 70% !important;
    }
}

/* ==========  Looking For  ========== */
/* .looking-for {
    padding: 0 0 100px 0;
} */

.bg-1 {
    background-color: #F9F9F9;
}

.bg-2 {
    background-color: #FFF8F6;
}

.looking-for h4 {
    color: #1A1A1A;
}

@media (min-width: 768px) {
    .looking-for h4 {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: start;
    }
}

@media (max-width: 991px) {
    /* .looking-for {
        padding: 0 0 70px 0;
    } */

    .looking-for .wrap-reverse-mx-991 {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 767px) {
    /* .looking-for {
        padding: 0 0 40px 0;
    } */
}

@media (max-width: 991px) and (min-width: 768px) {
    .looking-for h4 {
        justify-content: center;
    }
}

/* ============ FAQ =========== */
.faq .content {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
}

.faq .overlay-bg {
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    display: inline-block;
    position: absolute;
    background: linear-gradient(to bottom, #1a1a1a00 0%, #2F3E83 100%);
}

.faq a:hover {
    border-color: #ffffff !important;
}

.faq .accordion-button::after {
    display: none !important;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* ============= Mobile App ============ */
.mobile-app {
    background-size: cover;
    background-position: top;
}

.mobile-app h2 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 400;
    color: var(--primary);
}

.mobile-app h2 .last-word {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    padding: 0 25px;
    padding-left: -91px;
}

.mobile-app p {
    font-size: 20px;
    line-height: 36px;
    color: #404040;
}

@media (max-width: 1200px) {
    .mobile-app h2 {
        font-size: 51px;
        line-height: 65px;
    }
}

@media (max-width: 991px) {
    .mobile-app {
        background-position: left;
        text-align: center;
    }

    .mobile-app h2 {
        font-size: 58px;
        line-height: 80px;
    }
}

@media (max-width: 575px) {
    .mobile-app h2 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 500px) {
    .mobile-app h2 {
        font-size: 38px;
        line-height: 56px;
        margin-bottom: -8px;
    }

    .mobile-app p {
        font-size: 16px;
        line-height: 28px;
    }
}

/* =============================  features  ================================= */

/* ============ Tutorial Demo ============ */
.tutorial-demo {
    background-color: #202b5a10;
}

.tutorial-demo p {
    line-height: 32px;
}

.tutorial-demo .btn {
    height: 60px;
    width: 60px;
    font-size: 22px;
    color: var(--primary);
}

.tutorial-demo form .btn,
.tutorial-demo form .btn:focus {
    font-size: 18px;
    background-color: var(--primary);
}

.tutorial-demo form .form-label {
    margin-bottom: .2rem;
}

.youtube-modal .btn-close {
    position: fixed;
    top: 16%;
    right: 16%;
    background: rgb(139, 0, 0);
    z-index: 222;
    height: 50px;
    width: 50px;
    border-radius: 25%;
    color: white;
    font-size: 24px;
}

@media (max-width: 500px) {

    .tutorial-demo p {
        line-height: 24px;
    }
}

/* ========= Our Article ========= */
.our-article p {
    line-height: 34px;
}

.our-article .card {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.our-article .card-title {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 400;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.our-article .card-text {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.our-article .btn {
    font-size: 15px;
    line-height: 30px;
    color: #262626;
    border: 0;
}

@media (max-width: 767px) {

    .our-article p,
    .our-article .card-text {
        line-height: 24px;
    }

    .our-article .card-title {
        margin-bottom: 7px !important;
    }
}

/* ========== Three Steps ========== */
.three-steps h2 {
    line-height: 52px;
}

.three-steps .card .card-title {
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 500;
}

.three-steps .card .card-text {
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .three-steps img {
        max-width: 200px;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .three-steps h2 {
        font-size: 25px;
        line-height: 28px;
    }
}


/* Signin Section */
.sign-in {
    background-color: var(--primary);
}

.sign-in .btn {
    background-color: #0E1743;
}

@media (max-width: 1199px) {
    .sign-in h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sign-in h2 {
        font-size: 20px;
        line-height: 18px;
    }
}

/* ========== Business Growth =========== */
.business-growth {
    margin-top: 70px;
    background-position: center;
    background-size: cover;

    width: 100%;
    height: 50vh;
    min-height: 475px;
    overflow: hidden;
}

.business-growth video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 115vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.business-growth .overlay-bg {
    min-height: 400px;
    background-color: #2f3e83c9;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.business-growth h2 {
    font-size: 64px;
    font-weight: 400;
}

.business-growth p {
    font-size: 36px;
    line-height: 55px;
}

.business-growth .btn {
    background-color: var(--primary);
}

@media (max-width: 1199px) {
    .business-growth h2 {
        font-size: 48px;
    }

    .business-growth p {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .business-growth h2 {
        font-size: 48px;
    }

    .business-growth p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .business-growth h2 {
        font-size: 35px;
    }

    .business-growth p {
        font-size: 18px;
        line-height: 28px;
    }

    .business-growth .btn {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .business-growth h2 {
        font-size: 36px;
    }

    .business-growth p {
        font-size: 15px;
        line-height: 26px;
    }
}

/* ========== Footer =========== */
.footer {
    padding-top: 80px;
    background-color: #1A1A1A;
}

.footer .social span {
    font-size: 20px;
    margin-right: 10px;
}

.footer .social i {
    font-size: 22px;
    margin-right: 10px;
}

.footer form .btn {
    position: absolute;
    top: -5px;
    right: 0;
    height: 45px;
    width: 45px;
    background-color: #292929e6;
    border: 0;
    color: #ffffff;
}

.footer form input:focus {
    border-color: #ffffff !important;
}

.footer form input::-webkit-input-placeholder {
    color: #ffffff83;
}

.footer form input::-moz-placeholder {
    color: #ffffff83;
}

.footer form input:-ms-input-placeholder {
    color: #ffffff83;
}

.footer form input::-ms-input-placeholder {
    color: #ffffff83;
}

.footer .links a {
    font-size: 15px;
    line-height: 28px;
    opacity: 0.8;
    font-weight: 400;
    transition: 0.4s all ease-in-out;

    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; */
}

.subscribe_form .form-control, select {
    color: #fff;
}

.footer .links a:hover {
    opacity: 1;
}

.features_card {
    background: #b7cc410f;
    border: 1px dashed #b7cc4194 !important;
}

.features_card .content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.features_card .content p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

/* =============================  Reviews  ================================= */

.reviews_section {
    background-image: linear-gradient(#f9fdfd, #ddf0f2);
}

.reviews_section .review_item {
    width: 100%;
}

.reviews_section .swiper-wrapper {
    transition-timing-function: linear !important;
}

.user_pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.review_item .content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}

.review_item .content p {
    font-size: 16px;
    font-weight: 400;
}

.reviews_section .swiper-slide {
    display: flex;
    height: auto;
}

/* =============================  Faq  ================================= */

.faq_section .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #ebebeb;
    border-radius: 6px !important;
    overflow: hidden;
}

.faq_section .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    padding: 20px 15px;
}

.faq_section .accordion-body {
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #EEE;
}

.faq_section .accordion-button:not(.collapsed) {
    background: var(--primary) !important;
    color: #fff !important;
}

.faq_section .accordion-button::after {
    background-image: none;
    content: "\f107";
    font-family: 'FontAwesome';
    transform: rotate(0deg) !important;
}

.faq_section .accordion-button:not(.collapsed)::after {
    content: "\f106";
    transform: rotate(0deg) !important;
}

/* =============================  Faq  ================================= */

.footer_banner {
    background-size: cover;
    background-position: 82% 50%, 50% 50%;
    background-repeat: no-repeat, no-repeat;
}

.footer_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #b7cc41ed;
}

.footer_banner .content h3 {
    font-size: 32px;
    font-weight: 800;
}

.footer_banner .content p {
    font-size: 16px;
    font-weight: 400;
}

.footer_banner .btn-secondary:hover {
    background: #000 !important;
}

.footer_widget .title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.footer_links .link {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    padding: 5px 0px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.footer_links .link:hover {
    text-decoration: underline !important;
    color: var(--secondary);
}

.copyright {
    font-size: 16px;
    color: #000000;
}


.scroll_top {
    position: fixed;
    bottom: 50px;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50px;
    z-index: 99999;
    cursor: pointer;
    display: none;
    padding: 12px 13px;
    transform: translatex(-50%);
}


.social_links ul li {
    display: inline-block;
}

.social_links ul li a {
    display: block;
    padding: 7px 7px;
    color: #151515;
    font-size: 16px;
    transition: all 0.2s ease;
}

.social_links ul li a:hover {
    color: var(--primary);
}

.footer_links h6 {
    font-size: 14px;
    color: #000000;
}




/* =============================  Sign In  ================================= */

.signin_section {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.signin_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #2f3e83e6;
}

.signin_form {
    max-width: 25rem;
    margin: auto;
}


.signin_form .title {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
}

.signin_form .subtitle {
    font-size: 16px;
    color: var(--primry);
}


.social_btn {
    border: 1px solid #f5f5f5;
    padding: 14px 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
    max-width: 250px;
    margin: auto;
    background: #ffffff;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
}

.form-control {
    padding: 10px 12px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

.forgot_pass a,
.forgot_pass p {
    font-size: 15px;
    color: #212121;
}

.divider {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.divider span {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
}

/* =============================  breadcrumb  ================================= */

.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #212121 !important;
}

.breadcrumb-item {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
}



.about_content {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 31px;
}

.contact_section .content .link {
    font-size: 18px;
    color: #212121;
}

.contact_section .content .link:hover {
    color: var(--primary);
}

/* =============================  Request demo  ================================= */

.request_demo_section .form-label {
    font-size: 16px;
    font-weight: 500;
}

.request_demo_section .form-control {
    font-size: 16px;
}

.pricing_toggle span {
    font-size: 17px;
    font-weight: 600;
}

.pricing_toggle .form-check-label {
    border: 1px solid #dddddd;
    width: 58px;
    height: 30px;
    border-radius: 50px;
    background: #f7f7f7;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    margin-top: 7px;
}

.pricing_toggle .form-check-label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #cccccc;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.pricing_toggle .form-check-input:checked~label:before {
    background: #fff;
    transform: translateX(28px);
    transition: all 0.4s ease;
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    -moz-transform: translateX(28px);
}

.pricing_toggle .form-check-input:checked~label {
    background: var(--secondary);
}

.pricing_section .units .form-control {
    max-width: 150px;
    margin: auto;
}

.pricing_section .units label {
    font-size: 17px;
}

.pricing_section .price_header .price_name {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
}

.pricing_section .price_header .price {
    font-size: 25px;
    font-weight: 800;
}

.pricing_section .price_header .duration {
    font-size: 16px;
    color: #555;
}


.price_features ul li {
    font-size: 16px;
    padding: 5px 0px;
    color: #444;
    position: relative;
    padding-left: 20px;
}

/* .price_features ul li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 7px;
    color: var(--primary);
} */

/* =============================  Blog  ================================= */


.blog_section .card-title .blog-title {
    font-size: 20px;
    color: #212121 !important;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.blog_section .card-title .blog-title:hover {
    color: var(--primary) !important;
}

.blog_section .category {
    font-size: 16px;
    color: var(--primary);
    font-weight: 500;
}


.blog_section .card-text {
    font-size: 16px;
    color: #666;
}


.blog_section .page-link {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    padding: 10px 20px;
    outline: none !important;
    box-shadow: none !important;
}

.blog_section .active>.page-link,
.blog_section .page-link.active {
    background: var(--primary);
    border-color: var(--primary) !important;
    color: #fff !important;
}


.blog_sidebar .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.categories_list .category_name {
    font-size: 16px;
    color: #565656;
    padding: 5px 0px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.categories_list .category_name:hover {
    color: var(--primary);
}

.recent_posts .post_title {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.recent_posts .post_title:hover {
    color: var(--primary);
}

.post_detials .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post_detials .desc {
    font-size: 18px;
    color: #555;
}


.features_content .title {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
}

.features_content .desc {
    font-size: 16px;
    color: #555;
}


.goog-te-gadget-simple {
    padding: 8px 5px !important;
    border-radius: 4px;
    margin: 0 !important;
}

.goog-te-gadget-simple {
    background-color: #FFF;
    border: 1px solid #d7d7d7 !important;
    font-size: 10pt;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    border-radius: 5px;

}

.VIpgJd-ZVi9od-vH1Gmf {
    width: 100% !important;
}

.toastr {
    z-index: 9999 !important;
    position: relative !important;
}

































































/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
