/* =========================================================================
============================= Responsive CSS ==============================
========================================================================= */

@media(min-width:576px) {}

@media(min-width:768px) {
    ul.tab-list {
        top: unset !important;
    }
}

@media(min-width:992px) {}

@media(min-width:1200px) {}

@media(min-width:1400px) {}

@media(min-width:1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

@media(max-width:397px) {
    .scroll-spy-tab {
        top: -135px !important;
    }
}

@media(max-width:479px) {
    .feature-block .feature-desc br {
        display: none;
    }
    .faq-answer.open {
        max-height: 100%;
    }
}

@media(max-width:575px) {
    .h-hero .h-hero-title br {
        display: none;
    }
}

@media(max-width:767px) {
    .h-hero .h-hero-content {
        text-align: center;
    }
    .about-us .content-wrapper,
    .service-box.v2 {
        align-items: center;
        text-align: center;
    }
    .services .services-desc p {
        text-align: center;
    }
    .scroll-spy-wrapper {
        flex-direction: column;
    }
    .scroll-spy-tab {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin: auto;
        align-items: center;
    }
    ul.tab-list {
        gap: 10px;
        align-items: center;
        order: 2;
    }
    .case-study .scroll-spy-tab p {
        text-align: center;
    }
    .training-card .row {
        gap: 2rem;
    }
    .training-card .training-info {
        gap: 1.5rem;
        flex-direction: column;
        align-items: center;
    }
    .traininig-content {
        align-items: center;
    }
    .training-intro,
    .training-card .training-title,
    .section-intro {
        text-align: center;
    }
    .training-card .training-info {
        padding-right: unset;
    }
    .traininig-content {
        padding-left: unset;
    }
    .training-card .training-desc {
        text-align: center;
    }
    .feature-block.horizontal .feature-img img {
        height: 100%;
    }
    .feature-block.horizontal {
        display: block;
    }
    .feature-block.horizontal .feature-details,
    .feature-block.horizontal .feature-img {
        width: 100%;
    }
    .section-title br,
    .cta-title br {
        display: none;
    }
    .ha-exl-bon-main-img {
        display: none;
    }
    .ha-exl-bon-item {
        position: unset;
        transform: unset !important;
    }
}

@media(max-width:767px) {
    .scroll-spy-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .scroll-spy-tab {
        position: sticky;
        top: -115px;
        z-index: 20;
        background-color: #fff;
        padding: 10px 0;
    }
    #list-example {
        position: sticky;
        top: 0;
        z-index: 50;
        background-color: #fff;
        padding: 10px 0;
    }
    .scroll-spy-content {
        position: relative;
    }
    .case-study-wrapper {
        position: sticky;
        top: 175px;
        height: 68vh;
        z-index: 1;
    }
    .case-study-wrapper:nth-child(2) {
        z-index: 2;
    }
    .case-study-wrapper:nth-child(3) {
        z-index: 3;
    }
    .case-study-wrapper:nth-child(4) {
        z-index: 4;
    }
}

@media(max-width: 991px) {
    header .header-menu-links-wrap {
        display: none;
    }
    .intro-wrap {
        flex-direction: column;
    }
    .intro-left {
        align-items: center;
    }
    .intro-left .upper {
        text-align: center;
    }
    .o-ai .intro-right.video-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }
    .in-detail-course {
        flex-direction: column;
    }
    .about-course-wrappper .ls-content {
        flex: 0 0 100%;
    }
}

@media(max-width:1024px) {}

@media(max-width:1199px) {
    .why-choose .section-title {
        margin: 0px auto 50px;
    }
    .why-choose .why-choose-list {
        display: block;
    }
    .why-choose .why-choose-list .owl-dots {
        margin-top: 50px !important;
    }
    .why-choose .why-choose-list .owl-item {
        width: 350px !important;
    }
    .why-choose .why-choose-list .item {
        flex: 1;
        border: 1px solid #000;
        padding: 40px;
        align-content: center;
        border-radius: 100%;
        text-align: center;
        max-width: 402px;
        background-color: #fff;
        margin-right: -20px;
    }
    /* .why-choose .why-choose-list .owl-item.active:nth-child(1){
        z-index: 4;
    }
    .why-choose .why-choose-list .owl-item.active:nth-child(2){
        z-index: 3;
    }
    .why-choose .why-choose-list .owl-item.active:nth-child(3){
        z-index: 2;
    } 
    .why-choose .why-choose-list .owl-item.active:nth-child(4){
        z-index: 1;
    } */
    .certif-sec .container-fluid.width-80 {
        width: 100%;
    }
}

@media(max-width:1399px) {}

@media screen and (max-width: 1899px) and (min-width: 1800px) {
    .instructor .top-left-img {
        max-width: 290px;
    }
    .instructor .bottom-right-img {
        max-width: 330px;
    }
}

@media screen and (max-width: 1799px) and (min-width: 1700px) {
    .instructor .top-left-img {
        max-width: 230px;
        top: 0;
    }
    .instructor .bottom-right-img {
        max-width: 280px;
    }
}

