﻿@media all and (max-width: 1200px) {
    .overlay-container {
        padding: 1rem;
        font-size: 16px;
        background-color: transparent;
        text-align: center;
        border: 2px solid white;
        color: white;
        height: 65px;
    }

    .firm-table .right-holder {
        position: relative;
        bottom: 0;
        right: 0;
        float: none !important;
    }

        .firm-table .right-holder a {
            margin-left: AUTO;
            margin-right: AUTO;
            display: block;
            margin-top: 40px;
            width: 150px;
        }
}

@media all and (max-width: 992px) {

    .single-our-service {
        height: 300px;
    }

    .article-text {
        min-height: auto;
    }

    .footer ul {
        padding-left: 0px;
    }

    .service-block p {
        height: 210px;
    }

    .firm-table {
        display: block;
    }

    .firm-cell {
        display: block;
    }

    .firm-table .section-heading {
        padding: 15px;
        padding-top: 30px;
    }

        .firm-table .section-heading h2 {
            font-size: 20px;
        }

        .firm-table .section-heading p {
            font-size: 16px;
        }

    .overlay-container {
        height: auto;
    }
}

@media all and (max-width: 768px) {
    .support-wrapper {
        height: 310px;
    }

    .owl-thumbs {
        margin: 0px;
    }

    .custom-dot {
        display: none !important;
    }

    .single-our-service {
        height: auto;
    }

    .bottom-bar .right-holder p {
        text-align: center;
    }

    .content-FirmCollector .section-block, .section-block-grey {
        padding: 0px 0px 0px 0px;
    }

    .service-block img {
        height: auto;
    }

    .service-block p {
        height: auto;
        margin-right: 0px;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .section-block, .section-block-grey {
        padding: 30px 0px 30px 0px;
    }

    .article-text {
        min-height: auto;
    }

    .owl-thumb-item img {
        width: 50px;
    }

    .owl-carousel .owl-item .play {
        width: 70px;
    }

        .owl-carousel .owl-item .play:hover {
            width: 80px;
        }

    .section-heading p {
        font-size: 16px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .logo img {
        width: 50%;
        margin-top: 0;
    }
}

@media all and (max-width: 450px) {
    .single-our-service {
        height: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: inline-block !important;
    }
}
