:root {
    --clr-transparent: transparent;
    --clr-white: #fff;
    --clr-black: #1a1a1a;
    --clr-yellow: #ffcc2a;
}

html, body {
    font-family: 'Montserrat', sans-serif;
}

/*End Developer CSS  DJP*/

/* --- Custome Make CSS Start -----------------------
---------------------------------------------------- */

/* --- Common CSS Start ----------------------- 
---------------------------------------------------- */

.mt-3px {
    margin-top: 3px;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.outline-none {
    outline: none !important;
}

.line-height-30 {
    line-height: 30px;
}

p {
    font-size: 16px;
}

@media screen and (max-width:1199px) {
    p {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    p {
        font-size: 13px;
    }
}

@media screen and (max-width:575px) {
    p {
        font-size: 12px;
    }
}

a {
    /*color: var(--clr-black);*/
    color: var(--clr-black);
}

a:hover {
    /*color: #19408c;*/
    color: var(--clr-yellow);
}

.list-style-none {
    list-style: none;
}

code, kbd, pre, samp {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.02em;
    font-family: Montserrat;
    font-weight: normal;
}

.border-radius-5 {
    border-radius: 5px;
}

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

.box-shad-dark {
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
}

.text-blue-shad {
    text-shadow: -2px 2px 0px var(--clr-black), -1px -1.75px 0px var(--clr-black), 2px 0px 0px var(--clr-black), 2px 0px 0px var(--clr-black), 2px 2px 0px var(--clr-black), 2px -2px 0px var(--clr-black), -2px -1px 0px var(--clr-black), -2px 0px 0px var(--clr-black);
    color: #f0f3f8;
}

.text-black-shad {
    text-shadow: -2px 2px 0px #1a1a1a, -1px -1.75px 0px #1a1a1a, 2px 0px 0px #1a1a1a, 2px 0px 0px #1a1a1a, 2px 2px 0px #1a1a1a, 2px -2px 0px #1a1a1a, -2px -1px 0px #1a1a1a, -2px 0px 0px #1a1a1a;
    color: #f0f3f8;
}

.section-main-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 51px;
}

.txt-gray {
    color: #787878;
}

.txt-blue {
    color: var(--clr-black);
}

.txt-black {
    color: var(--clr-black);
}

.txt-yellow {
    color: var(--clr-yellow);
}

.text-dark {
    color: #333333;
}

/* .separator-blue {
    max-width: 217px;
    width: 100%;
    height: 1px;
    background: var(--clr-black);
} */

.separator-yellow {
    max-width: 217px;
    width: 100%;
    height: 1px;
    background: var(--clr-yellow);
}

.w-separator-56 {
    max-width: 56px;
    width: 100%;
}

.separator-white {
    max-width: 217px;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.swal2-styled:focus{
    box-shadow: 0 0 0 3px rgb(0 0 0 / 8%) !important;
}

/* --- Common CSS Media Query Start --- */

@media screen and (max-width:1199px) {
    .section-main-heading {
        font-size: 28px;
        line-height: 30px;
    }
}

@media screen and (max-width:767px) {
    .section-main-heading {
        font-size: 25px;
    }
}

@media screen and (max-width:575px) {
    .section-main-heading {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width:1200px) {
    .section-main-heading {
        font-size: 32px;
    }
}

@media screen and (min-width:1700px) {
    .section-main-heading {
        font-size: 38px;
    }
}

@media screen and (min-width:1900px) {
    .section-main-heading {
        font-size: 42px;
    }
    .col-xxl-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

/* --- Common CSS Media Query End --- */

/* --- Common CSS End ----------------------- 
---------------------------------------------------- */

/* --- Height Set CSS Start --- */

.h-42 {
    height: 42px !important;
}

.h-48 {
    height: 48px !important;
}

/* --- Height Set CSS End --- */

/* --- Width Set CSS Start --- */

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.w-130 {
    width: 130px;
}

.w-140 {
    width: 140px;
}

.w-150 {
    width: 150px;
}

.w-160 {
    width: 160px;
}

.w-170 {
    width: 170px;
}

.w-200 {
    width: 200px;
}

.w-215 {
    width: 215px;
}

@media screen and (max-width:575px) {
    .w-xs-215 {
        width: 215px;
    }
}

/* --- Width Set CSS End --- */

/* --- White Button CSS Start --- */

.white-btn {
    /*background: #fff;
    border: 1px solid #FFFFFF;*/
    background: var(--clr-black);
    border: 1px solid var(--clr-black);
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /*line-height: 17px;*/
    line-height: 35px;
    color: var(--clr-white) !important;
    /*color: #787878 !important;*/
    transition: ease .25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.white-btn:hover {
    background: var(--clr-yellow);
    border: 1px solid var(--clr-yellow) !important;
    color: var(--clr-black) !important;
    /*background: #F2F2F2;
    border: 1px solid #EDEDED;
    color: #787878 !important;*/
}

.white-btn:focus {
    /* box-shadow: 0 0 0 0.2rem #f2f2f294; */
    box-shadow: 0 0 0 0.2rem #6a6a6a2e;
    /* box-shadow: 0 0 0 0.2rem var(--clr-transparent); */
}

/* --- White Button CSS End --- */

/* --- blue Button CSS Start --- */

.blue-btn {
    /*background: var(--clr-black);
    border: 1px solid var(--clr-black);*/
    background: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /*line-height: 17px;*/
    line-height: 35px;
    /*color: #ffffff !important;
    box-shadow: 4px 4px 6px rgba(29, 69, 145, 0.3);*/
    color: var(--clr-black) !important;
    box-shadow: 4px 4px 6px rgb(26 26 26 / 26%);
    transition: ease .25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blue-btn:hover {
    /*background: #173f8c;
    border: 1px solid #173f8c;
    color: #ffffff !important;
    box-shadow: 4px 8px 12px var(--clr-black)63;*/
    background: var(--clr-black);
    border: 1px solid var(--clr-black);
    color: #ffffff !important;
    box-shadow: 4px 8px 12px #1a1a1a3d;
}

.blue-btn:focus {
    box-shadow: 0 0 0 0.2rem #6a6a6a2e;
}
.minimum_property-investment_btn {
    /*background: var(--clr-black);
    border: 1px solid var(--clr-black);*/
    background: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    border-radius: 25px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /*line-height: 17px;*/
    line-height: 35px;
    /*color: #ffffff !important;
    box-shadow: 4px 4px 6px rgba(29, 69, 145, 0.3);*/
    color: var(--clr-black) !important;
    box-shadow: 4px 4px 6px rgb(26 26 26 / 26%);
    transition: ease .25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.minimum_property-investment_btn:hover {
    /*background: #173f8c;
    border: 1px solid #173f8c;
    color: #ffffff !important;
    box-shadow: 4px 8px 12px var(--clr-black)63;*/
    background: var(--clr-black);
    border: 1px solid var(--clr-black);
    color: #ffffff !important;
    box-shadow: 4px 8px 12px #1a1a1a3d;
}

.minimum_property-investment_btn:focus {
    box-shadow: 0 0 0 0.2rem #6a6a6a2e;
}

/* --- White Button CSS End --- */

/* --- White-Blue Button CSS Start --- */

.white-blue-btn {
    /*background: #fff;
    border: 1px solid #FFFFFF;*/
    background: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /*color: var(--clr-black) !important;*/
    color: var(--clr-black) !important;
    transition: ease .25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.white-blue-btn:hover {
    /*background: var(--clr-black);
    border: 1px solid var(--clr-black);*/
    background: var(--clr-black);
    border: 1px solid var(--clr-yellow);
    color: #ffffff !important;
    /*box-shadow: 4px 4px 6px rgba(255, 255, 255, 0.3);*/
}

.white-blue-btn:focus {
    box-shadow: 0 0 0 0.2rem #ffffff63;
}

/* --- White-Blue Button CSS End --- */

/* --- Gray-Blue Button CSS Start --- */

.black-yellow-btn, .gray-blue-btn {
    /*background: #F2F2F2;
    border: 1px solid #F2F2F2;*/
    background: var(--clr-black);
    border: 1px solid var(--clr-black);
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /*color: var(--clr-black) !important;*/
    color: var(--clr-white) !important;
    transition: ease .25s;
    box-shadow: 4px 4px 6px rgba(29, 69, 145, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.black-yellow-btn:hover,
.gray-blue-btn:hover {
    /*background: var(--clr-black);
    border: 1px solid var(--clr-black);
    color: #ffffff !important;*/
    background: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    color: var(--clr-black) !important;
    box-shadow: 4px 4px 6px rgba(29, 69, 145, 0.3) !important;
}

.black-yellow-btn:focus,
.gray-blue-btn:focus {
    box-shadow: 0 0 0 0.2rem #ffffff63 !important;
}

/* --- Gray-Blue Button CSS End --- */

/* --- Gray-Blue Button CSS Start --- */

.gray-btn {
    /*background: #F2F2F2;
    border: 1px solid #F2F2F2;*/
    background: var(--clr-black);
    border: 1px solid var(--clr-black);
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /*color: #787878 !important;*/
    color: #ffffff !important;
    transition: ease .25s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gray-btn.box-shad {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}

.gray-btn:hover {
    /*background: #787878;
    border: 1px solid #787878;*/
    background: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    color: #1a1a1a !important;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}

.gray-btn.box-shad:hover {
    box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.22);
}

.gray-btn:focus {
    box-shadow: 0 0 0 0.2rem #ededed !important;
}

/* --- Gray-Blue Button CSS End --- */

/* White line Button CSS Start */

.line-white-btn {
    /*border: 1px solid #FFFFFF;*/
    background: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.15));
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--clr-black);
    /*color: #FFFFFF;*/
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.line-white-btn:hover {
    /*background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: var(--clr-black) !important;*/
    background: var(--clr-black);
    border: 1px solid var(--clr-yellow);
    color: var(--clr-white) !important;
    box-shadow: 4px 8px 12px #2727273d;
}

.line-white-btn:focus {
    box-shadow: 0 0 0 0.2rem #ffffff63 !important;
}

/* White line Button CSS Start */

/* Resend OTP Button CSS Start */

/* @-webkit-keyframes short-press {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes short-press {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
  } */

  /* .submit-button.animated {
    -webkit-animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
  } */
  .submit-button > span.pre-state-msg {
    transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 0.1s;
  }
  .submit-button.state-1 .pre-state-msg {
    margin-top: -36px;
  }

/* Resend OTP Button CSS Start */

/* --- Button height set small screen Media CSS --- */

@media screen and (max-width:1199px) {
    .white-btn, .blue-btn, .white-blue-btn, .gray-blue-btn, .line-white-btn, .gray-btn {
        height: 40px !important;
        font-size: 13px;
    }
}

/* --- Button height set small screen Media CSS --- */

/* --- Screen Resolution Container Width Changes CSS Start --- */

@media screen and (min-width:1700px) {
    .container {
        max-width: 1380px;
    }
    .container-xxl-1327 {
        max-width: 1327px !important;
    }
}

@media screen and (min-width:1900px) {
    .container {
        max-width: 1580px;
    }
}

.container-514 {
    max-width: 514px;
}

.container-786 {
    max-width: 786px;
}

/* --- Screen Resolution Container Width Changes CSS End --- */

/* --- Cutome Make CSS End -----------------------
---------------------------------------------------- */

/* --- Navbar CSS Start ----------------------- 
---------------------------------------------------- */

.nav-top-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 138px;
    padding: 51px 0px 77px;
    z-index: 11;
}

.navbar-main .navbar-nav .nav-item a.nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    color: #FFFFFF;
    padding: 0px;
    margin-left: 18px;
    margin-right: 5px;
    position: relative;
}

.navbar-main .navbar-nav .nav-item a.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: .75em;
    vertical-align: 0em;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 16px;
    position: relative;
    top: 3px;
}

.nav-logo:before {
    content: '';
    background-image: url('./../images/navbar_vector.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 468px;
    height: 138px;
    position: absolute;
    top: -32px;
    left: -90%;
    transform: scale(1.0755);
}

/* Navbar Background White CSS Start */

.bg-white.nav-top-fixed.navbar-main .navbar-nav .nav-item a.nav-link {
    color: var(--clr-black);
    transition: ease 0.25s;
}

.bg-white.nav-top-fixed.navbar-main .navbar-nav .nav-item a.nav-link:hover,
.navbar-main .navbar-nav .nav-item a.nav-link:hover {
    color: #ffcc2a !important;
}

.bg-white.nav-top-fixed.navbar-main .navbar-nav .nav-item.active a.nav-link {
    color: #ffcc2a;
}

/* Navbar Background White CSS Start */

/* --- Navbar Media Query CSS Start --- */

@media screen and (min-width: 1200px){
    .nav-top-fixed.navbar-main .navbar-nav .nav-item a.nav-link:before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        width: 0px;
        height: 4px;
        background: #ffcc2a;
        transition: all 0.25s;
        margin: auto;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
    }
    .nav-top-fixed.navbar-main .navbar-nav .nav-item a.nav-link:hover:before,
    .nav-top-fixed.navbar-main .navbar-nav .nav-item.active a.nav-link:before {
        width: 41px;
        visibility: visible;
        opacity: 1;
    }
    .bg-white.nav-top-fixed.navbar-main .navbar-nav .nav-item a.nav-link:before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        width: 0px;
        height: 4px;
        background: #ffcc2a;
        transition: all 0.25s;
        margin: auto;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
    }
    .bg-white.nav-top-fixed.navbar-main .navbar-nav .nav-item a.nav-link:hover:before,
    .bg-white.nav-top-fixed.navbar-main .navbar-nav .nav-item.active a.nav-link:before {
        width: 41px;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width:1199px) {
    .nav-logo:before {
        top: -30px;
    }
    .navbar-main .navbar-nav .nav-item a.nav-link {
        font-size: 11px;
        margin-left: 15px;
        margin-right: 7px;
    }
    .signup-login-btn {
        max-width: 80px;
        width: 100%;
        height: 36px !important;
        font-size: 12px;
    }
    .signup-login-wrapper {
        max-width: 215px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .navbar-main .navbar-nav .nav-item a.nav-link.dropdown-toggle::after {
        font-size: 15px;
    }
}

@media screen and (min-width:992px) {
    .navbar-main .navbar-nav .nav-item .dropdown-menu {
        margin-top: 15px !important;
        border-radius: 5px;
        box-shadow: 0px 3px 15px 0px #ffffff45;
        /*border-color: var(--clr-black);*/
        border-color: var(--clr-black);
    }
    .navbar-main .navbar-nav .nav-item .dropdown-menu a {
        font-size: 12px;
        font-weight: 600;
        /*color: var(--clr-black);*/
        color: var(--clr-black);
        padding: .45rem 1rem;
        outline: none !important;
    }
    .navbar-main .navbar-nav .nav-item .dropdown-menu a:active {
        background-color: var(--clr-black);
        color: #fff;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar-brand img {
        max-width: 140px;
    }
    .nav-logo:before {
        left: -125%;
    }
    .navbar-main .navbar-nav .nav-item .dropdown-menu a {
        font-size: 11px;
    }
}

@media screen and (max-width:991px) {
    .nav-top-fixed {
        height: auto;
        padding: 15px 15px 15px;
        background: transparent !important;
    }
    .nav-top-fixed .navbar-toggler {
        border: 2px solid var(--clr-black);
        background: var(--clr-black);
        outline: none;
        border-radius: 5px;
        z-index: 1;
    }
    .nav-logo:before {
        top: -40px;
        left: -75%;
    }
    .nav-top-fixed .navbar-collapse {
        margin-top: 2.75rem;
        background: var(--clr-black);
        z-index: 1;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #0000002e;
        border: 2px solid #ffcc2a;
    }
    .navbar-main .navbar-nav .nav-item a.nav-link {
        padding: 0.75rem 0.75rem;
        line-height: inherit;
        color: var(--clr-white) !important;
        font-size: 12px;
        border-bottom: 1px solid #ffffff1f;
        outline: none !important;
    }
    .navbar-main .navbar-nav .nav-item .dropdown-menu a {
        font-size: 12px;
        font-weight: 600;
        color: var(--clr-white);
        padding: 0.75rem 1.25rem;
        border-bottom: 1px solid #ffffff1f;
    }
    .navbar-main .navbar-nav .nav-item .dropdown-menu {
        border: none;
        padding: 0rem 0.5rem;
        background: transparent;
    }
    .signup-login-btn:first-child{
        border-color: var(--clr-white);
    }
}

@media screen and (min-width:1200px) {
    .navbar-main .navbar-nav .nav-item a.nav-link {
        font-size: 12px;
    }
}

@media screen and (min-width:1450px) {
    .navbar-main .navbar-nav .nav-item a.nav-link {
        font-size: 13px;
    }
}

@media screen and (min-width:1700px) {
    .navbar-main .navbar-nav .nav-item a.nav-link {
        font-size: 14px;
        margin-left: 30px;
        margin-right: 5px;
    }
    .navbar-main .navbar-nav .nav-item a.nav-link.dropdown-toggle::after {
        font-size: 18px;
    }
}

/* --- Navbar Media Query CSS End --- */

/* --- Navbar CSS End ----------------------- 
---------------------------------------------------- */

/* --- Phone Verification CSS Start --- */

.resend-code-btn {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    box-shadow: 4px 4px 6px rgb(0 0 0 / 15%);
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: inherit;
    transition: ease .25s;
}

.resend-code-btn span {
    color: #787878 !important;
}

.resend-code-btn:hover {
    background: #787878 !important;
    box-shadow: 4px 10px 12px rgb(0 0 0 / 22%) !important;
    border: 1px solid #787878 !important;
}

.resend-code-btn:hover span {
    color: #fff !important;
    transition: ease 0.1s;
}

/* --- Phone Verification CSS End --- */

/* --- Section 1 Content CSS Start ----------------------- 
---------------------------------------------------- */

/* --- Section 1 Left Content CSS Start --- */

section.banner-wrapper {
    padding: 19.65rem 0;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.banner-icon {
    position: absolute;
    margin-top: -7rem;
    left: calc(9% - 15rem);
}

.banner-left-wrapper h1 {
    font-weight: 800;
    font-size: 62px;
    line-height: 86px;
    letter-spacing: 0.04em;
    /*color: #0b1b35;*/
    /* text-shadow: 0px 1.45px 0px #ffffff, 0px -1.5px 0px #ffffff; */
    /*text-shadow: -2px 2px 0px #ffffff, -1px -1.75px 0px #ffffff, 2px 0px 0px #ffffff, 2px 0px 0px #ffffff, 2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -1px 0px #ffffff;*/
    color: var(--clr-black);
    text-shadow: -2px 2px 0px var(--clr-yellow), -1px -1.75px 0px var(--clr-yellow), 2px 0px 0px var(--clr-yellow), 2px 0px 0px var(--clr-yellow), 2px 2px 0px var(--clr-yellow), 2px -2px 0px var(--clr-yellow), -2px -1px 0px var(--clr-yellow);
}

.banner-left-wrapper h1.banner-sub-txt {
    line-height: 46px;
    text-shadow: none;
}

.banner-left-wrapper p {
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.02em;
}

/* --- Section 1 Left Content CSS End --- */

/* --- Section 1 Right Content CSS Start --- */

/* .banner-rigth-wrapper */

.watch-video-link {
    text-decoration: none !important;
    outline: none !important;
}

/* .banner-rigth-wrapper */

.watch-video-link i {
    font-size: 82px;
    line-height: 94px;
    /*color: #FFFFFF;*/
    color: var(--clr-yellow);
    text-shadow: 0px 4px 52px #000000;
}

/* .banner-rigth-wrapper */

.watch-video-link h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #ffcc2a;
}

/* --- Section 1 Right Content CSS End --- */

/* --- Section 1 Media Query Start --- */

@media screen and (max-width:1450px) {
    section.banner-wrapper {
        padding: 19rem 0 15rem;
    }
}

@media screen and (max-width:1199px) {
    section.banner-wrapper {
        padding: 15rem 0 10rem;
    }
    .banner-left-wrapper h1 {
        font-size: 50px;
        line-height: 70px;
    }
}

@media screen and (max-width:991px) {
    section.banner-wrapper {
        padding: 12rem 0 5rem;
        background-position: 70% 100%;
    }
    /* .banner-rigth-wrapper */
    .watch-video-link i {
        font-size: 65px;
        line-height: 65px;
    }
    .banner-left-main {
        order: 2;
    }
    .banner-right-main {
        order: 1;
    }
    .banner-icon {
        margin-top: 0rem;
        max-width: 60%;
    }
}

@media screen and (max-width:767px) {
    .banner-left-wrapper h1 {
        font-size: 45px;
    }
    /* .banner-rigth-wrapper */
    .watch-video-link i {
        font-size: 50px;
        line-height: 50px;
    }
    section.banner-wrapper {
        padding: 11.5rem 0 4.5rem;
        background-position: 57% 100%;
    }
}

@media screen and (max-width:575px) {
    .banner-left-wrapper pre {
        font-size: 13px;
        line-height: 25px;
    }
    .banner-left-wrapper h1 {
        font-size: 36px;
        line-height: 36px;
    }
    section.banner-wrapper {
        padding: 9.5rem 0 3rem;
    }
    .nav-logo img {
        max-width: 150px;
    }
    .nav-logo:before {
        top: -50px;
        left: -90%;
    }
}

@media screen and (max-width:359px) {
    .banner-left-wrapper pre {
        font-size: 11px;
    }
    .nav-logo:before {
        width: 130vw;
    }
}

/* --- Section 1 Media Query End --- */

/* --- Section 1 Content CSS End ----------------------- 
---------------------------------------------------- */

/* --- Section 2 ( How It Work ) Content CSS Start ----------- 
---------------------------------------------------- */

.howitwork-section {
    padding: 5rem 0rem;
}

.howitwork-icon {
    position: absolute;
    max-width: 365px;
    width: 100%;
    right: 0px;
    bottom: 5rem;
}

/* --- Section 2 ( How It Work ) Right Content CSS Start --- */

.howitwork-block {
    width: 105px;
    height: 105px;
    position: relative;
}

.howitwork-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F2F2F2;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: ease 0.25s;
}

.howitwork-block:hover:before {
    /*background: var(--clr-black);*/
    background: var(--clr-yellow);
}

/*.howitwork-block:hover img {
    filter: brightness(0) invert(1);
}*/

.howitwork-block:after {
    content: '>';
    position: absolute;
    bottom: -35px;
    transform: rotate(90deg);
    font-weight: 600;
    font-size: 24.9px;
    line-height: 10px;
    /*color: var(--clr-black);*/
    color: var(--clr-black);
    margin-left: -2px;
}

.howitwork-list ul li:last-child .howitwork-block:after {
    display: none;
}

.howitwork-list ul:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    /*background: var(--clr-black);*/
    background: var(--clr-black);
    left: 3.2rem;
    top: 0;
}

.howitwork-list ul li h6 {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    max-width: calc(100% - 105px);
}

.howitwork-block img{
    filter: invert(0%) sepia(231%) saturate(0%) hue-rotate(0deg) brightness(20%) contrast(108%);
}

/* --- Section 2 ( How It Work ) Right Content CSS End --- */

/* --- Section 2 Media Query Start --- */

@media screen and (min-width: 1700px){
    .howitwork-list ul li h6{
        max-width: calc(100% - 180px);
    }
}

@media screen and (max-width:1199px) {
    .howitwork-list {
        margin-top: 2.5rem;
    }
    .howitwork-list ul li {
        margin-bottom: 2.5rem;
    }
    .howitwork-block {
        width: 75px;
        height: 75px;
    }
    .howitwork-block img {
        width: 40px;
    }
    .howitwork-list ul:before {
        left: 10%;
    }
    .howitwork-block:after {
        font-size: 15px;
        bottom: -32%;
    }
    .howitwork-icon {
        max-width: 250px;
        right: -1%;
    }
    .howitwork-section {
        padding: 4rem 0rem;
    }
}

@media screen and (max-width:991px) {
    .howitwork-left-wrapper {
        max-width: 500px;
    }
    .howitwork-list ul {
        max-width: 350px;
        width: 100%;
    }
    .howitwork-block:after {
        margin-left: -4px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .howitwork-icon {
        max-width: 50%;
    }
}

@media screen and (max-width:767px) {
    .howitwork-section {
        padding: 3rem 0rem;
    }
}

@media screen and (max-width:575px) {
    .howitwork-block {
        width: 65px;
        height: 65px;
    }
    .howitwork-block img {
        width: 35px;
    }
    .howitwork-list ul li h6 {
        font-size: 18px;
        line-height: 25px;
    }
    .howitwork-list ul li {
        margin-bottom: 2rem;
    }
    .howitwork-block:after {
        margin-left: -2px;
        bottom: -32%;
    }
    .howitwork-section {
        padding: 2.5rem 0rem;
    }
    .howitwork-icon {
        right: 0;
        max-width: 200px;
    }
    .howitwork-list ul:before {
        left: 1.95rem;
    }
}

@media screen and (min-width:1200px) {
    .howitwork-block {
        width: 80px;
        height: 80px;
    }
    .howitwork-list ul:before {
        top: -7px;
        left: 12%;
    }
    .howitwork-block:after {
        margin-left: 3.5%;
    }
    .howitwork-list ul li {
        margin-bottom: 3.5rem;
    }
    .howitwork-list {
        margin-top: 2.5rem;
    }
    .howitwork-left-main {
        max-width: 65%;
        flex: 0 0 65%;
    }
    .howitwork-right-main {
        max-width: 35%;
        flex: 0 0 35%;
    }
    .howitwork-icon {
        right: -1%;
        bottom: 6rem;
        max-width: 250px;
    }
}

@media screen and (min-width:1425px) {
    .howitwork-icon {
        right: -12%;
        bottom: 7%;
        max-width: 300px;
    }
}

@media screen and (min-width:1700px) {
    .howitwork-icon {
        right: -10%;
        max-width: 400px;
    }
    .howitwork-block {
        width: 105px;
        height: 105px;
    }
    .howitwork-list ul li {
        margin-bottom: 3.85rem;
    }
    .howitwork-block:after {
        margin-left: -0.225rem;
    }
}

@media screen and (min-width:1900px) {
    .howitwork-icon {
        max-width: 475px;
    }
    .howitwork-list ul:before {
        left: 10.5%;
    }
    .howitwork-block:after {
        margin-left: 0rem;
    }
}

/* --- Section 2 Media Query End --- */

/* --- Section 2 ( How It Work ) Content CSS End -------------
---------------------------------------------------- */

/* --- Section 3 ( Investing With FundBrick ) Content CSS Start -------------
---------------------------------------------------- */

section.inves-fundbrick-section {
    padding: 6rem 0rem 5rem;
    /*background: var(--clr-black);*/
    background: var(--clr-black);
}

.inves-dollar-icon {
    position: absolute;
    left: -1rem;
    top: -4rem;
    max-width: 525px;
}

.investing-cricle-icon {
    width: 106px;
    height: 106px;
    /*border: 2px solid #fff;*/
    border: 2px solid var(--clr-yellow);
    border-radius: 50%;
    transition: ease 0.25s;
}

.investing-subwrapper h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

.investing-subwrapper p {
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
}

.investing-cricle-icon:hover {
    /*background: #fff;*/
    background: var(--clr-yellow);
    border-color: var(--clr-yellow);
}

.investing-cricle-icon:hover img {
    /*filter: invert(50%) sepia(75%) saturate(2920%) hue-rotate(215deg) brightness(55%) contrast(135%);*/
    filter: invert(0%) sepia(231%) saturate(0%) hue-rotate(0deg) brightness(20%) contrast(108%);
}

/* --- Section 3 Media Query Start --- */

@media screen and (max-width:1199px) {
    section.inves-fundbrick-section {
        padding: 4rem 0rem 4rem;
    }
    .investing-cricle-icon {
        width: 95px;
        height: 95px;
    }
    .investing-subwrapper h5 {
        font-size: 12px;
        line-height: 25px;
    }
    .investing-subwrapper p {
        font-size: 11px;
        line-height: 24px;
    }
    .inves-dollar-icon {
        max-width: 40vw;
    }
}

@media screen and (max-width:991px) {
    section.inves-fundbrick-section {
        padding: 4rem 0rem 2.5rem;
    }
    .investing-cricle-icon {
        width: 85px;
        height: 85px;
    }
    .investing-cricle-icon img {
        width: 38px;
    }
}

@media screen and (max-width:767px) {
    section.inves-fundbrick-section {
        padding: 3rem 0rem 1.5rem;
    }
    .investing-cricle-icon {
        width: 75px;
        height: 75px;
    }
    .investing-cricle-icon img {
        width: 35px;
    }
}

@media screen and (max-width:575px) {
    section.inves-fundbrick-section {
        padding: 2.25rem 0rem 1rem;
    }
    .inves-dollar-icon {
        max-width: 50vw;
        top: -1rem;
    }
}

@media screen and (min-width:1450px) {
    .inves-dollar-icon {
        left: -10%;
    }
}

@media screen and (min-width:1700px) {
    .investing-subwrapper h5 {
        font-size: 20px;
    }
    .investing-subwrapper p {
        font-size: 14px;
    }
    .inves-dollar-icon {
        top: -7rem;
        max-width: 100%;
    }
}

/* --- Section 3 Media Query End --- */

/* --- Section 3 ( Investing With FundBrick ) Content CSS End -------------
---------------------------------------------------- */

/* --- Section 4 ( Testimonial Section ) Content CSS Start -------------
---------------------------------------------------- */

section.testimonial-section {
    padding: 5rem 0rem 5rem;
}

/* .testimonial-section .carousel-wrap .owl-carousel .owl-item{
    margin: 30px 15px !important;
} */

.client-review-wrapper {
    padding: 25px;
    background: #fff;
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
    /*min-height: 195px;*/
}

.client-review-wrapper:before {
    content: '';
    position: absolute;
    bottom: -15px;
    background-image: url('../images/shape1.png');
    background-size: cover;
    width: 33px;
    height: 17px;
    background-repeat: no-repeat;
}

.client-review-wrapper p {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #787878;
    word-break: break-word;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; */
}

.client-review-wrapper p:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    /*color: var(--clr-black);*/
    color: var(--clr-yellow);
    margin-right: 10px;
}

.client-review-wrapper p a.read-more-show {
    display: inline-block;
}

.review-user-info .review-user-img {
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 50%;
}

.review-user-info .review-user-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.review-user-details {
    max-width: calc(100% - 104px);
    width: 100%;
}

.review-user-details h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.review-user-details p {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #787878;
}

.client-review-main .owl-dots {
    margin-top: 3.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.client-review-main .owl-dots .owl-dot {
    width: 40px;
    height: 5px;
    /*background: #333333;*/
    background: var(--clr-black);
    margin: 0px 15px;
}

.client-review-main .owl-dots .owl-dot.active {
    /*background: var(--clr-black);*/
    background: var(--clr-yellow);
}

.client-review-main .owl-item-wrapper {
    margin: 15px 25px 15px 25px;
}

@media screen and (min-width: 1900px){
    .client-review-wrapper{
        height: 165px;
    }
}

@media screen and (max-width: 1899px){
    .client-review-wrapper{
        height: 190px;
    }
}

@media screen and (max-width: 1699px){
    .client-review-wrapper{
        height: 245px;
    }
}


@media screen and (max-width:1199px) {
    .client-review-main .owl-dots {
        margin-top: 2.5rem;
    }
    section.testimonial-section {
        padding: 4rem 0rem 4rem;
    }
    .client-review-wrapper p {
        font-size: 13px;
    }
    .client-review-wrapper{
        height: 195px;
    }
}

@media screen and (max-width: 991px){
    .client-review-wrapper{
        height: 250px;
    }
}

@media screen and (max-width: 767px){
    .client-review-wrapper{
        height: 170px;
    }
}

@media screen and (max-width: 575px){
    .client-review-wrapper{
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .client-review-main .owl-dots {
        display: none;
    }
    section.testimonial-section {
        padding: 2.75rem 0rem 2.75rem;
    }
}

@media screen and (max-width:575px) {
    section.testimonial-section {
        padding: 1.5rem 0rem 1.5rem;
    }
    .review-user-info .review-user-img {
        width: 70px;
        height: 70px;
    }
    .client-review-wrapper p {
        font-size: 12px;
    }
    .review-user-details h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .review-user-details p {
        font-size: 12px;
        line-height: 24px;
    }
}

/* --- Section 4 ( Testimonial Section ) Content CSS End -------------
---------------------------------------------------- */

/* --- Section 5 ( Sign Up And Have An Investment 
Platform At Your Hands ) Content CSS Start -------------
---------------------------------------------------- */

section.inves-hands-section {
    padding: 6rem 0rem 5rem;
    background: #f7f7f7;
}

/* --- Section 5 Icon Content CSS Start --- */

.inveshands-barchart-icon {
    position: absolute;
    right: 0;
    max-width: 350px;
    bottom: 0;
}

/* --- Section 5 Icon Content CSS End --- */

/* --- Section 5 Right Content CSS Start --- */

.inves-hands-list ul li i {
    font-size: 18px;
    color: var(--clr-black);
    position: absolute;
}

.inves-hands-list ul li p {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

/* --- Section 5 Right Content CSS End --- */

/* --- Section 5 Media Query CSS Start --- */

@media screen and (max-width:1199px) {
    .inves-hands-right .section-main-heading {
        line-height: 40px;
    }
    .inves-hands-list ul li p {
        font-size: 12px;
    }
    section.inves-hands-section {
        padding: 4rem 0;
    }
}

@media screen and (max-width:991px) {
    .inves-hands-right {
        max-width: 500px;
    }
    .inves-hands-left {
        max-width: 95%;
        margin: auto;
    }
}

@media screen and (max-width:767px) {
    section.inves-hands-section {
        padding: 3.25rem 0;
    }
}

@media screen and (max-width:575px) {
    .inveshands-barchart-icon {
        max-width: 300px;
    }
    .inves-hands-right .section-main-heading {
        line-height: 30px;
    }
    section.inves-hands-section {
        padding: 2.25rem 0;
    }
    .inves-hands-list ul li i {
        font-size: 16px;
    }
}

@media screen and (min-width:1200px) {
    .inveshands-barchart-icon {
        right: -2%;
        max-width: 400px;
    }
}

@media screen and (min-width:1450px) {
    .inveshands-barchart-icon {
        right: -10%;
        max-width: 450px;
    }
}

@media screen and (min-width:1700px) {
    section.inves-hands-section .section-main-heading {
        line-height: 64px;
    }
    .inveshands-barchart-icon {
        right: -10%;
        max-width: 100%;
    }
    .inves-hands-list ul li p {
        font-size: 16px;
    }
}

/* --- Section 5 Media Query CSS End --- */

/* --- Section 5 ( Sign Up And Have An Investment 
Platform At Your Hands ) Content CSS End -------------
---------------------------------------------------- */

/* --- Section 6 ( Real Estate Investment Opportunities Section ) 
Content CSS Start -------------------------------------------- */

.realestate-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 22px 10px 10px;
}

.inves-opportunities-icon {
    position: absolute;
    top: -7.5rem;
    max-width: 350px;
    left: 0;
}

.realestate-item {
    padding: 15px;
}

.realestate-wrapper h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.realestate-wrapper p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.realstate-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
}

.realstate-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.realstate-price-wrapper .realstate-price-start p, .realstate-price-wrapper .realstate-price-end p {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    letter-spacing: normal;
}

.investor-day-info .investor-info h6 i {
    font-size: 20px;
    line-height: 16px;
}

.investor-day-info .investor-info h6 b {
    font-size: 16px;
    color: #333333;
}

.investor-day-info .investor-info span.investor-day-txt, .investor-day-info .day-info span.investor-day-txt {
    font-size: 13px;
    color: #787878;
}

.annual-total-yield {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.annualyield-wrapper, .totalyield-wrapper {
    max-width: 48%;
    width: 100%;
}

.annualtotal-border:after {
    width: 1px;
    content: '';
    position: absolute;
    height: 100%;
    background: #EDEDED;
    top: 0;
    bottom: 0;
}

.realestate-main .owl-nav {
    display: block !important;
}

.realestate-main .owl-nav .owl-prev {
    position: absolute;
    top: 33%;
    width: 36px;
    height: 36px;
    left: -36px;
    /*background: #333333;*/
    background: var(--clr-black);
    box-shadow: 4px 4px 6px rgb(26 26 26 / 21%);
    border-radius: 5px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    transition: ease 0.25s;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.realestate-main .owl-nav .owl-next {
    position: absolute;
    top: 33%;
    width: 36px;
    height: 36px;
    right: -36px;
    /*background: #333333;*/
    background: var(--clr-black);
    box-shadow: 4px 4px 6px rgb(26 26 26 / 21%);
    border-radius: 5px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    transition: ease 0.25s;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.realestate-main .owl-nav .owl-prev i, .realestate-main .owl-nav .owl-next i {
    transform: rotate(180deg);
}

.realestate-main .owl-nav .owl-prev:hover, .realestate-main .owl-nav .owl-next:hover {
    /*background: var(--clr-black);*/
    background: var(--clr-yellow);
    color: var(--clr-black);
}

.noUi-target {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    height: 5px;
    background: #fff;
    border: none;
}

[disabled] .noUi-connect, .noUi-connect {
    background: var(--clr-black);
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    background-color: rgb(255 204 42);
    border: 3px solid #FFFFFF;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 9px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: -10px;
    pointer-events: none !important;
}

.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
    display: none;
}

/* --- Section 6 Media Query CSS Start --- */

@media screen and (max-width:1199px) {
    .inves-opportunities-icon {
        top: -5.5rem;
    }
    .realestate-main .owl-nav .owl-prev {
        left: -15px;
    }
    .realestate-main .owl-nav .owl-next {
        right: -15px;
    }
}

@media screen and (max-width:575px) {
    .realestate-main .owl-nav .owl-prev {
        left: -5px;
    }
    .realestate-main .owl-nav .owl-next {
        right: -5px;
    }
    .inves-opportunities-icon {
        max-width: 250px;
        top: -3.5rem;
    }
}

@media screen and (min-width:1200px) {
    .inves-opportunities-icon {
        left: -2%;
    }
}

@media screen and (min-width:1450px) {
    .realestate-wrapper h5 {
        font-size: 18px;
    }
    .realestate-wrapper p {
        font-size: 13px;
    }
    .inves-opportunities-icon {
        max-width: 400px;
        left: -10%;
    }
}

@media screen and (min-width:1700px) {
    .realestate-wrapper h5 {
        font-size: 20px;
    }
    .realestate-wrapper p {
        font-size: 14px;
    }
    .realstate-price-wrapper .realstate-price-start p, .realstate-price-wrapper .realstate-price-end p {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: #333333;
        letter-spacing: normal;
    }
    .realstate-img {
        height: 250px;
    }
    .inves-opportunities-icon {
        max-width: 100%;
        left: -9.5%;
    }
    .realestate-main .owl-nav .owl-prev {
        left: -54px;
    }
    .realestate-main .owl-nav .owl-next {
        right: -54px;
    }
    .realestate-main .owl-nav .owl-prev, .realestate-main .owl-nav .owl-next {
        width: 54px;
        height: 54px;
        font-size: 28px;
    }
    .investor-day-info .investor-info span.investor-day-txt, .investor-day-info .day-info span.investor-day-txt {
        font-size: 14px;
    }
}

/* --- Section 6 Media Query CSS End --- */

/* --- Section 6 ( Real Estate Investment Opportunities Section ) 
Content CSS End -------------------------------------------- */

/* --- Section 7 ( Count Section ) CSS Start --- */

.count-section {
    /*background: url('../images/shape2.svg') var(--clr-black);*/
    background: url('../images/shape2.svg') var(--clr-yellow);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.count-wrapper h1 {
    font-weight: 800;
    font-size: 34px;
    line-height: 33px;
    color: var(--clr-black) !important;
}

.count-wrapper p {
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    color: var(--clr-black) !important;
}

/* --- Section 7 Media Query CSS Start --- */

@media screen and (max-width:1199px) {
    .count-wrapper h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:575px) {
    .count-wrapper h1 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media screen and (min-width:1200px) {
    .count-section {
        min-width: 250px;
    }
}

@media screen and (min-width:1700px) {
    .count-wrapper h1 {
        font-weight: 800;
        font-size: 42px;
        line-height: 33px;
    }
    .count-wrapper p {
        font-weight: normal;
        font-size: 18px;
        line-height: 14px;
    }
}

/* --- Section 7 Media Query CSS End --- */

/* --- Section 7 ( Count Section ) CSS End --- */

/* --- Section 8 ( You Have Doubts? ) CSS Start --- */

.doubts-section {
    background-image: url('../images/contact-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.doubts-left-wrapper p {
    font-weight: normal;
    font-size: 18px;
    line-height: 14px;
}

@media screen and (max-width:767px) {
    .doubts-left-wrapper p {
        font-size: 16px;
    }
}

/* --- Section 8 ( You Have Doubts? ) CSS End --- */

/* --- Section 9 ( Our Premium Property Development Partners ) CSS Start --- */

.ourpremium-section {
    position: relative;
    background: white;
}

.ourpremium-wrapper {
    width: 150px;
    height: 150px;
}

.ourpremium-wrapper img {
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
    transition: ease 0.25s;
    cursor: pointer;
}

.ourpremium-wrapper img:hover {
    opacity: 1;
}

.ourpremium-icon {
    position: absolute;
    right: -1.25%;
    top: 0;
    max-width: 300px;
}

.owl-carousel.ourpremium-main {
    cursor: grab;
}

@media screen and (max-width:991px) {
    .ourpremium-icon {
        max-width: 200px;
    }
}

@media screen and (max-width:575px) {
    .ourpremium-icon {
        max-width: 120px;
        right: 0;
    }
}

@media screen and (min-width:1450px) {
    .ourpremium-icon {
        right: -10%;
    }
}

@media screen and (min-width:1700px) {
    .ourpremium-icon {
        max-width: 380px;
    }
}

/* --- Section 9 ( Our Premium Property Development Partners ) CSS End --- */

.video-modal button.close,
.modal-close-btn {
    font-size: 45px;
    /*color: var(--clr-black);*/
    color: var(--clr-black);
    opacity: 1 !important;
    position: relative;
    top: -10px;
    outline: none;
    line-height: 0.85;
    outline: none !important;
}

/* --- Footer Section CSS Start --- */

footer.footer-main {
    background: #F6F8FB;
}

footer.footer-main:before {
    content: '';
    position: absolute;
    left: 0;
    top: -9rem;
    bottom: 0;
    width: 40%;
    height: calc(100% + 9rem + 60px);
    /*background: url('../images/shape2.svg') var(--clr-black);*/
    background: url('../images/shape2.svg') var(--clr-black);
    background-size: 350% 250%;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 0px 160px 0px 0px;
    overflow: hidden;
}

.askus-wrapper .section-main-heading {
    color: var(--clr-yellow) !important;
}

.askus-wrapper h1.section-main-heading span {
    /*text-shadow: -3.25px 2.25px 0px #ffffff, -3px -1.75px 0px #ffffff, 2px -1px 0px #ffffff, 3px 0px 0px #ffffff, 2px 2px 0px #ffffff, 1px -2px 0px #ffffff, -4px 1px 0px #ffffff, 3px 1px 0px #ffffff, -3.95px -0.5px 0px #ffffff;*/
    text-shadow: -3.25px 2.25px 0px #ffcc2a, -3px -1.75px 0px #ffcc2a, 2px -1px 0px #ffcc2a, 3px 0px 0px #ffcc2a, 2px 2px 0px #ffcc2a, 1px -2px 0px #ffcc2a, -4px 1px 0px #ffcc2a, 3px 1px 0px #ffcc2a, -3.95px -0.5px 0px #ffcc2a;
    /*color: var(--clr-black);*/
    color: var(--clr-black);
}

.askus-input-wrapper .askus-input input.askus-textbox {
    max-width: calc(100% - 0%);
    width: 100%;
    height: calc(2em + .75rem + 4px);
    padding-right: 2.25rem;
    font-weight: 600;
    font-size: 14px;
}

.askus-input-wrapper .askus-input input.askus-textbox::placeholder {
    color: #999999;
    font-weight: normal;
}

.askus-input-wrapper .askus-input input.askus-textbox:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem #ffffff42;
}

.askus-input-wrapper .askus-input i {
    position: absolute;
    right: 18px;
    font-size: 16px;
    line-height: 12px;
    color: #787878;
}

.company-intro-wrapper .company-logo img {
    max-width: 170px;
}

.company-intro-wrapper p {
    font-weight: normal;
    font-size: 11px;
    line-height: 28px;
    /*color: #333333;*/
    color: var(--clr-black);
}

.company-social-link i {
    font-size: 18px;
    line-height: 18px;
    color: var(--clr-black) !important;
}

.company-social-link a:hover i {
    /*color: var(--clr-black);*/
    color: var(--clr-yellow) !important;
}

h4.footer-list-head {
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
}

ul.footer-list-link li i {
    position: absolute;
    font-size: 13px;
    line-height: 19px;
    color: var(--clr-black) !important;
}

ul.footer-list-link li.active i, ul.footer-list-link li.active a {
    color: var(--clr-yellow) !important;
}

ul.footer-list-link li a {
    font-size: 12px;
    line-height: 14px;
    /*color: #333333;*/
    color: var(--clr-black);
    position: relative;
    transition: ease .25s;
    margin-left: 25px;
    text-decoration: none;
}

ul.footer-list-link li a:after {
    content: '';
    position: absolute;
    width: 0;
    /*background: var(--clr-black);*/
    background: var(--clr-yellow);
    height: 1px;
    left: 0px;
    transition: all .5s;
    bottom: 0px;
}

ul.footer-list-link li:hover a:after {
    width: calc(100% - 0px);
}

ul.footer-list-link li:hover i, ul.footer-list-link li:hover a {
    /*color: var(--clr-black);*/
    color: var(--clr-yellow) !important;
}

.contactus-list i {
    position: absolute;
    font-size: 18px;
    line-height: 25px;
    /*color: var(--clr-black);*/
    color: var(--clr-black);
}

.contactus-list span {
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: -0.03em;
    /*color: #333333;*/
    color: var(--clr-black);
    padding-left: 30px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.app-btn {
    /*border: 1px solid #A6A6A6;*/
    border: 1px solid var(--clr-black);
    background: var(--clr-black);
    max-width: 110px;
    padding: 2px 5px;
    transition: ease 0.25s;
    min-width: 110px;
}

.app-btn:hover {
    /*background: var(--clr-black);*/
    border: 1px solid var(--clr-yellow);
    background: var(--clr-yellow);
    box-shadow: 4px 4px 6px rgb(48 48 48 / 30%);
}

.app-btn .app-icon {
    font-size: 24px;
    /*color: #787878;*/
    color: var(--clr-white);
    line-height: 30px;
}

.app-btn .app-icon .fa-play {
    font-size: 20px;
}

.app-btn .app-txt h6 {
    font-size: 7px;
    /*color: #787878;*/
    color: var(--clr-white);
    font-weight: 500;
}

.app-btn .app-txt h5 {
    font-size: 10px;
    font-weight: bold;
    /*color: #787878;*/
    color: var(--clr-white);
    letter-spacing: 0.25px;
}

.app-btn:hover .app-icon, .app-btn:hover .app-txt h6, .app-btn:hover .app-txt h5 {
    /*color: #fff;*/
    color: var(--clr-black);
}

/* --- Footer Section Media Query CSS Start --- */

@media screen and (max-width:1199px) {
    .application-wrapper {
        display: block;
    }
    .company-intro-wrapper .company-logo img {
        max-width: 150px;
    }
    .company-intro-wrapper p {
        font-size: 10px;
        line-height: 24px;
    }
    ul.footer-list-link li a {
        margin-left: 20px;
        font-size: 11px;
    }
    ul.footer-list-link li i {
        font-size: 11px;
    }
    .contactus-list i {
        font-size: 15px;
    }
    .contactus-list span {
        font-size: 11px;
        padding-left: 20px;
        line-height: 24px;
    }
    footer.footer-main:before {
        top: -7rem;
        height: calc(100% + 7rem + 60px);
    }
}

@media screen and (max-width:991px) {
    footer.footer-main {
        border-radius: 40px 40px 0px 0px;
    }
    footer.footer-main:before {
        top: 0rem;
        height: calc(25% + 0rem + 40px);
        width: 100%;
        border-radius: 40px 40px 0px 0px;
    }
    .application-wrapper {
        display: flex;
    }
}

@media screen and (max-width:575px) {
    footer.footer-main:before {
        height: calc(20% + 0rem + 45px);
    }
    h4.footer-list-head {
        font-size: 16px;
    }
}

@media screen and (min-width:992px) {
    .askus-main {
        max-width: 40%;
        flex: 0 0 40%;
        padding-right: 8%;
    }
    .company-intro-main {
        max-width: 23%;
        flex: 0 0 23%;
    }
    .contactus-main {
        flex: 0 0 20.333%;
        max-width: 20.33%;
    }
}

@media screen and (min-width:1200px) {
    ul.footer-list-link li a {
        font-size: 12px;
    }
    .contactus-list span {
        font-size: 12px;
    }
    .application-wrapper {
        display: flex;
    }
}

@media screen and (min-width:1450px) {
    .app-btn .app-txt h6 {
        font-size: 8.5px;
    }
    .app-btn .app-txt h5 {
        font-size: 12px;
    }
    .app-btn {
        max-width: 125px;
        padding: 2px 5px;
        min-width: 125px;
    }
    .app-store-btn {
        margin-right: 25px !important;
    }
    .app-btn .app-icon {
        font-size: 26px;
    }
    .app-btn .app-icon .fa-play {
        font-size: 22px;
    }
}

@media screen and (min-width:1700px) {
    ul.footer-list-link li a {
        font-size: 13px;
    }
    .contactus-list i {
        font-size: 22px;
    }
    .contactus-list span {
        font-size: 13px;
    }
    .app-btn .app-txt h6 {
        font-size: 10px;
    }
    .app-btn {
        max-width: 150px;
        padding: 4px 5px;
        min-width: 150px;
    }
    .askus-main {
        padding-right: 10%;
    }
    .company-intro-wrapper p {
        font-size: 13px;
    }
}

@media screen and (min-width:1900px) {
    .company-intro-wrapper p {
        font-size: 14px;
    }
    ul.footer-list-link li a {
        font-size: 14px;
    }
    .contactus-list span {
        font-size: 14px;
    }
}

/* --- Footer Section Media Query CSS End --- */

/* --- Footer Section CSS End --- */

/* --- Copyright Fundbrick Section CSS Start --- */

.copyright-wrapper {
    /*background: #333333;*/
    background: #ededed;
    min-height: 60px;
}

.copyright-wrapper p {
    color: var(--clr-black) !important;
    font-weight: 500;
}

.copyright_info_wrapper {
    background: #1a1a1a;
    padding: 3rem 0;
    color: #fff;
}

.copyright_info_wrapper p {
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 26px;
}

.copyright_info_wrapper a {
    color: #ffcc2a;
}

.copyright_info_second h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.copyright_info_link {
    display: flex;
    flex-direction: column;
    gap: 16px 0px;
}

.copyright_info_first {
    margin-bottom: 2rem;
}

.copyright_info_inner {
    display: flex;
    gap: 24px;
}

.copyright_info_second div > div {
    font-size: 14px;
    line-height: 1.75;
}

.copyright_info_second div a {
    line-height: 1;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .copyright-wrapper p {
        font-size: 12px !important;
    }
    .copyright-wrapper {
        min-height: 50px;
    }
    .copyright_info_wrapper{
        padding: 2rem 0px;
    }
    .copyright_info_inner{
        flex-direction: column;
        gap:5px;
    }
    .copyright_info_first{
        margin-bottom: 1rem;
    }
}

/* --- Copyright Fundbrick Section CSS End --- */

/* --- How Its Works Page CSS Start ------------------------
------------------------------------------------------------ */

/* --- Section 2 Content ( The FundBrick Process ) CSS Start --- */

section.whyinvest-section {
    padding: 5rem 0;
}

section.whyinvest-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0.07;*/
    background: #f7f7f7;
}

.whyinvest-icon {
    position: absolute;
    left: 0;
    top: 20%;
    width: 25%;
    min-width: 225px;
    max-width: 350px;
}

.whyinvest-left-wrapper h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.04em;
}

.whyinvest-left-wrapper p {
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #333333;
}

@media screen and (max-width:1199px) {
    section.whyinvest-section {
        padding: 4rem 0;
    }
    .watch-video .watch-video-link i {
        font-size: 50px;
        line-height: 50px;
    }
    .whyinvest-left-wrapper h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .whyinvest-left-wrapper p {
        font-size: 12px;
    }
}

@media screen and (max-width:991px) {
    .whyinvest-left-main {
        order: 2;
    }
    .whyinvest-right-main {
        order: 1;
    }
    .whyinvest-right-wrapper img {
        max-width: 500px;
        width: 100%;
    }
    .whyinvest-icon {
        top: auto;
        bottom: 15%;
    }
}

@media screen and (max-width:767px) {
    .whyinvest-left-wrapper h1 {
        font-size: 32px;
    }
    section.whyinvest-section {
        padding: 3rem 0rem;
    }
    .whyinvest-left-wrapper p {
        line-height: 22px;
    }
}

@media screen and (max-width:575px) {
    .watch-video .watch-video-link i {
        font-size: 45px;
    }
    .watch-video-link h5 {
        font-size: 20px;
    }
    .whyinvest-left-wrapper h1 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (min-width:1450px) {
    .whyinvest-icon {
        width: 25%;
        max-width: 350px;
    }
}

@media screen and (min-width:1700px) {
    .whyinvest-left-wrapper p {
        font-size: 14px;
        line-height: 30px;
    }
    .whyinvest-icon {
        width: 27%;
        max-width: 100%;
    }
}

@media screen and (min-width:1900px) {
    .whyinvest-left-wrapper h1 {
        font-size: 62px;
        line-height: 86px;
    }
    .whyinvest-left-wrapper p {
        font-weight: normal;
        font-size: 16px;
        line-height: 34px;
        color: #333333;
    }
}

/* --- Section 2 Content ( The FundBrick Process ) CSS End --- */

/* --- Section 3 Content ( What is Real Estate Crowdfunding? ) CSS Start --- */

.crowdfunding-section {
    padding: 5rem 0rem 0rem;
    background: url('../images/crowdfunding-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.crowdfunding-subwrapper:before {
    content: '';
    position: absolute;
    background: #000000ba;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    border-radius: 5px 5px 0px 0px;
}

.crowdfunding-subwrapper {
    padding: 40px 2rem 4.5rem;
}

.crowdfunding-subwrapper p {
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
}

@media screen and (max-width:1199px) {
    .crowdfunding-section {
        padding: 4rem 0rem 0rem;
    }
    .crowdfunding-subwrapper {
        padding: 40px 4rem 3.5rem;
    }
}

@media screen and (max-width:991px) {
    .crowdfunding-subwrapper p {
        font-size: 12px;
    }
    .crowdfunding-subwrapper {
        padding: 40px 3rem 3rem;
    }
}

@media screen and (max-width:767px) {
    .crowdfunding-section {
        padding: 3rem 0rem 0rem;
    }
    .crowdfunding-subwrapper {
        padding: 30px 2rem 2.75rem;
    }
}

@media screen and (max-width:575px) {
    .crowdfunding-subwrapper {
        padding: 25px 1rem 2.75rem;
    }
}

@media screen and (min-width:1700px) {
    .crowdfunding-subwrapper p {
        font-size: 14px;
    }
    .crowdfunding-subwrapper {
        padding: 40px 4rem 5rem;
    }
}

/* --- Section 3 Content ( What is Real Estate Crowdfunding? ) CSS End --- */

/* --- Section 4 Content ( The FundBrick Process ) CSS Start --- */

.fundBrickprocess-icon {
    left: -7%;
    top: -3rem;
    max-width: 400px;
    bottom: auto;
}

.inves-hands-list ul {
    list-style: none;
    padding-left: 0px;
}

.inves-hands-list ul li {
    padding-left: 32px;
    margin-bottom: 1rem;
    position: relative;
}

.inves-hands-list ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 18px;
    /*color: var(--clr-black);*/
    color: var(--clr-black);
    position: absolute;
    left: 0;
    top: -2px;
}

@media screen and (max-width:1199px) {
    .fundBrickprocess-icon {
        left: 0;
        max-width: 300px;
        top: -2rem;
    }
}

@media screen and (max-width:991px) {
    .fundBrickprocess-icon {
        top: -1rem;
        max-width: 350px;
    }
}

@media screen and (max-width:767px) {
    .fundBrickprocess-icon {
        top: -1rem;
        max-width: 250px;
    }
}

@media screen and (min-width:1700px) {
    .fundBrickprocess-icon {
        max-width: 100%;
    }
}

/* --- Section 4 Content ( The FundBrick Process ) CSS End --- */

/* --- How Its Works Page CSS End ------------------------
------------------------------------------------------------ */

/* --- Opportunities Page CSS Start ------------------------
------------------------------------------------------------ */

/* --- Section 1 Content ( Open Investment Opportunities ) CSS Start --- */

.fundbrick-tabs-wraper li.fundbrick-tabs-item .fundbrick-tabs-link {
    min-width: 120px;
    min-height: 48px;
    background: #F2F2F2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #787878;
    transition: ease .25s;
    position: relative;
}

.fundbrick-tabs-wraper li.fundbrick-tabs-item .fundbrick-tabs-link:hover {
    color: var(--clr-black);
    background: var(--clr-yellow);
}

.fundbrick-tabs-wraper li.fundbrick-tabs-item .fundbrick-tabs-link.active {
    color: #fff;
    background: var(--clr-black);
    box-shadow: 4px 4px 8px rgb(0 0 0 / 30%);
}

.fundbrick-tabs-wraper li.fundbrick-tabs-item .fundbrick-tabs-link.active:before {
    content: '';
    position: absolute;
    border-top: 1em solid var(--clr-black);
    border-right: 0.75em solid transparent;
    border-bottom: 0;
    border-left: 0.75em solid transparent;
    bottom: -12px;
}

@media screen and (max-width:767px) {
    .fundbrick-tabs-wraper li.fundbrick-tabs-item .fundbrick-tabs-link {
        min-width: 90px;
        min-height: 42px;
    }
}

/* --- Section 1 Content ( Open Investment Opportunities ) CSS End --- */

/* --- Opportunities Page CSS End ------------------------
------------------------------------------------------------ */

/* --- Opportunities Details Page  CSS Start ------------------------
------------------------------------------------------------ */

.opportunities-details-main {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

/*.opportunities-details-main.blurdata-show{
    filter: blur(5px);
}*/

/*added by kc on 12-02-2020@14:47*/
.blurdata-show{
    filter: blur(2px);
}

.blurdata-show:before {
    content: '';
    position: absolute;
    left: -15px;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + 30px);
    height: 100%;
    background: #ffffffba;
    z-index: 1;
}

.opportunities-details-main h3 {
    font-size: 24px;
}

@media screen and (min-width:1900px) {
    .opportunities-details-main h3 {
        font-size: 28px;
    }
}

/* --- Block 1 Content CSS Start --- */

/* --- Block 1 Left Content CSS Start --- */

.opportunities-img {
    background: #F2F2F2;
    border-radius: 5px;
    overflow: hidden;
    max-height: 756px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.opportunities-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* --- Block 1 Left Content CSS End --- */

/* --- Block 1 Right Content CSS Start --- */

.want-invest-right {
    max-width: 168px;
}

.want-invest-right input {
    min-height: 48px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: #787878;
    position: relative;
    padding-right: 56px;
}

.want-invest-right input:focus {
    border-color: #DADADA;
    box-shadow: 0 0 0 0.2rem #f2f2f2;
}

.want-invest-right input::placeholder {
    color: #787878;
}

.want-invest-right .dollar-icon {
    position: absolute;
    right: 1px;
    min-width: 48px;
    min-height: 46px;
    background: #F2F2F2;
    border-left: 1px solid #DADADA;
    border-radius: 0px 5px 5px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #787878;
}

.want-invest-main .want-invest-left p {
    font-weight: normal;
    font-size: 15px;
    color: #787878;
}

.timeline-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.timeline-wrapper .timeline-panel {
    min-height: 116px;
    background: var(--clr-black);
    /*background: var(--clr-black);*/
    border-radius: 5px 5px 0px 0px;
}

.timeline-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
    border-radius: 50px;
    bottom: -2.25rem;
}

.timeline-icon img {
    filter: invert(0%) sepia(231%) saturate(0%) hue-rotate(0deg) brightness(20%) contrast(108%);
}

.timeline-wrapper .timeline-panel h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.timeline-details {
    height: 127px;
    padding: 47px 0px 25px;
}

.timeline-details h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.timeline-details p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #787878;
}

@media screen and (min-width:1900px) {
    .opp-right-wrapper h5 {
        font-size: 24px;
    }
    .opp-right-wrapper p {
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .timeline-wrapper .timeline-panel {
        min-height: 90px;
    }
    .timeline-details h6 {
        font-size: 18px;
    }
    .timeline-details p {
        font-size: 14px;
    }
    .timeline-wrapper .timeline-panel h5 {
        font-size: 18px;
    }
    .timeline-icon {
        width: 70px;
        height: 70px;
    }
    .timeline-details {
        height: 110px;
        padding: 45px 0px 18px;
    }
}

@media screen and (max-width:575px) {
    .timeline-wrapper .timeline-panel h5 {
        font-size: 16px;
    }
    .timeline-wrapper .timeline-panel {
        min-height: 75px;
    }
    .timeline-icon {
        width: 60px;
        height: 60px;
    }
    .timeline-icon img {
        width: 40px;
    }
    .timeline-details h6 {
        font-size: 15px;
        line-height: 20px;
    }
    .timeline-details {
        height: 95px;
        padding: 43px 0px 18px;
    }
    .timeline-details p {
        font-size: 12px;
        line-height: 12px;
    }
}

/* --- Block 1 Right Content CSS End --- */

/* --- Block 1 Content CSS End --- */

/* --- Block 2 Content CSS Start --- */

.opp-details p {
    line-height: 30px;
    font-size: 14px;
}

.fundBrick-bedroom-block {
    background: #F2F2F2;
    min-height: 49px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.fundBrick-bedrooms {
    max-width: auto;
    /*max-width: 625px;*/
    width: 100%;
}

.bedrooms-info p {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #787878;
}

@media screen and (max-width:991px) {
    .bedrooms-info p {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .bedrooms-info p {
        font-size: 13px;
    }
}

@media screen and (min-width:1900px) {
    .opp-details p {
        font-size: 16px;
    }
}

/* --- Block 2 Content CSS End --- */

/* --- Block 3 Content CSS Start --- */

/* --- lock 3 Left Slider Content CSS Start --- */

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.bedrooms-gallery .flickity-prev-next-button {
    display: none;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 21px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    outline: none;
}

.flickity-prev-next-button.previous:before, .flickity-prev-next-button.next:before {
    content: "\f104";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 19px;
    color: var(--clr-black);
}

.flickity-prev-next-button.previous:hover:before, .flickity-prev-next-button.next:hover:before {
    color: #ffcc2a;
}

.flickity-prev-next-button.previous {
    left: 0px;
}

.flickity-prev-next-button.next {
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
}

.flickity-prev-next-button:disabled {
    cursor: auto;
    color: #787878 !important;
}

.flickity-prev-next-button:disabled::before {
    color: #787878;
}

.flickity-prev-next-button svg {
    display: none;
}

/* .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
} */

.carousel-main {
    margin-bottom: 15px;
}

.carousel-cell {
    width: 100%;
    height: 350px;
    margin-right: 8px;
    background: #F2F2F2;
    border-radius: 5px;
    /* counter-increment: carousel-cell; */
}

.carousel-nav .carousel-cell {
    height: 86px;
    width: 102px;
    border-radius: 5px;
}

.carousel-nav .carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    background: #F2F2F2;
    border-radius: 5px;
}

/* Atelierbram edit */

.carousel-main img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 5px;
}

/* .carousel.bedrooms-gallery-thumbnail {
    margin: 0px 40px;
} */

.carousel.bedrooms-gallery-thumbnail .carousel-cell {
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.75;
}

.carousel.bedrooms-gallery-thumbnail .carousel-cell.is-selected {
    opacity: 1;
}

.carousel.bedrooms-gallery-thumbnail .flickity-viewport {
    left: 5px;
    width: calc(100% - 55px);
    margin: auto;
    border-radius: 5px;
}

.floor-plan-img {
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

.floor-plan-img img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* --- Block 3 Content Media Query Start --- */

@media screen and (max-width:1199px) {
    .carousel-cell {
        height: 300px;
    }
    .carousel.bedrooms-gallery-thumbnail .flickity-viewport {
        left: 2px;
    }
}

@media screen and (max-width:991px) {
    .opportunities-img {
        max-height: 500px;
    }
    .want-invest-right {
        max-width: 200px;
    }
    .opportunities-details-main h3 {
        font-size: 22px;
    }
    .opp-details p {
        line-height: 27px;
        font-size: 13px;
    }
    .carousel.bedrooms-gallery-thumbnail .flickity-viewport {
        left: 5px;
    }
}

@media screen and (max-width:767px) {
    .opportunities-img {
        max-height: 400px;
    }
    .opportunities-details-main h3 {
        font-size: 20px;
    }
    .carousel.bedrooms-gallery-thumbnail .flickity-viewport {
        left: 2px;
    }
    .opp-details p {
        font-size: 12px;
    }
    .bedrooms-icon {
        width: 20px;
    }
    .carousel-nav .carousel-cell {
        height: 80px;
        width: 90px;
    }
}

@media screen and (max-width:575px) {
    .opportunities-details-main h3 {
        font-size: 17px;
    }
    .opportunities-img {
        max-height: 350px;
    }
    .want-invest-main .want-invest-left p {
        font-size: 15px;
    }
    .want-invest-right {
        max-width: 150px;
    }
    .want-invest-right input {
        min-height: 40px;
        font-size: 13px;
        padding-right: 42px;
    }
    .want-invest-right .dollar-icon {
        min-width: 38px;
        min-height: 38px;
        font-size: 16px;
    }
    .carousel-cell {
        height: 250px;
    }
}

@media screen and (max-width:359px) {
    .opportunities-details-main h3 {
        font-size: 15px;
    }
    .opp-details p {
        font-size: 11px;
        line-height: 24px;
    }
    .want-invest-main .want-invest-left p {
        font-size: 13px;
    }
    .want-invest-right {
        max-width: 140px;
    }
    .want-invest-right input {
        font-size: 11px;
    }
}

@media screen and (min-width:1700px) {
    .carousel.bedrooms-gallery-thumbnail .flickity-viewport {
        left: 0;
    }
}

@media screen and (min-width:1900px) {
    .carousel-cell {
        height: 500px;
    }
    .carousel.bedrooms-gallery-thumbnail .flickity-viewport {
        width: calc(100% - 100px);
    }
    .carousel.bedrooms-gallery-thumbnail .carousel-cell {
        margin-left: 25px;
        margin-right: 25px;
    }
}

/* --- Block 3 Content Media Query End --- */

/* --- Block 3 Left Slider Content CSS End --- */

/* --- Block 3 Content CSS End --- */

/* --- Block 4 Content CSS Start --- */

.map-content {
    overflow: hidden;
    position: relative;
}

.map-content iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#map .gm-style-iw.gm-style-iw-c {
    max-width: 337px !important;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
    border-radius: 1px;
}

#map .gm-style-iw.gm-style-iw-c .div-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6:nth-child(1) {
    max-width: 150px;
    width: 100%;
    height: 134px;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1px !important;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6 h3 {
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6:last-child {
    width: 100%;
    max-width: calc(100% - 154px);
    padding-left: 15px;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6 p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #787878;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6 .div-investors i {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 12px;
    color: #333333;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6 .div-investors b {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 12px;
}

#map .gm-style-iw.gm-style-iw-c .div-row .div-6 span.investor-day-txt {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 12px;
    color: #333333;
}

#map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
    opacity: 1;
    outline: none !important;
}

#map .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img {
    margin: 0px !important;
    width: 20px !important;
    height: 20px !important;
}

@media screen and (max-width:1199px) {
    .map-content {
        padding-bottom: 56.25%;
    }
}

@media screen and (min-width:1200px) {
    .map-content {
        overflow: hidden;
        position: relative;
        height: 500px;
    }
}

@media screen and (min-width:1700px) {
    .map-content {
        overflow: hidden;
        position: relative;
        height: 650px;
    }
}

/* --- Block 4 Content CSS End --- */

/* --- Opportunities Details Page  CSS End ------------------------
------------------------------------------------------------ */

/* --- Frequently Questions Page CSS Start ------------------------
------------------------------------------------------------ */

section.faq-section {
    background: #F6F8FB;
}

/* --- Faq Accordion CSS Start  --- */

.faq-container {
    max-width: 1056px;
    margin: auto;
}

.faq-accordion .card {
    border: none;
    background: #FFFFFF;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px !important;
    margin-bottom: 10px;
}

.faq-accordion .card .card-header {
    min-height: 54px;
    padding: 0;
    background: #fff;
    border: none;
}

.faq-accordion .card .card-header h2 {
    min-height: 54px;
}

.faq-accordion .card .card-header h2 .btn-link {
    width: 100%;
    padding: 15px 45px 15px 20px;
    text-align: left;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    min-height: 54px;
    transition: ease 0.25s;
    border-radius: 5px 5px 0px 0px;
}

.faq-accordion .card .card-header h2 .btn-link {
    background: var(--clr-black);
    color: #fff;
}

.faq-accordion .card .card-header h2 .btn-link {
    background: var(--clr-black);
    color: #fff;
}

.faq-accordion .card .card-header h2 .btn-link i {
    position: absolute;
    right: 22px;
    font-size: 24px;
    line-height: 9px;
    transition: ease 0.25s;
    margin-top: 2px;
    transform: rotate(180deg);
}

.faq-accordion .card .card-header h2 .btn-link.collapsed i {
    transform: rotate(0deg) !important;
}

.faq-accordion .card .collapse {
    transition: all 0.35s;
}

.faq-accordion .card .card-body {
    padding: 20px 16px;
}

.faq-accordion .card .card-body h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.faq-accordion .card .card-body p {
    font-size: 14px;
    line-height: 28px;
}

/* --- Faq Accordion Media Query Start --- */

/* --- Faq Accordion Media Query End --- */

@media screen and (max-width:767px) {
    .faq-accordion .card .card-header, .faq-accordion .card .card-header h2, .faq-accordion .card .card-header h2 .btn-link {
        min-height: 45px;
    }
    .faq-accordion .card .card-header h2 .btn-link {
        font-size: 15px;
    }
    .faq-accordion .card .card-header h2 .btn-link i {
        font-size: 18px;
    }
    .faq-accordion .card .collapse .card-body {
        padding: 15px;
    }
    .faq-accordion .card .collapse .card-body p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (max-width:575px) {
    .faq-accordion .card .collapse .card-body h6 {
        font-size: 13px;
    }
    .faq-accordion .card .collapse .card-body p {
        font-size: 12px;
    }
}

@media screen and (max-width:359px) {
    .faq-accordion .card .card-header, .faq-accordion .card .card-header h2, .faq-accordion .card .card-header h2 .btn-link {
        min-height: 40px;
    }
    .faq-accordion .card .card-header h2 .btn-link {
        font-size: 13px;
    }
    .faq-accordion .card .collapse .card-body p {
        font-size: 11px;
    }
}

/* --- Faq Accordion CSS End  --- */

/* --- Frequently Questions Page CSS End ------------------------
------------------------------------------------------------ */

/* --- Icon CSS Start ------------------------------------------------ 
------------------------------------------------------------ */

.icon1 {
    position: absolute;
    left: -7%;
    top: 5%;
    max-width: 150px;
}

.icon2 {
    position: absolute;
    left: -9%;
    max-width: 175px;
    bottom: 25%;
}

.icon2.bottom {
    bottom: -15% !important;
}

.icon3 {
    position: absolute;
    bottom: 0%;
    right: 0%;
    max-width: 175px;
}

.icon4 {
    position: absolute;
    right: 0%;
    max-width: 180px;
    top: -9%;
}

@media screen and (min-width:1450px) {
    .icon1 {
        left: -18%;
    }
    .icon4 {
        right: -12%;
    }
}

@media screen and (min-width:1700px) {
    .icon1 {
        left: -30%;
        max-width: 202px;
    }
    .icon2 {
        left: -15%;
        max-width: 250px;
    }
    .icon3 {
        bottom: 0%;
        max-width: 256px;
    }
    .icon4 {
        /* right: -30%; */
        right: -10%;
        max-width: 280px;
    }
}

@media screen and (min-width:1900px) {
    .icon1 {
        left: -40%;
    }
    .icon4 {
        /* right: -39%; */
        right: -9%;
    }
}

/* --- Icon CSS End ------------------------------------------------
------------------------------------------------------------ */

/* --- Form Main Comman CSS Start ----------------------------------  
------------------------------------------------------------ */

.form-heading {
    min-height: 90px;
    border-radius: 5px 5px 0px 0px;
    background: var(--clr-black);
}

.form-heading h2 {
    font-size: 29px;
    line-height: 22px;
}

.verity-txt {
    font-size: 16px;
    line-height: 30px;
}

.form-main-content {
    max-width: 1058px;
}

@media screen and (max-width:991px) {
    .form-heading {
        min-height: 75px;
    }
    .form-heading h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:767px) {
    .form-heading {
        min-height: 60px;
    }
    .form-heading h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:575px) {
    .form-heading {
        min-height: 45px;
    }
    .form-heading h2 {
        font-size: 18px;
    }
    .verity-txt {
        font-size: 14px;
    }
}

/* --- Form Main Comman CSS End ----------------------------------  
------------------------------------------------------------ */

/* --- input control CSS Start ------------------------------------------------ 
------------------------------------------------------------ */

.input-control-group label {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.input-control-group .form-control::placeholder {
    color: #787878;
}

.input-control-group .form-control {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    min-height: 52px;
    padding: 10px 15px;
    outline: none;
    font-size: 14px;
    color: #787878;
}

.input-control-group .form-control:focus {
    box-shadow: none;
    /*border-color: var(--clr-black);*/
    border-color: var(--clr-black);
}

.input-control-group .dob_datepicker.form-control{
    border: 1px solid #EDEDED !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
    -webkit-text-fill-color: #333;
}

/* --- Select Dropdown CSS Start --- */

.input-control-group select.form-control {
    background: url('../images/down-arrow.svg');
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 52%;
    background-size: 14px;
    padding-right: 30px;
}

/* --- Select Dropdown CSS End --- */

@media screen and (max-width:991px) {
    .input-control-group .form-control {
        min-height: 45px;
        padding: 12px 15px;
    }
}

@media screen and (max-width:575px) {
    .input-control-group label {
        font-size: 13px;
    }
    .input-control-group .form-control {
        font-size: 13px;
    }
}

/* --- Checkbox Custom CSS Start --- */

.input-checkbox-group label {
    color: #787878;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
}

.input-checkbox-group .custom-control-label::before {
    border: 1px solid #EDEDED;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    top: 0px;
}

.input-checkbox-group .custom-control-label::after {
    width: 28px;
    height: 28px;
    top: 0;
}

.input-checkbox-group .custom-control-input:checked~.custom-control-label::before {
    /*background: var(--clr-black);
    border-color: var(--clr-black);*/
    background: var(--clr-black);
    border-color: var(--clr-black);
}

.input-checkbox-group .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(217 217 217);
    border-color: #c3c3c3;
}

.input-checkbox-group .custom-control-input:not(:disabled):active~.custom-control-label::before{
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

@media screen and (max-width:575px) {
    .input-checkbox-group .custom-control-label::before, .input-checkbox-group .custom-control-label::after {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .input-checkbox-group label {
        font-size: 13px;
    }
}

/* --- Checkbox Custom CSS End --- */

/* --- Radio Button Custom CSS Start --- */

.input-radio-group .custom-control-label::before {
    border: 1px solid #333333;
    width: 20px;
    height: 20px;
    top: 0px;
}

.input-radio-group .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 0;
}

.input-radio-group .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border-color: var(--clr-black);
}

.input-radio-group .custom-control-input:checked~.custom-control-label::after {
    filter: invert(0%) sepia(231%) saturate(0%) hue-rotate(0deg) brightness(20%) contrast(108%);
    background-size: 18px;
}

.input-radio-group .custom-control-input:focus~.custom-control-label::before {
    box-shadow:0 0 0 0.2rem #6464641a;
}

.input-radio-group .custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #ababab;
}

.input-radio-group .custom-control-input:not(:disabled):active~.custom-control-label::before{
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}

.input-radio-group label {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

@media screen and (max-width: 575px){
    .input-radio-group .custom-control-input:checked~.custom-control-label::after {
        background-size: 23px;  
    }
}

/* --- Radio Button Custom CSS End --- */

/* --- input control CSS End ------------------------------------------------ 
------------------------------------------------------------ */

/* --- Identity Registration Page CSS Start ---------------------------------- 
------------------------------------------------------------ */

.identity-reg-info {
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
}

@media screen and (min-width:1200px) {
    .identity-reg-info {
        font-size: 14px;
    }
}

@media screen and (min-width:1450px) {
    .icon1.container-xxl-icon1 {
        left: -10%;
        max-width: 180px;
    }
    .icon2.container-xxl-icon2 {
        left: -10%;
    }
    .icon4.container-xxl-icon4 {
        right: -10%;
        max-width: 220px;
    }
}

@media screen and (min-width:1700px) {
    .identity-reg-info {
        font-size: 16px;
        line-height: 30px;
    }
    .container-xxl-1327 {
        max-width: 1327px;
    }
}

/* --- Identity Registration Page CSS End ---------------------------------- 
------------------------------------------------------------ */

/* --- Identity Registration - Individual Page CSS Start -------------------
------------------------------------------------------------ */

.registration-option p {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.or-txt {
    font-weight: normal;
    top: -2px;
    font-size: 14px;
    line-height: 12px;
    color: #333333;
}

@media screen and (max-width:575px) {
    .registration-option p {
        font-size: 15px;
    }
    .input-radio-group label {
        font-size: 13px;
    }
}

@media screen and (min-width:1700px) {
    .registration-option p {
        font-size: 18px;
    }
}

/* --- Identity Registration - Individual Page CSS End -------------------
------------------------------------------------------------ */

/* --- I Am Planning To Invest Page CSS Start -------------------
------------------------------------------------------------ */

.planning-main-content {
    max-width: 1410px;
}

.planning-radio-box {
    max-width: 450px;
    width: 100%;
    min-height: 75px;
    background: #F7F7F7;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 25px 15px 40px;
}

.planning-radio-box.input-radio-group .custom-control-label::before {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    top: -7px;
}

.planning-radio-box.input-radio-group .custom-control-label::after {
    width: 42px;
    height: 42px;
    top: -7px;
}

.planning-radio-box.input-radio-group label {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #787878;
    padding-left: 40px;
}

.planning-radio-box.custom-radio .custom-control-input:checked~.custom-control-label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    font-size: 21px;
    line-height: 20px;
    color: var(--clr-black);
}

.planning-radio-box.input-radio-group .custom-control-input:checked~.custom-control-label::before {
    border: 1px solid #EDEDED;
}

.planning-icon2 {
    left: 0;
    right: 0;
    bottom: 0% !important;
    margin: auto;
}

@media screen and (min-width:1900px) {
    .planning-radio-box {
        min-height: 90px;
    }
    .planning-radio-box.input-radio-group label {
        font-size: 28px;
    }
}

@media screen and (max-width:1199px) {
    .planning-radio-box {
        min-height: 70px;
        padding: 15px 15px 15px 40px;
    }
    .planning-radio-box.input-radio-group label {
        font-size: 18px;
    }
    .planning-radio-box.input-radio-group .custom-control-label::before, .planning-radio-box.input-radio-group .custom-control-label::after {
        width: 36px;
        height: 36px;
    }
    .planning-radio-box.custom-radio .custom-control-input:checked~.custom-control-label::after {
        font-size: 18px;
    }
    .planning-radio-box.input-radio-group label {
        padding-left: 30px;
    }
}

@media screen and (max-width:575px) {
    .planning-radio-box.input-radio-group label {
        font-size: 16px;
    }
    .planning-radio-box {
        min-height: 60px;
        padding: 15px 15px 15px 40px;
    }
    .planning-radio-box.input-radio-group .custom-control-label::before, .planning-radio-box.input-radio-group .custom-control-label::after {
        width: 30px;
        height: 30px;
        top: -2px;
    }
    .planning-radio-box.custom-radio .custom-control-input:checked~.custom-control-label::after {
        font-size: 15px;
    }
    .planning-radio-box.input-radio-group label {
        padding-left: 15px;
    }
}

/* --- I Am Planning To Invest Page CSS End -------------------
------------------------------------------------------------ */

/* --- Stay In The Loop Page CSS Start -------------------
------------------------------------------------------------ */

.stayloop-radio-wrapper {
    max-width: 200px;
}

.stayloop-radio.input-radio-group label {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #787878;
    padding-left: 15px;
}

.stayloop-radio.input-radio-group .custom-control-label::before {
    width: 28px;
    height: 28px;
    border: 1px solid var(--clr-black);
}

.stayloop-radio.input-radio-group .custom-control-label::after {
    width: 28px;
    height: 28px;
}

@media screen and (max-width:575px) {
    .stayloop-radio.input-radio-group .custom-control-label::before {
        width: 25px;
        height: 25px;
    }
    .stayloop-radio.input-radio-group .custom-control-label::after {
        width: 25px;
        height: 25px;
    }
    .stayloop-radio.input-radio-group label {
        font-size: 16px;
        padding-left: 13px;
    }
}

/* --- Stay In The Loop Page CSS End -------------------
------------------------------------------------------------ */

/* --- INDIVIDUAL - Document Identity Verification Page CSS Start --- 
--------------------------------------------------------------------- */

.doc-verification-content {
    max-width: 817px;
}

.doc-verification-block {
    max-width: 242px;
    width: 100%;
    height: 292px;
    border: 2px solid transparent;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    padding: 40px 5px;
    cursor: pointer;
    transition: ease 0.35s;
}

.doc-verification-block:hover {
    box-shadow: 0px 2px 25px #00000033;
}

.doc-verification-block.active {
    border: 2px solid var(--clr-black);
}

.doc-verification-icon {
    width: 106px;
    height: 106px;
    min-height: 106px;
}

.doc-verification-icon img {
    filter: invert(0%) sepia(231%) saturate(0%) hue-rotate(0deg) brightness(20%) contrast(108%);
}

.doc-verification-block h6 {
    margin-top: 44px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    text-align: center;
}

@media screen and (max-width:1199px) {
    .doc-verification-block h6 {
        font-size: 18px;
    }
    .doc-verification-icon {
        width: 95px;
        height: 95px;
        min-height: 95px;
    }
    .doc-verification-block {
        height: 270px;
    }
    .doc-verification-block h6 {
        margin-top: 30px;
    }
}

@media screen and (max-width:991px) {
    .doc-verification-block {
        height: 215px;
        padding: 30px 5px;
        max-width: 100%;
    }
    .doc-verification-icon {
        width: 80px;
        height: 80px;
        min-height: 80px;
    }
    .doc-verification-block h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
}

@media screen and (max-width:575px) {
    .doc-verification-block {
        height: auto;
        padding: 25px 0px 20px;
    }
    .doc-verification-icon {
        width: 70px;
        height: 70px;
        min-height: 70px;
    }
    .doc-verification-block h6 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
}

/* --- INDIVIDUAL - Document Identity Verification Page CSS End --- 
--------------------------------------------------------------------- */

/* --- Document Identity Verfication Page CSS Start ------------
--------------------------------------------------------------------- */

.doc-identity-content {
    max-width: 625px;
}

.icon2.doc-icon2 {
    left: 15%;
    bottom: 5%;
}

@media screen and (max-width:767px) {
    .doc-identity-content {
        max-width: 225px;
    }
}

/* --- Document Identity Verfication Page CSS End ------------
--------------------------------------------------------------------- */

/* --- COMPANY - Document Identity Verification Page CSS Start ------------
--------------------------------------------------------------------- */

.company-doc-verification-content {
    max-width: 1088px;
}

@media screen and (max-width:991px) {
    .company-doc-verification-content .doc-verification-block {
        height: 225px;
        max-width: 100%;
    }
}

@media screen and (max-width:575px) {
    .company-doc-verification-content .doc-verification-block {
        height: auto;
        max-width: 100%;
    }
}

/* --- COMPANY - Document Identity Verification Page CSS End ------------
--------------------------------------------------------------------- */

/* --- INDIVIDUAL Document IV Passport ID Page CSS Start ------------
--------------------------------------------------------------------- */

.file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.browsfile-wrapper {
    max-width: 242px;
    height: 242px;
    width: 100%;
    background: rgba(247, 247, 247, 0.47);
    border: 2px dashed #DADADA;
    border-radius: 5px;
}

.browsfile-wrapper label {
    font-size: 14px;
    line-height: 1.1;
}

.browsfile-subwrapper label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
}

.browsfile-subwrapper label span {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #787878;
}

.browsfile-subwrapper label i {
    font-size: 46px;
    line-height: 40px;
    color: #787878;
    opacity: 0.4;
    margin-bottom: 10px;
}

@media screen and (max-width:1199px) {
    .browsfile-wrapper {
        max-width: 225px;
        height: 225px;
    }
}

@media screen and (max-width:991px) {
    .browsfile-wrapper {
        max-width: 200px;
        height: 200px;
    }
}

@media screen and (max-width:767px) {
    .browsfile-wrapper {
        max-width: 150px;
        height: 150px;
    }
    .browsfile-subwrapper label i {
        font-size: 34px;
        line-height: 34px;
    }
    .browsfile-subwrapper label span {
        font-size: 14px;
    }
    .browsfile-wrapper label{
        font-size: 12px;
    }
}

@media screen and (max-width:575px) {
    .browsfile-wrapper {
        max-width: 125px;
        height: 125px;
    }
    .browsfile-subwrapper label span {
        font-size: 13px;
    }
    .browsfile-subwrapper label i {
        font-size: 28px;
        line-height: 30px;
    }
    .browsfile-wrapper label{
        font-size: 10px;
    }
}

@media screen and (max-width:359px) {
    .browsfile-wrapper {
        max-width: 100px;
        height: 100px;
    }
    .browsfile-subwrapper label span {
        font-size: 12px;
    }
    .browsfile-subwrapper label i {
        font-size: 25px;
        line-height: 25px;
    }
}

/* --- INDIVIDUAL Document IV Passport ID Page CSS End ------------
--------------------------------------------------------------------- */

/* --- Company - Document IV Passport Page CSS Start ------------
--------------------------------------------------------------------- */

.companydoc-identity-content {
    max-width: 991px;
}

.hide {
    display: none;
}

/* --- Company - Document IV Passport Page CSS End ------------
--------------------------------------------------------------------- */

/* --- Data picker css start --- */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active.active{
    background-image:  linear-gradient(to bottom, #1a1a1a, #1a1a1a);
}
/* --- Data picker css end --- */

/* -------------------------- Custom CSS KMC -------------------------- */

p#total_investment_amount {
    display: inline-block;
}

p#percentage {
    display: inline-block;
}



/* -------------------------- Custom CSS KMC -------------------------- */
/*.loading_screen {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    background: url(../images/loader.gif) center no-repeat #fff;
}*/

.dataTables_empty {
    color:red;
}

/*02-04-2021*/
footer .contactus-list {
    position: relative;
}

footer  .contactus-info {
    margin: 12px 0 0 0 !important;
}

.contactus-list a:hover span {
    color: var(--clr-yellow);
}

footer .contactus-info i {
    font-size: 15px;
    top: 0;
    line-height: 22px;
}

footer .contactus-info span {
    font-size: 12px;
    padding-left: 22px;
    line-height: 18px;
}

footer  .application-wrapper {
    align-items: center;
    margin: 15px 0 0 0;
}

footer .application-wrapper .btn.app-store-btn {
    margin-right: 15px !important;
}
section.contactus {
    padding: 150px 0 0 0;
    margin: 0 0 100px 0;
}
.contact-us-wrapper {
    margin: 80px 0 0 0;
}

.c-title span.section-intro {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #bfbfbf;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.c-title h3.section-title {
    font-size: 32px;
    line-height: 1.1;
    color: var(--clr-black);
    font-weight: 700;
    margin: 5px auto 30px;
    text-transform: uppercase;
}
.contact-us-wrapper .c-title + p {
    color: #9BA4B2;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 450px;
    margin: 0 0 30px 0;
}
.contact-us-wrapper .c-title + p {
    color: #787878;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 450px;
    margin: 0 0 30px 0;
}
ul.social-ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    background: #f2f2f2;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    box-shadow: 4px 4px 6px #1a1a1a30;
    text-decoration: none !important;
}
ul.social-ul li a i {
    margin: 0 !important;
    color: var(--clr-black) !important;
}
ul.social-ul li a:hover{
    background: var(--clr-yellow) !important;
    color: var(--clr-black);
}
ul.social-ul li a:hover i{
    color: var(--clr-black) !important;
}
ul.social-ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-ul li {
    margin: 0px 10px 0 0;
}
.conntact-form .form-control {
    border: 0;
    background: #FFFFFF;
    border-radius: 4px !important;
    font-size: 14px;
    padding: 15px 15px;
    height: auto;
    font-weight: 500;
    border: 1px solid #f2f2f2;
    box-shadow: none;
}
.conntact-form .form-control:focus{
    border-color: var(--clr-black);
}

@media screen and (max-width:767px){
    .c-title h3.section-title{
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/*02-04-2021-over*/

/*13-04-2021*/
.testimonial {
    text-align: center;
}
.aboutus-page-section {
    background: transparent !important;
}
.testimonial .testimonial-content .pic {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
}
.testimonial .testimonial-content .name {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: var(--clr-black);
    font-weight: bold;
}
.testimonial .testimonial-content span.title {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px !important;
    letter-spacing: 0.02em;
    color: #787878;
    display: block;
    margin: 0 0 15px 0;
}
.testimonial .description {
    margin: 0 0 30px 0;
    font-size: 14px;
}
.testimonial .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    box-shadow: 4px 4px 6px #1a1a1a30;
}
.testimonial .social-links a i {
    margin: 0 !important;
    color: var(--clr-black);
}
.testimonial .social-links a:hover {
    background: var(--clr-yellow) !important;
}
.testimonial .social-links a:hover i{
    color: var(--clr-black);
}



/*KMC Added for temp testing Start*/
.logo {
    min-width: 63px;
    min-height: 40px;
    height: auto;
}

.close-eye {
    background-image: url('./../images/eye-closed.svg') !important;
}

.open-eye {
    background-image: url('./../images/eye-opened.svg') !important;
}

form .toggle-password {
    float: right;
    cursor: pointer;
    margin: -36px 2px;
    position: relative;
    z-index: 2;
    background: white;
    padding: 13px 16px 10px 18px;
    background-repeat: no-repeat !important;
}

form .expiry_datepicker[readonly] {
    background-color: #fff !important;
}

form .form-check-label {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
/*KMC Added for temp testing End*/

ol.flickity-page-dots {
    display: none;
}

label#invest_amount-error {
    font-size: 14px;
    margin: -25px 0px 0px 0;
}