<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basic reset */
:root {
    --main-color: #01062D;
    --sec-color: #FAA300;
    --bg-color: #757aa2;
    --th-color: #e9ecef;
}



/* Header buttons (For Sale, For Rent, RESET) */
.form-head {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form-head .buttons {
    display: flex;
    gap: 10px;
}

.form-head .buttons button {
    padding: 12px 24px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Reset link */
.form-head .reset {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.form-head .reset i {
    margin-left: 5px;
    margin-right: 5px;
}

.form-head .reset:hover {
    opacity: 0.8;
}

/* Search input */
.input-search-block {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 10px;
    /* background-color: #f9f9f9; */

    background-color: #fff;

    flex: 2;
}

.input-search-block .input-search-icon {
    margin-right: 10px;
    color: #666;
}

.input-search-block .input-search {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: transparent;
}

.main-dropdown .select2-container--default .select2-selection--multiple {
    padding: 12px;
    border-radius: 7px;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-color);
    color: #fff;
}

/* Selected items in the input */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f0f3f8;
    color: #07234b;
    width: 100px;
    border: 1px solid #9399a4;
    font-weight: 400;
    height: 36px;
    max-width: 164px;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 12px;
    padding-inline-end: 15px;
}

.select2-selection__placeholder {
    color: #999 !important;
    opacity: 1 !important;
    width: 100% !important;
}

/* Dropdown container */
.select2-container--default .select2-dropdown {
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* margin-top: 10px; */
    /* min-width: 300px !important; */
    /* width: 580px !important; */
    /*left: calc(10% - 205px) !important;*/
    /* margin-left:-35px; */
}

.my-custom-dropdown {
    margin-left: 0px !important;
}

/* Individual options */
.select2-container--default .select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    /* color: #333; */
    margin: 5px;
    font-family: "Montserrat", seriff;

}

.select2-container--default .select2-results__option svg {
    margin-right: 5px;
}

.select2-container .location-text span:last-child {
    color: #999;
    /* Change text color */
    font-size: 14px;
    /* Adjust font size */
    font-weight: 400;
    /* Make it lighter */
}

.select2-container .location-select2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    padding-inline-end: 23px;
    width: 100%;
    border: none;
    box-shadow: none;
    height: 70px;
}

/* Hovered option */
.select2-container--default .select2-results__option--highlighted {
    background-color: var(--main-color);
    color: white;
}

/* Selected option in the dropdown */
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f0f0f0;
    color: #333;
}



/* Close button for selected items */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    margin-right: 5px;
}

/* Search input */
.select2-container--default .select2-search--inline .select2-search__field {
    border: none;
    box-shadow: none;
    height: 30px !important;
    text-transform: none;
    margin-top: 7px;
    margin-left: 10px;
    font-family: "Montserrat", seriff;
    font-size: 14px;
    vertical-align: top !important;
    width: 100% !important;
}

#mySelect3+.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 3px;
}

/* Filters (Property Type, Bedrooms, Size, Price) */
.filters {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.banner_blog .filters {
    margin-bottom: 0px !important;
}

#banner-filter {
    padding-bottom: 0px !important;
}

.new-banner-filter {
    padding: 0px !important;
    background-color: var(--main-color) !important;
}

.new-banner-filter .search-container {
    backdrop-filter: none;
}

.new-banner-filter form {
    z-index: 100;
}

#banner-filter .slick-arrow {
    display: none !important;
}

.main-dropdown {
    position: relative;
    flex: 1;
}

.main-dropdown-toggle {
    width: 100%;
    padding: 12px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    color: #33333382;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-dropdown-toggle i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.main-dropdown-toggle.active i {
    transform: rotate(180deg);
}

.main-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
    /* Smooth scrolling on iOS */
    z-index: 9999 !important;
    /* Ensure it's higher than the modal */


}

.dropdown-wrapper {
    position: relative;
}

.main-dropdown-menu.show {
    display: flex;
    margin-top: 10px;
}

.simplebar-scrollbar::before {
    background-color: var(--main-color);
    /* Customize scrollbar color */
}

.main-dropdown-menu::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.main-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color);
}

.main-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 4px;
}

.main-dropdown-menu li {
    list-style: none;
    display: flex;
    margin: 2px;
    /*line-height:3;*/
}