@media screen and (max-width: 1699px) and (min-width: 1500px) {
    .why-choose {
        padding-top: 50px;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
    }
    .instructor .bottom-right-img {
        z-index: 0;
    }
    .instructor .bottom-right-img {
        max-width: 330px;
        z-index: 0;
    }
    .footer-sign-up h2 {
        font-size: 3.75rem;
    }
    .footer-top .footer-sign-up-form input {
        font-size: 3.13rem;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1400px) {
    html {
        font-size: 15px;
    }
    .h-hero .h-hero-title {
        font-size: 3.5rem;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .section-title {
        font-size: 3rem;
    }
    .about-us .section-title {
        margin-bottom: 3rem;
    }
    .cta-title {
        font-size: 3.75rem;
    }
    .cta-desc {
        font-size: 1.25rem;
    }
    .case-study-wrapper a {
        padding: 4.25rem 3rem;
    }
    .scroll-spy-tab {
        top: 50px;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.5rem;
    }
    /* service page */
    .hero-section .hero-wrap .hero-left {
        max-width: 676px;
    }
    .why-choose {
        padding-top: 50px;
    }
    .why-choose .why-choose-list .item {
        height: 360px;
        padding: 40px;
    }
    .why-choose .why-choose-list .item h5 {
        padding-bottom: 20px;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
    }
    .instructor .bottom-right-img {
        z-index: 0;
    }
    .instructor .bottom-right-img {
        max-width: 330px;
        z-index: 0;
    }
    .footer-sign-up h2 {
        font-size: 65px;
    }
    .footer-top .footer-sign-up-form input {
        font-size: 50px;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 65px;
        height: 65px;
        border-radius: 50px;
        border: 1px solid #D9D9D94D;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intro-wrap {
        gap: 70px;
    }
    .er-grid {
        gap: 30px;
    }
    .certif-wrap {
        padding: 50px 75px 45px;
    }
    .certif-title.fs-66 {
        font-size: 3.5rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    html {
        font-size: 14px;
    }
    .h-hero .h-hero-title {
        font-size: 3.5rem;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .box-wrapper {
        padding: 1.875rem 3rem;
    }
    .section-title {
        font-size: 3rem;
    }
    .about-us .section-title {
        margin-bottom: 3rem;
    }
    .service-box.v2 {
        padding: 2rem;
        gap: 10rem;
    }
    .cta-title {
        font-size: 3.75rem;
    }
    .cta-desc {
        font-size: 1.25rem;
    }
    .case-study-wrapper a {
        padding: 4.25rem 3rem;
    }
    .scroll-spy-tab {
        top: 50px;
    }
    .training-card {
        padding: 3rem 2.5rem;
    }
    .training-card .training-info {
        gap: 1.5rem;
        padding-right: 1.5rem;
    }
    .feature-block.vertical .feature-img img {
        max-height: 17rem;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.25rem;
    }
    /* service page */
    .hero-section .hero-wrap .hero-left {
        max-width: 640px;
    }
    .resources .resources-item {
        width: 260px;
        padding: 20px 20px;
        gap: 15px;
    }
    .why-choose {
        padding-top: 50px;
    }
    .why-choose .why-choose-list .item {
        height: 300px;
        padding: 30px;
    }
    .why-choose .why-choose-list .item h5 {
        font-size: 1.2rem;
        max-width: 180px;
        margin: auto;
        padding-bottom: 10px;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
        column-gap: 80px;
    }
    .instructor .bottom-right-img {
        z-index: 0;
    }
    .instructor .bottom-right-img {
        max-width: 330px;
        z-index: 0;
    }
    .instructor .instructor-right {
        max-width: 720px;
    }
    .footer-sign-up h2 {
        font-size: 50px;
    }
    .footer-top .footer-sign-up-form input {
        font-size: 40px;
    }
    .footer-contact-wrap .footer-contact-links .contact-no {
        display: grid;
    }
    .footer-contact-wrap .footer-contact-links .contact-no span {
        display: none;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 65px;
        height: 65px;
    }
    .intro-wrap {
        gap: 30px;
    }
    .intro-left {
        gap: 100px;
    }
    ul.fwhom-list li {
        gap: 10px;
        padding-right: 22px;
        margin-right: 22px;
    }
    .yt-video-wrap iframe {
        min-height: 275px;
    }
    .res-acc-card {
        padding: 25px 20px;
    }
    .er-grid {
        gap: 25px;
    }
    .a-er-grid .a-er-c-wrap {
        padding: 25px 20px 0;
    }
    .a-er-grid ul.er-list {
        margin-bottom: 25px;
    }
    .video-g-grid {
        gap: 25px;
    }
    .vid-gg-wrap iframe {
        min-height: 325px;
    }
    .certif-wrap {
        padding: 50px 75px 45px;
    }
    .certif-title.fs-66 {
        font-size: 3.5rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 35px;
    }
    .certif-wrap img {
        max-width: 175px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    html {
        font-size: 13px;
    }
    .primary-btn {
        min-width: 200px;
    }
    header .header-menu-links-wrap {
        gap: 20px;
    }
    header .header-menu-links .links li {
        padding: 0 10px;
    }
    .h-hero .h-hero-title {
        font-size: 3.5rem;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .image-container .image-box {
        width: 20%;
    }
    .scroll-down-wrap .circle {
        width: 100px;
        height: 110px;
        margin: 0px auto -50px;
    }
    .scroll-down-wrap .scroll-text span {
        transform-origin: 0 55px;
    }
    .scroll-down-wrap .arrow {
        width: 55px;
        height: 55px;
    }
    .scroll-down-wrap .arrow i {
        font-size: x-large;
    }
    .box-wrapper {
        padding: 1.875rem 2.5rem;
    }
    .section-title {
        font-size: 2.75rem;
    }
    .about-us .images-wrapper .img-behind {
        max-width: 380px;
    }
    .about-us .images-wrapper .video-front {
        max-width: 320px;
    }
    .about-us .section-title {
        margin-bottom: 2.5rem;
    }
    .service-box.v2 {
        padding: 1.5rem;
        gap: 6rem;
    }
    .cta-title {
        font-size: 3.5rem;
    }
    .cta-desc {
        font-size: 1.125rem;
    }
    .case-study-wrapper a {
        padding: 4.25rem 3rem;
    }
    .scroll-spy-tab {
        top: 35px;
        max-width: 350px;
    }
    .scroll-spy-content .cs-title {
        font-size: 2.75rem;
    }
    .training-card {
        padding: 2.5rem 2rem;
    }
    .training-card .training-info {
        gap: 1.5rem;
        padding-right: 1.5rem;
    }
    .feature-block .feature-details {
        padding: 1.75rem 1.4rem;
    }
    .feature-block.vertical .feature-img img {
        max-height: 16rem;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.25rem;
    }
    .section-intro {
        margin: 0 auto 4.5rem;
    }
    .hero-section .hero-wrap {
        gap: 30px;
    }
    .hero-section .hero-wrap .hero-left {
        max-width: 566px;
    }
    .course .course-bottom-wrap {
        gap: 60px;
    }
    .eligibility .eligibility-item {
        padding: 30px 30px 0px 30px;
    }
    .eligibility .eligibility-head {
        padding-bottom: 20px;
    }
    .eligibility .eligibility-head h5 {
        font-size: 1.8rem;
    }
    .eligibility .eligibility-body {
        padding: 20px 0px;
    }
    .eligibility .eligibility-body ul li {
        padding-bottom: 10px;
    }
    .why-choose {
        padding-top: 10px;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
        gap: 50px;
    }
    .instructor .top-left-img,
    .instructor .bottom-right-img {
        z-index: 0;
        max-width: 200px;
    }
    .instructor .instructor-right {
        max-width: 600px;
    }
    .instructor .instructor-left .instructor-name {
        font-size: 1.9rem;
    }
    .malware-wrap {
        padding-top: 0px;
        gap: 55px;
    }
    .malware-form button {
        margin-top: 50px;
    }
    .certification-content-wrap {
        padding: 50px 50px 50px 50px;
        gap: 50px;
    }
    .footer-sign-up h2 {
        font-size: 45px;
    }
    .footer-top .footer-sign-up-form input {
        font-size: 35px;
    }
    .footer-contact-wrap .footer-contact-links .contact-no {
        display: grid;
    }
    .footer-contact-wrap .footer-contact-links .contact-no span {
        display: none;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 65px;
        height: 65px;
    }
    .intro-wrap {
        gap: 30px;
    }
    .intro-left {
        gap: 60px;
    }
    ul.fwhom-list li {
        font-size: 17px;
        gap: 6px;
        padding-right: 16px;
        margin-right: 16px;
    }
    ul.fwhom-list li img {
        max-width: 27px;
    }
    .yt-video-wrap iframe {
        min-height: 275px;
    }
    .c-inq-form-wrap {
        padding: 40px 50px;
    }
    .res-acc-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .res-acc-card {
        padding: 25px 20px;
    }
    .one-page-navigation {
        padding: 15px 0;
    }
    .in-detail-course {
        gap: 15px;
    }
    .brief-box-wrap {
        padding: 18px 15px;
    }
    .brb-c.bw {
        flex: 1.5;
    }
    .brief-box-wrap.mb-40 {
        margin-bottom: 30px;
    }
    .idc-ls-wrap .modules-wrapper {
        padding: 12px 20px;
    }
    .a-module-wrap .a-module-title-wrap {
        padding: 10px 12px;
        margin: 10px 0;
    }
    .cd-ins-tb-wrap {
        padding: 25px 15px;
    }
    .ins-bd-wrap {
        gap: 10px;
    }
    .course-pricing-wrapper {
        padding: 25px;
    }
    .er-grid {
        gap: 18px;
    }
    .a-er-grid .a-er-c-wrap {
        padding: 20px 15px 0;
    }
    .a-er-grid .a-er-head {
        gap: 10px;
        min-height: 70px;
    }
    .a-er-grid .a-er-note {
        padding: 12px 14px;
    }
    .a-er-grid ul.er-list {
        margin-bottom: 25px;
    }
    .video-g-grid {
        gap: 20px;
    }
    .video-g-grid-item .video-title {
        padding: 30px 20px 20px;
    }
    .vid-gg-wrap iframe {
        min-height: 275px;
    }
    .ha-exl-bon-item {
        max-width: 280px;
        min-height: 255px;
        padding: 25px 15px;
    }
    .ha-exl-bon-main-img {
        margin: 200px auto 0;
    }
    .certif-wrap {
        padding: 50px 75px 45px;
    }
    .certif-title.fs-66 {
        font-size: 3.5rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 35px;
    }
    .certif-wrap img {
        max-width: 175px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 13px;
    }
    .primary-btn {
        min-width: 200px;
    }
    .h-hero .h-hero-content {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .h-hero .h-hero-title {
        font-size: 3rem;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .logos {
        width: 80%;
        margin: 50px auto 50px auto;
    }
    .image-container .image-box {
        width: 25%;
    }
    .scroll-down-wrap .circle {
        width: 100px;
        height: 110px;
        margin: 0px auto -50px;
    }
    .scroll-down-wrap .scroll-text span {
        transform-origin: 0 55px;
    }
    .scroll-down-wrap .arrow {
        width: 55px;
        height: 55px;
    }
    .scroll-down-wrap .arrow i {
        font-size: x-large;
    }
    .box-wrapper {
        padding: 1.875rem 1.5rem;
        gap: 1.5rem;
    }
    .box-wrapper .box-detail .box-title {
        margin-bottom: 3rem;
    }
    .box-wrapper .box-detail .box-desc {
        margin-bottom: 4rem;
    }
    .box-wrapper .box-gif lottie-player {
        margin-top: 1.5rem;
        max-width: 8rem;
    }
    .section-title {
        font-size: 2.75rem;
    }
    .about-us .row-gap-25 {
        row-gap: 3rem;
    }
    .about-us .images-wrapper .video-wrap {
        bottom: -75px;
        right: 0px;
    }
    .about-us .images-wrapper .img-behind {
        max-width: 450px;
    }
    .about-us .images-wrapper .video-front {
        max-width: 450px;
    }
    .about-us .section-title {
        margin-bottom: 2.5rem;
    }
    .service-box.v2 {
        padding: 1.5rem;
        gap: 6rem;
    }
    .cta-title {
        font-size: 2.85rem;
    }
    .cta-desc {
        font-size: 1.125rem;
    }
    .scroll-spy-wrapper {
        gap: 3rem;
    }
    .scroll-spy-tab {
        top: 35px;
        max-width: 300px;
    }
    .scroll-spy-content .cs-title {
        font-size: 2.75rem;
    }
    .case-study-wrapper a {
        padding: 3rem 2rem;
    }
    .training-card {
        padding: 2rem 1.5rem;
    }
    .training-card .training-img {
        max-width: 7rem;
    }
    .training-card .training-info {
        gap: 1rem;
        padding-right: 0.5rem;
    }
    .traininig-content {
        padding-left: 1rem;
    }
    .training-card .underline-btn {
        font-size: 1.25rem;
    }
    .a-event img {
        max-height: 18rem;
    }
    .a-event .event-infos .country {
        font-size: 1rem;
    }
    .a-event .event-infos .city {
        font-size: 1.5rem;
    }
    .feature-block .feature-details {
        padding: 1.75rem 1.4rem;
    }
    .feature-block.vertical .feature-img img {
        max-height: 16rem;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.25rem;
    }
    .section-intro {
        margin: 0 auto 3.5rem;
    }
    header .top-text-wrap .top-text {
        font-size: 1rem;
    }
    header .top-bar {
        padding: 5px 0;
    }
    header .top-text-icon {
        height: 25px;
        width: 25px;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .hero-section,
    .intro-section,
    .challenges,
    .resources,
    .eligibility,
    .instructor,
    .malware {
        padding: 7rem 0;
    }
    .hero-section .section-title {
        font-size: 3rem;
        margin: 0;
    }
    .hero-section .hero-wrap {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .hero-right img {
        max-width: 350px;
    }
    .hero-section .hero-wrap .hero-left {
        align-items: center;
    }
    .hero-section .section-title,
    .hero-section p {
        text-align: center;
    }
    .feature-section .feature-items-wrap {
        gap: 50px;
    }
    .feature-section .feature-items-wrap .feature-item.middle {
        padding: 0px 50px;
    }
    .intro-section .intro-content-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .challenges .heading-top {
        flex-direction: column;
        gap: 30px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
    }
    .challenges .challenges-list .challenges-img-wrap {
        justify-content: center;
    }
    .challenges .challenges-list {
        gap: 50px;
    }
    .resources .resources-item {
        flex: 0 0 48%;
    }
    .course .course-wrap {
        gap: 30px;
    }
    .course .course-middle-wrap ul.module-list li,
    .course .course-middle-wrap .course-accordion .accordion-button.collapsed {
        padding-bottom: 15px;
    }
    .course .course-middle-wrap .accordion-button.collapsed::before {
        top: 30%;
        left: 19px;
    }
    .course .course-middle-wrap ul.module-list.vertical-border::before {
        left: 23px;
    }
    .course .course-middle-wrap,
    .course .course-bottom-wrap {
        padding: 30px;
        gap: 50px;
    }
    .course .course-bottom-wrap .price-left {
        padding: 30px 30px;
    }
    .eligibility .section-title {
        margin-bottom: 50px;
    }
    .eligibility .eligibility-list {
        flex-direction: column;
    }
    .eligibility .eligibility-item {
        padding: 20px 20px 0px 20px;
    }
    .eligibility .eligibility-head {
        padding: 0px;
    }
    .why-choose,
    .faqs {
        padding: 5rem 0;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
        gap: 50px;
        flex-direction: column;
    }
    .instructor .top-left-img,
    .instructor .bottom-right-img {
        z-index: 0;
        max-width: 200px;
    }
    .instructor .instructor-left {
        width: fit-content;
    }
    .instructor .instructor-left .instructor-social-links {
        padding-top: 20px;
    }
    .malware-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .malware-wrap .malware-left .sub-title {
        margin-bottom: 20px !important;
    }
    .malware-form button {
        margin-top: 50px;
    }
    .certification-content-wrap {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .footer-top-bar p {
        min-width: 255px;
    }
    .footer-top-bar.marquee {
        --gap: 50px;
    }
    .footer-sign-up h2 {
        font-size: 3rem;
    }
    .footer-sign-up h2 br {
        display: none;
    }
    .footer-top .footer-sign-up-form input {
        font-size: 2.75rem;
    }
    .footer-logo-wrap {
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-logo-wrap img {
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .footer-middle .middle::before {
        content: unset;
    }
    .footer-contact-wrap .footer-contact-links .contact-no {
        display: grid;
    }
    .footer-contact-wrap .footer-contact-links .contact-no span {
        display: none;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 50px;
        height: 50px;
    }
    .intro-section.o-ai {
        background-position: bottom;
    }
    .intro-wrap {
        gap: 55px;
        margin-bottom: 50px;
    }
    .intro-left {
        gap: 25px;
    }
    ul.fwhom-list li {
        font-size: 17px;
        gap: 6px;
        padding-right: 16px;
        margin-right: 16px;
    }
    ul.fwhom-list li img {
        max-width: 27px;
    }
    .yt-video-wrap iframe {
        min-height: 350px;
    }
    .c-inq-form-wrap {
        padding: 40px 50px;
    }
    .c-inq-btn {
        padding: 15px;
    }
    ul.co-list {
        gap: 10px 30px;
    }
    .res-acc-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .res-acc-card {
        padding: 20px 15px;
        gap: 5px;
    }
    .res-acc-card img {
        max-width: 70px;
    }
    .one-page-navigation {
        padding: 15px 0;
    }
    .in-detail-course {
        gap: 30px;
    }
    .brief-box-wrap {
        padding: 18px 15px;
    }
    .brb-c.bw {
        flex: 1.5;
    }
    .brief-box-wrap.mb-40 {
        margin-bottom: 30px;
    }
    .idc-ls-wrap .modules-wrapper {
        padding: 12px 20px;
    }
    .a-module-wrap .a-module-title-wrap {
        padding: 10px 12px;
        margin: 10px 0;
    }
    .cd-ins-tb-wrap {
        padding: 25px 15px;
    }
    .ins-bd-wrap {
        gap: 10px;
    }
    .course-pricing-wrapper {
        padding: 20px;
        gap: 4vw;
    }
    .course-price-box {
        padding: 20px 25px;
        min-width: 225px;
    }
    .er-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .a-er-grid .a-er-c-wrap {
        padding: 20px 15px 0;
    }
    .a-er-grid .a-er-head {
        gap: 10px;
        min-height: 70px;
    }
    .a-er-grid .a-er-note {
        padding: 12px 14px;
    }
    .a-er-grid ul.er-list {
        margin-bottom: 25px;
    }
    .video-g-grid {
        gap: 20px;
    }
    .video-g-grid-item .video-title {
        padding: 20px 15px 20px;
        font-size: 1.5rem;
    }
    .vid-gg-wrap iframe {
        min-height: 200px;
    }
    .ha-exl-bon-wrap {
        margin: 125px auto 0;
    }
    .ha-exl-bon-item {
        max-width: 215px;
        min-height: 280px;
        padding: 25px 15px;
    }
    .ha-exl-bon-main-img {
        width: 80%;
        margin: 250px auto 0;
    }
    .certif-wrap {
        padding: 40px 40px 35px;
    }
    .certif-title.fs-66 {
        font-size: 3.125rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 18px;
    }
    .certif-wrap img {
        max-width: 175px;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    html {
        font-size: 13px;
    }
    .section-padding-150 {
        padding: 6rem 0;
    }
    .primary-btn {
        min-width: 200px;
    }
    .h-hero .h-hero-content {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .h-hero .h-hero-title {
        font-size: 2.25rem;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .logos {
        width: 80%;
        margin: 50px auto 50px auto;
    }
    .image-container .image-box {
        width: 25%;
    }
    .scroll-down-wrap .circle {
        width: 100px;
        height: 110px;
        margin: 0px auto -50px;
    }
    .scroll-down-wrap .scroll-text span {
        transform-origin: 0 55px;
    }
    .scroll-down-wrap .arrow {
        width: 55px;
        height: 55px;
    }
    .scroll-down-wrap .arrow i {
        font-size: x-large;
    }
    .box-wrapper {
        padding: 1.875rem 1.5rem;
        gap: 2.5rem;
    }
    .box-wrapper .box-detail .box-title {
        margin-bottom: 3rem;
    }
    .box-wrapper .box-detail .box-desc {
        margin-bottom: 4rem;
    }
    .box-wrapper .box-gif lottie-player {
        margin-top: 1.5rem;
        max-width: 8rem;
    }
    .section-title {
        font-size: 2.75rem !important;
    }
    .about-us .row-gap-25 {
        row-gap: 3rem;
    }
    .about-us .images-wrapper .video-wrap {
        bottom: -75px;
        right: 0px;
    }
    .about-us .images-wrapper .img-behind {
        max-width: 450px;
    }
    .about-us .images-wrapper .video-front {
        max-width: 450px;
    }
    .about-us .section-title {
        margin-bottom: 2.5rem;
    }
    .service-box.v2 {
        padding: 1.5rem;
        gap: 3rem;
    }
    .services .services-desc p {
        margin-top: unset;
    }
    .cta-title {
        font-size: 2.85rem;
    }
    .cta-desc {
        font-size: 1.125rem;
    }
    .scroll-spy-wrapper {
        gap: 3rem;
    }
    .scroll-spy-content .cs-title {
        font-size: 2.75rem;
    }
    .case-study-wrapper a {
        padding: 3rem 2rem;
    }
    .training-card {
        padding: 2rem 1.5rem;
    }
    .training-card .training-img {
        max-width: 7rem;
    }
    .training-card .training-info {
        gap: 1.5rem;
    }
    .training-card .underline-btn {
        font-size: 1.25rem;
    }
    .a-event img {
        max-height: 18rem;
    }
    .a-event .event-infos .country {
        font-size: 1rem;
    }
    .a-event .event-infos .city {
        font-size: 1.5rem;
    }
    .feature-block .feature-details {
        padding: 1.75rem 1.4rem;
    }
    .feature-block.vertical .feature-img img,
    .feature-block.horizontal .feature-img img {
        max-height: 16rem;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.25rem;
    }
    .section-intro {
        margin: 0 auto 4.5rem;
    }
    .why-choose .why-choose-list {
        flex-direction: column;
        align-items: center;
    }
    .why-choose .why-choose-list .item {
        padding: 30px;
        width: 300px;
        height: 300px;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .hero-section .hero-wrap {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        align-items: center;
    }
    header .top-text-icon {
        height: 25px;
    }
    .hero-section .hero-wrap .hero-left {
        align-items: center;
    }
    .hero-section .hero-left .blue-btn {
        margin-top: 20px !important;
    }
    .hero-right img {
        max-width: 350px;
    }
    .feature-section .feature-items-wrap .feature-item.middle {
        padding: 0px 20px;
    }
    .feature-section .feature-items-wrap {
        gap: 20px;
    }
    .intro-section .intro-content-wrap,
    .challenges .heading-top {
        flex-direction: column;
        gap: 20px;
    }
    .intro-section,
    .challenges,
    .why-choose,
    .malware,
    .certification,
    .faqs {
        padding: 4rem 0;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
        flex-direction: column;
    }
    .challenges .challenges-list {
        gap: 10px;
    }
    .challenges .challenges-list .challenges-img-wrap img {
        max-width: 100px;
    }
    .resources .resources-item {
        padding: 15px 15px;
        flex: 0 0 48%;
    }
    .course .course-wrap {
        gap: 30px;
    }
    .course .course-middle-wrap {
        padding: 20px;
    }
    .course .course-middle-wrap .course-accordion .accordion-button.collapsed,
    .course .course-middle-wrap ul.module-list li {
        padding-bottom: 20px;
    }
    .course .course-middle-wrap .accordion-button.collapsed::before {
        left: 18px;
        top: 30%;
    }
    .course .course-middle-wrap ul.module-list.vertical-border::before {
        left: 23px;
    }
    .course .course-bottom-wrap {
        flex-direction: column;
        padding: 30px;
        gap: 40px;
        align-items: unset;
    }
    .course .course-bottom-wrap .price-right {
        gap: 20px;
    }
    .eligibility .section-title {
        margin-bottom: 50px;
    }
    .eligibility .eligibility-list {
        flex-direction: column;
    }
    .eligibility .eligibility-body {
        padding: 15px 0px;
    }
    .eligibility .eligibility-body ul {
        padding-left: 1.6rem;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
        gap: 50px;
        flex-direction: column;
    }
    .instructor .top-left-img,
    .instructor .bottom-right-img {
        z-index: 0;
        max-width: 200px;
    }
    .instructor .instructor-left {
        width: fit-content;
    }
    .instructor .instructor-left .instructor-social-links {
        padding-top: 20px;
    }
    .instructor .instructor-right p,
    .certification .section-desc-small {
        text-align: center;
    }
    .malware-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .malware-wrap .malware-left .sub-title {
        margin-bottom: 20px !important;
    }
    .malware-form button {
        margin-top: 50px;
    }
    .certification-content-wrap {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .footer-top-bar p {
        min-width: 255px;
    }
    .footer-top-bar.marquee {
        --gap: 50px;
    }
    .footer-top .footer-sign-up-form {
        padding-top: 30px;
    }
    .footer-sign-up h2 {
        font-size: 2.5rem;
    }
    .footer-sign-up h2 br {
        display: none;
    }
    .footer-top .footer-sign-up-form input,
    .footer-top .footer-sign-up-form button {
        font-size: 2.2rem;
    }
    .footer-logo-wrap {
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-logo-wrap img {
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .footer-middle .middle::before,
    .footer-middle .middle::after {
        content: unset;
    }
    .footer-contact-wrap .footer-contact-links .contact-no {
        display: grid;
    }
    .footer-contact-wrap .footer-contact-links .contact-no span {
        display: none;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 50px;
        height: 50px;
    }
    .footer-menu-wrap h4,
    .footer-contact-wrap h4 {
        padding-bottom: 30px;
        text-align: center;
    }
    .footer-contact-wrap {
        text-align: center;
    }
    .footer-contact-wrap h4 {
        padding-top: 40px;
    }
    .footer-contact-wrap .footer-contact-links {
        padding-bottom: 40px;
    }
    .footer-contact-wrap .social-media-links .media-icons {
        justify-content: center;
    }
    .footer-bottom .copyright-wrap {
        flex-direction: column;
        gap: 15px;
    }
    .intro-section.o-ai {
        background-position: bottom;
    }
    .intro-wrap {
        gap: 65px;
        margin-bottom: 95px;
    }
    .intro-left {
        gap: 25px;
    }
    .intro-left .upper {
        gap: 12px;
    }
    ul.fwhom-list li {
        font-size: 17px;
        gap: 4px;
        padding-right: 12px;
        margin-right: 12px;
    }
    ul.fwhom-list li img {
        max-width: 23px;
    }
    .yt-video-wrap iframe {
        min-height: 285px;
    }
    .c-inq-form-wrap {
        padding: 40px 50px;
    }
    .c-inq-btn {
        padding: 15px;
    }
    ul.co-list {
        gap: 10px 15px;
    }
    .res-acc-grid {
        grid-template-columns: 1fr 1fr;
    }
    .res-acc-card {
        padding: 20px 15px;
        gap: 5px;
    }
    .res-acc-card img {
        max-width: 70px;
    }
    .one-page-navigation {
        padding: 15px 0;
    }
    ul.one-page-nav {
        gap: 20px;
        row-gap: 20px;
    }
    ul.one-page-nav .nav-item {
        padding: 8px 12px;
        font-size: 15px;
    }
    .in-detail-course {
        gap: 30px;
    }
    .brief-box-wrap {
        padding: 18px 10px;
    }
    .brb-c.bw {
        flex: 1.5;
    }
    .brb-title {
        font-size: 12px;
    }
    .brief-box-wrap.mb-40 {
        margin-bottom: 30px;
    }
    .idc-ls-wrap .modules-wrapper {
        padding: 12px 20px;
    }
    .a-module-wrap .a-module-title-wrap {
        padding: 10px 12px;
        margin: 10px 0;
    }
    .cd-ins-tb-wrap {
        padding: 25px 15px;
    }
    .ins-bd-wrap {
        gap: 10px;
    }
    .course-pricing-wrapper {
        padding: 20px;
        gap: 4vw;
    }
    .course-price-box {
        padding: 20px 25px;
        min-width: 225px;
    }
    .er-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .a-er-grid .a-er-c-wrap {
        padding: 15px 12px 0;
    }
    .a-er-grid .a-er-head {
        gap: 10px;
        min-height: 45px;
    }
    .a-er-grid .a-er-note {
        padding: 10px 12px;
    }
    .a-er-grid .a-er-note .fs-18 {
        font-size: 1rem;
    }
    .a-er-grid ul.er-list {
        margin-bottom: 25px;
    }
    .a-er-grid ul.er-list.fs-20 {
        font-size: 1.125rem;
    }
    .video-g-grid {
        gap: 15px;
    }
    .video-g-grid-item .video-title {
        padding: 17px 14px 14px;
        font-size: 1.25rem;
    }
    .vid-gg-wrap {
        padding: 4px;
    }
    .vid-gg-wrap iframe {
        min-height: 150px;
    }
    .ha-exl-bon-wrap {
        margin: 85px auto 0;
        display: flex;
        justify-content: center;
        gap: 35px 30px;
        flex-wrap: wrap;
    }
    .ha-exl-bon-item {
        flex: 0 0 47%;
        max-width: unset;
        padding: 30px 15px;
        min-height: unset;
    }
    .certif-wrap {
        padding: 40px 40px 35px;
    }
    .certif-title.fs-66 {
        font-size: 3.125rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 18px;
    }
    .certif-wrap img {
        max-width: 175px;
    }
}

@media screen and (max-width: 575px) and (min-width: 480px) {
    html {
        font-size: 13px;
    }
    .section-padding-150 {
        padding: 8rem 0;
    }
    .primary-btn {
        min-width: 175px;
    }
    .h-hero .h-hero-content {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .h-hero .h-hero-title {
        font-size: 2.20rem;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .logos {
        width: 90%;
        margin: 50px auto 50px auto;
    }
    .image-container .image-box {
        width: 25%;
        height: 74px;
    }
    .scroll-down-wrap .circle {
        width: 100px;
        height: 110px;
        margin: 0px auto -50px;
    }
    .scroll-down-wrap .scroll-text span {
        transform-origin: 0 55px;
    }
    .scroll-down-wrap .arrow {
        width: 55px;
        height: 55px;
    }
    .scroll-down-wrap .arrow i {
        font-size: x-large;
    }
    .box-wrapper {
        padding: 1.875rem 1.5rem;
        gap: 2.5rem;
    }
    .box-wrapper .box-detail .box-title {
        margin-bottom: 3rem;
    }
    .box-wrapper .box-detail .box-desc {
        margin-bottom: 4rem;
    }
    .box-wrapper .box-gif lottie-player {
        margin-top: 1.5rem;
        max-width: 8rem;
    }
    .section-title {
        font-size: 2.75rem;
    }
    .about-us .row-gap-25 {
        row-gap: 3rem;
    }
    .about-us .images-wrapper .video-wrap {
        bottom: -75px;
        right: 0px;
    }
    .about-us .images-wrapper .img-behind {
        max-width: 350px;
    }
    .about-us .images-wrapper .video-front {
        max-width: 350px;
    }
    .about-us .section-title {
        margin-bottom: 2.5rem;
    }
    .service-box.v2 {
        padding: 1.5rem;
        gap: 3rem;
    }
    .services .services-desc p {
        margin-top: unset;
    }
    .cta-title {
        font-size: 2.85rem;
    }
    .cta-desc {
        font-size: 1.125rem;
    }
    .scroll-spy-wrapper {
        gap: 3rem;
    }
    .scroll-spy-content .cs-title {
        font-size: 2.75rem;
    }
    .case-study-wrapper a {
        padding: 3rem 2rem;
    }
    .training-card {
        padding: 2rem 1.5rem;
    }
    .training-card .training-img {
        max-width: 7rem;
    }
    .training-card .training-info {
        gap: 1.5rem;
    }
    .training-card .underline-btn {
        font-size: 1.25rem;
    }
    .a-event img {
        max-height: 18rem;
    }
    .a-event .event-infos .country {
        font-size: 1rem;
    }
    .a-event .event-infos .city {
        font-size: 1.5rem;
    }
    .feature-block .feature-details {
        padding: 1.75rem 1.4rem;
    }
    .feature-block.vertical .feature-img img,
    .feature-block.horizontal .feature-img img {
        max-height: 16rem;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.25rem;
    }
    .section-intro {
        margin: 0 auto 4.5rem;
    }
    .faq-answer {
        font-size: 1.125rem;
    }
    header .top-text-wrap .top-text {
        font-size: 1rem;
    }
    header .top-text-icon {
        height: 25px;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .why-choose .why-choose-list {
        flex-direction: column;
        align-items: center;
    }
    .why-choose .why-choose-list .item {
        padding: 30px;
        width: 300px;
        height: 300px;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .hero-section .hero-wrap {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        align-items: center;
    }
    .hero-section .section-title {
        font-size: 2.6rem;
    }
    .hero-section .hero-wrap .hero-left {
        align-items: center;
    }
    .hero-section .hero-left .blue-btn {
        margin-top: 20px !important;
    }
    .hero-right img {
        max-width: 300px;
    }
    .feature-section {
        padding: 30px 0px;
    }
    .feature-section .feature-items-wrap .feature-item.middle {
        padding: 0px 0px;
    }
    .feature-section .feature-items-wrap {
        gap: 30px;
        flex-direction: column;
    }
    .feature-section .feature-items-wrap .feature-item.middle::before,
    .feature-section .feature-items-wrap .feature-item.middle::after {
        display: none;
    }
    .intro-section .intro-content-wrap,
    .challenges .heading-top {
        flex-direction: column;
        gap: 20px;
    }
    .hero-section,
    .intro-section,
    .challenges,
    .why-choose,
    .malware,
    .certification,
    .faqs,
    .resources,
    .course,
    .eligibility,
    .instructor,
    .footer-cta,
    footer {
        padding: 4rem 1rem;
    }
    .hero-section .hero-left .days-lists {
        flex-direction: column;
        gap: 5px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
        flex-direction: column;
    }
    .hero-section .hero-left .days-lists .days-list:last-child::before {
        display: none;
    }
    .hero-section .hero-left .days-lists .days-list:last-child {
        padding-left: 0px;
    }
    .challenges .challenges-list {
        gap: 10px;
    }
    .challenges .challenges-list .challenges-img-wrap img {
        max-width: 100px;
    }
    .resources .resources-item {
        padding: 15px 15px;
        flex: 0 0 47%;
    }
    .course .course-wrap {
        gap: 30px;
    }
    .course .course-middle-wrap {
        padding: 20px;
    }
    .course .course-middle-wrap {
        padding-left: 10px;
    }
    .course .course-middle-wrap .course-accordion .accordion-button.collapsed,
    .course .course-middle-wrap ul.module-list li {
        padding-bottom: 20px;
    }
    .course .course-middle-wrap .accordion-button.collapsed::before {
        left: 18px;
        top: 30%;
    }
    .course .course-middle-wrap ul.module-list.vertical-border::before {
        left: 23px;
    }
    .course .course-bottom-wrap {
        flex-direction: column;
        padding: 30px;
        gap: 40px;
        align-items: unset;
    }
    .course .course-bottom-wrap .price-left {
        padding: 20px 20px;
    }
    .course .course-bottom-wrap .price-right {
        gap: 20px;
    }
    .eligibility .section-title {
        margin-bottom: 50px;
    }
    .eligibility .eligibility-item {
        padding: 20px 20px 0px 20px;
    }
    .eligibility .eligibility-list {
        flex-direction: column;
    }
    .eligibility .eligibility-head {
        padding-bottom: 15px;
    }
    .eligibility .eligibility-body {
        padding: 15px 0px;
    }
    .eligibility .eligibility-body ul {
        padding-left: 1.6rem;
    }
    .eligibility .eligibility-body ul li {
        padding-bottom: 10px;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
        gap: 50px;
        flex-direction: column;
    }
    .instructor .top-left-img,
    .instructor .bottom-right-img {
        z-index: 0;
        max-width: 200px;
    }
    .instructor .section-title {
        font-size: 2.625rem;
        font-style: normal;
        margin-bottom: 30px !important;
        text-align: center;
    }
    .instructor .instructor-left {
        width: fit-content;
    }
    .instructor .instructor-left .instructor-social-links {
        padding-top: 20px;
    }
    .instructor .instructor-right p,
    .certification .section-desc-small,
    .certification .section-title {
        text-align: center;
    }
    .malware-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .malware-wrap .malware-left .sub-title {
        margin-bottom: 20px !important;
    }
    .malware-form button {
        margin-top: 50px;
    }
    .certification-content-wrap {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .footer-top-bar p {
        min-width: 255px;
    }
    .footer-top-bar.marquee {
        --gap: 50px;
    }
    .footer-top {
        padding-top: 0px;
    }
    .footer-top .footer-sign-up-form {
        padding-top: 30px;
    }
    .footer-sign-up h2 {
        font-size: 2rem;
    }
    .footer-sign-up h2 br {
        display: none;
    }
    .footer-top .footer-sign-up-form input,
    .footer-top .footer-sign-up-form button {
        font-size: 1.9rem;
    }
    .footer-logo-wrap {
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-logo-wrap img {
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .footer-middle .middle::before,
    .footer-middle .middle::after {
        content: unset;
    }
    .footer-middle .right {
        padding: 0 50px;
    }
    .footer-contact-wrap .footer-contact-links .contact-no {
        display: grid;
    }
    .footer-contact-wrap .footer-contact-links .contact-no span {
        display: none;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 50px;
        height: 50px;
    }
    .footer-menu-wrap h4,
    .footer-contact-wrap h4 {
        padding-bottom: 30px;
        text-align: center;
    }
    .footer-contact-wrap {
        text-align: center;
    }
    .footer-contact-wrap h4 {
        padding-top: 40px;
    }
    .footer-contact-wrap .footer-contact-links {
        padding-bottom: 40px;
    }
    .footer-contact-wrap .social-media-links .media-icons {
        justify-content: center;
    }
    .footer-bottom .copyright-wrap {
        flex-direction: column;
        gap: 15px;
    }
    .intro-section.o-ai {
        background-position: bottom;
    }
    .intro-wrap {
        gap: 65px;
        margin-bottom: 95px;
    }
    .intro-left {
        gap: 25px;
    }
    .intro-left .upper {
        gap: 12px;
    }
    .o-ai .cd-m-title {
        font-size: 2.75rem;
    }
    ul.fwhom-list li {
        font-size: 15px;
        gap: 4px;
        padding-right: 8px;
        margin-right: 8px;
    }
    ul.fwhom-list li img {
        max-width: 20px;
    }
    .yt-video-wrap iframe {
        min-height: 240px;
    }
    .c-inq-form-wrap {
        padding: 35px 40px;
    }
    .c-inq-btn {
        padding: 15px;
    }
    ul.co-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .res-acc-grid {
        grid-template-columns: 1fr 1fr;
    }
    .res-acc-card {
        padding: 20px 15px;
        gap: 5px;
    }
    .res-acc-card img {
        max-width: 70px;
    }
    .one-page-navigation {
        padding: 15px 0;
    }
    ul.one-page-nav {
        gap: 15px;
        row-gap: 15px;
    }
    ul.one-page-nav .nav-item {
        padding: 8px 12px;
        font-size: 15px;
    }
    .in-detail-course {
        gap: 30px;
    }
    .brief-box-wrap {
        padding: 15px 2px;
    }
    .brb-c.bw {
        flex: 1.25;
    }
    .brb-title {
        font-size: 10px;
    }
    .brief-box-wrap.mb-40 {
        margin-bottom: 30px;
    }
    .idc-ls-wrap .modules-wrapper {
        padding: 12px 20px;
    }
    .a-module-wrap .a-module-title-wrap {
        padding: 10px 12px;
        margin: 10px 0;
    }
    .module-name {
        font-size: 1.125rem;
        margin-bottom: 2px;
    }
    .cd-ins-tb-wrap {
        padding: 25px 15px;
    }
    .ins-bd-wrap {
        gap: 10px;
    }
    .course-pricing-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 4vw;
    }
    .course-price-box {
        padding: 20px 25px;
        min-width: 225px;
    }
    .er-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .a-er-grid .a-er-c-wrap {
        padding: 15px 12px 0;
    }
    .a-er-grid .a-er-head {
        gap: 10px;
        min-height: 45px;
    }
    .a-er-grid .a-er-note {
        padding: 10px 12px;
    }
    .a-er-grid .a-er-note .fs-18 {
        font-size: 1rem;
    }
    .a-er-grid ul.er-list {
        margin-bottom: 25px;
    }
    .a-er-grid ul.er-list.fs-20 {
        font-size: 1.125rem;
    }
    .video-g-grid {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .video-g-grid-item .video-title {
        padding: 20px 18px 18px;
        font-size: 1.5rem;
    }
    .vid-gg-wrap {
        padding: 4px;
    }
    .vid-gg-wrap iframe {
        min-height: 300px;
    }
    .ha-exl-bon-wrap {
        margin: 85px auto 0;
        display: flex;
        justify-content: center;
        gap: 30px 24px;
        flex-wrap: wrap;
    }
    .ha-exl-bon-item {
        flex: 0 0 47%;
        max-width: unset;
        padding: 30px 15px;
        min-height: unset;
    }
    .certif-wrap {
        padding: 40px 30px 35px;
    }
    .certif-title.fs-66 {
        font-size: 3rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 18px;
    }
    .certif-wrap img {
        max-width: 175px;
    }
}

@media screen and (max-width: 479px) and (min-width: 380px) {
    html {
        font-size: 13px;
    }
    .section-padding-150 {
        padding: 8rem 0;
    }
    .primary-btn {
        min-width: 150px;
    }
    .h-hero .h-hero-content {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .h-hero .h-hero-title {
        font-size: 2.20rem;
        min-height: 138px;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .logos {
        width: 90%;
        margin: 50px auto 50px auto;
    }
    .image-container .image-box {
        width: 50%;
    }
    .scroll-down-wrap .circle {
        width: 100px;
        height: 110px;
        margin: 0px auto -50px;
    }
    .scroll-down-wrap .scroll-text span {
        transform-origin: 0 55px;
    }
    .scroll-down-wrap .arrow {
        width: 55px;
        height: 55px;
    }
    .scroll-down-wrap .arrow i {
        font-size: x-large;
    }
    .box-wrapper {
        padding: 1.875rem 1.5rem;
        gap: 2.5rem;
    }
    .box-wrapper .box-detail .box-title {
        margin-bottom: 3rem;
    }
    .box-wrapper .box-detail .box-desc {
        margin-bottom: 4rem;
    }
    .box-wrapper .box-gif lottie-player {
        margin-top: 1.5rem;
        max-width: 8rem;
    }
    .section-title {
        font-size: 1.9rem;
    }
    .about-us .row-gap-25 {
        row-gap: 3rem;
    }
    .about-us .images-wrapper .video-wrap {
        bottom: -75px;
        right: 0px;
    }
    .about-us .images-wrapper .img-behind {
        max-width: 285px;
    }
    .about-us .images-wrapper .video-front {
        max-width: 285px;
    }
    .about-us .section-title {
        margin-bottom: 2.5rem;
    }
    .service-box.v2 {
        padding: 1.5rem;
        gap: 3rem;
    }
    .services .services-desc p {
        margin-top: unset;
    }
    .cta-title {
        font-size: 2.85rem;
    }
    .cta-desc {
        font-size: 1.125rem;
    }
    .scroll-spy-wrapper {
        gap: 3rem;
    }
    .scroll-spy-content .cs-title {
        font-size: 2.75rem;
    }
    .case-study-wrapper a {
        padding: 3rem 2rem;
    }
    .training-card {
        padding: 2rem 1.5rem;
    }
    .training-card .training-img {
        max-width: 7rem;
    }
    .training-card .training-info {
        gap: 1.5rem;
    }
    .training-card .underline-btn {
        font-size: 1.25rem;
    }
    .a-event img {
        max-height: 18rem;
    }
    .a-event .event-infos .country {
        font-size: 1rem;
    }
    .a-event .event-infos .city {
        font-size: 1.5rem;
    }
    .feature-block .feature-details {
        padding: 1.75rem 1.4rem;
    }
    .feature-block.vertical .feature-img img,
    .feature-block.horizontal .feature-img img {
        max-height: 16rem;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.25rem;
    }
    .section-intro {
        margin: 0 auto 4.5rem;
    }
    .faq-answer {
        font-size: 1.125rem;
    }
    header .top-bar {
        padding: 5px 0;
    }
    header .top-text-wrap .top-text {
        font-size: 0.9rem;
    }
    header .top-text-icon {
        display: none;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .why-choose .why-choose-list {
        flex-direction: column;
        align-items: center;
    }
    .why-choose .why-choose-list .item {
        padding: 30px;
        width: 300px;
        height: 300px;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .hero-section .hero-wrap {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        align-items: center;
    }
    .hero-section .section-title {
        font-size: 2rem;
    }
    .hero-section .hero-left .days-lists .days-list span {
        font-size: 1.3rem;
    }
    .hero-section .hero-wrap .hero-left {
        align-items: center;
    }
    .hero-section .hero-left .blue-btn {
        margin-top: 20px !important;
    }
    .hero-right img {
        max-width: 270px;
    }
    .feature-section {
        padding: 30px 0px;
    }
    .feature-section .feature-items-wrap .feature-item.middle {
        padding: 0px 0px;
    }
    .feature-section .feature-items-wrap {
        gap: 30px;
        flex-direction: column;
    }
    .feature-section .feature-items-wrap .feature-item.middle::before,
    .feature-section .feature-items-wrap .feature-item.middle::after {
        display: none;
    }
    .intro-section .intro-content-wrap .intro-content p:first-child {
        padding-bottom: 20px;
    }
    .intro-section .intro-content-wrap,
    .challenges .heading-top {
        flex-direction: column;
        gap: 20px;
    }
    .hero-section,
    .intro-section,
    .challenges,
    .why-choose,
    .malware,
    .certification,
    .faqs,
    .resources,
    .course,
    .eligibility,
    .instructor,
    .footer-cta,
    footer {
        padding: 4rem 1rem;
    }
    .hero-section .hero-left .days-lists {
        flex-direction: column;
        gap: 5px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
        flex-direction: column;
    }
    .hero-section .hero-left .days-lists .days-list:last-child::before {
        display: none;
    }
    .hero-section .hero-left .days-lists .days-list:last-child {
        padding-left: 0px;
    }
    .challenges .challenges-list {
        gap: 10px;
        padding: 15px;
    }
    .challenges .challenges-list .challenges-img-wrap img {
        max-width: 80px;
    }
    .challenges .challenges-list ul li {
        padding-top: 10px;
    }
    .resources .resources-item {
        padding: 15px 15px;
        width: 100%;
    }
    .course .course-wrap {
        gap: 30px;
    }
    .course .course-middle-wrap {
        padding: 20px;
    }
    .course .course-middle-wrap {
        padding-left: 0px;
    }
    .course .course-top-wrap .section-title {
        font-size: 1.9rem;
    }
    .course .course-middle-wrap .course-accordion .accordion-button.collapsed,
    .course .course-middle-wrap ul.module-list li {
        padding-bottom: 20px;
    }
    .course .course-middle-wrap .accordion-button.collapsed::before {
        left: 18px;
        top: 30%;
    }
    .course .course-middle-wrap ul.module-list.vertical-border::before {
        left: 24px;
    }
    .course .course-bottom-wrap {
        flex-direction: column;
        padding: 10px;
        gap: 40px;
        align-items: unset;
    }
    .course .course-bottom-wrap .price-left {
        padding: 20px 20px;
    }
    .course .course-bottom-wrap .price-right {
        gap: 20px;
    }
    .course .course-middle-wrap .course-accordion .accordion-button.collapsed,
    .course-accordion .accordion-button:not(.collapsed),
    .course .course-middle-wrap ul.module-list li {
        font-size: 1.2rem;
    }
    .course .course-bottom-wrap .price-left .price,
    .course .course-bottom-wrap .price-left .note {
        padding-top: 15px;
    }
    .eligibility .section-title {
        margin-bottom: 30px;
    }
    .eligibility .eligibility-item {
        padding: 20px 20px 0px 20px;
    }
    .eligibility .eligibility-list {
        flex-direction: column;
    }
    .eligibility .eligibility-head {
        padding-bottom: 15px;
    }
    .eligibility .eligibility-head h5 {
        font-size: 1.6rem;
    }
    .eligibility .eligibility-body {
        padding: 15px 0px;
    }
    .eligibility .eligibility-body ul {
        padding-left: 1.6rem;
    }
    .eligibility .eligibility-body ul li {
        padding-bottom: 10px;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
        gap: 50px;
        flex-direction: column;
    }
    .instructor .top-left-img,
    .instructor .bottom-right-img {
        z-index: 0;
        max-width: 200px;
    }
    .instructor .section-title {
        font-size: 2rem;
        font-style: normal;
        margin-bottom: 30px !important;
        text-align: center;
    }
    .instructor .instructor-left .instructor-name {
        font-size: 1.9rem;
    }
    .instructor .instructor-right,
    .malware .section-desc-small {
        font-size: 1.25rem;
    }
    .instructor .instructor-left {
        width: fit-content;
    }
    .instructor .instructor-left .instructor-social-links {
        padding-top: 20px;
    }
    .instructor .instructor-right p,
    .certification .section-desc-small,
    .certification .section-title {
        text-align: center;
    }
    .malware-wrap {
        flex-direction: column;
        gap: 40px;
    }
    .malware .section-title {
        font-size: 1.9rem;
    }
    .malware-wrap .malware-left .sub-title {
        margin-bottom: 20px !important;
        font-size: 2rem;
    }
    .malware-form input {
        font-size: 1.1rem;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    .malware-form .agree-text {
        padding-top: 10px;
    }
    .malware-form button {
        margin-top: 30px;
    }
    .certification-content-wrap {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .certification .section-title {
        font-size: 2rem;
    }
    .certification .section-desc-small {
        font-size: 1.25rem;
    }
    .faqs .section-intro {
        margin: 0 auto 3rem;
    }
    .footer-top-bar p {
        min-width: 150px;
        padding: 16px 15px;
        font-size: 0.75rem;
    }
    .footer-top-bar.marquee {
        --gap: 50px;
    }
    .footer-top {
        padding-top: 0px;
    }
    .footer-top .footer-sign-up-form {
        padding-top: 30px;
    }
    .footer-sign-up h2 {
        font-size: 2rem;
    }
    .footer-sign-up h2 br {
        display: none;
    }
    .footer-top .footer-sign-up-form input,
    .footer-top .footer-sign-up-form button {
        font-size: 1.9rem;
    }
    .footer-logo-wrap {
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-logo-wrap img {
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .footer-middle .middle::before,
    .footer-middle .middle::after {
        content: unset;
    }
    .footer-middle .right {
        padding: 0px 50px;
    }
    .footer-contact-wrap .footer-contact-links .contact-no {
        display: grid;
    }
    .footer-contact-wrap .footer-contact-links .contact-no span {
        display: none;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 50px;
        height: 50px;
    }
    .footer-menu-wrap h4,
    .footer-contact-wrap h4 {
        padding-bottom: 30px;
        text-align: center;
    }
    .footer-contact-wrap {
        text-align: center;
    }
    .footer-contact-wrap h4 {
        padding-top: 40px;
    }
    .footer-contact-wrap .footer-contact-links {
        padding-bottom: 40px;
    }
    .footer-contact-wrap .social-media-links .media-icons {
        justify-content: center;
    }
    .footer-bottom .copyright-wrap {
        flex-direction: column;
        gap: 15px;
    }
    .intro-section.o-ai {
        background-position: bottom;
    }
    .intro-wrap {
        gap: 65px;
        margin-bottom: 95px;
    }
    .intro-left {
        gap: 25px;
    }
    .intro-left .upper {
        gap: 12px;
    }
    .o-ai .cd-m-title {
        font-size: 2.75rem;
    }
    ul.fwhom-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    ul.fwhom-list li {
        font-size: 16px;
        gap: 5px;
        padding-right: unset;
        margin-right: unset;
        border-right: unset;
    }
    ul.fwhom-list li img {
        max-width: 20px;
    }
    .yt-video-wrap iframe {
        min-height: 240px;
    }
    .c-inq-form-wrap {
        padding: 35px 25px;
    }
    .c-inq-btn {
        padding: 15px;
    }
    ul.co-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .res-acc-grid {
        grid-template-columns: 1fr 1fr;
    }
    .res-acc-card {
        padding: 20px 15px;
        gap: 5px;
    }
    .res-acc-card img {
        max-width: 70px;
    }
    .one-page-navigation {
        padding: 15px 0;
    }
    ul.one-page-nav {
        gap: 15px;
        row-gap: 15px;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
    }
    ul.one-page-nav .nav-item {
        padding: 8px 12px;
        font-size: 15px;
    }
    .in-detail-course {
        gap: 30px;
    }
    .brief-box-wrap {
        padding: 15px 2px;
    }
    .brb-c.bw {
        flex: 1.25;
    }
    .brb-title {
        font-size: 10px;
    }
    .brief-box-wrap.mb-40 {
        margin-bottom: 30px;
    }
    .idc-ls-wrap .modules-wrapper {
        padding: 12px 14px;
    }
    .a-module-wrap .a-module-title-wrap {
        padding: 8px 10px;
        margin: 8px 0;
    }
    .a-module-has-content ol {
        padding-left: 1.125rem;
    }
    .module-name {
        font-size: 1.125rem;
        margin-bottom: 2px;
    }
    .cd-ins-tb-wrap {
        padding: 25px 15px;
    }
    .ins-bd-wrap {
        gap: 10px;
    }
    ul.tr-list {
        gap: 11px;
    }
    .course-pricing-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 4vw;
    }
    .course-price-box {
        padding: 20px 25px;
        min-width: 225px;
    }
    .er-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .a-er-grid .a-er-c-wrap {
        padding: 15px 12px 0;
    }
    .a-er-grid .a-er-head {
        gap: 10px;
        min-height: 45px;
    }
    .a-er-grid .a-er-note {
        padding: 10px 12px;
    }
    .a-er-grid .a-er-note .fs-18 {
        font-size: 1rem;
    }
    .a-er-grid ul.er-list {
        margin-bottom: 25px;
    }
    .a-er-grid ul.er-list.fs-20 {
        font-size: 1.125rem;
    }
    .video-g-grid {
        gap: 25px;
        grid-template-columns: 1fr;
    }
    .video-g-grid-item .video-title {
        padding: 20px 18px 18px;
        font-size: 1.5rem;
    }
    .vid-gg-wrap {
        padding: 4px;
    }
    .vid-gg-wrap iframe {
        min-height: 225px;
    }
    .ha-exl-bon-wrap {
        margin: 85px auto 0;
        display: flex;
        justify-content: center;
        gap: 30px 24px;
        flex-wrap: wrap;
    }
    .ha-exl-bon-item {
        flex: 0 0 95%;
        max-width: unset;
        padding: 30px 15px;
        min-height: unset;
    }
    .certif-wrap {
        padding: 30px 15px 25px;
    }
    .certif-title.fs-66 {
        font-size: 3rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 18px;
    }
    .certif-wrap img {
        max-width: 175px;
    }
}

@media screen and (max-width: 379px) {
    html {
        font-size: 13px;
    }
    .section-padding-150 {
        padding: 8rem 0;
    }
    .section-padding-200 {
        padding: 8rem 0;
    }
    .primary-btn {
        min-width: 150px;
    }
    .h-hero .h-hero-content {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
    .h-hero .h-hero-title {
        font-size: 2rem;
        min-height: 130px;
    }
    .h-hero-text {
        font-size: 1.25rem;
        margin-bottom: 4.25rem;
    }
    .logos {
        width: 90%;
        margin: 50px auto 50px auto;
    }
    .image-container .image-box {
        width: 50%;
    }
    .scroll-down-wrap .circle {
        width: 100px;
        height: 110px;
        margin: 0px auto -50px;
    }
    .scroll-down-wrap .scroll-text span {
        transform-origin: 0 55px;
    }
    .scroll-down-wrap .arrow {
        width: 55px;
        height: 55px;
    }
    .scroll-down-wrap .arrow i {
        font-size: x-large;
    }
    .box-wrapper {
        padding: 1.5rem 1.25rem;
        gap: 1rem;
    }
    .box-wrapper .box-gif {
        width: 100%;
    }
    .box-wrapper .box-detail .box-title {
        margin-bottom: 3rem;
    }
    .box-wrapper .box-detail .box-desc {
        margin-bottom: 4rem;
    }
    .box-wrapper .box-gif lottie-player {
        margin-top: 1.5rem;
        max-width: 8rem;
    }
    .section-title {
        font-size: 2.25rem;
    }
    .about-us .row-gap-25 {
        row-gap: 3rem;
    }
    .about-us .images-wrapper .video-wrap {
        bottom: -75px;
        right: 0px;
    }
    .about-us .images-wrapper .img-behind {
        max-width: 250px;
    }
    .about-us .images-wrapper .video-front {
        max-width: 250px;
    }
    .about-us .section-title {
        margin-bottom: 2.5rem;
    }
    .service-box.v2 {
        padding: 1.5rem;
        gap: 3rem;
    }
    .services .services-desc p {
        margin-top: unset;
    }
    .cta-title {
        font-size: 2.85rem;
    }
    .cta-desc {
        font-size: 1.125rem;
    }
    .scroll-spy-wrapper {
        gap: 3rem;
    }
    .scroll-spy-content .cs-title {
        font-size: 2.75rem;
    }
    .tab-btns.active .marker {
        width: 20px;
    }
    .tab-btns.active .tab-title {
        font-size: 1.25rem;
    }
    .case-study-wrapper a {
        padding: 3rem 2rem;
    }
    .training-card {
        padding: 2rem 1.5rem;
    }
    .training-card .training-img {
        max-width: 6rem;
    }
    .training-card .training-info {
        gap: 1rem;
    }
    .training-card .underline-btn {
        font-size: 1.125rem;
    }
    .a-event img {
        max-height: 18rem;
    }
    .a-event .event-infos .country {
        font-size: 1rem;
    }
    .a-event .event-infos .city {
        font-size: 1.5rem;
    }
    .feature-block .feature-details {
        padding: 1.5rem 1rem;
    }
    .feature-block.vertical .feature-img img,
    .feature-block.horizontal .feature-img img {
        max-height: 16rem;
    }
    .section-intro.left-aligned {
        margin: 0px 0 4.25rem;
    }
    .section-intro {
        margin: 0 auto 4.5rem;
    }
    .faq-answer {
        font-size: 1.125rem;
    }
    .video-overlay-play-button {
        transform: scale(0.7);
    }
    header .top-bar {
        padding: 5px 0;
    }
    header .top-text-wrap .top-text {
        font-size: 0.9rem;
    }
    header .top-text-icon {
        display: none;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .why-choose .why-choose-list {
        flex-direction: column;
        align-items: center;
    }
    .why-choose .why-choose-list .item {
        padding: 30px;
        width: 300px;
        height: 300px;
    }
    header .header-menu {
        padding: 10px 0px;
    }
    .hero-section .hero-wrap {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        align-items: center;
    }
    .hero-section .section-title {
        font-size: 2rem;
    }
    .hero-section .hero-left .days-lists .days-list span {
        font-size: 1.3rem;
    }
    .hero-section .hero-wrap .hero-left {
        align-items: center;
    }
    .hero-section .hero-left .blue-btn {
        margin-top: 20px !important;
    }
    .hero-right img {
        max-width: 270px;
    }
    .feature-section {
        padding: 30px 0px;
    }
    .feature-section .feature-items-wrap .feature-item.middle {
        padding: 0px 0px;
    }
    .feature-section .feature-items-wrap {
        gap: 30px;
        flex-direction: column;
    }
    .feature-section .feature-items-wrap .feature-item.middle::before,
    .feature-section .feature-items-wrap .feature-item.middle::after {
        display: none;
    }
    .intro-section .intro-content-wrap .intro-content p:first-child {
        padding-bottom: 20px;
    }
    .intro-section .intro-content-wrap,
    .challenges .heading-top {
        flex-direction: column;
        gap: 20px;
    }
    .hero-section,
    .intro-section,
    .challenges,
    .why-choose,
    .malware,
    .certification,
    .faqs,
    .resources,
    .course,
    .eligibility,
    .instructor,
    .footer-cta,
    footer {
        padding: 4rem 1rem;
    }
    .hero-section .hero-left .days-lists {
        flex-direction: column;
        gap: 5px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
    }
    .challenges .challenges-lists-wrap {
        padding-top: 50px;
        flex-direction: column;
    }
    .hero-section .hero-left .days-lists .days-list:last-child::before {
        display: none;
    }
    .hero-section .hero-left .days-lists .days-list:last-child {
        padding-left: 0px;
    }
    .challenges .challenges-list {
        gap: 10px;
        padding: 15px;
    }
    .challenges .challenges-list .challenges-img-wrap img {
        max-width: 80px;
    }
    .challenges .challenges-list ul li {
        padding-top: 10px;
    }
    .resources .resources-item {
        padding: 15px 15px;
        width: 100%;
    }
    .course .course-wrap {
        gap: 30px;
    }
    .course .course-middle-wrap {
        padding: 20px;
    }
    .course .course-middle-wrap {
        padding-left: 0px;
    }
    .course .course-top-wrap .section-title {
        font-size: 1.9rem;
    }
    .course .course-middle-wrap .course-accordion .accordion-button.collapsed,
    .course .course-middle-wrap ul.module-list li {
        padding-bottom: 20px;
    }
    .course .course-middle-wrap .accordion-button.collapsed::before {
        left: 18px;
        top: 30%;
    }
    .course .course-middle-wrap ul.module-list.vertical-border::before {
        left: 24px;
    }
    .course .course-bottom-wrap {
        flex-direction: column;
        padding: 10px;
        gap: 40px;
        align-items: unset;
    }
    .course .course-bottom-wrap .price-left {
        padding: 20px 20px;
    }
    .course .course-bottom-wrap .price-right {
        gap: 20px;
    }
    .course .course-middle-wrap .course-accordion .accordion-button.collapsed,
    .course-accordion .accordion-button:not(.collapsed),
    .course .course-middle-wrap ul.module-list li {
        font-size: 1.2rem;
    }
    .course .course-bottom-wrap .price-left .price,
    .course .course-bottom-wrap .price-left .note {
        padding-top: 15px;
    }
    .eligibility .section-title {
        margin-bottom: 30px;
    }
    .eligibility .eligibility-item {
        padding: 20px 20px 0px 20px;
    }
    .eligibility .eligibility-list {
        flex-direction: column;
    }
    .eligibility .eligibility-head {
        padding-bottom: 15px;
    }
    .eligibility .eligibility-head h5 {
        font-size: 1.6rem;
    }
    .eligibility .eligibility-body {
        padding: 15px 0px;
    }
    .eligibility .eligibility-body ul {
        padding-left: 1.6rem;
    }
    .eligibility .eligibility-body ul li {
        padding-bottom: 10px;
    }
    .instructor .instructor-wrap {
        z-index: 1;
        position: relative;
        gap: 50px;
        flex-direction: column;
    }
    .instructor .top-left-img,
    .instructor .bottom-right-img {
        z-index: 0;
        max-width: 200px;
    }
    .instructor .section-title {
        font-size: 2rem;
        font-style: normal;
        margin-bottom: 30px !important;
        text-align: center;
    }
    .instructor .instructor-left .instructor-name {
        font-size: 1.9rem;
    }
    .instructor .instructor-right,
    .malware .section-desc-small {
        font-size: 1.25rem;
    }
    .instructor .instructor-left {
        width: fit-content;
    }
    .instructor .instructor-left .instructor-social-links {
        padding-top: 20px;
    }
    .instructor .instructor-right p,
    .certification .section-desc-small,
    .certification .section-title {
        text-align: center;
    }
    .malware-wrap {
        flex-direction: column;
        gap: 40px;
    }
    .malware .section-title {
        font-size: 1.9rem;
    }
    .malware-wrap .malware-left .sub-title {
        margin-bottom: 20px !important;
        font-size: 2rem;
    }
    .malware-form input {
        font-size: 1.1rem;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    .malware-form .agree-text {
        padding-top: 10px;
    }
    .malware-form button {
        margin-top: 30px;
    }
    .certification-content-wrap {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .certification .section-title {
        font-size: 2rem;
    }
    .certification .section-desc-small {
        font-size: 1.25rem;
    }
    .faqs .section-intro {
        margin: 0 auto 3rem;
    }
    .footer-top-bar p {
        min-width: 150px;
        padding: 16px 15px;
        font-size: 0.75rem;
    }
    .footer-top-bar.marquee {
        --gap: 50px;
    }
    .footer-top {
        padding-top: 0px;
    }
    .footer-top .footer-sign-up-form {
        padding-top: 30px;
    }
    .footer-sign-up h2 {
        font-size: 2rem;
    }
    .footer-sign-up h2 br {
        display: none;
    }
    .footer-top .footer-sign-up-form input,
    .footer-top .footer-sign-up-form button {
        font-size: 1.9rem;
    }
    .footer-logo-wrap {
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-logo-wrap img {
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .footer-middle .middle::before,
    .footer-middle .middle::after {
        content: unset;
    }
    .footer-middle .right {
        padding: 0px 50px;
    }
    .footer-contact-wrap .footer-contact-links .contact-no {
        display: grid;
    }
    .footer-contact-wrap .footer-contact-links .contact-no span {
        display: none;
    }
    .footer-contact-wrap .social-media-links .media-icons a {
        width: 50px;
        height: 50px;
    }
    .footer-menu-wrap h4,
    .footer-contact-wrap h4 {
        padding-bottom: 30px;
        text-align: center;
    }
    .footer-contact-wrap {
        text-align: center;
    }
    .footer-contact-wrap h4 {
        padding-top: 40px;
    }
    .footer-contact-wrap .footer-contact-links {
        padding-bottom: 40px;
    }
    .footer-contact-wrap .social-media-links .media-icons {
        justify-content: center;
    }
    .footer-bottom .copyright-wrap {
        flex-direction: column;
        gap: 15px;
    }
    .section-title.st-38 {
        font-size: 2.25rem;
    }
    .intro-section.o-ai {
        background-position: bottom;
    }
    .intro-wrap {
        gap: 65px;
        margin-bottom: 95px;
    }
    .intro-left {
        gap: 25px;
    }
    .intro-left .upper {
        gap: 12px;
    }
    .o-ai .cd-m-title {
        font-size: 2.75rem;
    }
    .cd-m-desc {
        font-size: 1.125rem;
    }
    ul.fwhom-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    ul.fwhom-list li {
        font-size: 16px;
        gap: 5px;
        padding-right: unset;
        margin-right: unset;
        border-right: unset;
    }
    ul.fwhom-list li img {
        max-width: 20px;
    }
    .yt-video-wrap iframe {
        min-height: 175px;
    }
    .c-inq-form-wrap {
        padding: 35px 25px;
    }
    .c-inq-btn {
        padding: 15px;
    }
    ul.co-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .res-acc-grid {
        grid-template-columns: 1fr;
    }
    .res-acc-card {
        padding: 20px 15px;
        gap: 5px;
        min-height: 150px;
    }
    .res-acc-card img {
        max-width: 70px;
    }
    .one-page-navigation {
        padding: 15px 0;
    }
    ul.one-page-nav {
        gap: 15px;
        row-gap: 15px;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
    }
    ul.one-page-nav .nav-item {
        padding: 8px 12px;
        font-size: 15px;
    }
    .in-detail-course {
        gap: 30px;
    }
    .brief-box-wrap {
        padding: 12px 2px;
    }
    .brb-c.bw {
        flex: 1.25;
    }
    .brb-title {
        font-size: 9px;
    }
    .brief-box-wrap.mb-40 {
        margin-bottom: 30px;
    }
    .idc-ls-wrap .modules-wrapper {
        padding: 12px 10px;
    }
    .a-module-wrap .a-module-title-wrap {
        padding: 8px 10px;
        margin: 8px 0;
    }
    .a-module-has-content ol {
        padding-left: 1.125rem;
    }
    .module-name {
        font-size: 1.125rem;
        margin-bottom: 2px;
    }
    .cd-ins-tb-wrap {
        padding: 25px 15px;
    }
    .ins-bd-wrap {
        gap: 10px;
    }
    ul.tr-list {
        gap: 11px;
    }
    .course-pricing-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 4vw;
    }
    .course-price-box {
        padding: 20px 25px;
        min-width: 225px;
    }
    .er-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .a-er-grid .a-er-c-wrap {
        padding: 15px 12px 0;
    }
    .a-er-grid .a-er-head {
        gap: 10px;
        min-height: 45px;
    }
    .a-er-grid .a-er-note {
        padding: 10px 12px;
    }
    .a-er-grid .a-er-note .fs-18 {
        font-size: 1rem;
    }
    .a-er-grid ul.er-list {
        margin-bottom: 25px;
    }
    .a-er-grid ul.er-list.fs-20 {
        font-size: 1.125rem;
    }
    .video-g-grid {
        gap: 25px;
        grid-template-columns: 1fr;
    }
    .video-g-grid-item .video-title {
        padding: 20px 18px 18px;
        font-size: 1.25rem;
    }
    .vid-gg-wrap {
        padding: 4px;
    }
    .vid-gg-wrap iframe {
        min-height: 175px;
    }
    .section-title.st-48 {
        font-size: 2rem;
    }
    .ha-exl-bon-wrap {
        margin: 35px auto 0;
        display: flex;
        justify-content: center;
        gap: 30px 24px;
        flex-wrap: wrap;
    }
    .ha-exl-bon-item {
        flex: 0 0 95%;
        max-width: unset;
        padding: 30px 15px;
        min-height: unset;
    }
    .certif-sec .container-fluid.width-80 {
        --bs-gutter-x: 2rem;
    }
    .certif-wrap {
        padding: 30px 15px 25px;
    }
    .certif-title.fs-66 {
        font-size: 3rem;
    }
    .certif-title.mb-50 {
        margin-bottom: 18px;
    }
    .certif-wrap img {
        max-width: 175px;
    }
}