:root {
    --accretiv-blue: #023D67;
}

.container.rcxHomePage {
    #outer_content {
        padding-top: 0px;
    }
    font-family: 'Work Sans' !important;
}

.text-site-color {
    color: var(--ce-main-color);
}

.bg-orange,
.btn-orange,
.btn-orange:hover {
    background: var(--ce-main-color) !important;
    border-color: var(--ce-main-color) !important;
    background-color: var(--ce-main-color) !important;
}

.shadow-acc {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.btn-orange.rounded-circle {
    padding: 6px 15px;
}

.brief-overview {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--ce-main-color);
    }
}

.acc2 {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h6,
    strong {
        color: var(--accretiv-blue);
    }
    div,
    p,
    span {
        margin: 0;
        line-height: 1.2;
        color: #555555!important;
    }
}

#outer_content {
    div,
    p,
    a,
    span {
        font-size: 1rem;
        font-family: 'Work sans' !important;
    }
    .card-title {
        font-size: 16px !important;
    }
    p,
    button {
        font-size: 16px !important;
    }
    .menu-container button.nav-link {
        font-size: 14px !important;
        /* padding: 8px; */
        line-height: 1;
    }
    button.accordion-button {
        font-size: 1.5rem !important;
    }
    #instructions h5 {
        font-size: 18px;
    }
    small {
        font-size: 16px;
    }
    .detailBlock p {
        font-weight: 500 !important;
    }
    .detailBlock p.fw-semibold {
        font-weight: 600 !important;
    }
    p.indicate-interest {
        font-size: 16px !important;
        font-family: 'Work sans';
    }
    .infoCard span {
        font-size: 17px;
    }
    .bordered-card {
        width: 100%;
        min-height: 470px;
        max-height: 480px;
        position: relative;
        background: #fff;
        border-bottom: 10px;
        border-radius: .375rem;
        padding: 10px 10px 2px 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        .b-card {
            font-size: 3.5rem;
            padding: 1rem;
            top: -50px;
            left: 35%;
            position: absolute;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            justify-content: center;
            align-items: center;
            display: flex;
            background-color: #fff;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
            img {
                width: 80px;
                height: 80px;
                padding: 5px;
                object-fit: contain;
            }
        }
        .overflowBox {
            /* max-height:210px; */
            height: auto;
            overflow-y: auto;
            border-bottom: 1px solid #f9f9f9;
        }
        .docsArea {
            min-height: 150px; 
            overflow-y: auto;
            border-bottom: 1px solid #f9f9f9;
            a {
                color: #555555;
                font-weight: 400 !important;
                font-size: 16px;
                font-family: "Work Sans" !important;
                i {
                    color: var(--ce-main-color);
                }
            }
        }
        .innerBtnBlock {
            min-width: 157px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        }
        .boardBtns {
            margin: auto;
            bottom: 15px;
            position: absolute;
        }
        .cardInfos {
            font-family: "Work Sans";
            .isTitle {
                color: rgba(2, 61, 103, 1);
                font-weight: 700;
                text-align: left;
            }
            .bg-softblue {
                background: rgba(227, 231, 239, 1);
            }
            .overflowBox {
                .table {
                    .table-text {
                        color: #555555;
                        font-weight: 400;
                    }
                    tr {
                        border: 1px solid rgba(169, 187, 204, 1);
                        border-left: none;
                        border-right: none;
                    }
                }
            }
            .table td,
            .table th {
                padding: 0.25rem 0.5rem !important;
            }
        }
        .docsArea {
            font-family: "Work Sans";
            .isTitle {
                color: rgba(2, 61, 103, 1);
                font-weight: 700;
                text-align: left;
            }
        }
        .bg-mid-blue {
            background: rgba(82, 119, 152, 1);
        }
    }
    #financials {
        .table {
            .table-text {
                color: #555555;
                font-size: 1rem;
                font-weight: 400;
            }
            tr {
                border: 1px solid rgba(169, 187, 204, 1);
                border-left: none;
                border-right: none;
            }
        }
        .table td,
        .table th {
            padding: 0.25rem 0.5rem !important;
        }
        .bg-softblue {
            background: rgba(227, 231, 239, 1);
        }
    }
    #documents {
        a {
            color: #555555;
            font-weight: 400 !important;
            font-size: 16px;
            line-height: 30px;
            font-family: "Work Sans" !important;
        }
    }
    .vertical-tag-container {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
        background-color: #f8f9fa;
        border-radius: 8px 0 0 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        animation: pulseGlow 2s ease-in-out 2s 8;
    }
    .vertical-tag-container button {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 18px !important;
        font-weight: bold;
        padding: 12px 5px !important;
        border-radius: 2px !important;
        color: #fff;
        background-color: #ff6600;
        border: none;
        cursor: pointer;
    }
}

