


.resource-imgbox img {
    width: 100%;
}

.resource-imgbox {
    margin-top: 13px;
}

.resources-text3 p {
    text-align: center;
    font-weight: 700;
    color: #00A0E3;
    font-family: 'Roboto Slab';
    padding-bottom: 1rem;
}
iframe {
    border: 0;
    width: 100%;
    /* height: 550px; */
}
.free-request-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0 2rem;
    text-align: center;
}

/* .free-request-btn a {
    background-color: #FFBF56;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Roboto Slab';
    font-weight: 900;
    padding: 15px 20px;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 34%);
    box-shadow: 2px 4px 4px rgb(0 0 0 / 36%); */
/* } */

.free-request-btn a:focus,.free-request-btn a:hover{
    text-decoration: none;
    color: #FFFFFF;
}



.resources-text1 h4 {
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #666666;
}

.resources-text1 {
    margin-top: 8px;
}

.resources-text2 p{
    color: #666666;
    line-height: 1.8;
    font-family: 'Roboto Slab';
}

.phone_icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* media queries */
@media(max-width:1100px){
    footer .container_ .menu_sec .footer_menus{
        flex-direction: column;
        white-space: normal;
        text-align: center;
    }
    ul.footer_menus li {
        padding-bottom: 12px;
    }
}
@media(max-width:992px){

    .phone_icon_box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .resources-text3 {
        width: 100% !important;
    }
}



@media(max-width:576px){
    .row.call_for_assistance_box {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center !important;
    }
    
   


}

@media(max-width:480px){
    .know_options .outer_row .phone_icon img {
        width: 60%;
    }
}