.symf_area--rgt{
    background-image: url(../img/ksefdlabr/main.webp);
}

.symf_area--headerText{
    margin: 0;
    font-size: 1rem;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
}

.symf_area--headerSubtitle{
    font-size: 1.2rem;
}


.counterSec{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    padding-bottom: 4rem;
}

.counterSec_holder{
    display: flex;
    width: 100%;
    max-width: 80rem;
    justify-content: space-around;
  align-items: center;
}

.counterSec_lft{

}

.counterSec_lftBox{
    padding: 1rem;
    background-color: #67ABE6;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 100%;
  max-width: 25rem;
}

.counterSec_lftBox p{
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.counterSec_rgt{

}

.counterSec_rgtBox{
    display: flex;
}

.counterSec_rgtBox div{
    background-color: #F8F8F8;
    border-radius: .5rem;
    padding: 1rem;
    margin: 1rem .2rem;
    display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 8rem;
}

.counterSec_rgtBox div p{
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    margin: 0;
  margin: .5rem;
}

.counterSec_rgtBox div p:first-of-type{
    font-size: 4rem;
    margin-bottom: 2rem;
}

.boxes1Section--box{
    border-color: #67ABE6;
    background-color: #FFFFFF;
}

.boxes1Section{
    background-color: #F8F8F8;
}
.sec3{
    background-color: #F8F8F8;
}

.sec3--contentSubTitle{
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
}

.sec3--contentButton{
    background-color: #67ABE6;
}

.boxes1Section--box ul{
    list-style: disc;
    margin: .5rem;
}
.boxes1Section--box ul li{
    color: #67ABE6;
    margin: .5rem 0;
}
.boxes1Section--box ul li p{
    color: black;
    margin: 0;
    line-height: normal;
}

.navSection{
    background-color: #F8F8F8;
    background-image: url(../img/ksefdlabr/img2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


.navSection--p{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    max-width: 55rem;
    font-family: 'Quicksand', sans-serif;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.graph{
    background-image: url(../img/ksefdlabr/img3.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60vh;
  margin: 4rem 0;
}
.boxes1Section{
    padding: 4rem 2rem;
}

.boxes1Section--box span{
    min-height: 3rem;
}


.bxseced{
    border-bottom-right-radius: 8rem;
}

.bxseced1{
    background-color: white;
}
.bxseced1 .boxes1Section--subTitle{
    font-size: 2rem;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
}

.bxseced1 .boxes1Section--subTitle span{
    color: #013349;
    font-size: 2rem;
    font-weight: bold; line-height: normal;
    font-family: 'Quicksand', sans-serif;
}

.bxseced1 .boxes1Section--box{
    background-color: #F7F7F7;
}

.sec4--contentLft{
    align-items: center;
    padding-bottom: 2rem;
}

.sec4--contentRgt{
    background-color: #67ABE6;
}
.sec4--contentRgt p:first-of-type{
    color: white;
}

.sec4--contentRgt p{
    font-size: 1.8rem;
}

.sec4--contentRgt span{
    color: black;
    font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 1.8rem;
}

.blogbtn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion_section{
    padding-top: 6rem;
}

@media screen and (max-width: 1450px){
    .navSection--p{
        max-width: 45rem;
    }
}

@media screen and (max-width: 1320px){
    .navSection--p{
        font-size: 2rem;
    }
}

@media screen and (max-width: 1160px){
    .navSection--p{
        max-width: 35rem;
    }
}



@media screen and (max-width: 1000px){
    .navSection{
        background-image: none;
    }

    .navSection--p{
        max-width: none;
        margin-top: 2rem;
    }

    .counterSec_holder{
        flex-direction: column;
    }

    .counterSec_rgt{
        margin-top: 1rem;
    }


    .graph{
        height: 40vh;
    }
}


@media screen and (max-width: 800px){
    .graph {
        height: 30vh;
      }
}
@media screen and (max-width: 580px){
    .counterSec_rgtBox{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .navSection--p{
        font-size: 2rem;
    }

    .graph {
        margin-top: 0;
      }
}