.project-box-link ul li,.side-menu li {
    padding-bottom: 10px
}

.project-box-link h4,.rera-box {
    font-weight: 700;
    color: #fff
}

.site-header {
    padding: 15px 0;
    transition: .3s;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    top: 0;
    box-shadow: 0 0 3px #acacac
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.header-content .left-content {
    flex: 0 0 30%;
    width: 30%;
    display: flex;
    align-items: center
}

.inner-search-header {
    flex: 0 0 26%;
    width: 26%
}

.inner-search-header .search-box,.login-form .form-content .form-group {
    position: relative
}

.inner-search-header .search-box .form-control {
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
    box-shadow: 0 0 4px #f2f2f2;
    font-size: 14px;
    height: 47px;
    padding-right: 45px
}

.inner-search-header .search-box i {
    position: absolute;
    right: 15px;
    top: 50%;
    border-left: 1px solid #cecece;
    padding-left: 10px;
    cursor: pointer;
    transform: translate(0, -50%);
}

.header-content .right-content {
    flex: 0 0 44%;
    width: 44%;
    display: flex;
    justify-content: end
}

.header-content .left-content .logo {
    width: 165px;
    display: block
}

.header-content .left-content .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.header-content .right-content .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center
}

.header-content .right-content .menu>li {
    margin-left: 20px
}

.header-content .right-content .menu>li>a {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600
}

.header-content .right-content .menu>li>a .count-fav {
    background: #ff5226;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    height: 15px;
    position: absolute;
    left: 5px;
    text-align: center;
    top: -3px;
    width: 15px;
    line-height: 1;
    padding: 3px 0;
    text-shadow: 0 0 2px #d8d8d8
}

.header-content .right-content .menu>li>a .count-fav:empty {
    display: none
}

.header-content .right-content .menu>li>a i {
    margin-right: 7px;
    position: relative;
    top: 1px
}

.header-content .right-content .menu>li>a.login-link i {
    font-size: 20px
}

.header-content .right-content .menu li.phone-dropdwon>a {
    border: 1px solid #c4c4c4;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 14px
}

.header-content .right-content .menu li.phone-dropdwon:hover .dropdown-menu {
    display: block;
}

.header-content .right-content .c-flag .img-icon {
    width: 23px;
    height: 18px;
    background-size: 100%;
    margin-left: 10px;
    background-repeat: repeat;
    box-shadow: 0 0 1px #000
}

.header-content .right-content .c-flag .c-tag,.mobile-inqury a i,.side-menu li>a>i,.social-login .btn-social i {
    margin-right: 5px
}

.country-dropdown .dropdown-item.c-flag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px
}

.country-dropdown .dropdown-item.c-flag i {
    margin-right: 7px
}

.search-city {
    padding-left: 25px
}

.search-city .dropdownToggle {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    font-size: 16px
}

.search-city .dropdownToggle i {
    padding-left: 10px;
    position: relative;
    top: 1px;
    transition: .3s
}

.search-city .dropdownToggle.show i {
    transform: rotate(180deg);
    padding-right: 10px;
    top: -1px
}

.city-dropdown {
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 15px 10px;
    min-width: 700px;
    top: 28px!important
}

.menuoverlay,.side-menu-common {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999
}

.city-dropdown:before {
    content: " ";
    width: 20px;
    height: 20px;
    background: #ffff;
    position: absolute;
    top: -10px;
    left: 30px;
    transform: rotate(45deg);
    border: 1px solid #cecece;
    border-bottom: 0;
    border-right: 0
}

.city-dropdown li {
    width: 20%;
    float: left;
    padding: 0 5px;
}

.city-dropdown .dropdown-item {
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 1px;
    border-radius: 5px
}

.city-dropdown li.selected .dropdown-item {
    background: var(--mainColor);
    color: #fff
}

.city-dropdown .dropdown-item i {
    display: none;
    color: #059805;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center
}

.city-dropdown li.selected .dropdown-item i,.footer-sticky-form .form-row .form-group .country-code,.login-form,.login-form .form-content .country-code {
    display: flex
}

.menuoverlay {
    width: 100%;
    background: rgba(0,0,0,.6);
    left: 0;
    right: 0;
    display: none
}

.side-menu-common {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.5);
    box-shadow: 10px 10px 50px rgba(0,0,0,.5);
    font-size: 16px;
    padding: 25px 35px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 81%;
    -webkit-transition: .2s;
    transition: .2s;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1b121e;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto
}

.agree-text,.mobile-inqury a,.or-div,.rera-box,.social-login,.subscribe-form .btn-subs {
    text-align: center
}

.menu-open .menuoverlay {
    display: block
}

.menu-open .side-menu-common {
    right: 0;
    opacity: 1;
    visibility: visible
}

.close-side-menu,.login-modal .btn-close {
    right: 15px;
    top: 15px;
    position: absolute
}

