    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
            @import url('https://fonts.googleapis.com/css2?family=The+Nautigal:wght@400;700&display=swap');
               @import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');
    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: "Poppins", sans-serif;
    }
    
    .great-vibes {
        font-family: "Great Vibes", cursive;
    }

    .the-nautigal-bold {
  font-family: "The Nautigal", cursive;
  font-weight: 700;
  font-style: normal;
}
.bonheur-royale-regular {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  font-style: normal;
}
.luxurious-script-regular {
  font-family: "Luxurious Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}


.anta-regular {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}
    
    nav .container-fluid,
    section .container-fluid,
    footer .container-fluid {
        width: 95%;
    }
    
    a,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
    }
    
    li {
        list-style: none;
    }
    
    ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    
    .py-70 {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    
    .pt-70 {
        padding-top: 70px;
    }
    
    .pb-70 {
        padding-bottom: 70px;
    }
    
    .main-btn,
    .secondary-btn {
        background-color: #c1b9a5;
        font-size: 14px;
        border-radius: 3px;
        padding: 8px 20px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #272727;
        border: none;
        width: max-content;
        transition: .3s;
    }
    
    .secondary-btn {
        background-color: #c7c7c7;
        color: #111;
    }
    
    .main-btn:hover {
        background-color: #b9ae91 !important;
    }
    
    .main-header {
        color: #c1b9a5;
        font-size: 100px;
		font-weight: 100;
    }
    
    .main-header.main-header-small {
        font-size: 60px;
    }
    
    .main-header.main-header-small1 {
        font-size: 90px;
    }
    
    .sub-title {
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: 600;
    }
    
    .sub-text {
        color: #fff;
        width: 65%;
        font-size: 14px;
        font-weight: 200;
        margin: 0 auto;
    }
    
    .navbar {
        background-color: transparent;
        padding: 15px 0;
        width: 100%;
        z-index: 56;
        position: absolute;
        top: 0;
    }
    
    .navbar.with-bg {
        background-color: #000;
    }
    
    .navbar.shrink {
        position: fixed;
        background-color: #000;
    }
    
    .navbar.shrink .navbar-brand img {
        width: 120px;
    }
    
    .navbar li a.nav-link {
        color: #fff;
        font-size: 12px;
        padding: 0 15px !important;
        font-weight: 300;
    }
    
    .navbar .dropdown-menu {
        background-color: rgba(0, 0, 0, .8);
        padding: 15px;
        border-radius: 0;
        width: max-content;
        top: 40px;
    }
    
    .navbar .dropdown-menu li a {
        color: #fff;
        font-size: 14px;
        padding: 8px 0;
        display: block;
    
    }
        .navbar .dropdown-menu li a:hover {
        color: ##000;
        font-size: 14px;
        padding: 8px 0;
        display: block;
        background-color: #c1b9a5;
    
    }
    
    .navbar .main-btn {}
    
    footer {
        background-color: #1e1e1e;
    }
    
    footer .container-fluid {
        width: 90%;
        margin: 0 auto;
    }
    
    footer p {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
        padding: 30px 0;
    }
    
    footer .footer-contact {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin: 0 auto;
        border-radius: 5px;
    }
    
    footer .footer-contact li a {
        display: flex;
        align-items: center;
        color: #fff;
        gap: 5px;
        font-weight: 200;
        font-size: 14px;
    }
    
    footer .footer-bottom {
        margin-top: 50px;
    }
    
    footer .footer-bottom ul {
        display: flex;
        gap: 10px;
        justify-content: center;
        color: #aaa;
        align-items: center;
        margin-top: 30px;
    }
    
    footer .footer-bottom ul li a {
        background-color: #c1b9a5;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 35px;
        color: #1e1e1e
    }
    
    .modal .btn-close {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #111;
        z-index: 8888;
        font-size: 18px;
        opacity: 1;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
    }
    
    .homepage-banner {
        background-image: url(../images/hero-banner.jpg);
        background-size: cover;
        background-position: center;
        padding: 250px 0;
    }
    
    .homepage-banner h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 36px;
        letter-spacing: 5px;
        font-weight: 400;
    }
    
    .homepage-banner h2 {
        color: #c1b9a5;
        font-size: 140px;
    }
    
    .latest-property {
        padding: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    .latest-property .latest-property-img {
        position: relative;
    }
    
    .latest-property .latest-property-img .add-to-favourite {
        position: absolute;
        top: 12px;
        right: 12px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        z-index: 11;
        display: flex;
    }
    
    .latest-property .latest-property-img .add-to-favourite.added i {
        font-weight: 600;
        color: red;
        -webkit-text-stroke: 2px #fff;
    }
    
    .latest-property .latest-property-content {
        padding-top: 20px;
        position: relative;
    }
    
    .latest-property .latest-property-content .overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(193, 185, 165, .9);
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .latest-property .latest-property-content .overlay a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 14px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .latest-property .latest-property-content:hover .overlay {
        display: flex;
    }
    
    .latest-property .latest-property-content h3 {
        color: #c1b9a5;
        font-size: 36px;
        font-weight: 400;
        margin: 0;
    }
    
    .latest-property .latest-property-content ul {
        display: flex;
        padding: 15px 0;
    }
    
    .latest-property .latest-property-content ul li {
        text-transform: uppercase;
        color: #505050;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0 15px;
        border-left: 1px solid #ccc;
    }
    
    .latest-property .latest-property-content ul li:first-child {
        padding-left: 0;
        border: 0;
    }
    
    .latest-property .latest-property-content p {
        text-transform: uppercase;
        font-weight: 600;
        color: #505050;
        font-size: 12px;
        margin: 0;
    }
    
    .mortgage-calculator-main {
        background-color: #1e1e1e;
        position: relative;
        overflow: hidden;
    }
    
    .mortgage-overlay {
        position: absolute;
        width: auto;
        height: 100%;
        bottom: 0;
        left: 0;
        opacity: .3;
    }
    
    .mortgage-calculator {
        background-color: #2f2f2f;
        padding: 10px 20px;
        border-radius: 5px;
        position: relative;
    }
    
    .mortgage-calculator [class*="col-"] {
        padding: 10px 0;
    }
    
    .mortgage-calculator label {
        color: #fff;
    }
    
    .mortgage-calculator input,
    .mortgage-calculator select {
        box-shadow: none !important;
        border-radius: 0;
        border: 0;
        padding: 10px;
    }
    
    .mortgage-calculator .input-group .input-group-text {
        background-color: #fff;
        border: none;
        border-radius: 0;
    }
    
    .mortgage-calculator .accordion-item {
        background-color: transparent;
        border: none;
    }
    
    .mortgage-calculator .accordion-item .accordion-body {
        padding: 0;
        padding-top: 10px;
        color: #fff;
        font-size: 12px;
    }
    
    .mortgage-calculator button {
        font-size: 12px;
        background-color: transparent !important;
        color: #ccc !important;
        border-top: 1px solid #fff;
        border: none;
        padding: 0;
        border-top: 1px solid #ccc;
        border-radius: 0 !important;
        padding-top: 10px;
        box-shadow: none !important;
    }
    
    .mortgage-calculator button::after {
        background: none;
        content: ">";
        transform: rotate(90deg);
        font-size: 14px;
        height: auto;
        width: auto;
    }
    
    .calculator-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    
    .calculator-content h5 {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }
    
    .calculator-content h3 {
        font-size: 60px;
        color: #c1b9a5;
        font-weight: 400;
    }
    
    .calculator-content h6 {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }
    
    .label-box {
        position: absolute;
        color: white;
        text-align: center;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }
    
    .label-box p {
        font-size: 14px;
        margin: 0;
        font-weight: 300;
    }
    
    .label-box h6 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }
    
    .donut-chart {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: conic-gradient(#e5e7eb 0deg 360deg);
        -webkit-mask: radial-gradient(circle at center, transparent 60%, black 61%);
        mask: radial-gradient(circle at center, transparent 55%, black 55%);
    }
    
    .center-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        /* White text color */
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .center-text p {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 0;
    }
    
    .center-text h5 {
        font-size: 48px;
        margin: 0;
        font-weight: 400;
    }
    /* Custom styles for the range slider thumb */
    
    .mortgage-price-slider {
        display: flex;
        gap: 10px;
        background-color: #2f2f2f;
        margin-top: 30px;
        padding: 30px;
        border-radius: 5px;
        width: 100%;
    }
    
    .mortgage-price-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: white;
        cursor: pointer;
    }
    
    .mortgage-price-slider input[type=range]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: white;
        cursor: pointer;
    }
    
    .mortgage-price-slider #priceDisplay {
        position: absolute;
        color: white;
        top: 15px;
        transform: translateX(-50%);
        white-space: nowrap;
        font-size: 12px;
        margin-top: 15px;
    }
    
    input[type=range] {
        background: #fff;
        height: 4px;
        width: 100%;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        border-radius: 5px;
    }
    
    .property-box {
        text-align: center;
        padding: 50px 20px;
        border-radius: 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        height: 100%;
        position: relative;
    }
    
    .property-box h4 {
        font-weight: 600;
        font-size: 20px;
        padding-top: 15px;
        position: relative;
        z-index: 1;
    }
    
    .property-box p {
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
    
    .property-box .property-box-bg {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    
    .jisella-ortiz {
        position: relative;
        color: #fff;
        margin-top: 50px;
    }
    
    .jisella-ortiz::before {
        content: "";
        background-color: #323232;
        position: absolute;
        width: 100%;
        height: calc(100% - 20px);
        bottom: 0;
    }
    
    .jisella-ortiz h3 {
        color: #c1b9a5;
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 0;
        padding-top: 30px;
    }
    
    .jisella-ortiz h6 {
        text-transform: uppercase;
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    
    .jisella-ortiz p {
        font-weight: 300;
        font-size: 16px;
        padding-bottom: 50px;
    }
    
    .featured-card {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 15px;
    }
    
    .featured-card .featured-card-img img {
        border-radius: 15px 15px 0 0;
    }
    
    .featured-card .featured-card-img .tag {
        position: absolute;
        top: 15px;
        left: 15px;
        background-color: #c1b9a5;
        padding: 5px 15px;
        border-radius: 15px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
    }
    
    .featured-card .featured-card-content {
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }
    
    .featured-card .featured-card-content .featured-card-left h5 {
        font-size: 18px;
        color: #777;
        margin-bottom: 0;
    }
    
    .featured-card .featured-card-content .featured-card-left h3 {
        font-size: 40px;
        font-weight: 400;
    }
    
    .featured-card .featured-card-content .featured-card-right h4 {
        font-size: 16px;
    }
    
    .featured-card .featured-card-content .featured-card-right ul {
        display: flex;
        padding: 15px 0 0;
    }
    
    .featured-card .featured-card-content .featured-card-right ul li {
        text-transform: uppercase;
        color: #505050;
        font-size: 12px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 0 15px;
        border-left: 1px solid #ccc;
    }
    
    .featured-card .featured-card-content .featured-card-right ul li:first-child {
        padding-left: 0;
        border: 0;
    }
    
    .featured-card .featued-card-buttons {
        display: flex;
        gap: 5px;
        padding: 15px;
        padding-bottom: 25px;
    }
    
    .featured-card .featued-card-buttons a {
        background-color: #c1b9a5;
        border-radius: 5px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 8px;
        color: #111;
        font-size: 14px;
        font-weight: 600;
    }
    
    .featured-card .featued-card-buttons a:nth-child(2) {
        background-color: #ddd8e7;
    }
    
    .featured-card .featued-card-buttons a:nth-child(3) {
        background-color: #d6e4f4;
    }
    
    .featured-listings .pagination a {
        border-radius: 0;
        border: none;
        background: none;
        color: #777;
        font-size: 22px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .featured-listings .pagination a.active {
        background-color: transparent;
        border-radius: 50px;
        border: 2px solid #777;
        font-weight: 700;
        color: #111;
    }
    
    .featured-listings .pagination li:first-child a,
    .featured-listings .pagination li:last-child a {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        width: auto;
        height: auto;
        color: #111;
    }
    
    .inner-banner {
        background-image: url(../images/inner-banner.jpg);
        background-size: cover;
        padding: 100px 20px;
        padding-top: 150px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .inner-banner h2 {
        font-size: 90px;
        color: #c1b9a5
    }
    
    .inner-banner h5 {
        text-transform: uppercase;
        color: #fff;
        font-size: 24px;
        letter-spacing: 5px;
    }
    
    #map {
        height: 600px;
        width: 100%;
    }
    
    .reach-out-section-content {
        padding: 50px 0;
    }
    
    .reach-out-section h1 {
        font-size: 36px;
        font-weight: 600;
        padding-bottom: 40px;
        color: #000;
    }
    
    .reach-out-section-content .nav-tabs {
        background-color: transparent;
        border: 2px solid #ccc;
        border-radius: 40px;
        width: 70%;
        margin: 0 auto;
        padding: 4px;
    }
    
    .reach-out-section-content .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #c1b9a5;
        border-radius: 0;
    }
    
    .reach-out-section-content .nav-tabs .nav-link:first-child {
        border-radius: 40px 0 0 40px;
    }
    
    .reach-out-section-content .nav-tabs .nav-link:last-child {
        border-radius: 0 40px 40px 0;
    }
    
    .reach-out-section-content .nav-tabs .nav-link {
        border: none;
        font-weight: 600;
        font-size: 14px;
        padding: 10px 40px;
        color: #000;
        width: 50%;
        text-transform: uppercase;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    
    .reach-out-section-content .tab-content .row [class*="col-"] {
        padding: 8px;
    }
    
    .reach-out-section-content .tab-content label {
        font-size: 12px;
    }
    
    .reach-out-section-content .tab-content input,
    .reach-out-section-content .tab-content textarea {
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid #ccc;
        padding: 10px;
        box-shadow: none !important;
    }
    
    .reach-out-section-content .tab-content .btn {
        display: block;
        width: 100%;
    }
    
    .reach-out-section .map-content {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 20px;
    }
    
    .reach-out-section .map-content li a {
        display: flex;
        align-items: center;
        color: #fff;
        gap: 5px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .reach-out-section .map-content li:last-child a {
        margin: 0;
    }
    
    .reach-out-section .map-content li a i {
        width: 25px;
        height: 25px;
        min-height: 25px;
        border-radius: 50px;
        background-color: #c1b9a5;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .sell-your-property {
        background-image: url(../images/sell-your-property.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 150px;
        padding-bottom: 50px;
        background-position: top;
    }
    
    .sell-your-property h2 {
        text-align: center;
        font-size: 100px;
        color: #c1b9a5;
    }
    
    .sell-your-property h5 {
        text-transform: uppercase;
        font-size: 30px;
        letter-spacing: 5px;
        text-align: center;
        color: #fff;
    }
    
    .sell-your-property .sell-card {
        height: 100%;
        background-color: #f2f2f2;
        border-radius: 8px;
    }
    
    .sell-your-property .sell-card .sell-card-header {
        background: #141414;
        border-radius: 8px 8px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
        gap: 10px;
        position: relative;
        overflow: hidden;
    }
    
    .sell-your-property .sell-card .sell-card-header h3 {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        margin: 0;
    }
    
    .sell-your-property .sell-card .sell-card-header .absolute-img {
        height: 100%;
        position: absolute;
        bottom: 0;
        left: -30px;
    }
    
    .sell-your-property .sell-card .sell-card-content {
        font-size: 14px;
        text-align: center;
        padding: 30px;
        border-radius: 0 0 8px 8px;
    }
    
    .sell-your-property h6 {
        color: #fff;
        padding-top: 50px;
        font-size: 30px;
        font-weight: 400;
    }
    
    .sell-your-property .input-group {
        background-color: #fff;
        border-radius: 12px;
        padding: 8px;
    }
    
    .sell-your-property .input-group input {
        box-shadow: none;
        border: none;
    }
    
    .sell-your-property .input-group button {
        border-radius: 8px !important;
        padding: 10px 40px;
    }
    
    .sell-property-details h2 {
        font-size: 36px;
        font-weight: 600;
    }
    
    .sell-property-details .property-sold-form {
        border: 3px solid #c1b9a5;
        border-radius: 10px;
        padding: 30px;
        text-align: center;
        margin-top: 50px;
    }
    
    .sell-property-details .property-sold-form h4 {
        font-weight: 600;
        background-color: #fff;
        width: max-content;
        padding: 5px 10px;
        margin: 0 auto;
        margin-top: -50px;
        padding-bottom: 40px;
    }
    
    .sell-property-details .property-sold-form input {
        font-size: 14px;
        box-shadow: none;
        padding: 10px;
        border: 2px solid #ddd;
    }
    
    .sell-property-box {
        padding: 0 20px;
        margin-top: 50px;
    }
    
    .sell-property-box .sell-property-content {
        padding: 20px;
        background-color: #f2f2f2;
        border-radius: 10px;
        margin-top: 20px;
    }
    
    .sell-property-box .sell-property-content h2 {
        font-size: 48px;
        font-weight: 400;
        color: #000;
    }
    
    .sell-property-box .sell-property-content ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .sell-property-box .sell-property-content ul li {
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #c1b9a5;
        padding: 10px;
        font-size: 16px;
        width: 33.3333%;
        display: flex;
        gap: 5px;
        font-weight: 400;
    }
    
    .sell-property-box .sell-property-content ul li:nth-child(3),
    .sell-property-box .sell-property-content ul li:nth-child(6) {
        border-right: 0;
    }
    
    .sell-property-box .sell-property-content ul li:nth-child(4),
    .sell-property-box .sell-property-content ul li:nth-child(5),
    .sell-property-box .sell-property-content ul li:nth-child(6) {
        border-bottom: 0;
    }
    
    .sell-property-box .sell-property-content ul li span {
        font-weight: 700;
    }
    
    .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        display: flex;
        justify-content: space-between;
    }
    
    .owl-nav button {
        background-color: rgba(0, 0, 0, .5) !important;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        color: #fff !important;
    }
    
    .mainModal .modal-content {
        background-color: #111;
    }
    
    .mainModal h3 {
        color: #fff;
        text-transform: uppercase;
    }
    
    .mainModal .btn-close {
        color: #fff;
    }
    
    .modal-backdrop.show {
        opacity: .9;
    }
    
    .teams-card {
        padding: 15px;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        text-align: center;
    }
    
    .teams-card .teams-content {
        padding-top: 15px;
    }
    
    .teams-card .teams-content h4 {
        font-size: 20px;
        font-weight: 700;
    }
    
    .teams-card .teams-content h6 {
        color: #999;
        font-size: 16px;
    }
    
    .teams-card .teams-content ul {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 15px;
    }
    
    .teams-card .teams-content ul li a {
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background-color: #c1b9a5;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
    }
    /* #chart-container {
            width: 400px;
            height: 400px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        #myDoughnutChart {
            
        
        width: 300px !important;
        height: 300px !important;
    }*/

    
.flexpanel div.navigation ul li ul{
border-radius:0;
margin:0 !important;
}
.flexpanel div.navigation ul li ul li a:before{
content:"" !important;
}
 

.dropdown-section .dropdown-toggle {
    white-space: nowrap;
    color: #000;
    border: 1px solid #555;
    padding: 10px;
    font-size: 14px;
    width: 50%;
    display: block;
}
.dropdown-section .dropdown-toggle span{
    width: 90%;
    display: inline-flex
}
.dropdown-section .dropdown-toggle::after{
    margin-left:0
}
.dropdown-section .half{
    width:100%;
}
.dropdown-section .dropdown-menu .dropdown-list{
    padding: 0 10px;
    height: 300px;
    overflow: auto;
}

.dropdown-section .half select { padding: 10px; border-radius: 0; font-size: 14px; width: 100%; }
.dropdown-section select { border:1px solid #dee2e6; height:43px; min-width:150px; padding:10px; color:#333; background-color:#fff; }



.dropdown-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    margin-top: 30px;
}
.next-section-pop .d-flex {
    flex-wrap: wrap;
}
.next-section-pop .d-flex span:first-child{
    width:100%;
}
.next-section-pop label h3 {
    font-weight: 500 !important;
    margin-top: 0px !important;
    text-transform: capitalize !important;
}

.jisella-ortiz h2 {
        color: #c1b9a5;
        font-size: 140px;
    }

@media only screen and (max-width: 767px) {
.jisella-ortiz h2 {
	padding-top:50px;
        color: #c1b9a5;
        font-size: 56px;
    }
}