/* banner-section */
.banner-section{
    background-image: var(--blue-bg);
    background-position: left;
    background-size: cover;
    padding-block: 6rem;
    position: relative;
}

.banner-section h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: var(--font-white);
    max-width: 800px;
}

.banner-section p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--font-white);
    padding-bottom: 1.5rem;
}

.list-box-banner{
    background-color: var(--Tangaroa);
    color: var(--font-white);
    padding: 1.5rem 1rem;
    margin-top: 2rem;

}

.list-box-banner ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    row-gap: 1.2rem;
}

.list-box-banner ul li{
    width: 100%;
    position: relative;
}

.banner-section .orange-button{
    max-width: 479px;
}


.list-box-banner ul li::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image:var(--yello-check);
    background-size: contain;
    background-repeat: no-repeat;
}


.text-sadis-yellow{
    color: var(--color-sdaisyellow);
    max-width: 645px;
}

.banner-button{
    margin-top: 3rem;
    position: relative;
}

.banner-arrow{
    position: absolute;
    bottom: -69px;
    right: -6px;
    transform: rotate(6deg);
}

.black-arrow{
    position: absolute;
    bottom: -28px;
    right: 17%;
    transform: rotate(-18deg);
}

.bannewr-otimased-img{
    position: absolute;
    max-height: 100%;
    top: 0;
    right: 0;
}

/* contact-form-box */

.contact-form-box{
    background-color: var(--font-white);
    padding: 3rem 2rem;
    position: relative;
    z-index: 99;    
    max-width: 483px;
    margin-left: auto;
    margin-top: 1.6rem;
    border-radius: 15px;
}

.contact-form-box label{
    font-size: 20px;

}

.form-check-input{
    margin-top: 9px;
}

.contact-form-box h2{
font-weight: 600;
font-size: 22px;
line-height: 1.2;
text-align: center;
color: var(--color-black);
margin-bottom: 2rem;

}

.submit-btn{
    background-color: var(--Radical-Red);
    border: 1px solid var(--Radical-Red);
    color: var(--font-white);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 0.3rem 3rem;
    border-radius: 140px;
    text-decoration: none;
    display: block;
    margin: auto;
}

.custom-select.w-20{
    background-color: var(--White-Smoke);
}

/* banner-section */



/* sec-health-safety */

.sec-health-safety{
    padding-block: 6rem;
}



.sec-health-safety h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-blue-lite);
    max-width: 930px;
    margin: auto;
}

.health-step-box{
    max-width: 1100px;
    margin-top: 4rem;
    margin-inline: auto;
}

.health-step-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    padding-inline: 1rem;
}

.health-step-box ul{
    list-style: none;
}

.sec-health-safety .link-list{
    list-style: disc;
    margin-bottom: 1rem;
}

.sec-health-safety .link-list li{
    margin-top: 1rem;
}

.sec-health-safety .link-list li::marker {
    color: var(--Royal-Blue);
}

.sec-health-safety a{
    text-decoration: none;
    color: var(--Royal-Blue);
}

.health-step-box .dotted-list{
    list-style: disc !important;
}


.sec-health-safety .dotted-list li{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}




/* sec-health-safety */


/* sec-course */
.sec-course{
    padding-block: 6rem;
}

.sec-course h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    max-width: 683px;
    margin-inline: auto;
    color: var(--Royal-Blue);

}

.sec-course .contantp{
    max-width: 890px;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.sec-course p.contant{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-top: 1rem;
    max-width: 570px;
    margin-inline: auto;
}

.sec-course img{
    max-width: 86%;
    display: block;
    margin: auto;
}

.sec-course h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    max-width: 360px;
    color: var(--Royal-Blue);
    margin-bottom: 1rem;
}

.Course-box{
    max-width: 100%;
    width: 1116px;
    border-radius: 30px;
    padding: 2rem 2rem;
    margin-inline: auto;
    background-color: var(--Light-grayish-blue);
}
.Course-box-content{
    width: 1120px;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 2rem;
}

.course-box-list{
    background-color: var(--font-white);
    border-radius: 1px;
    padding: 1rem 1rem;
    height: 100%;
}

.hse-list li{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
}

