input[type=number] {
    -moz-appearance:textfield;
}

.fees-submission p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #424242;
    margin-top: 20px;
}

.fees-submission-list ul li{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 30px;
    position: relative;
    padding-left: 22px;
}

.fees-submission-list ul li:last-child{
    margin-bottom: 0;
}

.fees-submission-list ul li::before{
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/arw-right.png) no-repeat center / contain;
    height: 30px;
    width: 10px;
}

.fees-margin{
    margin-bottom: 70px;
}

.breadcrumbs ul li, .brdcmp-list {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #F8F2E6;
    line-height: 55px;
}

.brdcmp-list:hover{
    color: #F8F2E6;
    letter-spacing: 1px;
}

.breadcrumbs ul li + li:before {
    content: "";
    background: url(../images/arw-right-white.png) right center no-repeat;
    width: 15px;
    background-size: 100%;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 0;
}

.breadcrumbs ul li + li{
    padding-left: 25px;
    margin-left: 10px;
}
.fees-submission-list {
    margin-top: 25px;
}
/* .breadcrumbs ul li {
    color: #D10A11;
} */

@media only screen and (max-width:1500px) {

    .fees-submission p {
        font-size: 15px;
        line-height: 21px;
        margin-top: 15px;
    }
    .fees-submission h6 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-top: 20px !important;
    }
    
    .fees-submission-list ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .fees-submission-list {
        margin-top: 15px;
    }

    .fees-margin{
        margin-bottom: 40px;
    }

    .breadcrumbs ul li, .brdcmp-list {
        line-height: 36px;
    }
   .submit-div {
        padding: 40px !important;
        border-radius: 7px !important;
    }
    .submit-div .cv-submit {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .submit-div .frm-cntrl-design {
        border-radius: 5px;
        height: 45px;
        margin-bottom: 20px;
        padding: 0px 15px;
        font-size: 14px;
    }
    .submit-div .frm-cntrl-design::placeholder{
        font-size: 14px;
    }
    .file-upload-wrapper:after {
        padding: 0 15px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .file-upload-wrapper:before {
        top: 12px;
        right: 15px;
        width: 18px;
        height: 18px;
    }
}


/* ============== work with us section start ================= */

.fees-submission h6{
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    color: #424242;
    margin-top: 40px;
}

.highlight-red{
    position: relative;
    color: #E92827;
}

.cv-submit{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #424242;
    text-align: center;
    margin-bottom: 50px;
}

.submit-div{
    padding: 80px;
    background: #F8F1E2;
    border-radius: 10px;
}

.frm-cntrl-design{
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    height: 60px;
    margin-bottom: 30px;
    padding: 8px 30px;
    overflow: hidden;
}

.frm-cntrl-design::placeholder{
    font-size: 16px;
    color: #000000;
}

.mrgn-bttn{
    margin-top: 30px !important;
}

.browse{
    position: relative;
}

.browse:before{
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/clip.png) no-repeat center / contain ;
    z-index: 999;
}







.m-body{ font-family: 'Work Sans', sans-serif; color: #424242;}
.m-body p{ font-size: 20px;
    line-height: 30px;}

.m-body table { margin-bottom: 20px;}  
.m-body table tr td:first-child{ width:65px;} 
.m-body .gap-botm{ margin-bottom: 8px; font-size: 15px;}

.m-body table tbody tr:first-child td{ 
    background: #6B6255;
    color:#fff;}


@media only screen and (max-width: 1500px){
        
        .m-body h3{font-size: 22px;}
        .m-body p{ font-size: 14px;
            line-height: 21px;}
        .m-body .gap-botm{ font-size: 14px;}
        .m-body table{font-size: 14px;}

}  



.single-page-content.single-page-content table:hover tbody tr:hover{
    color: #424242;
}

.single-page-content.single-page-content table tr td{
    box-shadow: none;
}