.side-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-link ul li a:hover,.project-box-link ul li a:hover,.side-menu li,.side-menu li>a,.social-share-footer a:hover,.whatsapp-floating:hover {
    color: #fff
}

.social-share-footer a:hover {
    transform: scale(1.2)
}

.side-menu li>a:hover {
    color: var(--mainColor)
}

.side-menu hr {
    padding: 0 0 10px;
    border-top: 1px solid rgba(241,241,242,.5);
    margin: 10px 0;
    opacity: 1
}

.side-menu li.social-media a {
    margin-right: 10px;
    font-size: 18px
}

.side-menu .submenu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    height: 195px;
    overflow-y: scroll;
    display: none
}

.login-form .form-content .bottom-link,.side-menu li>a.hasmenu {
    display: flex;
    justify-content: space-between
}

.side-menu li>a.hasmenu i {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.side-menu li.open i.bi-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.close-side-menu {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 17px;
    line-height: .9;
    color: #000;
    z-index: 9
}

.header-content .right-content .menu>li>a.hamburger-menu {
    font-size: 34px;
    line-height: 1
}

.header-content .right-content .menu>li>a.hamburger-menu i {
    margin-right: 0
}

.login-modal .modal-dialog {
    max-width: 740px
}

.login-form .txt-content {
    flex: 0 0 43%;
    width: 43%;
    background: rgba(49,17,51,.94);
    padding: 40px
}

.login-form .form-content {
    flex: 0 0 57%;
    width: 57%;
    padding: 40px
}

.login-modal .modal-body {
    padding: 0
}

.login-modal .modal-dialog .modal-content {
    overflow: hidden
}

.login-form .txt-content .modal-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.login-form .txt-content p {
    font-size: 15px;
    color: #fff;
    padding-bottom: 50%
}

.login-form .txt-content .btn-reg {
    border: 1px solid #fff;
    color: #fff;
    padding: 11px 30px
}

.login-form .txt-content .btn-reg:hover {
    background: #fff;
    color: var(--mainColor)
}

.login-form .form-content .modal-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.75rem;
    font-weight: 600
}

.login-form .form-content .form-control,.login-form .form-content .form-select {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 0;
    display: block;
    width: 100%;
    border: 0;
    color: #444;
    border-bottom: 1px solid grey
}

.login-form .form-content .form-control:focus,.login-form .form-content .form-select:focus {
    border-color: var(--mainColor);
    outline: 0;
    box-shadow: none
}

.login-form .form-content .form-group i {
    position: absolute;
    right: 0;
    top: 9px;
    cursor: pointer
}

.login-form .form-content .form-group .form-control {
    padding-right: 25px
}

.login-form .form-content .form-group .btn {
    display: block;
    width: 100%;
    height: 47px
}

.login-form .form-content .gray-txt {
    cursor: pointer;
    color: grey!important;
    text-decoration: underline;
    font-size: 14px;
    text-align: center
}

.or-div {
    position: relative;
    font-style: italic;
    color: grey;
    font-size: 12px;
    margin: 25px 0
}

.or-div:before {
    content: '';
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px
}

.or-div .or-txt {
    background: #fff;
    z-index: 9;
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.social-login .btn-social {
    padding: 11px 30px;
    border: 1px solid #cecece;
    width: 46%;
    margin: 0 5px;
    color: #fff
}

.social-login .fb-btn {
    border: 1px solid #475993;
    background: #475993
}

.social-login .gplus-btn {
    border: 1px solid #db4932;
    background: #db4932
}

.agree-text {
    color: #626262;
    font-size: 10px;
    padding: 20px 0 0;
    margin-bottom: 0
}

.login-form .form-content .country-code .form-select {
    flex: 0 0 100px;
    width: 100px
}

.login-form .form-content .country-code .form-control {
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px)
}

.project-footer {
    background: #29192b
}

.project-box-link h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.project-box-link ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.project-box-link ul li a {
    color: #e3e3e3;
    font-weight: 500;
    letter-spacing: .5px
}

.project-box-link ul li:last-child {
    padding-bottom: 0
}

.project-footer .col-md-2 {
    width: 20%
}

.rera-footer {
    background: #251925
}

.site-footer {
    background: #1b121e
}

.footerlogo {
    width: 165px;
    margin-bottom: 15px
}

.footer-link {
    display: flex;
    margin: 0 -15px
}

.footer-link ul {
    flex: 0 0 50%;
    width: 50%;
    list-style: none;
    padding: 0 15px;
    margin: 0
}

.footer-link ul li {
    margin-bottom: 12px
}

.footer-link ul li a {
    color: #e3e3e3
}

.site-footer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.connect-us {
    margin-bottom: 35px
}

.connect-us a {
    color: #e3e3e3;
    display: block;
    margin-bottom: 10px
}

