.text-green{
    color: #004b4e;
}

.text-yellow{
    color: #ffbf3b;
}

.text-white{
    color: #fff;
}

.bg-green{
    background-color: #004b4e;
}

.cpp-program-title {
    color: #004b4e;
}

.cpp-program-details-img img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.cpp-area-title {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 700;
    color: #004b4e;
}

.single-box {
    border: 1px solid #e3e3e3;
    box-shadow: 1px 2px 3px #d7d5d5;
    background: #f7f9f9;
    overflow: hidden;
    margin-bottom: 1.5rem;
    min-height: 250px;
}

.single-box img {
    min-width: 100%;
    height: auto;
}

.single-box h4 {
    font-size: 1.2rem;
    font-weight: 800;
    padding: 2rem 3rem;
    line-height: 1.5;
}

.cpp-area-after-desc {
    margin: 3rem 0;
}

section.ccp-why-area {
    background: #014b4e;
    padding: 3rem 0;
}

.ccp-why-title {
    color: #ffbf3b;
    margin-bottom: 2rem;
}

.ccp-why-icon img {
    max-width: 7rem;
    height: auto;
}

.ccp-why-desc-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.ccp-why-desc p {
    color: #fff;
    font-weight: 300;
}

.single-why-section {
    margin-bottom: 3rem;
}

.ccp-why-get-cert {
    padding: 4rem 0;
}

.ccp-why-get-cert-title{
    color: #014b4e;
    margin-bottom: 2rem;
}

.single-get-cert-area-title {
    color: #014b4e;
    padding-top: 2rem;
    font-weight: 600;
}

ul.cpp-points {
    margin: 0;
    padding: 0;
}

ul.cpp-points li {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

ul.cpp-points li i {
    font-size: .5rem;
    margin-right: .5rem;
}

section.ccp-how {
    margin-bottom: 5rem;
}

.how-to-cert h1 {
    color: #014b4e;
}

.ccp-form-area iframe {
    width: 100%;
    min-height: 38rem;
    border: none;
    overflow: hidden;
}

.single-get-cert-area {
    margin-right: 1rem;
}


.fields-wrapper_316Zq h1 {
    font-size: 1.3rem !important;
    color: #272827 !important;
}

.form_15iP5 h1 {
    font-size: 1.3rem !important;
    color: #272827 !important;
}

form.form_15iP5 input#submit {
    background-image: linear-gradient(
30deg,#33a4c0,#00cecd) !important;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

form.form_15iP5 input#submit:hover {
    background-image: linear-gradient(
30deg,#00cecd,#33a4c0) !important;
}


.cpp-program-title h5 {
    font-size: 1.5rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.cpp-program-desc h3 {
    font-weight: 600;
    font-size: 1.7rem;
}

h5.cpp-program-desc-sub {
    color: #333;
    font-weight: 600;
}


.point-one,
.point-two {
    padding-top: 4rem;
    margin-top: 1rem;
}

.point-three,
.point-four {
    margin-top: 0;
}

.point-one-desc h1,
.point-two-desc h1 {
    font-size: 2.3rem;
    line-height: 1.2;
}

.point-one-icon,
.point-two-icon {
    max-width: 7rem;
    margin-top: -.5rem;
}

.point-one-bg,
.point-two-bg {
    padding-top: 2rem;
}

.point-two-img-1 img,
.point-two-img-2 img {
    bottom: 0;
    max-height: 30rem;
    width: auto;
    margin-top: 2rem;
}

.point-five {
    padding-bottom: 3rem;
    margin-top: 0;
}

.point-five-bg {
    max-width: 25rem;
    margin-top: 1rem;
}

.point-five-desc p {
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 400;
}

.point-five-desc a.btn.btn-orange {
    text-transform: none;
    font-weight: 400;
    font-size: 1.2rem;
    background: #F57A2E;
    border-radius: 0;
    transition: .5s;
    margin-bottom: 1rem;
}

.point-five-desc a.btn.btn-orange:hover {
    background-color: #fff;
    color: #F57A2E;
 
}


.point-five-desc a.btn.btn-orange i {
    font-size: 1.4rem;
    margin-left: 1rem;
}





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

    .cpp-program-details-img img {
        width: 50%;
    }


    .single-get-cert-area {
        margin-right: 0rem;
    }

    .cpp-program-title h1 {
        font-size: 1.7rem;
        line-height: 1;
    }

    .cpp-program-title h5 {
        font-size: 1.2rem;
        margin-top: 0;

    }

    .point-one-icon, .point-two-icon {
        margin-top: 0rem;
    }

    .point-one-desc h1, .point-two-desc h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .point-five-desc p {
        margin-top: 2rem;
        font-size: 1.5rem;
    }


}