.main-dropdown-menu li button {
    padding: 5px 10px;
    height: 30px;
    margin: 2px;
    border: none;
    border-radius: 4px;
    color: var(--main-color);
    background-color: #f0f0f0 !important;
    font-size: 14px;
    transition: background-color 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    width: max-content;
    text-transform: capitalize;
}

.main-dropdown-menu button.active {
    color: #F2F0F0 !important;
    background-color: var(--main-color) !important;
}

.main-dropdown-menu button:hover {
    color: #F2F0F0 !important;
    background-color: var(--main-color) !important;
}

/* Input fields for size and price */
.main-dropdown-menu input {
    width: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-right: 5px;
    font-size: 14px;
}

.main-dropdown-menu input:last-child {
    margin-right: 0;
}

.res-block {
    display: none;
}

/* Default styles for buttons */
.res-block {
    display: none;
    gap: 10px;
    /* Space between buttons */
}

.search-button {
    padding: 10px 15px;
    background-color: var(--sec-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: var(--main-color);
}

.search-button i {
    font-size: 18px;
    /* Adjust icon size */
}

/* Button Styling */
.grid-btns {
    display: flex;
    flex-direction: row-reverse;
}

.toggle-btn {
    padding: 10px;
    background: var(--main-color);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    /*margin-bottom: 20px;*/
    width: 50px;
    margin-left: 5px;
}

.modal-body .res-block {
    display: none;
}

/* Container */

.property_card {
    height: 600px !important;
}

.project-block {
    height: 530px;
}

.grid-view,
.list-view {
    display: none;
}

.grid-view.active,
.list-view.active {
    display: block;
}

.list-view .property_cardk {
    height: auto;
}

.project-block .details ul li.unit_types {
    min-width: 100px;
    font-size: 16px;
}

/* List View (Single Column) */
.list-view {
    grid-template-columns: 1fr;
}

.list-view .col-md-4 {
    width: 80%;
}

.list-view .col-md-6 {
    width: 100%;

}

.projects-list.list-view .col-lg-6 {
    width: 80%;
}

.projects-list.list-view .col-md-6 {
    width: 80%;
}

.list-view .project-block {
    margin-top: 10px;
    height: auto !important;
}

.list-view .project-block .img-block {
    position: absolute;
    height: 100%;
    width: 40%;
}

.list-view .project-block .img-block img {
    width: 100%;
}

.list-view .project-block .details {
    width: 60%;

    margin-left: 39%;
}

/* List view styles */
.list-view .project-block .links {
    display: flex;
    justify-content: flex-start;
    /* Align buttons to the left */
    gap: 16px;
    margin: 0.85rem 0;
}

.list-view .project-block .links a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    height: 40px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    color: var(--main-color);
    background-color: transparent;
    flex-grow: 0;
    /* Do not grow buttons in list view */
    min-width: 100px;
    /* Set a fixed width for buttons */
    transition: all 0.3s ease;
    /* Smooth hover effect */
}

.list-view .project-block .links a:hover {
    background-color: var(--main-color);
    color: #fff;
    /* Change text color on hover */
}

/* List view styles */
.list-view .project-block .owner {
    display: flex !important;
    justify-content: flex-start !important;
    /* gap: 100px; */
    gap: 0;
}

.grid-view .project-block .details h3 img {
    display: none;
}

.list-view .project-block .details img {
    /* display:flex; */
}

.list-view .project-block .details h3 {
    display: flex;
    flex-wrap: wrap;
    /* gap: 50%; */
    justify-content: space-between;
    align-items: center;
    margin-right: 27px;
}

.project-block {
    margin-top: 10px;
}

.property-filter {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */


}

.simplebar-scrollbar::before {
    background-color: var(--main-color);
    /* Customize scrollbar color */
}

.property-filter::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.property-filter::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color);
}

.property-filter::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.list-view .project-block .details ul {
    justify-content: flex-start;
}

.select2-container--default .select2-selection--single {
    height: 47px;
    padding: 10px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 40px;
    font-weight: 500;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--main-color) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container {
    width: 100% !important;
    /* max-width: 250px; */
    text-align: justify;
}

.property_type {
    display: none;
    width: 300px;
    max-height: 310px;
    overflow-y: auto;

}

