@charset "UTF-8";
/*-----------------------*/
/*    Service Block 2    */
/*-----------------------*/
#bpmr.section-block{
    position: relative;
    z-index: 0;
    padding: 7rem 0 2rem 0;
}
#bpmr .single-col-block{
    align-items: center;
}
#bpmr .single-col-block .row{
    display: flex;
    width: 90%;
    margin-bottom: 3rem;
    justify-content: left;
}
/*---------------------------*/
/*  Service Block 2 top row  */
/*---------------------------*/
#bpmr .title-container{
    flex-direction: row;
    align-items: center;
}
#bpmr .single-col-block > .row.top{
    margin-bottom: 3rem;
}
/*------------------------------*/
/*  Service Block 2 bottom row  */
/*------------------------------*/
#bpmr .three-col-block .row {
    justify-content: space-between;
    width: 100%;
}
#bpmr .three-col-block{
    align-items: center;
}
.bottom .bpmr-container {
    display: flex;
    width: 100%;
    align-items: center;
}
.service-benefits-block{
    display: flex;
    flex-direction: row;
    width: 45%;
    align-items: center;
    padding: 0.75vw 0 0.75vw 0;
    border-bottom: 3px solid #C0C0C0;
    img{
        width: 2rem;
        height: 2rem;
        margin-right: 0.75vw;
    }
    span{
        font-weight: 600 !important;
        font-size: 1.15rem;
    }
}

/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #bpmr.section-block{
        padding: 6rem 0 3rem 0;
    }
    #bpmr .single-col-block .row{
        flex-direction: column;
        margin-bottom: 0;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #bpmr .title-container{
        justify-content: center;
        text-align: center;
        img{
            width: 2.5rem;
            height: 2.5rem;
        }
    }
    .service-benefits-block{
        width: 100%;
        padding: 3vw 0 3vw 0;
        margin-bottom: 1rem;
        img{
            width: 2rem;
            height: 2rem;
            margin: 0 3vw;
        }
        span{
            font-weight: 600 !important;
        }
    }
}
@media (max-width: 767px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #bpmr.section-block{
        padding: 6rem 0 3rem 0;
    }
    #bpmr .single-col-block .row{
        flex-direction: column;
        margin-bottom: 0;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #bpmr .title-container{
        justify-content: center;
        text-align: center;
        img{
            width: 2.5rem;
            height: 2.5rem;
        }
    }
    .service-benefits-block{
        width: 100%;
        padding: 3vw 0 3vw 0;
        margin-bottom: 1rem;
        img{
            width: 2rem;
            height: 2rem;
            margin: 0 3vw;
        }
        span{
            font-weight: 600 !important;
        }
    }
}
@media (max-width: 767px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #bpmr.section-block{
        padding: 5rem 0 0rem 0;
    }
    #bpmr .single-col-block .row {
        margin-bottom: 2rem;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #bpmr .title-container{
        justify-content: center;
        img{
            width: 2rem;
            height: 2rem;
        }
    }
    .service-benefits-block{
        width: 48%;
        img{
            width: 2rem;
            height: 2rem;
        }
        span{
            font-weight: 600 !important;
        }
    }
}

/* ----------- */
/*   TABLETS   */
/* ----------- */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
}
/* ------------------- */
/*  DESKTOP & LAPTOPS  */
/* ------------------- */
/* Small Desktops and Laptops */
@media (max-width: 1200px) and (hover: hover) and (pointer: fine) {
    
}
@media (min-width: 1201px) and (max-width: 1680px) and (hover: hover) and (pointer: fine)  {
}