@keyframes pulseGlow {
    0% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 5px #ff6600;
    }
    50% {
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 0 25px #ff6600;
    }
    100% {
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 5px #ff6600;
    }
}

.cloudflare-captcha {
    text-align: center;
    padding-bottom: 1rem;
    iframe {
        width: 20em;
    }
}

.contactInvestorRelationsBtn {
    color: #fff;
    min-height: 45px;
    border: 1px solid var(--ce-main-color-dark-blue);
    background-color: var(--ce-main-color-dark-blue);
    &:hover {
        border: 1px solid var(--ce-main-color);
        background-color: var(--ce-main-color);
    }
}

#contactInvestorRelations {
    .modal-dialog {
        margin-top: 2rem;
    }
}

.float-badge {
    left: 50%;
    bottom: -24px;
    font-size: 24px;
    background-color: #fff;
    color: var(--ce-main-color);
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.progress {
    width: 90%;
    z-index: 0;
    margin: auto;
    height: .6rem;
    position: relative;
    border-radius: 20px;
    background-color: #eee;
}

#amount_ratio {
    font-size: 18px;
    width: 90%;
    margin: .5rem auto auto auto;
    b {
        font-size: 18px;
        color: var(--ce-main-color);
    }
}

.text-limegreen {
    color: limegreen;
}

.lh-1-2 {
    line-height: 1.2;
}

.right-panel {
    width: 350px;
    position: relative;
    z-index: 0;
}

footer {
    z-index: 11;
    position: relative;
}

.accordion {
    z-index: 0;
    position: relative;
}

.menu-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.locationImg {
    width: 100%;
    height: 400px;
}

#tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
}

#outer_content .detailBlock {
    p {
        font-size: 16px;
        font-weight: 600;
    }
}

.nav-item {
    flex: 0 0 auto;
    font-size: 17px;
}

.menu-container button.scroll-left,
.menu-container button.scroll-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--base-purple);
    border: none;
    font-weight: 900;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.menu-container button.scroll-left {
    left: 0;
}

.menu-container button.scroll-right {
    right: 0;
}

.menu-container button.scroll-left:hover,
.menu-container button.scroll-right:hover {
    background-color: #fff;
}

#tabs {
    overflow-x: scroll;
    scrollbar-width: none;
}

#tabs::-webkit-scrollbar {
    display: none;
}

.right-panel .card {
    border-radius: 20px 20px 10px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-content>section {
    margin-bottom: 50px;
}

.list-disc {
    li {
        list-style: disc;
    }
}

.accordion-button:focus {
    box-shadow: none;
}

#tabs.nav-tabs.fixed {
    .nav-item {
        padding: 5px !important;
    }
}

#tabs.nav-tabs {
    border: 0;
    .nav-item {
        border-bottom: 1px solid #ccc;
        margin-right: 4px;
    }
    .nav-link {
        color: #333;
        text-transform: uppercase;
        border: 4px solid transparent;
        &:hover {
            color: #fff;
            border-radius: 4px;
            background: rgba(2, 61, 103, 1);
            border: 4px solid rgba(2, 61, 103, 1);
        }
        &:focus {
            border-bottom: 4px solid transparent;
        }
    }
    .nav-link.active {
        color: #fff;
        font-weight: 700;
        border-radius: 4px;
        background: rgba(2, 61, 103, 1);
        border: 4px solid rgba(2, 61, 103, 1);
    }
    .nav-link {
        color: rgba(2, 61, 103, 1);
        font-weight: 400;
        border-radius: 4px;
        background: rgba(227, 231, 239, 1);
        border: 4px solid rgba(227, 231, 239, 1);
    }
}