.property_type.show {
    display: block !important;
    margin-top: 10px;

}

.property_type li {
    line-height: 2;
    padding-top: 5px;
}

.property_type li:hover {
    display: block;
    background-color: #f7f7fc !important;
    color: var(--main-color) !important;
    border-left: 4px solid var(--sec-color) !important;
    /* Border color before background */
    color: var(--main-color) !important;
    padding-left: 8px;
    /* Adjust spacing for better look */
}

.property_type li button {
    background: none !important;
    height: 45px;
    width: 100% !important;
    display: flex;
    padding: 0px 5px;
    text-transform: capitalize;
    font-size: 18px;

}

.city_type li button {
    width: auto !important;
    background: none !important;
    height: 45px;
    display: flex;
    padding: 0px 5px;
    text-transform: capitalize;
    font-size: 18px;
}

.property_type li:has(&gt; button.active) {
    display: block !important;
    background-color: #f7f7fc !important;
    color: var(--main-color) !important;
    border-left: 4px solid var(--sec-color) !important;
    /* Border color before background */
    color: var(--main-color) !important;
    padding-left: 8px;
    /* Adjust spacing for better look */
}

.property_type li button:hover {
    /* color: #F2F0F0 !important; */
    background: none !important;
    color: var(--main-color) !important;
}

.property_type li button.active {
    /* color: #F2F0F0 !important; */
    background: none !important;
    color: var(--main-color) !important;
}

.suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    /* width: 100%; */
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    /* Default hidden */
    width: 300px;
    color: var(--main-color);
    margin-top: 100px;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f0f0f0;
}

.no-results {
    padding: 10px;
    color: var(--main-color);
}

.location-details-li svg {
    font-size: 24px;

    margin-right: 5px;
    /* Adjust spacing */
    margin-top: 3px;
    /* Align with text */
}

.modal-footer .btn {
    display: inline-block;
    /* Ensure buttons are inline */
    width: auto;
    /* Ensure buttons don't take full width */
    margin: 4px;
    min-width: 155px !important;
    position: unset;
}

.justified-gallery {
    justify-content: center;
}

.justified-gallery .tab-img {
    margin-bottom: 10px;
}

@media (max-width: 1195px) {
    .form-head .buttons button {
        padding: 10px 20px;
        /* Slightly smaller padding */
        font-size: 14px;
        /* Smaller font size */
    }

    .filters {
        flex-wrap: wrap;
        /* Allow filters to wrap to the next line */
    }

    .main-dropdown {
        flex: 0 1 33%;
        /* Allow dropdowns to take up less space */
    }

    .list-view .col-md-4 {
        width: 100%;
    }

    #banner-filter {
        padding-bottom: 0px !important;
    }

    /* .new-banner-filter{
        padding:0px !important;
        background-color:#fff !important;
    } */

    .banner-filter .search-container {
        margin-bottom: 10px;
    }

    .list-view .slick-slide {
        width: 255px !important;
    }

    .list-view .img-block {
        width: 37% !important;
    }

    .list-view .project-block .details {
        margin-left: 36%;
    }

    .list-view .project-block .details h3 {

        gap: 40%;
    }

    .banner-item .banner-spcial .item {
        padding: 5px 10px;
    }

    .banner-item .banner-spcial .item span {
        font-size: 10px !important;
    }

    .banner-counter-item h3 {
        font-size: 30px;
    }

    .banner-counter-item span {
        font-size: 15px;
    }
}

/* Responsive styles for tablets and smaller screens */
@media (max-width: 1024px) {
    .form-head .buttons button {
        padding: 10px 20px;
        /* Slightly smaller padding */
        font-size: 14px;
        /* Smaller font size */
    }

    .filters {
        flex-wrap: wrap;
        /* Allow filters to wrap to the next line */
    }

    .main-dropdown {
        /* flex: 1 1 28%; Allow dropdowns to take up less space */
    }

    .modal-body .main-dropdown {
        flex: 1 1 86%;
        /* Allow dropdowns to take up less space */
    }

    .projectfilter .main-dropdown {
        flex: 0 1 16%;
    }

    .select2-container--default .select2-dropdown {
        /*left: calc(10% - 140px) !important;*/
    }

    .project-block {
        height: 510px;
    }
}

