body .fs24 {
    font-size: 24px;
}

@media (max-width: 768px) {
    body .fs24 {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    body .fs24 {
        font-size: 16px;
    }
}

.f_blue {
    color: #0B27B2;
}

.f_bold {
    font-weight: bold;
}

.mb-5 {
    margin-bottom: 2rem;
}

@media screen and (max-width:1145px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 23px;
    }
}

@media screen and (max-width:1096px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 22px;
    }
}

@media screen and (max-width:1048px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 21px;
    }
}

@media screen and (max-width:1000px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 20px;
    }
    .features-area .single-features-item {
        padding: 40px 0;
    }
    .breadcrumb-area .breadcrumbs .txt {
        top: 39%;
        left: 40%;
    }
    .breadcrumb-area .breadcrumbs h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:951px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 19px;
    }
}

@media screen and (max-width:902px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 18px;
    }
}

@media screen and (max-width:853px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 17px;
    }
}

@media screen and (max-width:804px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 16px;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media screen and (max-width:780px) {
    .breadcrumb-area .breadcrumbs .txt {
        top: 30%;
        left: 40%;
    }
    .breadcrumb-area .breadcrumbs h1 {
        font-size: 20px;
    }
}

@media screen and (max-width:587px) {
    .features-area .single-features-item {
        padding: 30px 0;
    }
    .breadcrumb-area .breadcrumbs .txt {
        top: 25%;
        left: 40%;
    }
}

@media screen and (max-width:385px) {
    .features-area .single-features-item .overlays .box .box-contents {
        font-size: 14px;
    }
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .breadcrumb-area .breadcrumbs h1 {
        font-size: 16px;
    }
    .breadcrumb-area .breadcrumbs .txt {
        top: 20%;
        left: 40%;
    }
    .outer-search-box {
        display: none;
    }
}