.dashnum-card {
    position: relative;
}

.dashnum-card .round {
    position: absolute;
    background: inherit;
    border-radius: 50%;
    width: 210px;
    overflow: hidden;
    height: 210px;
    z-index: 1;
}

.dashnum-card.dashnum-card-small .round.small {
    top: -160px;
    right: -130px;
    opacity: .5;
}

.dashnum-card .round:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(140.9deg, #ffffff -14.02%, rgba(255, 255, 255, 0) 77.58%);
}

.dashnum-card.dashnum-card-small .round.big {
    top: -30px;
    right: -180px;
    opacity: .5;
}

.dashnum-card .round:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(210.04deg, #ffffff -50.94%, rgba(255, 255, 255, 0) 83.49%);
}

.dashnum-card .card-body {
    position: relative;
    z-index: 5;
}

.avtar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    align-self: start;
    background: var(--ce-main-color);
}

.right-panel .card.dashnum-card-small {
    border-radius: 10px;
    background: #cd202a29;
    border: 1px solid #cd202a29;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 5px 0px, rgba(0, 0, 0, 0.04) 0px 9px 9px 0px, rgba(0, 0, 0, 0.02) 0px 21px 12px 0px, rgba(0, 0, 0, 0.01) 0px 37px 15px 0px, rgba(0, 0, 0, 0) 0px 58px 16px 0px;
}

.right-panel .card.infoCard {
    border-top: 0;
    border-left: 1px solid #cd202a29;
    border-right: 1px solid #cd202a29;
    border-bottom: 1px solid #cd202a29;
    background: linear-gradient(270deg, #cd202a29, transparent);
}

.btnBlock {
    border: 0;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.11);
}

.getE,
p.getE {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff!important;
}

.getE2 {
    font-size: 16px;
}

.innerBtnBlock {
    cursor: pointer;
    font-family: 'Work sans';
}

.h-300 {
    width: 80%;
    margin: auto;
    height: 300px;
}

#fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 8px;
    }
    span {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 2em;
        color: white;
        cursor: pointer;
    }
}

.enhance-title {
    display: block;
    width: 100%;
    margin: 1em auto;
    color: #bbb;
    font-size: 10px;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-modal-content {
    position: relative;
    width: 80%;
    margin: 1em auto auto auto;
    max-width: 1000px;
    border-radius: 8px;
    background-color: #000;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

#videoModal .modal-video {
    width: 100%;
    height: auto;
    display: block;
}

#videoModal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 14px;
    border-radius: 50%;
    z-index: 1001;
}

#videoModal .modal-dialog {
    margin: 5em auto auto auto !important;
    transform: translateX(0px) !important;
}

#videoModal .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#videoModal .modal-body {
    padding: 0;
    height: 100%;
}

#videoModal .modal-video {
    width: 100%;
    height: 100%;
    border: none;
}

.pImage {
    object-fit: cover;
    object-position: center;
}

.cursor-pointer,
.pdf_view,
.loginfirst {
    cursor: pointer;
}

