.pg-fontsize {
    font-size: 16px;
    text-align: justify !important;
    text-transform: capitalize;
}

#about p {
    padding: 5px;
}

.h2class {
    font-size: 25px;
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}

#services p {
    margin-top: 0px !important;
}

.skillbar {
    margin: 0px !important;
}

.services-block {
    margin-top: 15px;
}

.marginbottom {
    margin-bottom: 30px;
}

.customhead {
    font-weight: 900;
    font-size: 21px;
    float: left;
}

.customdes {
    float: right;
    font-size: 18px;
}

/* .customlogo {
    width: 72%;
    position: relative;
    right: -105px;
    top: -12px;
} */
.ulcustom {
    list-style: circle;
    text-align: left;
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin: 22px;
}

.margintop {
    margin-top: 30px;
}

.formlabel {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin: 5px 11px;
}

.inputwidth {
    width: 100%;
    /* margin: 5px 10px; */
    color: black;
    border-radius: 5px;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
}

.filewidth {
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    /* margin: 5px 10px; */
}

.textareacustom {
    border: 1px solid #fff;
    /* margin: 5px 10px; */
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
}

.buttoncustom {
    width: 100%;
    /* margin: 5px 10px; */
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.buttoncustom:hover {
    background-color: #fff;
    color: #000;
}

.formbox {
    background-color: #6565654f;
    padding: 20px;
}
.butndisplaynone{
    display: none !important;
}


.accodtitle{
    color: black;
    font-weight: 700;
    font-size: 22px;
}
.pg-acord{
    color: black !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #db0d24;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0);
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #db0d24
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../white.svg') !important;
    transform: rotate(-180deg) !important;
}
.accordion-item{
    margin-bottom: 4px !important;
}
.accordtext{
    font-size: 16px !important;
    text-align: justify !important;
}

@media only screen and (max-width: 600px) {
    .pg-acord{
        color: black !important;
        padding: 0px !important;
    }

    .customhead {
        font-weight: 700;
        font-size: 5px;
        float: left;
    }
    
    .customdes {
        float: right;
        font-size: 15px;
    }
    .paddingnewsletterP{
        padding: 98px 10px 10px !important;
        overflow: hidden !important;
    }
    .margintop {

        margin-top: 25px !important;

    }
    .margincareer{
        margin-top: 92px !important;
    }
    .customhead {
        font-weight: 900;
        font-size: 17px;
        float: left;
    }
    .pg-fontsize {
        font-size: 13px;
        text-align: justify !important;
        text-transform: capitalize;
    }
    .sign-up-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    bottom: -219px;
    margin: -20px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.center-block-sign-up-modal-padding-bottom {
    padding: 0 0 197px 0;
}

#subscribe-wrapper {
    position: relative;
    width: 90%;
    height: 160px;
    margin: 54px auto 0 auto;
    background: none;
    text-align: center;
}
.center-container-sign-up-modal p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin: 25px !important;
}
    
}