/*
 Theme Name:   hello elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for hello elementor theme
 Author:       Mukesh Kumar
 Author URI:   https://pixxelu.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor child
*/

.single-post-design h3 {
    font-size: 18px;
}
.slick-dots li {
        width: 7px;
        height: 7px;
        background: #0b1f42;
        border-radius: 8px;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .slick-dots li.slick-active {
        background: #F44336;
        width: 20px;
        height: 7px;
    }

    .slick-dots li button {
        display: none;
    }
div#insurance-compare-app h3 {
    font-size: 40px;
    font-weight: 700;
    color: #0b1f42;
    margin-bottom: 35px !important;
}


.awards-container button.slick-arrow {
    position: absolute;
    width: 100%;
    bottom: -60px;
}

.awards-container ul.slick-dots {
    position: absolute;
    width: 100%;
    bottom: -60px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.awards-container .slick-track {
    display: flex;
    gap: 20px
    
}




@media only screen and (max-width: 767px) {
	
	div#insurance-compare-app h3 {
		font-size: 26px;
		margin-bottom: 20px !important;
	}
	.ic-type-grid {
		flex-wrap: wrap;
	}
	body div#companySection {
		padding: 15px 32px;
		margin-top: 32px;
	}
	body .company-list {
		grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
		gap: 10px;
	}
	.company-card {
		font-size: 13px;
	}
	div#companySection h2 {
		font-size: 24px;
		font-weight: 600;
	}
	.policy-stack {
		flex-direction: column;
	}
	body .selected-policy {
		min-width: 85%;
	}
	.selected-policy .meta {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		flex-direction: column;
	}
	
}