.ornge-click-list li{
    position: relative;
    margin-top: .5rem;
}
.ornge-click-list{
    list-style: none;
}
.ornge-click-list li::after{
    content: "";
    position: absolute;
    left: -28px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: var(--orange-click);
    background-size: contain;
    background-repeat: no-repeat;
}

.sec-course ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    position: relative;
}

.sec-course .blue-click-list li::after{
    top: 7px;
    left: -30px;
}

.list-sub-p{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
}
/* sec-course */




/* sec-object */

.sec-object{
    padding-block: 6rem;
}

.sec-object h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: var();
}

.sec-object .heder-contant{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-top: 1rem;
}

.sec-object .objectives-box p{
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 999;
    margin: 0;
}

.objectives-box .round{
    position: absolute;
    width: 76px;
    height: 76px;
    top: 9%;
    left: 9%;
    border-radius: 50%;
    background-repeat: no-repeat;
    z-index: 9;
    display: block;
}

.objectives-box-list{
    row-gap: 2rem;
    margin-top: 2rem;
}

.objectives-box .round.yellow{
    background-color: #FFFAE5;
}

.objectives-box .round.pink{
    background-color: #FFE5FF;
}
.objectives-box .round.ligt-green{
    background-color: #E6FFEC;
}
.objectives-box .round.li-blue{
    background-color: #C4FFFA;
}
.objectives-box .round.pupul{
    background-color: #EDEBFD;
}
.objectives-box .round.rose-orange{
    background-color: #FEEDED;
}


.objectives-box{
    box-shadow: 0px 4px 22px 13px #00000005;
    background-color: var(--font-white);
    border-radius: 13px;
    padding: 1.4rem 2rem;
    padding-left: 4.5rem;
    position: relative;
    height: 100%;
}

.bg-hatsh{
    background-color: var(--Light-grayish-blue);
}

/* sec-object */


/* sec-lead */
.sec-lead{
    padding-block: 6rem;
}

.sec-lead h2{
    max-width: 620px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-inline: auto;
}

.sec-lead p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-inline: auto;
    margin-top: 1rem;
}

.sec-lead ul {
    margin-top: 2rem;
}

.sec-lead ul li{
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    position: relative;
}

.sec-lead ul li::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image:url(/images/chapter2/home/blue-click.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
    top: 8px;
}

.sec-lead img{
    max-width: 335px;
    margin: auto;
}

.sec-lead .orange-button{
    max-width: 600px;
    position: relative;
}

.sec-lead .orange-button::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 80px;
    top: 0;
    right: -26%;
    background-image: url(/images/chapter2/home/govt-arrow-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-34deg);
}
/* sec-lead */


/* sec-model */
.sec-model{
    padding-block: 6rem;
}

.sec-model h2{
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    max-width:620px;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.sec-model p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.sec-model ul{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    max-width: 430px;
}
.sec-model ul li {
    margin-top: .5rem;
}


.sec-model .modenlist .product-list{
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    align-items: start;
}

.course-log-box{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: flex;
}

.course-log-box.yellow {
    background-color: var(--royak-yellow);
}

.course-log-box.blue {
    background-color: var(--Fiery-blue);
}

.course-log-box.blue img{
    width: 22px;
}

.course-log-box.yellow img{
    width: 22px;
}
/* sec-model */


/* sec-structure */

.sec-structure{
    padding-block: 6rem;
}

.sec-structure h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 1rem;
    color: var(--semy-royal-blue);
    position: relative;
}

.sec-structure h2::after {
    content: "";
    position: absolute;
    top: -14%;
    right: -4%;
    width: 93px;
    height: 55px;
    background-image: url(/images/chapter2/home/crakervector.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sec-structure p{
    max-width: 550px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 1rem;

}

.stucture-img{
    max-width: 423px;
    margin: auto;
}

.module-box{
    width: 620px;
    max-width: 100%;
    padding: 2rem 4rem;
    border-radius: 13px;
    box-shadow: 0px 4px 22px 13px #00000010;
    margin-top: 3rem;
}

.module-box h4{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    color: var(--Dark-blue);
}

.sec-structure h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #E34E24;
    background: #E34E241A;
    display: inline-block;
    margin: 0;
    padding: .2rem .7rem;
    border-radius: 70px;
    
}


.stiky-contant {
    position: sticky;
    top: 100px;
}

/* sec-structure */


/* sec-assessment */

.sec-assessment{
    padding-top: 6rem;
    background-color: var(--Light-grayish-blue);
}

.sec-assessment h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    max-width: 482px;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.sec-assessment p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 684px;
    margin-inline: auto;
    margin-bottom: 2rem;
}

