._container_ {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;

}

.top0_section {
    /* border: 2px solid blue; */
    height: 18x;
    transition: all 0.5s;
    /* height: 240px; */
}

.top0_section .pathContainer {
    font-size: 0.9rem;
    margin: 10px 0px;
    /* background-color: red; */
    margin-left: 30px;
}
@media only screen and (max-width: 1500px){
    .top0_section .pathContainer {
       margin-left: -22px;
    }
}
@media only screen and (max-width: 1128px){
    .top0_section .pathContainer {
       margin-left: 0px;
    }
}

.top0_section .pathContainer a{
    text-decoration: none;
}

.top0_section .pathContainer .path {
    color: #555;
    margin-right: 10px;
}

.top0_section .pathContainer .activePath {
    font-weight: bolder;
    color: #222;
}

.top0_section .pathContainer .slash {
    color: #555;
    margin-right: 10px;
}

.topIMG {
    width: 100%;
    height: 300px;
    background: url("./images-for-services/top-bg.jpg") center center no-repeat;
    filter: saturate(0.5);
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 20px solid red; */
    margin-top: 77px;
}

.topIMG h1 {
    font-size: 5rem;
}

.container_s {
    width: 100%;
    /* background-color: #ecade7; */
    margin: auto;
}

.containerInner_s {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
}

.containerInner_s .textExtraSpacing {
    font-size: 1.2rem;
    opacity: 1;
    letter-spacing: 10px;
    font-weight: 100;
    text-align: center;
    margin-left: 7px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.containerInner_s .largeBoldText {
    font-size: 3.7rem;
    font-weight: bolder;
    text-align: center;
    margin-top: 50px;
    /* width: 77%; */
    margin: auto;
}
#largeTextService{
    position: absolute;
    width: 100%;
}

.servicesBoxContainer{
    /* background-color: #F2ff00; */
    padding-top: 260px;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 500px 500px;
}
.servicesBoxContainer .sBox_{
    background-color: #F2F4F5;
    border-radius: 12px;
    height: 423px;  
    margin: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicesBoxContainer .sBox_ .boxCC{
    /* background-color: yellow; */
    width: 95%;
    font-family: Helvetica, sans-serif !important;
}
.servicesBoxContainer .sBox_ .boxCC img{
    display: block;
    margin: auto;
}
.servicesBoxContainer .sBox_ .boxCC h2{
    width: fit-content;
    margin: 26px auto;
    font-family: Helvetica, sans-serif !important;

}
.servicesBoxContainer .sBox_ .boxCC p{
    text-align: center;
    opacity: 0.7;
    font-family: Helvetica, sans-serif !important;
}
.servicesBoxContainer .sBox_ .boxCC a{
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 26px;
    /* background-color: red; */
    font-family: Helvetica, sans-serif !important;
    text-decoration: none;
    color:#FF554B;
}
#sContactBTN{
    color: #fff;
    background-color: #FF554B;
    padding: 20px 70px;
    border-radius: 100px;
}
.servicesBoxContainer .sBox_ .boxCC h4{
    width: fit-content;
    margin: auto;
    margin-top: 40px;
    font-weight: 100 !important;
    opacity: 0.8;
    margin-bottom: 40px;
}
.servicesBoxContainer .sBox_ .boxCC h3{
    /* background-color: #00ff00; */
    color: #333 !important;
    margin-top: -10px;
}
.servicesBoxContainer .sBox_ .boxCC h3 a{
    color: #111 !important;
}

/* --------------------------------------------------------- */

#largeTextService2{
    position: absolute;
    width: 100%;
    top: -50px;
    /* background: yellow; */
}
#SBC{
    /* background-color: red; */
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
}

.servicesBoxContainer .sBox_Bottom{
    display: flex;
    border-radius: 8px;
    border: 1px solid #CECECE;
    margin: 20px;
    padding: 20px;
}
.servicesBoxContainer .sBox_Bottom img{
    width: 70px;
    height: 70px;
    /* background-color: aquamarine; */
    /* border: 1px solid blue; */
    border-radius: 8px;
    margin-right: 24px;
}
.servicesBoxContainer .sBox_Bottom .textsContainer_s_{
    /* background: red; */
    height: fit-content;
    margin-top: 13px
}
.servicesBoxContainer .sBox_Bottom .textsContainer_s_ h3{
    font-family: Helvetica, sans-serif !important;
    margin-bottom: 5px
}
.servicesBoxContainer .sBox_Bottom .textsContainer_s_ p{
    opacity: 0.8;
    font-family: Helvetica, sans-serif !important;
}

@media only screen and (max-width: 1400px){
    .containerInner_s .largeBoldText {
        font-size: 3rem !important;
    }
    .servicesBoxContainer{
        grid-template-columns: 460px 460px;
    }
    .servicesBoxContainer .sBox_{
        background-color: #F2F4F5;
        border-radius: 12px;
        height: 400px;  
    }
    .servicesBoxContainer .sBox_Bottom .textsContainer_s_ h3{
        font-size: 1.06rem;
    }
    .servicesBoxContainer .sBox_Bottom .textsContainer_s_ p{
        font-size: 0.9rem
    }
}
@media only screen and (max-width: 1040px){
    .servicesBoxContainer{
        grid-template-columns: 700px;
    }
}
@media only screen and (max-width: 780px){
    .containerInner_s .largeBoldText {
        font-size: 2.5rem !important;
    }
    .servicesBoxContainer{
        grid-template-columns: auto;
    }
    .servicesBoxContainer .sBox_{
        background-color: #F2F4F5;
        border-radius: 12px;
        height: 400px;  
    }
    #SBC{
        width: 100%
    }
    .servicesBoxContainer .sBox_Bottom{
        display: flex;
        border-radius: 8px;
        border: 1px solid #CECECE;
        margin: 20px auto;
        padding: 20px;
        /* background: red; */
        width: 93% !important;
    }
    #SBC{
        padding-top: 50px;
    }
    .topIMG{
        height: 200px;
    }
    .topIMG h1 {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 600px){
    .containerInner_s .largeBoldText {
        font-size: 2rem !important;
    }
    #SBC{
        padding-top: 20px;
    }
    .servicesBoxContainer .sBox_{
        width: 93%;
        margin: 20px auto;
    }
    .servicesBoxContainer .sBox_Bottom .textsContainer_s_ h3{
        font-size: 1rem;
    }
    .servicesBoxContainer .sBox_Bottom .textsContainer_s_ p{
        font-size: 0.85rem;
    }
}
@media only screen and (max-width: 510px){
    .servicesBoxContainer .sBox_Bottom img{
        width: 60px;
        height: 60px;
    }
    .containerInner_s .largeBoldText {
        font-size: 1.6rem !important;
    }
    .servicesBoxContainer{
        /* background: red; */
        padding-top: 140px;
    }
}
@media only screen and (max-width: 493px){
    .servicesBoxContainer .sBox_Bottom .textsContainer_s_{
        margin-top: 6px;
        /* background: red; */
    }
    
}
