/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 04:46:15 */
/* Container */
.qe-faqs-filters-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* Style for the FAQ Filter Links */
.qe-faqs-filters-container li {
    list-style-type: none;
    margin: 0 20px;
}

.qe-faqs-filters-container li a {
    font-size: 16px;
    font-weight: bold;
    color: #0073e6; /* A similar blue color */
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
}

.qe-faqs-filters-container li a:hover {
    color: #005bb5; /* Darker blue on hover */
}

/* Accordion Section */
.qe-faq-toggle {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.qe-faq-toggle:hover {
    transform: translateY(-5px);
}

.qe-toggle-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.qe-toggle-content {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}



/* Icon style */
.qe-toggle-title i {
    margin-right: 10px;
    color: #0073e6;
}

/* Opened Content Styling */
.qe-toggle-content p {
    line-height: 1.6;
}


/* ------------------------------------------------------------------------ faq media query start -------------------------------------------------------------------------- */



@media (max-width:550px)
{    

    
    
	#post-3588 .qe-faqs-filters-container li a
	{
		margin: 0 !important;
	}
	#post-3588 .rh_content
	{
		padding: 0 !important;
	}
	#post-3588 .qe-faqs-filters-container li a
	{
		font-size: 14px !important;
		padding: 0 !important;
	}
}
/* ------------------------------------------------------------------------ faq media query end   -------------------------------------------------------------------------- */


/* Slider media query------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 550px) {
    .header {
        margin-bottom: 20px !important; 
    }
    .rh_slider .flexslider {
        margin-top: 200px !important; 
        height: auto !important; 
        padding-top: 0 !important; 
    }
    .rh_slider .slides li {
        height: auto !important; 
    }
    .rh_slider .slide {
        background-size: cover !important;
        background-position: center !important; 
        height: 300px !important; 
        min-height: 300px !important; 
    }
}


/*  */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header {
        margin-bottom: 20px !important;
    }
    .rh_slider .flexslider {
        margin-top: 100px !important; 
        height: auto !important; 
        padding-top: 0 !important; 
        width: 95% !important; 
        margin-left: auto !important; 
        margin-right: auto !important; 
    }
    .rh_slider .slides li {
        height: auto !important; 
    }
    .rh_slider .slide {
        background-size: cover !important; 
        background-position: center !important; 
        height: 350px !important; 
        min-height: 350px !important; 
    }
    .search-bar {
        margin-top: 150px !important; 
        width: 95% !important; 
        margin-left: auto !important; 
        margin-right: auto !important; 
        position: relative; 
        z-index: 5; 
    }
}