#tabsContent {
    .expandIcon {
        z-index: 1;
    }
    img#new_image_upload {
        height: auto;
        margin-bottom: 5px;
        object-fit: contain;
    }
    .accordion-button:focus {
        box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
        box-shadow: none;
        background-color: transparent;
    }
    .accordion-button {
        background-color: transparent;
        border: none;
        border-top: 2px solid rgba(169, 187, 204, 1) !important;
    }
    #overview {
        .accordion-button {
            border-top: 2px solid rgba(2, 61, 103, 1) !important;
        }
    }
    .accordion-body {
        padding: .5em 1em 2em 1em;
        h1 {
            font-size: 32px;
        }
        h2 {
            font-size: 30px;
        }
        h3 {
            font-size: 28px;
        }
        h4 {
            font-size: 26px;
        }
        h5 {
            font-size: 24px;
        }
        h6 {
            font-size: 20px;
            color: rgba(2, 61, 103, 1);
        }
        p {
            font-size: 16px !important;
        }
        h2 {
            margin: .5rem auto;
        }
    }
    #documents,
    #gallery {
        h6 {
            font-size: 20px;
            color: rgba(2, 61, 103, 1);
        }
    }
    #gallery {
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel .owl-nav button.owl-next {
            width: 18px;
            height: 18px;
            background: #f1f1f1;
            color: rgba(169, 187, 204, 1);
            border: none;
            border-radius: 0;
            font-size: 10px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 42%;
            transform: translateY(-50%);
            z-index: 1000;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            transition: background 0.3s;
        }
        .owl-carousel .owl-nav button.owl-prev:hover,
        .owl-carousel .owl-nav button.owl-next:hover {
            background: #ddd;
        }
        .owl-carousel .owl-nav button.owl-prev {
            left: -25px;
        }
        .owl-carousel .owl-nav button.owl-next {
            right: -25px;
        }
    }
    .accordion-item {
        border: 0;
    }
    .accordion-item img.expandable-img {
        cursor: zoom-in;
        object-fit: cover;
        position: relative;
        width: 100% !important;
        object-position: center;
        height: 400px !important;
    }
    .accordion-item img.expandable-img:after {
        content: "\u25B6";
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.2em;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        padding: 5px;
        cursor: pointer;
    }
    .accordion-item img:not([id="new_image_upload"]):not([class~="projectImages"]):not([class~="projectImageVideo"]) {
        object-fit: contain;
        width: 100% !important;
        object-position: center;
        height: 400px !important;
    }
    /*#location img[src*="maps.gstatic.com"] {
	    width: unset !important;
	    height: unset !important;
	    object-fit:unset !important;
	    object-position:unset !important;
	}*/
    .accordion-item img:not([id="new_image_upload"]).whenPdfImage {
        /* width: 100px!important;
		height: 100px!important; */
        box-shadow: none !important;
    }
    .accordion-item img#locationMap {
        width: 90% !important;
    }
    #locationMap {
        width: 90%;
        height: 400px;
        margin: 0 5% 10% 5%;
        border: double 5px var(--ce-main-color);
    }
    .accordion-button {
        padding: .5rem 0;
        border-radius: 0;
        font-size: 1.5rem;
        text-transform: uppercase;
        border-top: 1px solid #bbb;
        font-family: "Work sans";
        font-weight: 700;
        color: rgba(2, 61, 103, 1);
    }
    #overview .accordion-button {
        border-top: 0;
    }
    p {
        margin-bottom: 0;
    }
    ul {
        padding: 0 30px;
    }
    ul.navigation li,
    ul li {
        list-style: disc;
        font-size: 18px;
    }
    ul.customFinancials {
        padding: 0 0 2em 0;
    }
    ul.customFinancials li {
        margin-bottom: 5px;
        list-style: none;
        font-size: 18px;
        i {
            min-width: 1.5rem;
            margin-right: 1px;
            color: var(--ce-main-color);
        }
        span {
            font-weight: bold;
        }
    }
    #accordionFaqs .accordion-button {
        font-size: 18px;
        text-transform: none;
        border-top: 1px solid #eee;
        color: var(--ce-main-color-light-blue);
    }
    #accordionFaqs .accordion-body {
        font-size: 16px;
    }
    .projectImages {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: center;
    }
}

#pdf-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#loginfisrt_modal {
    .modal-dialog {
        top: 2em !important;
    }
}

.brief-overview {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.brief-overview.expanded {
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.toggle-btn {
    display: block;
    text-align: end;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    color: var(--ce-main-color);
}

small.text-muted {
    width: 100%;
}

.gl_img {
    margin: 0 0 15px 0;
    border: none;
}

.gl_img a {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}

.gl_img a img {
    margin: 0 !important;
}

#tabs.fixed {
    top: 0em;
    width: 100%;
    z-index: 1;
    position: fixed;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    background-color: #fff;
    li {
        display: inline-block;
    }
}

#scroll-left.fixed,
#scroll-right.fixed {
    top: 5.5em;
}

