.graybg {
    background: #fefefe;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    padding: 50px 0;
    
}
    .graybg p {
        font-size: 20px;
        text-align: justify;
    }
    .headsec h3 {
        text-decoration: underline;
        font-weight: 600;
    }
.headsec h1 {
    font-weight: 900;
    font-size: 40px;
}
.headsec h2{}
.mt20{margin-top:20px}
.mt10 {
    margin-top: 10px
}
.mt30 {
    margin-top: 30px
}
.mt50 {
    margin-top: 50px
}
.pdl30{padding-left:30px}
.headtext {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
}
.pdr{padding-right:0px !important}
.pdl {
    padding-left: 0px !important
}
.text-border {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 30px 0;
}
.colorchange {
    color: #004A7E
}
.mb10 {
    margin-bottom: 10px;
}
.justify-content{text-align:justify}


.applicationsmodernization h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
}





@media only screen and (max-width: 767px) {
    .pdl30 {
        padding-left: 0px
    }
    .mt50 {
        margin-top: 25px;
    }
    .headtext {
        font-size: 24px;
    }
    .pdr {
        padding-right: 15px !important
    }

    .pdl {
        padding-left: 15px !important
    }
    .headsec h3 {
        font-size: 20px;
    }
    .headsec h1 {
        font-size: 30px;
    }
    .headsec h2 {
        font-size: 20px;
    }
    .graybg p {
        font-size: 18px;
    }
}

@media (min-width: 736px) and (max-width: 1025px) and (orientation : landscape) {
}

@media (min-width: 768px) and (max-width: 1024px) {
    
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
    .pdr{padding-right:0px !important}
.pdl {
    padding-left: 0px !important
}
}
