.banner_text_landingpage h2 {
    font-size: 28px;
}
.footer_inner.clearfix {
    display: none !important;
}
.footer_landing {
    padding: 60px 0 0;
    background-color: #121212;
    background-image: url(https://www.iflair.com/wp-content/uploads/2023/03/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer_landing .container {
    padding: 0 20px;
    width: auto;
    max-width: 1220px;
    margin: auto;
}
.footer_landing .footer_flag {
    padding-bottom: 55px;
    border-bottom: 1px solid rgb(105 105 105 / 25%);
}
.footer_landing .footer_flag h2 {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}
.footer_landing .container .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.footer_landing .container .row .col {
    flex: 1 0 0;
    max-width: 100%;
    padding: 0 15px;
}
.footer_landing .container .footer_flag .row .col {
    padding-top: 25px;
}
.footer_landing .footer_map_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer_map_box h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 35px;
    position: relative;
    color: #fff;
    margin-bottom: 12px;
}
.footer_map_box h3 img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 23px;
    width: 100%;
}
.footer_map_box a {
    color: #fff;
    margin-top: 5px;
    display: block;
}
.footer_landing .footer_content {
    padding-top: 29px;
    padding-bottom: 60px;
}
.footer_landing .footer_content .row {
    justify-content: center;
}
.footer_landing .footer_content .col {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
    padding-top: 25px !important;
}
.footer_landing .footer_content .rating_box ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
.footer_landing .footer_content .rating_box ul li i {
    color: #ffb703;
    margin-right: 10px;
    font-size: 18px;
}
.footer_landing .footer_content .rating_box ul li p {
    color: #fff;
    font-size: 14px;
}
.footer_landing .footer_content .rating_box img {
    display: block;
    margin: auto;
}
.footer_landing .copyright_col {
    text-align: center;
    padding: 20px 20px;
    border-top: 1px solid rgb(105 105 105 / 25%);
}
.footer_landing .copyright_col * {
    color: #fff;
    font-size: 14px;
}
.technical_expertise_landing_page .blue-title-box {
    min-width: 230px;
}
.technical_expertise_landing_page .content-box-main p, 
.technical_expertise_landing_page .blue-title-box p {
    font-size: 16px;
    line-height: 1.2;
}
@media (min-width: 1201px) {
    .landingpage_table .standings_table thead.main-table-head th {
        min-width: 250px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .banner_sec_landingpage .Google-ads-banner-extra > .wpb_wrapper {
        flex-wrap: wrap;
    }
    .banner_sec_landingpage .Google-ads-banner-extra > .wpb_wrapper > .inner {
        padding: 0 28px 0 0;
        margin-right: 28px;
        margin-top: 20px;
    }
    .banner_sec_landingpage .Google-ads-banner-extra > .wpb_wrapper > .inner:last-child {
        margin-right: 0;
    }

}    
@media (max-width: 767px) {    
    .footer_landing .container .footer_flag .row .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_landing .footer_content .col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media (max-width: 575px) {    
    .footer_landing .container .footer_flag .row .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_landing .footer_content .col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}