.showDek {
    display: block;
}

.showMob {
    display: none;
}

.other_than_home {
    padding-top: 0;
}

.infoDetailsCard {
    height: 430px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pointingYield {
    width: 100px;
    height: 77px;
    object-fit: contain;
}

@media only screen and (min-width :800px) {
    .right-panel.fixed {
        top: 6em !important;
        z-index: 0;
        width: 350px;
        position: fixed;
    }
}

@media only screen and (max-width :800px) {
    /*mobile*/
    .showDek {
        display: none;
    }
    #gallery {
        .owl-carousel .owl-nav button.owl-prev {
            left: -10px;
        }
        .owl-carousel .owl-nav button.owl-next {
            right: -10px;
        }
    }
    .showMob {
        display: block;
    }
    .other_than_home {
        padding-top: 80px;
    }
    ul.fundComposition2 {
        padding: 0;
        display: block !important;
        li {
            border-left: none;
        }
    }
    ul.fundComposition {
        display: block !important;
    }
    .serpin-pharma {
        .location_box_custom_content {
            img {
                width: 5em !important;
            }
        }
    }
    #tabs.fixed {
        left: 0;
    }
    p,
    li {
        font-size: 12px;
    }
    small {
        font-size: 10px;
    }
    .h-300 {
        height: auto;
    }
    .leftContent {
        order: 2;
        margin-top: 2em;
    }
    .text-center-mobile {
        text-align: center;
    }
    #tabs li:first-of-type {
        margin-left: 1em;
    }
    .dashnum-card .card-body,
    .dashnum-card.dashnum-card-small .round.big,
    .dashnum-card.dashnum-card-small .round.small {
        z-index: 0;
    }
    .tab-content>section {
        margin-bottom: 20px;
    }
    #outer_content {
        .overflowBox p {
            font-size: 14px !important;
        }
        .bordered-card {
            margin-top: 70px;
            min-height: 400px;
        }
        #tabsContent {
            .accordion-body {
                padding: .1em .1em 2em .1em;
                h1 {
                    font-size: 24px;
                }
                h2 {
                    font-size: 22px;
                }
                h3 {
                    font-size: 20px;
                }
                h4 {
                    font-size: 18px;
                }
                h5 {
                    font-size: 16px;
                }
                h6 {
                    font-size: 14px;
                }
                p {
                    font-size: 14px !important;
                }
            }
            ul.customFinancials li {
                font-size: 14px;
            }
            .accordion {
                margin: 0;
            }
            .accordion-button {
                font-size: 20px !important;
            }
            #locationMap {
                height: 200px;
            }
            .accordion-item img#locationMap {
                width: 100% !important;
                margin: 5% auto;
                height: 300px;
            }
            .accordion-item img.expandable-img {
                cursor: zoom-in;
                object-fit: cover;
                position: relative;
                width: 100% !important;
                object-position: center;
                height: 200px !important;
            }
            .accordion-item:not(:first-of-type) img.expandImage {
                cursor: zoom-in;
                object-fit: cover;
                position: relative;
                width: 100% !important;
                object-position: center;
                height: 200px !important;
            }
            .accordion-item img:not([id="new_image_upload"]):not([class~="projectImages"]):not([class~="projectImageVideo"]) {
                height: 200px !important;
            }
        }
    }
    .od-1 {
        order: 2;
        margin-top: 3rem;
    }
    .acc1 button {
        width: 100%;
        border-radius: 10px !important;
    }
    .sticky-invest {
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1000;
        position: fixed;
        padding: 15px 25px;
        background-color: aliceblue;
        box-shadow: 0px 4px 15px 0px #00000040;
        .innerBtnBlock {
            width: 100% !important;
            p {
                font-size: 14px;
                font-weight: 600;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 34px !important;
            }
        }
        .innerBtnBlock:first-of-type {
            margin-right: 2%;
        }
        .innerBtnBlock:nth-child(2) {
            margin-top: 2%;
        }
        p.getE2 {
            font-size: 11px;
            padding-top: 5px;
            font-weight: 600;
        }
    }
    .menu-container button.scroll-left,
    .menu-container button.scroll-right {
        z-index: 0;
    }
    #loginfisrt_modal {
        .btnArea {
            flex-direction: row !important;
        }
    }
    .right-panel {
        width: 100%;
        position: relative;
        display: block;
        margin: 1rem auto auto auto;
    }
    .Real-Estate-Fund {
        #tabsContent {
            .accordion-item img:not([id="new_image_upload"]):not([class~="projectImages"]):not([class~="projectImageVideo"]) {
                width: unset !important;
            }
        }
    }
    .infoDetailsCard {
        height: 350px;
        background-size: 100% 100%;
    }
    .pointingYield {
        margin-top: 11px;
    }
    #outer_content {
        .menu-container button.nav-link {
            font-size: 12px !important;
            padding: 2px ! Important;
        }
        .vertical-tag-container button {
            font-size: 12px !important;
        }
    }
}

