@charset "UTF-8";
/*-----------------------*/
/*    Service Block 2    */
/*-----------------------*/
#serviceinc.section-block{
    position: relative;
    z-index: 0;
    padding: 2rem 0 5rem 0;
}
#serviceinc .single-col-block{
    align-items: center;
}
#serviceinc .single-col-block .row{
    display: flex;
    width: 90%;
    margin-bottom: 3rem;
    justify-content: center;
}
#serviceinc .three-col-block .row, 
#serviceinc .hree-col-block .row{
    justify-content: space-between;
    width: 100%;
}
/*---------------------------*/
/*  Service Block 2 top row  */
/*---------------------------*/
#serviceinc .title-container{
    flex-direction: row;
    align-items: center;
}
#serviceinc .single-col-block > .row.top{
    margin-bottom: 3rem;
}

/*------------------------------*/
/*  Service Block 2 bottom row  */
/*------------------------------*/

#serviceinc .three-col-block{
    align-items: center;
}
.bottom .serviceinc-container {
    display: flex;
    width: 100%;
    align-items: center;
}
.service-include-block{
    display: flex;
    flex-direction: row;
    width: 27%;
    align-items: center;
    padding: 0.75vw 0.25vw 0.75vw 0.75vw;
    border: 4px solid #1B4EA7;
    img{
        width: 2rem;
        height: 2rem;
        margin-right: 0.5vw;
    }
    span{
        font-weight: 600 !important;
        font-size: 1.15rem;
    }
}

/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #serviceinc.section-block{
        padding: 4rem 0 5rem 0;
    }
    #serviceinc .single-col-block .row{
        margin-bottom: 0;
        flex-direction: column;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #serviceinc .single-col-block > .row.top {
        margin-bottom: 2rem;
    }
    #serviceinc .title-container{
        justify-content: center;
        text-align: center;
        img{
            width: 2.5rem;
            height: 2.5rem;
        }
    }
    .service-include-block{
        width: 100%;
        margin-bottom: 1.5rem;
        padding: 4vw 0vw;
        img{
            width: 1.75rem;
            height: 1.75rem;
            margin: 0 3vw;
        }
        span{
            font-weight: 600 !important;
        }
    }
}
@media (max-width: 767px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #serviceinc.section-block{
        padding: 4rem 0 5rem 0;
    }
    #serviceinc .single-col-block .row{
        margin-bottom: 0;
        flex-direction: column;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #serviceinc .single-col-block > .row.top {
        margin-bottom: 2rem;
    }
    #serviceinc .title-container{
        justify-content: center;
        text-align: center;
        img{
            width: 2.5rem;
            height: 2.5rem;
        }
    }
    .service-include-block{
        width: 100%;
        margin-bottom: 1.5rem;
        padding: 4vw 0vw;
        img{
            width: 1.75rem;
            height: 1.75rem;
            margin: 0 3vw;
        }
        span{
            font-weight: 600 !important;
        }
    }
}
@media (max-width: 767px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    Content Block 4    */
    /*-----------------------*/
    #serviceinc.section-block{
        padding: 3rem 0 4rem 0;
    }
    #serviceinc .single-col-block .row{
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
    }
    /*---------------------------*/
    /*  content block 4 top row  */
    /*---------------------------*/
    #serviceinc .title-container{
        justify-content: center;
        img{
            width: 3rem;
            height: 3rem;
        }
    }
    .service-include-block{
        width: 90%;
        margin-bottom: 1rem;
        padding: 2vw 0vw;
        img{
            width: 2rem;
            height: 2rem;
            margin: 0 2vw;
        }
        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)  {
}
