.first-block {
    background: url('monitoring-assets/Banner-Background.png') no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 12rem 8rem;
    display: flex;
}

.header {
    width: auto;
    max-height: 100%;
    height: 100vh;
}

.border-yellow-left {
    border-left: 6px solid #df9926 !important;
}

.text-orange {
    color: #dc4815;
    font-size: 16px;
    font-weight: 500;
}

.second-block, .fourth-block, .sixth-block {
    background: #ffffff;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.third-block {
    background: url('monitoring-assets/background-Our-monitoring-services.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    padding: 8rem 8rem;
}

.third-block .card {
    background-color: #00000033;
}

.fifth-block {
    background: #0c3566;
    padding: 3rem 8rem;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6a6 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8dc641 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px !important;
    height: 5px !important;
    border-radius: 0 !important;
}

@media only screen and (max-width:1149.98px) {
    .header {
        height: 70vh;
    }
}

@media only screen and (max-width:991.98px){ 
    .first-block {
        padding: 8rem 2rem;
    }

    .second-block, .third-block, .fourth-block, .sixth-block {
        padding: 8rem 2rem;
    }

    .fifth-block {
        padding: 3rem 2rem;
    }
}

@media only screen and (max-width:575.98px){ 
    .first-block {
        padding: 6rem 1rem;
    }

    .second-block, .third-block, .fourth-block, .sixth-block {
        padding: 5rem 1rem;
    }

    .fifth-block {
        padding: 3rem 1rem;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 30px !important;
        height: 5px !important;
        border-radius: 0 !important;
        margin: 5px !important;
    }
}