.resourcebanner {
    padding: 50px 10px;
    background: #e2e2e2;
}
.resourcebannerdata h1 {
    font-size: 60px;
    font-weight: 400;
    color: #475661;
    margin-top: 45px;
}
.resourcebannerdata p {
    font-size: 20px;
    font-weight: 600;
    color: #475661;
}
.resourcebannerimg img {
    margin: 0 auto;
}
.resourcebararea {
    padding: 50px 10px;
    background: #bfb28e;
}
.row.whiteback {
    background: white;
    margin: 20px 0px;
}
.barboximg img {
    margin: 0 auto;
}
.barboxdata h3 {
    font-size: 24px;
    font-weight: 600;
    color: #39483d;
    margin-top: 90px;
}

.barboxdata p {
    font-size: 19px;
    font-weight: 400;
    color: #2a2f33;
}
.resouceformarea {
    padding: 50px 10px;
    background: #475661;
}
.resouceformhead h3 {
    text-align: center;
    color: white;
    font-size: 34px;
    font-weight: 500;
}
.resouceformhead h4 {
    text-align: center;
    color: white;
    font-size: 34px;
    font-weight: 500;
}
label.dottext {
    font-size: 27px;
    color: white;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
}
label.dot {
    font-size: 27px;
    color: #475661;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
}
.resouceform {
    margin-top: auto;
}
.form-group.reformarea {
    margin: 15px 15px;
}
.reform {
    height: 42px;
    border-radius: 5px;
    background: #e8f0fe;
    color: black;
}
.reform {
    background: white;
}
.checkhead h3 {
    color: white;
    font-size: 22px;
    margin-top: 30px;
    padding: 0px 15px;
}
.boxcheck ul {
    list-style: none;
    padding: 0px 15px;
    color: white;
    font-size: 17px;
}
.boxcheck ul li {
    line-height: 30px;
}
input#flexCheckChecked {
    background: white;
    color: white;
    min-height: 22px;
    min-width: 25px;
    margin: 2px 5px;
}
label.dottexts {
    font-size: 24px;
    color: white;
    text-align: left;
    font-weight: 400;
}
.form-group.reforma {
    margin: 0px 15px;
}
.reformclick {
    margin: 0px 15px;
    margin-top: 25px;
}
.submit {
    background: white;
    color: black;
    height: 50px;
    width: auto;
    letter-spacing: 2px;
    font-size: 20px;
    padding: 13px 20px;
    border-color: #475661;
    border-radius: 10px;
}
.submit:hover {
    background: #bfb28e;
    color: white;
    border-color: #bfb28e;
}























@media only screen and (max-width : 768px) {
   
    .resourcebannerdata h1 {
        font-size: 37px;
        font-weight: 400;
        color: #475661;
        margin-top: 0px;
    }
    .resourcebannerimg img {
        margin-top: 20px;
    }
    .resouceformhead h3 {
        font-size: 32px;
        margin-top: 0px;
    }
    .resouceformhead h4 {
        font-size: 24px;
    }
    label.dottext {
        font-size: 23px;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .form-row.reformarea {
        text-align: center;
    }
    .boxcheck ul {
        font-size: 15px;
    }
    label.dottexts {
        font-size: 17px;
        color: white;
        text-align: left;
        font-weight: 400;
    }
    .reformclick {
        text-align: center;
    }
    




    
}