@media only screen and (max-width:1027px) {
    .gl_img {
        width: 100%
    }
    .fancybox-close {
        top: 0 !important;
        right: 0 !important;
    }
    #myDocViewerModal .modal-dialog {
        margin-top: 7em !important;
    }
}

.circle-climate-corporation {
    .expandImage {
        width: 100%;
    }
    .location_box_custom_content {
        img {
            width: 100%;
        }
    }
}

.indicate-interest {
    display: flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.form-outer {
    padding: .5rem 1rem;
    .form-group {
        position: relative;
        margin-bottom: 1.2rem;
    }
    .form-group:first-child {
        margin-top: 0 !important;
    }
    .form-group:last-child {
        margin-bottom: 0;
    }
    .form-control {
        width: 100%;
        padding: 10px;
        outline: none;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
    .form-label.floatLabels {
        top: 12px;
        left: 10px;
        color: #999;
        font-size: 12px;
        position: absolute;
        pointer-events: none;
        transition: all 0.2s ease-in-out;
    }
    .form-control:focus+.form-label.floatLabels,
    .form-control:valid+.form-label.floatLabels {
        top: -10px;
        left: 5px;
        font-size: 12px;
        color: #555;
        background-color: white;
        padding: 0 5px;
    }
    .invalid {
        border: 1px solid red;
        background-color: #ffe5e5;
    }
    .iti {
        width: 100%;
    }
    .iti--allow-dropdown .iti__flag-container,
    .iti--separate-dial-code .iti__flag-container {
        padding: 8px 0;
    }
    .iti--separate-dial-code .iti__selected-flag {
        border-right: 1px solid #ddd;
        background-color: transparent;
    }
    .phoneNumber {
        label {
            top: -8px;
            left: 76px;
            z-index: 1;
            color: #999;
            padding: 0 5px;
            font-size: 12px;
            position: absolute;
            background-color: #fff;
        }
    }
}

.westbrooke-usa-residential {
    ul.fundComposition2 {
        padding: 0;
        display: flex !important;
        border: 2px solid #ddd;
        h5 {
            font-size: 12px;
            text-align: center;
        }
        li {
            list-style: none;
            padding: 0 5px;
            list-style: none;
            text-align: center;
            border-left: 2px solid #ddd;
        }
        img {
            display: block;
            margin: auto;
            width: 100%;
            height: 80px;
            padding: 15px 15px 5px 15px;
        }
        p {
            font-size: 10px;
            text-align: center;
        }
    }
    ul.fundComposition {
        padding: 0 !important;
        display: flex !important;
        border: 2px solid #ddd !important;
        p {
            font-size: 10px;
            text-align: center;
        }
        h5 {
            font-size: 12px;
            text-align: center;
        }
        li {
            list-style: none !important;
            border-left: 2px solid #ddd;
        }
        img {
            display: block;
            margin: auto;
        }
    }
    .imolott-hotels {
        img {
            width: 100% !important;
        }
        .fancybox {
            img {
                width: 100% !important;
            }
        }
    }
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(245, 130, 32, 1)' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(245, 130, 32, 1)' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}