.certfied-box{
    max-width: 424px;
    height: 160px;
    max-width: auto;
    box-shadow: -8px 7px 52px 2px #0000000F;
    background-color: var(--font-white);
    padding: 1rem 1.5rem;
    align-items: center;
    border-radius: 10px;
    column-gap: 10px;
}

.certifaied-logo-box{
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 15px;
}

.certifaied-logo-box.green{
    background-color: var(--Neon-Green);
}

.certifaied-logo-box.green img{
    margin: auto;
    width: 40px;
    max-width: 71%;

}

.certifaied-logo-box.red{
    background-color: var(--Fiery-Red);
}

.certifaied-logo-box.red img{
    margin: auto;
    width: 42px;
    max-width: 71%;
}

.certifaied-logo-box.blue{
    background-color: var(--Fiery-blue);
}

.certifaied-logo-box.blue img{
    margin: auto;
    width: 45px;
    max-width: 80%;
}

.certifaied-logo-box.rose{
    background-color: var(--Fiery-rose);
}

.certifaied-logo-box.rose img{
    margin: auto;
    width: 34px;
    max-width: 60%;
}

.conecter{
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}

.explorcont{
    background-color: var(--FB-Red);
}

.explorcont {
    max-width: 810px;
    margin-inline: auto;
    margin-top: 2rem;
    padding: 1rem 1rem;
    border-radius: 10px;
}

.explorcont p{
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
}

.sec-assessment .throw-banna{
    max-width: 250px;
    display: block;
    margin: auto;
}

/* sec-assessment */


/* sec-list */
.sec-list{
    padding-block: 6rem;
    background-color: var(--Light-grayish-blue);
}

.sec-list h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    max-width: 715px;
    margin-inline: auto;
}

.sec-list p{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;

}



.cer-listbox{
    background-color: var(--font-white);
    border-radius: 13px;
    max-width: 540px;
    padding: 2rem 3rem;
    box-shadow: 0px 4px 22px 13px #00000005;
    height: 100%;
    row-gap: 1rem;
}

.sec-list .row{
    margin-top: 3rem;
    row-gap: 2rem;
}

.sec-list h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0%;
}
.sec-list li{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    position: relative;
    margin-top: 1.5rem;
}

.sec-list .orange-button {
    max-width: 544px;
    position: relative;
}

.sec-list .orange-button::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 80px;
    top: 0;
    right: -26%;
    background-image: url(/images/chapter2/home/govt-arrow-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-34deg);
}
/* sec-list */

/* sec-cta */

.sec-cta {
    background-image: url(/images/chapter2/home/bacgroud-cta-scroll.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding-block: 6rem;
    position: relative;
}

.sec-cta h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    max-width: 463px;
    line-height: 1;
    margin-bottom: 2rem;
}

.sec-cta p{
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
}

.sec-cta p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
}

.right-arrow-white{
    margin-top: 74px;
    margin-left: auto;
    margin-right: 28px;
    transform: rotate(16deg);
}


.fotter-contact-form{
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: var(--font-white);
    padding: 1.5rem 2rem;
    margin-block: 1rem;

}

.fotter-contact-form h3{
    font-weight: 600;
    font-size: 23px;
    line-height: 1.5;
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.fotter-contact-group{
    background-color: #F6F6F6;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 1.5rem;
    padding: 1rem 1rem;
}
.fotter-contact-group input{
    background: transparent;
    border: none;
    width: 100%;
}

.fotter-contact-group input:focus-visible{
    border: none;
    box-shadow: none;
    outline: none;
}

.fotter-contact-group textarea{
    background: none;
    border: none;
    width: 100%;
    min-height: 100px;
}

.fotter-contact-group textarea:focus-visible{
    border: none;
    box-shadow: none;
    outline: none;
}

.fotter-contact-group input::placeholder, .fotter-contact-group textarea::placeholder{
    font-size: 10px;
    color: #A6A6A6;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.sec-cta  .form-check-label{

    font-weight: 400;
    font-size: 16px;    
}

.srap-rangebtn{
    display: block;
    background-color: var(--color-orange);
    color: var(--font-white);
    text-align: center;
    padding: .7rem 2.54rem;
    border: 1px solid var(--color-orange);
    margin: auto;
    margin-top: 1.5rem;
}
/* sec-cta */



/* sec-faq */

.sec-faq{
    padding-block: 4rem;
}

.sec-faq h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    max-width: 850px;
    margin-inline: auto;
}

