.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: none;
    font-weight: 600;
    font-size: 38px;
}
.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
}
.pdr30{padding-right:30px}
.headtext {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
}
.pd0{padding:0 !important}
.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}
@media only screen and (max-width: 767px) {
    .pdr30 {
        padding-right: 0px
    }
    .mt50 {
        margin-top: 25px;
    }
    .headtext {
        font-size: 24px;
    }
    .pdr {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-top: 10px;
    }

    .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
}
}