.connect-us a:hover {
    color: #fff
}

.site-footer p {
    color: #e3e3e3;
    margin-bottom: 0
}

.site-footer .footer-txt {
    max-width: 80%
}

.social-share-footer a {
    color: #e3e3e3;
    font-size: 20px;
    margin-right: 15px;
    display: inline-block
}

.copyrights {
    border-top: 1px solid #98989c24;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center
}

.subscribe-form {
    position: relative;
    margin: 15px 0 25px
}

.subscribe-form .btn-subs {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer
}

.fixed-call-btn,.whatsapp-floating {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    position: fixed
}

.subscribe-form .form-control {
    height: 45px
}

.whatsapp-floating {
    background: #0cbf0c;
    width: 50px;
    height: 50px;
    align-items: center;
    color: #fff;
    z-index: 9;
    bottom: 1rem;
    right: 1rem;
    line-height: 1
}

.footer-sticky-form {
    background: #1b111d;
    padding: 15px 0;
    position: fixed;
    bottom: -100%;
    width: 100%;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 9;
    border-top: 1px solid #98989c24
}

.footer-sticky-form .container {
/*    max-width: 1130px*/
}

.fixed-call-btn,.mobile-inqury {
    height: 50px;
    background: #fff;
    z-index: 9
}

.footer-sticky-form.active-sticky-form {
    bottom: 0
}

.footer-sticky-form .form-row {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: self-start
}

.footer-sticky-form .form-check-label {
    font-size: 12px;
    color: #fff
}

.footer-sticky-form .form-check {
    margin-top: 5px;
    margin-bottom: 0
}

.footer-sticky-form .form-row .form-group {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 5px
}

.footer-sticky-form .form-row .form-group .country-code .form-select {
    flex: 0 0 40%;
    width: 40%;
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius)
}

.footer-sticky-form .form-row .form-group .country-code .form-control {
    flex: 0 0 60%;
    width: 60%;
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0
}

.footer-sticky-form .form-row .form-group .btn {
    width: 100%
}

.fixed-call-btn {
    width: 50px;
    align-items: center;
    color: #432745;
    animation: 2s infinite zoom-in-zoom-out;
    bottom: 1rem;
    left: 1rem;
    border: 1px solid #cecece
}

.mobile-inqury,.page-loader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

.mobile-inqury {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px
}

.mobile-inqury a {
    background: var(--secondColor);
    margin: 0 5px;
    border: 0;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    border: 1px solid var(--secondColor);
    border-radius: 5px;
    flex: 0 0 50%
}

.mobile-inqury a.m-whatsapp {
    background: 0 0;
    color: #0cbf0c;
    border-color: #0cbf0c
}

.mobile-inqury-header {
    display: none;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #434343;
    padding-bottom: 10px;
    color: #fff
}

.closeStickyForm {
    position: absolute;
    right: 0;
    top: -35px;
    background: var(--secondColor);
    width: 40px;
    height: 35px;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 5px 5px 0 0
}

.inqButtonDektop {
    position: fixed;
    bottom: 1rem;
    right: 84px;
    border-radius: 50px;
    padding: 10px 20px;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.inqButtonDektop i {
    width: 25px;
    display: inline-flex;
    height: 25px;
    background: rgba(0,0,0,.7);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 13px
}

.pulseanimation {
    animation: pulse-cust 2s infinite
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--mainColor)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--mainColor)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

.page-loader,.sm-loader {
    display: flex;
    width: 100%
}

.mobile-inqury-header .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0
}

#reraSlider.round-arrow.owl-carousel .owl-nav button.owl-next,#reraSlider.round-arrow.owl-carousel .owl-nav button.owl-prev {
    box-shadow: none
}

.readMore {
    cursor: pointer
}

.page-loader {
    background: rgb(0 0 0/75%);
    height: 100%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    top: 0
}

.sm-loader {
    margin: 0 auto;
    align-items: center;
    justify-content: center
}