.accordion-faq{
    background-color: #FAFAFA;
    padding: 1.5rem 1.5rem;
    margin-top: 2rem;
    border-radius: 15px;
}

.accordion-faq button{
    width: 100%;
    text-align: left;
    background: no-repeat;
    border: none;
    position: relative;
}

.accordion-faq  h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.accordion-faq  p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    max-width: 759px;
}

.accordion-faq button::after {
content: "";
    width: 30px;
    background-image: url(/images/chapter2/home/faqarrow.png);
    height: 30px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transition: transform 0.3s ease;
    display: block;
    background-position: center;
    background-size: 18px;
    position: absolute;
    right: 3%;
    top: 0;
    border-radius: 50%;
    margin: 10px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
 .accordion-faq button.collapsed::after{
    transform: rotate(-90deg);
 }

/* sec-faq */


  @media (max-width: 800px) {
    .testimonial-section {
      flex-direction: column;
      align-items: center;
      gap: 40px;
      text-align: center;
    }
  }

  @media (min-width:767px){
    .diplomas-sec ul{
        padding: 0;
    }
  }

  @media (max-width: 767px) {

    img{
        max-width: 100%;
    }
    .pluse-sec .d-flex{
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: .5rem;
  }
    .conant {
    height: auto !important;
    margin-top: 1rem;
    }

    .diplomas-sec ul li {
        max-width: 100%;
    }
      .bannewr-otimased-img{
        display: none;
    }
    section{
        padding-block: 2rem !important;
    }
    h1{
        font-size: 24px !important;
        margin-bottom: 1rem;
    }
    p{
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }
    .sec-assessment p{
        margin-bottom: .5rem;
    }
    .lear-box{
        text-align: center;
    }
    .lear-box p{
        max-width: 100%;
    }

    .sec-tranning ul{
        padding: 0;
    }
    .key-box{
        margin: auto;
    }
    .sec-Key .row{
        row-gap: 1rem;
    }
    .m-left{
        margin: 0;
    }

    .sec-lear .orange-button::after {
        width: 102px;
        height: 46px;
        top: -83%;
        right: -14%;
        transform: rotate(267deg);
    }

    .sec-Key h2::after {
        top: -12%;
        right: 0%;
        width: 67px;
        height: 31px;
    }

    .objectives-box .round {
        width: 50px;
        height: 50px;
        top: 23%;
        left: 5%;
    }
    .sec-model .modenlist .product-list{
        display: block;
        margin-bottom: 1rem;
    }
    .course-log-box{
        margin: auto;
    }
    .objectives-box {
        box-shadow: 0px 4px 22px 13px #00000005;
        background-color: var(--font-white);
        border-radius: 13px;
        padding: 1.4rem 2rem;
        padding-left: 2.5rem;
        position: relative;
    }

    .sec-Key .row {
        row-gap: 1.5rem;
    }
    h4 {
        font-size: calc(1.275rem + .3vw) !important;
    }
    .list-box-banner ul li{
        width: 100% !important;
    }
    .module-box {
        padding: 1rem;
    }
    .list-box-banner {
        padding: 1rem 1rem;
        margin-bottom: 0;
    }
    .banner-button{
        text-align: center;
        margin-top: 1rem;
    }

    .banner-arrow {
        position: absolute;
        bottom: 45px;
        right: -31px;
        transform: rotate(-95deg);
    }

    .contact-form-box h2{
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    .contact-form-box {
        padding: 1rem 1rem;
    }
    .contact-form-box label {
        font-size: 12px;
    }

    .contact-form-box input::placeholder{
    font-size: 10px !important;
    }
    .contact-form-box select{
        font-size: 10px !important;
    }
    .submit-btn{
        font-size: 12px;
    }
    h2{
        font-size: 20px !important;
        margin-bottom: 1rem !important;
        line-height: 1.3 !important;
    }
    .flex-img{
        display: flex;
        margin: 5px;
    }
    .sec-certifaied {
        background: /* horizontal lines */ repeating-linear-gradient(to bottom, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 25px), /* vertical lines */ repeating-linear-gradient(to right, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 25px), /* base color */ #ffffff;
    }

    .sec-lead .orange-button::after {
        width: 81px;
        height: 40px;
        top: -51px;
        right: -6%;
        transform: rotate(-112deg);
    }

    .sec-tranning img{
        margin-top: 0;
    }
    .global-logo-1 {
        top: 11%;
        left: 7%;
    }
    .global-logo-2 {
        top: -1%;
        right: 6%;
    }
    .groblebanner-img{
        margin-top: 2rem;
    }
    .h3, h3{
        font-size: calc(1rem + .6vw) !important;
    }
    .pluse-sec{
        padding-top: 0 !important;
    }
    .govt-sec{
        padding-top: 0;
    }
    .govt-sec p {
        margin-top: 0.5rem;
        margin-bottom: 0rem;
    }
    .card {
        margin: 0;
        padding-top: .5rem;
        padding-inline: 1rem;
        position: unset;
    }
    .govt-sec ul li {
       font-size: 13px;
    }
    .two {
        top: 745px;
    }
    .black-arrow {
    bottom: 100%;
    right: 0%;
    transform: rotate(-130deg);
    }

    .craker-vector {
        top: -10px;
        right: -17px;
    }

    .slide.active .profile img {
    width: 40px;
    height: 40px;
    bottom: 101%;
    right: -8%;
}
.twin-tab-consent{
    padding: .6rem;
}

.accordion-body {
    padding: .7rem;
}

.dots {
    position: relative;
    z-index: 99;
    justify-content: center;
}

.who_we_are_section {
    padding-top: 2rem;
    position: relative;
    padding-bottom: 5rem;
}

.arrow-contant {
    top: 2%;
    right: 7%;
}

.fill-arrow {
    width: 36px;
    height: 36px;
}
.slide.dot.active {
    display: block !important;
}
.slide {
    padding: 7px;
}

.slide.next {
    transform: translateY(8px) scale(0.9);
    display: none;

}
.slide.prev {
    transform: translateY(13px) scale(0.95);
    display: none;
}
.slider-container {
    height: 120px;
}
.Profe-list .text-ofwite {
    font-size: 14px;
}
.Profe-list .text-dark {
    font-size: 14px;
}
.right-arrow-white{
    display: none;
}
.sec-cta {
    background-size: cover;
}
.fotter-contact-group {
    margin-top: 1rem;
}
.fotter-contact-form {
    padding: 1rem 1.5rem;
}
.fotter-contact-group {
    padding: 0.5rem 0.5rem;
}
.accordion-faq {
    padding: 1rem 1rem;
}

.accordion-faq button::after {
    width: 20px;
    height: 20px;
    background-size: 12px;
    right: -7%;
    top: -3px;
}

.accordion-faq h3 {
    line-height: 1.5;
}

.health-step-box ul{
    padding: 0;
}

.health-step-box{
    margin-top: 1rem;
}

.Course-box {
    padding: 1.5rem 1rem;
}

.sec-structure h3{
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.sec-structure ul{
    text-align: left;
}
.sec-structure h4{
    text-align: left;
}
.module-box{
    text-align: center;
}

.sec-model p{
    text-align: center;
    margin-top: .7rem;
}

.sec-structure h2 {
        max-width: 300px;
}

.sec-structure h2::after {
    width: 48px;
    top: -14%;
    right: -10%;
}


.cer-listbox{
    padding: 1rem 1rem;
}



.hse-list li {
    font-size: 14px;
}

.sec-model .modenlist .product-list {
    margin-top: 2rem;
}

.health-step-box .dotted-list {
    list-style: disc !important;
    padding-left: 2rem;
}
.health-step-box .dotted-list li{
    margin-bottom: .7rem;
}
}

/* Extra small devices (phones) */
@media (max-width: 575px) {

}

/* Small devices (landscape phones) */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Large devices (laptops) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Extra large devices (desktops) */
@media (min-width: 1200px) {

}

