.checklistback {
    background-image: url(../img/check.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px;
}
.bottom {
    background-image: url(../img/check.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0px;
}
section.welcome2.check2 {
    padding-bottom: 70px;
}
section.welcome2.check2 img {
    width: 100%;
}
.apply-part h2 {
    font-size: 45px;
    font-weight: 600;
    color: #1e1f20;
    margin-bottom: 20px;
}
.apply-part h2 span {
    background: linear-gradient(to right, #0861b9 11%, #ef5a28 102%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.welcome2.check2:before {height: 476px;}
section.checklist-btn {margin-top: 80px;margin-bottom: 80px;}
.check-part-btn a {border: 2px solid #f05a27;color: #000;padding: 20px 25px;}
.check-part-btn a:hover {background: #f05a27;text-decoration: none;color: #fff;}
section.cecklist-part {background: #f7f7f7;padding: 80px 0px;}
.search-part {
    max-width: 550px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 2px 3px #00000008;
}
.search-part input[type="search"] {
    width: 100%;
    border: 1.5px solid #151212a8;
    padding: 10px;
    font-size: 13px;
}
section.cecklist-part h2 {
    font-size: 45px;
    font-weight: 600;
    color: #1e1f20;
    margin-bottom: 20px;
}
section.cecklist-part h2 span {
    background: linear-gradient(to right, #0861b9 11%, #ef5a28 102%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nursing-skills-checklist-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.nursing-skills-checklist_link {
    min-height: 8rem;
    border: 1px solid #c8cccf;
    background-color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    transition: all .25s cubic-bezier(.455,.03,.515,.955);
    display: flex;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    color: #000;
}


.nursing-skills-checklist_link:hover {
    border-color: #045fb7;
    background-color: #045fb7;
    color:#fff;
    text-decoration: none;
}
div.Alliend {
    padding-top: 50px;
}
.taeled-btn.demand {
    width: 300px;
    margin-top: 33px;
}

.register-from1 {
    background: #f05a27;
    padding: 20px;
    border-radius: 6px;
}
.register-from1 h3 {
    color: #fff;
    margin-bottom: 20px;
}

.register-from1 input::placeholder {
    color: #000;
}
.register-from1 textarea::placeholder {
    color: #000;
}
.register-from1 input {
    width: 100% !important;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}
.register-from1 textarea {
    width: 100% !important;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}
.register-from1 input[type="submit"] {
    background: #045fb7;
    border: none;
    color: #fff;
    max-width: 125px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
}
.leftnew1 {
    padding-right: 5px;
}
.leftnew2 {
    padding-left: 5px;
}




