.sample-class {
    height: 400px;
    width: 100%;
    background-color: aquamarine;
}
.why-choose {
    background-color: #d0e4f0;
    padding: 0 0 100px 0;
}
.why-choose h3 {
    text-align: center;
    margin-bottom: 30px !important;
}
.why-choose .cell {
    background-color: #fff;
    padding: 25px 35px;
    height: 100%;
}
.why-choose .cell img {
    display: block;
    margin: 0 auto;
}
.why-choose .cell span {
    font-size: 24px;
    color: #0fa3df;
    display: block;
    line-height: normal;
    text-align: center;
    margin: 10px 0 10px 0;
}
.why-choose .cell p {
    font-size: 16px;
    line-height: normal;
    color: #000;
    text-align: center;
    line-height: 20px;
}
/*  */

.course-catalogue {
    background-color: #d0e4f0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.course-catalogue .cell {
    background: #fff;
    border-radius: 30px;
    padding-bottom: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    /* height: 100%; */
    transition: 0.3s;
    cursor: pointer;
}
.course-catalogue .cell .course-count {
    height: 44px;
    background-color: #fff;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px 0 0;
    font-size: 0;
    font-weight: 600;
    margin-bottom: 10px;
    float: right;
    transition: 0.3s;
}
.course-catalogue .cell .course-count img {
    margin-left: 10px;
}
.course-catalogue .cell img {
    display: block;
    margin: 0 auto;
}
.course-catalogue .cell span {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #0fa3df;
    margin: 10px 0 0 0;
    line-height: 26px;
    height: 55px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-catalogue .cell .arrow {
    margin-top: 10px;
    display: block;
}
.course-catalogue .shadow-3 {
    max-width: 100%;
    position: relative;
    top: -7px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.course-catalogue .cell:hover {
    background: #0fa3df;
    transform: rotate(5deg);
}
.course-catalogue .cell:hover .course-count {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
}
.course-catalogue .cell:hover span {
    color: #fff;
}
.title-wrap-2 {
    text-align: center;
}
.title-wrap-2 h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    color: #098fc5;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.title-wrap-2 p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin: 10px 0 40px 0 !important;
    text-align: center;
}



.ready-to-begin {
    background: #0fa3df;
    padding: 80px 0;
}
.ready-to-begin .inner {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.ready-to-begin .inner .left {
    min-width: 320px;
}
.ready-to-begin h4 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    text-align: right;
}
.ready-to-begin p {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px 0;
    color: #fff;
}
.ready-to-begin span {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.featured-courses {
    background-color: #cfe3ef;
    padding-top: 60px;
    padding-bottom: 60px;
}
.featured-courses .title-wrap-2 {
    text-align: left;
}
.featured-courses .title-wrap-2 p {
    text-align: left !important;
}
.featured-courses .cell .img-bx {
    height: 200px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.featured-courses .cell .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-courses .cell span {
    font-size: 24px;
    color: #098fc5;
    display: block;
    margin: 5px 0 5px 0;
}
.featured-courses .cell p {
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 23px;
}
.course-catalogue.first-aid h2 {
    margin-bottom: 30px;
}
.course-catalogue.first-aid .cell .course-count {
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.course-catalogue.first-aid .cell .course-count img {
    margin: auto;
}
/*  */

.testi-pg {
    padding-top: 45px;
}
.testi-pg .first-section h3 {
    text-align: left;
    margin-bottom: 40px;
}
.testi-pg .first-section .img-bx {
    position: relative;
    height: 100%;
    object-fit: cover;
}
.testi-pg .first-section .img-bx img.main {
    height: 100%;
    object-fit: cover;
}
.testi-pg .first-section .img-bx .icn {
    position: absolute;
    right: -30px;
    top: -30px;
}
.testi-pg .first-section .right {
    padding-left: 75px;
    display: flex;
    align-items: center;
    height: 100%;
}
.testi-pg .first-section h4 {
    font-size: 24px;
    line-height: 33px;
    margin: 0 0 15px 0;
}
.testi-pg .first-section p {
    font-size: 16px;
    line-height: 26px;
    color: #414141;
}
.testi-pg .first-section span {
    font-size: 16px;
}
.testi-pg .first-section span sub {
    display: block;
    font-size: 14px;
    color: #8d8b8b;
    margin-top: 10px;
    bottom: 0;
}
.testi-pg .sec-wrap-2 {
    padding: 70px 0 40px 0;
    background: #cfe3ef;
    margin-top: 70px;
}
.testi-pg .sec-wrap-2 .cell {
    background-color: #fff;
    padding: 30px;
    height: calc(100% - 109px);
}
.testi-pg .sec-wrap-2 .cell .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 15px 0;
    align-items: flex-start;
    gap: 5px;
}
.testi-pg .sec-wrap-2 .cell span {
    font-size: 20px;
    color: #0fa3df;
    line-height: normal;
}
.testi-pg .sec-wrap-2 .cell span sub {
    display: block;
    font-size: 14px;
    bottom: 0;
    color: #ababab;
    margin: 3px 0 0 0;
    line-height: normal;
}
.testi-pg .sec-wrap-2 .cell p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.testi-pg .sec-wrap-2 .cell .star-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    gap: 1px;
    padding-top: 6px;
}
.testi-pg .sec-wrap-2 .cell .star-wrap i {
    color: #a0e4e0;
}
.testi-pg .sec-wrap-2 .cell .star-wrap i.active {
    color: #43afa8;
}
.testi-pg .sec-wrap-2 .cell-bottom {
    margin-bottom: 30px;
}
.testi-pg .sec-wrap-2 .cell-bottom .arrow {
    display: block;
    margin-left: 47px;
}
.testi-pg .sec-wrap-2 .cell-bottom .testi-img {
    border: 5px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
}
.testi-pg .sec-wrap-2 .cell-bottom .testi-img img {
    border-radius: 50%;
    max-width: 100%;
}
/*  */
.career-pg {
    padding-top: 60px;
}
.career-pg .getintouch-section {
    background-color: #fff !important;
    padding-top: 40px;
}
.career-pg .getintouch-section .gitsec-left .title-wrap-1 h3 {
    color: #000;
}
.career-pg .getintouch-section .gitsec-left .gtouchtxt p {
    color: #000;
}
.career-pg .gitsec-right {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #0fa3df;
}
.career-pg .getintouch-section .getintouch-form .form-control {
    border: 1px solid #0d9bd5;
    background-color: #fff;
    color: #000;
}
.career-pg .getintouch-section .form-style-1 .form-label {
    color: #000;
}
.career-pg .getintouch-section .getintouch-form .submitBtn {
    border: 1px solid #0fa3df;
}
.career-pg .form-style-1 .nice-select {
    background-color: #fff;
}
.career-pg .form-style-1 .nice-select span.current {
    color: #0d9bd5;
}
.career-pg .career-left {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.career-pg .career-left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

/* Auto complete : Start */
.innersearch-wrap .input-group.auto-com {
    overflow: initial;
}
.innersearch-wrap .input-group.auto-com input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.innersearch-wrap .input-group.auto-com .searchbtn {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.auto-com .autocom-box{
    padding: 0;
    opacity: 0;
    max-height: 280px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    background: #fff;
    width: 100%;
}

.auto-com.active .autocom-box{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    border-radius: 20px !important;
    box-shadow: 0px 2px 6px 0px rgba(32, 33, 36, 0.4);
    z-index: 3;
}

.autocom-box li{
    list-style: none;
    padding: 8px 15px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
}
.autocom-box li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.auto-com.active .autocom-box li{
    display: block;
    cursor: pointer;
}
.autocom-box li:hover{
    background: #f1f1f1;
    color: #0fa3df;
  }
.autocom-box li:hover a {
    color: #0fa3df;
  }
  
/* Auto complete : End */


.accreditations-sec {
    padding: 60px 0;
}
.accreditations-sec .title-wrap-1 {
    margin-bottom: 40px;
}
.accreditations-sec .cell {
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 145px;
    cursor: pointer;
}
.accreditations-sec .cell:hover {
    border: 1px solid #0fa3df;    
}
.accreditations-sec .cell img {
    max-width: 100%;
}
.accreditations-sec .btn-style-2 {
    margin-top: 45px;
}

.learning-outcomes .title-wrap-1 p {
    font-size: 18px;
}
.course-contents-list {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
    align-items: stretch;
    columns: 2 0;
    column-gap: 30px;
}
.course-contents-list li {
    padding: 0 0 0 30px;
    background: url(../images/COURSE-CONTENTS.png) left top 1px no-repeat;
    margin: 0 0 25px 0;
    display: inline-block;
    width: 100%;
}