.loader {
    border: 4px solid #d3d3d3;
    border-radius: 50%;
    border-top: 4px solid var(--secondColor);
    width: 45px;
    height: 45px;
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.rera-sec-footer {
    background: #251925
}

.rera-sec-footer .rera-txt {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    align-items: center;
    height: 71px;
    justify-content: center;
}

.rera-sec-footer .rera-txt span {
    display: block;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
}

.prop-search-list {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 75%;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    max-height: 300px;
    overflow-y: auto
}

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

.prop-search-list ul li {
    color: #000;
    padding: 6px 20px;
    cursor: pointer;
    text-align: left
}

.prop-search-list ul li a {
    color: #000
}

.prop-search-list ul li:hover {
    background: #f7f0f4
}

.prop-search-list ul li:hover a {
    color: var(--mainColor)
}

.mb-search__dropdown__title {
    color: var(--secondColor);
    font-size: 18px;
    padding: 5px 20px;
    font-weight: 700;
    background: #f7f7f7
}

@media(max-width: 767px) {
    .header-content .right-content .menu>li>a i {
        margin-right:0;
        font-size: 17px;
        top: 0
    }

    .header-content .right-content .menu>li>a.login-link i {
        font-size: 20px
    }

    .header-content .right-content .menu>li>a.hamburger-menu i {
        font-size: 30px
    }

    .site-header {
        padding: 10px 0
    }

    .header-content .left-content .logo {
        width: 110px
    }

    .header-content .right-content .menu>li {
        margin-left: 15px
    }

    .fixed-call-btn,.footer-sticky-form.active-sticky-form,.inner-search-header,.login-form .txt-content {
        display: none
    }

    .header-content .left-content {
        flex: 0 0 40%;
        width: 40%
    }

    .header-content .right-content {
        flex: 0 0 60%;
        width: 60%
    }

    .project-box-link h4 {
        font-size: 14px
    }

    .footer-link ul li a,.project-box-link ul li a,.site-footer p {
        font-size: 12px
    }

    .project-footer .row {
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .project-footer .col-md-2 {
        width: 55%;
        flex: 0 0 55%;
        padding-right: 0
    }

    .site-footer p {
        margin-bottom: 15px
    }

    .site-footer .footer-txt {
        max-width: 100%
    }

    .site-footer h4 {
        font-size: 18px
    }

    .connect-us {
        border-top: 1px solid #98989c24;
        border-bottom: 1px solid #98989c24;
        margin-bottom: 0;
        margin: 15px 0;
        padding: 15px 0 10px
    }

    .subscribe-footer {
        margin-top: 10px
    }

    .footer-sticky-form .form-row .form-group {
        flex: 0 0 100%;
        width: 100%;
        padding-top: 10px
    }

    .mobile-inqury,.mobile-inqury-header {
        display: flex
    }

    .whatsapp-floating {
        bottom: 60px;
        width: 43px;
        height: 43px;
        font-size: 20px;
        display: none
    }

    .footer-sticky-form {
        bottom: 0;
        top: 0;
        z-index: 9999;
        background: rgba(0,0,0,.5);
        display: none
    }

    .footer-sticky-form .container {
        background: #1b111d;
        max-width: 95%;
        padding: 20px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translate(0,-50%)
    }

    .login-form .form-content {
        flex: 0 0 100%;
        width: 100%;
        padding: 30px
    }

    .social-login .btn-social {
        padding: 10px 15px;
        margin: 0 2px
    }

    .footer-link ul {
    }

    ::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }

    .container {
        max-width: 100%
    }

    .rera-sec-footer .rera-txt span {
        font-size: 13px
    }

    .rera-sec-footer .rera-txt {
        font-size: 9px;
    }

    .closeStickyForm,.inqButtonDektop {
        display: none
    }
}

@media screen and (min-width: 1000px) and (max-width:1400px) {
    .container {
        max-width:100%
    }

    .header-content .right-content .menu li.phone-dropdwon>a,.header-content .right-content .menu>li>a,.inner-search-header .search-box .form-control,.search-city .dropdownToggle {
        font-size: 12px
    }

    .header-content .left-content {
        flex: 0 0 25%;
        width: 25%
    }

    .header-content .right-content {
        flex: 0 0 49%;
        width: 49%
    }

    .header-content .right-content .menu>li {
        margin-left: 10px
    }
}

@media screen and (min-width: 768px) and (max-width:999px) {
    .container {
        max-width:100%
    }

    .inner-search-header {
        display: none
    }

    .header-content .right-content .menu>li {
        margin-left: 10px
    }

    .header-content .right-content {
        flex: 0 0 70%;
        width: 70%
    }

    .footer-link ul li a,.project-box-link ul li a,.site-footer p {
        font-size: 12px
    }

    .project-box-link h4 {
        font-size: 14px
    }

    .site-footer h4 {
        font-size: 18px
    }

    .prop-search-list {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .project-footer .col-md-2 {
        width:33.33%;
        flex: 0 0 33.33%;
        margin: 15px 0
    }

    .mobile-x-scroll .row,.mobile-x-scroll-project,.mobile-x-scroll-developer,.mobile-x-scroll-rating {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -5px
    }

    .mobile-x-scroll-developer .item {
        flex: 0 0 31%;
        width: 31%;
        padding: 0 5px
    }
}

    #profile-description {
  /* max-width: 800px; */
  /* margin-top: 50px; */
  position:relative;
}
#profile-description .text {}
#profile-description .show-more {
    color: var(--mainColor);
    position: relative;
    padding-top: 8px;
    text-align: end;
    cursor: pointer;
}
#profile-description .show-more:hover { 
    color: var(--mainColor)!important;
}
#profile-description .show-more-height {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