@media (max-width: 991px) {

    .list-view .slick-slide {
        width: 250px !important;
    }

    .list-view .project-block .details {
        margin-left: 38%;
    }

    .select2-container--default .select2-dropdown {
        /*left: calc(10% - 115px) !important;*/
    }

    .about-h {
        padding: 50px 0 50px;
    }

    .banner-item .banner-spcial .item .spcial-block-in span {
        font-size: 14px !important;
    }

    .property_card {
        height: 530px !important;
    }

}

@media (max-width: 840px) {
    .projectfilter .main-dropdown {
        flex: 0 1 33%;
    }

    .project-block {
        height: 430px;
        /*width:50% ;*/
    }

    .grid-view .project-block {
        width: 100% !important;
    }

    .grid-view .col-md-6 {
        width: 50% !important;
        flex: none;
    }
}

@media (min-width: 991px) {
    /* .banner-filter .banner-item .banner-text {
      margin-bottom: 140px !important;
  } */

}



/* Responsive styles for mobile */
@media (max-width: 768px) {
    .project-block {
        height: 420px;
    }

    .grid-btn {
        display: none;
    }

    .search-container {
        margin-top: 60px;
        padding: 20px 20px;
    }

    .search-container .form-head {
        flex-direction: column;
        /* Stack header items vertically */
        gap: 10px;
        position: absolute;
        margin-top: -70px;

    }

    .toggle-buttons {
        width: fit-content;
    }

    .modal-body .form-head {
        display: block;
        position: relative;
        margin-top: 0px !important;
    }

    .modal-body .toggle-label {
        /* padding: 10px 23px !important; */
    }

    .modal-body .input-search-block {
        /* display: none; */
        background-color: #fff;
    }

    .form-head .buttons {
        flex-direction: column;
        /* Stack buttons vertically */
        gap: 5px;
    }

    .form-head .buttons button {
        width: 100%;
        /* Full-width buttons */
        padding: 12px;
        /* Consistent padding */
        font-size: 14px;
        /* Smaller font size */
    }


    .reset {
        display: none;
        /* Hide the reset link on mobile */
    }

    .filters {
        display: grid;
        grid-template-columns: 1fr;
        /* Single column layout */
        gap: 10px;
    }

    .modal-body .filters {
        display: flex;

    }

    .modal-body #mySelect2 {
        /* display: none; */
    }

    .banner-filter #searchFilterBtn1 {
        display: none;

    }

    .banner-filter .main-dropdown {
        display: none;
        flex: 1 1 100%;
        /* Full-width dropdowns */
    }

    .main-dropdown-toggle {
        font-size: 14px;
        /* Smaller font size */
    }

    .main-dropdown-menu li button {
        font-size: 12px;
        /* Smaller font size for dropdown buttons */
    }

    .input-search-block {
        width: 300px;
    }

    .res-block {
        display: flex;
        gap: 3px;
        position: absolute;
        margin-left: 70%;
    }

    .search-button {
        width: 100%;
        /* Full-width buttons */
        padding: 12px;
        /* Consistent padding */
        font-size: 14px;
        /* Smaller font size */
    }

    .search-button i {
        font-size: 16px;
        /* Adjust icon size for smaller screens */
    }

    .main-content .banner-filter {
        padding-bottom: 0px !important;
    }

    .main-dropdown.active {
        display: flex;
        /* or use "block" depending on your layout */
        transition: 0.3s ease;

    }

    .modal-body .search-container {
        margin-top: 10px;
    }

    .modal-body .input-search-block {
        width: 90%;

    }

    .modal-body .main-dropdown {
        width: 90%;

    }

    .modal-body .form-search-btn {
        width: 40%;
    }

    .main-dropdown-toggle {
        width: 90%;
    }

    .modal-body .select2-container--default .select2-dropdown {
        margin-top: 40px;
    }

    .modal-body .select2-container {
        max-width: 100%;
    }

    .modal-body .main-dropdown-toggle {
        width: 100%;
    }

    .select2-container--default .select2-results {
        text-align: left;
    }

    .select2-container--default .select2-dropdown {
        width: 300px !important;
    }

    .select2-container--default .select2-results {
        text-align: left;
    }

    .select2-container--default .select2-dropdown {
        /*left: 0 !important;*/
        /*right: auto !important;*/
    }

    .property_card {
        height: 485px !important;
    }

    .modal-footer .col-3 {
        width: 25% !important;
    }

}

