.servicessection{
    padding: 100px 0 50px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}
.servicessection .bgdotshap{
    width: 195px;
    height: 260px;
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: -1;
}
.servicessection .maincontainer{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.servicessection .mainrow{
    display: flex;
    flex-wrap: wrap;
}
.servicessection .fullpart .subtitle{
    text-transform: uppercase;
    font-size: var(--font1);
    color: #006d9a;
    margin-bottom: 20px;
    text-align: center;
}
.servicessection .fullpart .maintitle{
    font-size: var(--font2);
    color: #000000;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
}
.servicessection .fullpart .details{
    font-size: var(--font3);
    color: #000;
    opacity: 0.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.servicessection .rowjustify{
    justify-content: space-between;
    margin-top: 30px;
}
.servicessection .commonbox{
    border-radius: 20px;
    width: calc(33.33% - 20px);
    padding: 30px 30px 50px 30px; 
    color: #fff;
    position: relative;
}
.servicessection .firstbox{
    background-color: #02234e;
}
.servicessection .secondbox{
    background-color: #0f7ec7;
}
.servicessection .thirdbox{
    background-color: #f99625;
}
.servicessection .commonbox .imagemainbox{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.servicessection .commonbox .imagemainbox img{
    width: 100%;
}
.servicessection .commonbox .title{
    font-size: var(--font3);
    font-weight: 700;
    margin-bottom: 15px;
}
.servicessection .commonbox .details{
    font-size: var(--font4);
    margin-bottom: 0px;
}
.servicessection .commonbox .bgicon{
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 90px;
}




@media (max-width:1399px) and (min-width: 1200px){
    /* .servicessection{
        padding: 150px 0 150px 0;
    } */
    .servicessection .maincontainer{
        max-width: 1140px;
    }
}
@media (max-width:1199px) and (min-width: 992px){
    /* .servicessection{
        padding: 150px 0 150px 0;
    } */
    .servicessection .bgdotshap{
        width: 170px;
        height: 195px;
        background-size: cover;
    }
    .servicessection .maincontainer{
        max-width: 960px;
    }
    .servicessection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .servicessection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .servicessection .fullpart .details{
        font-size: var(--font3);
    }
}
@media (max-width:991px) and (min-width: 768px){
    .servicessection .maincontainer{
        max-width: 720px;
    }
    .servicessection .bgdotshap{
        width: 140px;
        height: 163px;
        background-size: cover;
    }
    .servicessection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .servicessection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .servicessection .fullpart .details{
        font-size: var(--font3);
    }
    .servicessection .commonbox{
        padding: 20px 20px 35px 20px;
    }
    .servicessection .commonbox .imagemainbox{
        margin-bottom: 10px;
    }
    .servicessection .commonbox .title{
        margin-bottom: 10px;
        font-size: var(--font3);
    }
    .servicessection .commonbox .details{
        font-size: var(--font4);
    }
}
@media (max-width:767px) and (min-width: 576px){
    .servicessection .maincontainer{
        max-width: 540px;
    }
    .servicessection .bgdotshap{
        display: none;
    }
    .servicessection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .servicessection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .servicessection .fullpart .details{
        font-size: var(--font3);
    }
    .servicessection .commonbox{
        padding: 20px 20px 35px 20px;
        width: 100%;
        margin-bottom: 15px;
    }
    .servicessection .commonbox .imagemainbox{
        margin-bottom: 10px;
    }
    .servicessection .commonbox .title{
        margin-bottom: 10px;
        font-size: var(--font3);
    }
    .servicessection .commonbox .details{
        font-size: var(--font4);
    }
}
@media (max-width: 575px){
    .servicessection{
        padding: 100px 0 50px 0;
    }
    .servicessection .bgdotshap{
        display: none;
    }
    .servicessection .maincontainer{
        max-width: 100%;
        padding: 0 15px;
    }
    .servicessection .fullpart .subtitle{
        font-size: var(--font1);
    }
    .servicessection .fullpart .maintitle{
        font-size: var(--font2);
    }
    .servicessection .fullpart .details{
        font-size: var(--font3);
    }
    .servicessection .commonbox{
        padding: 20px 20px 35px 20px;
        width: 100%;
        margin-bottom: 15px;
    }
    .servicessection .commonbox .imagemainbox{
        margin-bottom: 10px;
    }
    .servicessection .commonbox .title{
        margin-bottom: 10px;
        font-size: var(--font3);
    }
    .servicessection .commonbox .details{
        font-size: var(--font4);
    }
}