html, body{
    font-family: "Raleway", sans-serif !important;
}

/* medicaid & medicare */
.medi-container{
    max-width: 1386px;
    margin: 0 auto;
    padding: 0 20px;
}
.medi-headline{
    padding-top: 45px;
}
.medi-tabs {
    padding-bottom: 80px;
    gap:2%;
}
.medi-tabs .tabs-nav{
    max-width: 24%;
    flex: 0 0 24%;
}
.medi-tabs .tabs-content{
    max-width: 74%;
    flex: 0 0 74%;
    padding:30px;
    background-color: #fff;
}
.tabs-nav li{
    background-color: #fff;
    padding: 35px 0;
}
.tabs-nav li.active{
    background-color: #15172e;
    color: #fff;
    position: relative;
}
.tabs-nav li{
    cursor: pointer;
}
.plan-name p{
    font-size: 14px;
    margin-top: 5px;
}
.plan-name , .filter-table-title p{
    max-width: 60%;
    flex: 0 0 60%;
}
.plan-logo{
    max-width: 165px;
    height: auto;
    flex: 0 0 165px;
}
.plan-logo img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.state-name , .filter-table-title span{
    flex: 1;
}
.filter-btns-area{
    margin-bottom: 50px;
    border-bottom: 2px solid #15172e;
    padding-bottom: 20px;
}
.filter-table-title{
    margin-bottom: 30px;
}
.filter-btns-area{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.filter-btn{
    background: #15172e;
    border: 1px solid #15172e;
    padding: 3px 20px;
    color: #fff;
    transition: .3s;
}
.filter-btn:hover ,.filter-btn.active {
    background: #fff;
    border:1px solid #15172e;
    color: #15172e;
    transition: .3s;
}
.single-plan {
    margin-bottom: 30px;
    border-bottom: 1px solid #15172e5b;
    padding-bottom: 20px;
}


/* wordpress custom css */
.insurance-dental-box{
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
    border-radius: 6px;
    padding: 40px!important;
}
.dental-insurance-wrapper .elementor-container{
    gap: 2%;
}
.dental-insurance-logo{
    width: 60px!important;
    height: 60px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    background: #15172e;
    border-radius: 100%;
}
.elementor-1363 
.elementor-element.elementor-element-edf94fd 
.elementor-column-gap-custom .elementor-column > 
.elementor-element-populated{
    padding: 0!important;
}
.dental-insurace-btn a{
    position: relative;
}
.dental-insurace-btn a:after{
    position: absolute;
    content: '';
    border-bottom: 2px solid #15172e;
    width: 0px;
    bottom: 5px;
    left: 24px;
    transition: .3s ease-in-out;
}
.dental-insurace-btn a:hover:after{
    width: 105px;
    transition: .3s ease-in-out;
}
.plans-faq-wrapper .section-off{
    display: none;
}
.filter-table-title p{
    padding-left: 5px;
}

.footer-middle-single h3{
	color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}



/* responsive */
@media (max-width: 1444px){
    .insurance-dental-box{
        padding: 30px!important;
    }
}
@media (min-width: 769px){
    .tabs-nav li.active:after{
        position: absolute;
        content: "";
        right: -9px;
        top: 50%;
        transform: translateY(-50%);
        width: 0; 
        height: 0; 
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #15172e;
    }
}
@media (max-width: 1024px){
    .plan-logo {
        max-width: 130px;
        height: 36px;
        flex: 0 0 130px;
    }
    .insurance-dental-box{
        width: 49%!important;
    }
    .dental-insurance-wrapper .elementor-container{
        row-gap: 20px;
    }
}
@media (max-width: 768px) {
    .medi-tabs .tabs-nav , .medi-tabs .tabs-content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tabs-nav{
        display: flex;
    }
    .tabs-nav li{
        max-width: 50%;
        flex: 0 0 50%;
    }
    .tabs-nav li.active:after{
        position: absolute;
        content: "";
        bottom: -10px;
        right: 50%;
        transform: translateX(50%);
        width: 0; 
        height: 0; 
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #15172e;
    }
    .filter-table-title{
        display: none;
    }
    .single-plan{
        flex-wrap: wrap;
    }
    .plan-name, .filter-table-title p {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .plan-logo {
        max-width: 100px;
        height: 28px;
        flex: 0 0 100px;
    }
    .medi-tabs .tabs-content{
        margin-top: 10px;
    }
    .plan-name h4{
        font-size: 1rem;
    }
    .insurance-dental-box{
        width: 100%!important;
    }
    .insurance-dental-box{
        padding: 20px!important;
    }
}
@media (max-width: 425px) {
    .tabs-nav li{
        padding: 20px 0;
    }
}