.banner {
    background-size: cover;
    background-position: center;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    color: #fff;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.banner-text h1 {
    font-size: 3rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\2014\00a0";
    padding: 0 3px;
    color: #6c757d;
    text-align: center;
}

.breadcrumb-item {
    color: #5b5b5b;
    font-size: 20px;
}

.breadcrumb-item.active {
    color: #1dad99;
}



/* Section 1 */
.section-1 {
    max-width: 65%;
    margin: 0 auto;
}

/* .section-1 .icon-box {
    padding: 30px 0px;
    background: #fff;
} */

/* .section-1 .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #ecf0f1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
} */

/* .icon {
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ecf0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
} */

/* .section-1 .icon-box .icon i {
    color: #1dad99;
    font-size: 20px;
}
  
.section-1 .icon-box p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    color: gray
} */

.section-1 .grid-4-col {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    padding-block: 1rem;
}

@media screen and (min-width: 767px) {
    .section-1 .grid-4-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1025px) {
    .section-1 .grid-4-col {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 990px) {
    .section-1 {
        max-width: 90%;
        margin: 0 auto;
    }
}

.section-1 .grid-item {
    display: flex;
    align-items: start;
}

.section-1 .grid-item-icon {
    flex-shrink: 1;
}

.section-1 .grid-item-icon .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 100%;
    /* Butang lain style sa icon diri */
    background-color: #ecf0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.section-1 .grid-item-icon .icon i {
    color: #1dad99;
    font-size: 20px;
}

.section-1 .grid-item-text {
    flex-grow: 1;
}

/* .section-1 .grid-item-text.contact-no {
    padding-top: 75px
} */

.section-1 .contact-form .form-control::placeholder {
    font-size: 15px;
}

.section-1 .contact-form .form-control:focus {
    box-shadow: none;
    border-color: #1dad99;
    /* box-shadow: 0 0 0 0.2rem rgba(29, 173, 153, 0.25); */
}

/* @media only screen and (max-width: 992px) {
    .section-1 .grid-item-text.contact-no {
        padding-top: 59px
    }
    
}

@media only screen and (max-width: 768px) {
    .section-1 .grid-item-text.contact-no {
        padding-top: 35px
    }
    
} */