@media (max-width: 430px) {
    .select2-container--default .select2-dropdown {
        /*left:calc(10% - 75px) !important*/
    }

    .input-search-block {
        width: 270px;
    }

    .main-dropdown {
        flex: 1 1 80%;
    }

    .owner-info p {
        font-size: 13px;
    }

    .grid-view .col-md-6 {
        width: 100% !important;
    }

    .banner-item .banner-spcial .item .spcial-block-in span {
        font-size: 10px !important;
    }

}

@media (max-width: 376px) {

    .input-search-block {
        width: 240px;
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        font-size: 13px;


    }

    .property_type {
        width: 270px;
    }

    .modal-footer .btn {
        min-width: 130px !important;
        max-width: 130px !important;
    }

    .project-block .details .btn-flex .btn {
        min-width: 84px;
        min-height: 40px;
        padding: 8px 9px !important;
    }
}



.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 6 Pro";
    /* Correct font family */
    font-weight: 900;
    /* Ensures solid style */
    content: "\f105";
    /* Unicode for chevron-right (&gt;) */
    padding-right: 0.5rem;
    color: #6c757d;
    display: inline-block;
}

.slick-slide .f_details img {
    display: inline;
}

.project-block .img-block .labels-img {
    z-index: 1 !important;
}

.lg-icon {
    color: #fff;
}

.why-us .why-reason .card {
    width: 100%;
}


.attractions .card .card-body p {
    height: 50px;
}



.areaBanner .banner-text {
    max-width: 90% !important;

}

.areaBanner .banner-text h1 {
    max-width: 100% !important;

}

.areaBanner {
    padding-top: 100px !important;
}

.areaBanner .btn {
    margin-bottom: 80px !important;

}


/* pagination */

.custom-pagination {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pagination-page,
.pagination-arrow {
     border: 1px solid #01062d5e;
    background-color: #fff;
    color: var(--main-color);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    cursor: pointer;
}

.pagination-page:hover,
.pagination-arrow:hover {
    background-color: var(--sec-color);
    color: #fff;

}

.pagination-page.active {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.pagination-arrow[disabled],
.pagination-page[disabled] {
    opacity: 0.4;
    pointer-events: none;
}

.about-text ul,
.about-text ol {
    list-style-position: inside;
    padding-left: 20px;
    /* or use margin depending on design */
}

.about-text ul li {
    margin-bottom: 5px;
    list-style: disc;
    /* Or 'decimal' for numbered lists */
    display: list-item !important;
    /* Ensure it's a list item */
}

.about-text ol li {
    margin-bottom: 5px;
    list-style: decimal;
    /* Or 'decimal' for numbered lists */
    display: list-item !important;
    /* Ensure it's a list item */
}

.blog_details ul li {
    display: list-item;
    list-style: disc;
    margin-left: 40px;
}

.blog_details ol li {
    display: list-item;
    list-style: decimal;
    margin-left: 40px;
}

/*.about-text p,*/
.about-text span,
/*.blog_details p,*/
.blog_details span {
    font-family: "Montserrat", serif !important;
    text-transform: none !important;
    line-height: 1.5 !important;
}

.about-text h1,
.about-text h2,
.about-text h3,
.about-text h4,
.about-text h5,
.about-text h6,
.about-text strong,
.blog_details h1,
.blog_details h2,
.blog_details h3,
.blog_details h4,
.blog_details h5,
.blog_details h6,
.blog_details strong {
    font-family: "Montserrat", serif !important;
    line-height: 1.5 !important;

}

.blog_details h3,
.about-text h3 {
    color: #002379 !important;
}

.about-text h2,
.blog_details h2 {
    color: #faa300 !important;
    margin-top: 5px !important;
}

.about-text a,
.blog_details a {
    color: #0000ff !important;
    /*text-decoration:underline !important;*/
}

.about-text a:hover,
.blog_details a:hover {
    color: var(--sec-color) !important;
    text-decoration: underline !important;
}</pre></body></html>