/*
 Theme Name: Hello Elementor Child
 Theme URI: http://www.infinbytes.com/hello-elementor-child/
 Description: Child Theme for Hello Elementor
 Author: Sakthivelraj
 Author URI: http://infinbytes.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/
#listing-results-view.mrp-style-area .mrp-listing-details-link a {
   
    background-color: #044A72 !important;
   
}

#listing-results-view.mrp-style-area .NEW-BANNER .mrp-listing-main-image-container .results-ribbon {
    background-color: #044A72 !important;
    
}

h3.listing-item-entry-title {
   
    color: #044A72 !important;
    
}


/* Move the Follow Up Boss widget to the left */
iframe[name="widgetCta"] {
     
    bottom: 5px !important; /* You can also adjust the vertical position if needed */
    position: fixed !important; /* Ensure the widget stays in place when scrolling */
    bottom: 20px !important; /* Adjust this value to control the vertical position */
    left: 100px !important; /* Adjust this value to control the horizontal position */
    z-index: 9999 !important; /* Ensure it stays on top of other elements */
}


.post-tags {
    /* width: 50%; */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-decoration: none;
}

.post-tags a{
    
    text-decoration: none;
}

.paragraphs a {
    background-color: transparent;
    text-decoration: none;
    color: #037dc2 !important;
    font-weight: 500;
}

.paragraphs strong {
    background-color: transparent;
    text-decoration: none;
    color: #7a5800 !important;
}
.definition p {
    color: #014967 !important;
   
}
