@media screen and (max-width:414px) {
    #brochure-pop-up,
    #pop-up {
        width: 100%;
    }

    #brochure-pop-up .form,
    #pop-up .form {
        width: 100%;
    }

    #brochure-pop-up .form .full-form,
    #pop-up .form .full-form {
        width: 100%;
        padding: 10px;
    }

    #brochure-pop-up .form .image,
    #pop-up .form .image {
        display: none;
    }

    #brochure-pop-up .form .input-field h4,
    #pop-up .form .input-field h4 {
        margin-top: 10px;
        font-size: 18px;
    }

    .heading h1 {
        font-size: 18px;
    }

    .header {
        padding: 10px;
    }

    .header .logo {
        left: 5%;
    }

    .header .logo img {
        width: 12vh;
    }

    .header .btns button{
        display: none;
    }

    .mobilecall{
       display: none;
    }

    .btns {
        position: relative;
        left: 90%;
    }

    .btns button {
        padding: 8px 15px;
    }

    .btns #call-icon{
        display: block;
    }
    
    .btns button a {
        font-size: 14px;
    }

    #coursepage-front .content {
        flex-wrap: wrap-reverse;
        margin-top: 10px;
    }

    #coursepage-front .content .box1 {
        width: 100%;
        margin-top: 0px;
        padding: 0;
        border-radius: 20px;
        z-index: 100;
    }

    #coursepage-front .content .box1 .text {
        padding: 2px;
        padding-top: 5px;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 28px;
        text-align: center;
    }

    #coursepage-front .content .box1 .text h6 {
        font-size: 0.8rem;
    }

    #coursepage-front .content .box1 .text p {
        font-size: 13px;
        margin-top: 5px;
    }

    #coursepage-front .content .box1 .text .points {
        margin-top: -5px;
    }

    #coursepage-front .content .box1 .text .points ul li {
        margin-bottom: 5px;
        font-size: 13px;
    }

    #coursepage-front .content .box1 .text .points ul {
        padding-left: 0px;
    }

    #coursepage-front .content .box1 .text .points ul li span {
        margin-right: 4px;
    }

    #coursepage-front .content .box1 .text .points ul li span img {
        width: 2.3vh;
    }

    #coursepage-front .content .box2 {
        width: 100%;
        padding: 0;
        height: 250px;
    }

    #coursepage-front .content .box2 img {
        object-fit: fill;
        width: 95%;
    }

    .buttons {
        margin-top: 10px;
        padding: 0 10px;
    }

    .buttons button {
        padding: 7px 10px;
        width: 100%;
    }

    .buttons button a {
        font-size: 14px;
    }

    #coursepage-front .content .box1 .buttons p {
        font-size: 12px;
        text-align: center;
    }

    #informative {
        margin-top: 8%;
    }

    #informative .content {
        padding: 10px;
        padding-bottom: 8%;
        flex-wrap: wrap-reverse;
    }

    #informative .content .box1 {
        width: 100%;
    }

    #informative .content .box2 {
        width: 100%;
    }

    #informative .content .box2 .textbox2 {
        border-radius: 30px;
        position: relative;
        width: 100%;
        padding: 20px;
        margin-top: 20px;
        left: 0%
    }

    #informative .content .box2 .textbox2 .content-box p {
        font-size: 13px;
    }

    #informative .content .box2 .textbox2 .content-box h5 {
        font-size: 15px;
    }

    #informative .content .box2 .textbox2 h1 {
        font-size: 30px;
        margin-top: 5px;
    }

    #informative .content .box2 .textbox2 .points {
        margin-top: 0px;
    }

    #informative .content .box2 .textbox2 .points ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }


    #informative .content .box1 .textbox {
        margin-top: 10px;
        padding: 10px;
    }

    #informative .content .box1 .textbox p {
        font-size: 14px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 20px;
    }

    #informative .content .box1 .textbox .icons {
        margin-top: 15px;
    }

    #informative .content .box1 .textbox .icons .box {
        width: 30%;
        height: auto;
        padding: 5px;
        border: 2px solid rgba(245, 245, 245, 0.686);
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 15px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 3.5vh;
    }

    #tools .image-slider {
        margin-top: 20px;
        padding: 20px;
    }

    #tools .images img {
        width: 10vh;
        margin-right: 40px;
    }

    #tools .images img#canva {
        width: 5vh;
    }

    #roadmap {
        display: none;
    }

    #accordionExample {
        display: block;
        margin-top: 10%;
    }

    #accordionExample .heading {
        margin-bottom: 30px;
    }

    #accordionExample .accordion-item {
        margin-top: 10px;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    #accordionExample .accordion-item .accordion-button {
        font-size: 16px;
        font-weight: 700;
        color: #890c25;
        background: white;
        border: 1px solid rgba(238, 238, 238, 0.908);
    }

    .accordion-body h4,
    h5 {
        font-size: 16px;
    }

    .accordion-body p {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    .accordion-body ul {
        padding-left: 15px;
    }

    .accordion-body ul li {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    #learners-achieved {
        margin-top: 10%;
    }

    #learners-achieved .heading p {
        font-size: 14px;
    }

    #learners-achieved .content {
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
        margin-top: 10px;
    }

    #learners-achieved .content .box1 {
        width: 100%;
        padding: 5px;
        gap: 10px;
    }

    #learners-achieved .content .box1 .small-box {
        width: 45%;
        /* border: 1px solid #ddd; */
        padding: 2px;
        column-gap: 10px;
    }

    #learners-achieved .content .box1 .small-box .image {
        padding: 5px;
    }

    #learners-achieved .content .box1 .small-box .text h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    #learners-achieved .content .box1 .small-box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #learners-achieved .content .box2 {
        width: 100%;
    }

    #learners-achieved .box2 h4 {
        font-size: 16px;
    }

    #learners-achieved .content .box2 .rec-images {
        gap: 20px;
        margin-top: 20px;
    }

    #learners-achieved .content .box2 .rec-images img {
        width: 8vh;
    }

    #course-details-to-know .content {
        margin-top: 30px;
        justify-content: start;
        flex-wrap: wrap;
        row-gap: 15px;
        padding-left: 20px;
    }

    #course-details-to-know .content .box {
        text-align: start;
        display: flex;
        width: 100%;
    }

    #course-details-to-know .content .box .icons img {
        width: 5vh;
    }

    #course-details-to-know .content .box .text {
        margin-left: 10px;
    }

    #course-details-to-know .content .box .text h3 {
        font-size: 16px;
    }

    #course-details-to-know .content .box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #valuable-certificate .content {
        flex-wrap: wrap;
        margin-top: 10px;
        row-gap: 30px;
    }

    #valuable-certificate .content .box {
        width: 100%;
    }

    #valuable-certificate .content .box1 {
        padding: 0px;
    }

    #valuable-certificate .content .box1 .text {
        padding-left: 20px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 20px;
    }

    #valuable-certificate .content .box1 p {
        font-size: 14px;
        margin-top: 10px;
    }

    #valuable-certificate .content .box2 {
        margin-top: -30px;
    }

    #valuable-certificate .content .box2 img {
        width: 35vh;
    }

    #partners {
        margin-top: 10%;
    }

    #partners .image-slider1 {
        margin-top: 20px;
        padding: 20px;
    }

    #partners .images1 img {
        width: 70px;
        height: 25px;
        margin-right: 40px;
    }

    #cta-big {
        margin-top: 10%;
        padding: 5px;
    }

    #cta-big .content {
        padding: 5px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #cta-big .content h1 {
        font-size: 18px;
    }

    #cta-big .content p {
        font-size: 11px;
    }

    #cta-big .content .btns-cta {
        column-gap: 5px;
        margin-top: 20px;
    }

    #cta-big .content .btns-cta .cta-btn {
        padding: 8px 15px;
    }

    #cta-big .content .btns-cta .cta-btn a {
        font-size: 14px;
    }


    #bottom-button {
        position: fixed;
        bottom: 0%;
        padding: 2px 12px;
        z-index: 1001;
        display: block;
    }

    #bottom-button .content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        column-gap: 10px;
    }

    #bottom-button button {
        border: none;
        padding: 8px 10px;
        width: 100%;
        display: block;
        border-radius: 5px;
        background: linear-gradient(45deg, #890c25, #c3475d);
        color: white;
    }

    #bottom-button button a {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }    
}

@media screen and (max-width:500px) and (min-width:414px) {
    #brochure-pop-up,
    #pop-up {
        width: 100%;
    }

    #brochure-pop-up .form,
    #pop-up .form {
        width: 100%;
    }

    #brochure-pop-up .form .full-form,
    #pop-up .form .full-form {
        width: 100%;
        padding: 10px;
    }

    #brochure-pop-up .form .image,
    #pop-up .form .image {
        display: none;
    }

    #brochure-pop-up .form .input-field h4
    #pop-up .form .input-field h4 {
        margin-top: 10px;
        font-size: 18px;
    }

    .heading h1 {
        font-size: 18px;
    }

    .header {
        padding: 10px;
    }

    .header .logo {
        left: 5%;
    }

    .header .logo img {
        width: 12vh;
    }

    .header .btns button{
        display: none;
    }

    .mobilecall{
        display: none;
    }

    .btns {
        position: relative;
        left: 90%;
    }

    .btns button {
        padding: 8px 15px;
    }

    .btns #call-icon{
        display: block;
    }

    #coursepage-front .content {
        flex-wrap: wrap-reverse;
        margin-top: 10px;
    }

    #coursepage-front .content .box1 {
        width: 100%;
        margin-top: 0px;
        padding: 0;
        border-radius: 20px;
        z-index: 100;
    }

    #coursepage-front .content .box1 .text {
        padding: 2px;
        padding-top: 10px;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 30px;
        text-align: center;
    }

    #coursepage-front .content .box1 .text h6 {
        font-size: 15px;
    }

    #coursepage-front .content .box1 .text p {
        font-size: 14px;
        margin-top: 5px;
    }

    #coursepage-front .content .box1 .text .points {
        margin-top: -5px;
    }

    #coursepage-front .content .box1 .text .points {
        margin-top: 10px;
    }

    #coursepage-front .content .box1 .text .points ul li {
        margin-bottom: 7px;
        font-size: 14px;
    }

    #coursepage-front .content .box1 .text .points ul {
        padding-left: 0px;
    }

    #coursepage-front .content .box1 .text .points ul li span {
        margin-right: 4px;
    }

    #coursepage-front .content .box1 .text .points ul li span img {
        width: 2.3vh;
    }

    #coursepage-front .content .box2 {
        width: 100%;
        padding: 0;
        height: 300px;
    }

    #coursepage-front .content .box2 img {
        object-fit: fill;
        width: 95%;
    }

    .buttons {
        margin-top: 10px;
        padding: 0 10px;
    }

    .buttons button {
        padding: 7px 10px;
        width: 100%;
    }

    .buttons button a {
        font-size: 14px;
    }

    #coursepage-front .content .box1 .buttons p {
        font-size: 12px;
        text-align: center;
    }

    #informative .content {
        padding: 10px;
        padding-bottom: 8%;
        flex-wrap: wrap-reverse;
    }

    #informative .content .box1 {
        width: 100%;
    }

    #informative .content .box2 {
        width: 100%;
    }

    #informative .content .box2 .textbox2 {
        border-radius: 30px;
        position: relative;
        width: 100%;
        padding: 20px;
        margin-top: 20px;
        left: 0%
    }

    #informative .content .box2 .textbox2 .content-box p {
        font-size: 13px;
    }

    #informative .content .box2 .textbox2 .content-box h5 {
        font-size: 15px;
    }

    #informative .content .box2 .textbox2 h1 {
        font-size: 30px;
        margin-top: 5px;
    }

    #informative .content .box2 .textbox2 .points {
        margin-top: 0px;
    }

    #informative .content .box2 .textbox2 .points ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #informative .content .box1 .textbox {
        margin-top: 10px;
        padding: 10px;
    }

    #informative .content .box1 .textbox p {
        font-size: 14px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 20px;
    }

    #informative .content .box1 .textbox .icons {
        margin-top: 15px;
    }

    #informative .content .box1 .textbox .icons .box {
        width: 30%;
        height: auto;
        padding: 5px;
        border: 2px solid rgba(245, 245, 245, 0.686);
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 15px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 3.5vh;
    }

    #tools .image-slider {
        margin-top: 20px;
        padding: 20px;
    }

    #tools .images img {
        width: 10vh;
        margin-right: 40px;
    }

    #tools .images img#canva {
        width: 5vh;
    }

    #roadmap {
        display: none;
    }

    #accordionExample {
        display: block;
        margin-top: 5%;
    }

    #accordionExample .heading {
        margin-bottom: 30px;
        padding: 0px 5px;
    }

    #accordionExample .accordion-item {
        margin-top: 10px;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    #accordionExample .accordion-item .accordion-button {
        font-size: 16px;
        font-weight: 700;
        color: #890c25;
        background: white;
        border: 1px solid rgba(238, 238, 238, 0.908);
    }

    .accordion-body h4,
    h5 {
        font-size: 16px;
    }

    .accordion-body p {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    .accordion-body ul {
        padding-left: 15px;
    }

    .accordion-body ul li {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    #learners-achieved {
        margin-top: 10%;
    }

    #learners-achieved .heading p {
        font-size: 14px;
    }

    #learners-achieved .content {
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
        margin-top: 10px;
    }

    #learners-achieved .content .box1 {
        width: 100%;
        padding: 5px;
        gap: 10px;
    }

    #learners-achieved .content .box1 .small-box {
        width: 45%;
        /* border: 1px solid #ddd; */
        padding: 2px;
        column-gap: 10px;
    }

    #learners-achieved .content .box1 .small-box .image {
        padding: 5px;
    }

    #learners-achieved .content .box1 .small-box .text h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    #learners-achieved .content .box1 .small-box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #learners-achieved .content .box2 {
        width: 100%;
    }

    #learners-achieved .box2 h4 {
        font-size: 16px;
    }

    #learners-achieved .content .box2 .rec-images {
        gap: 20px;
        margin-top: 20px;
    }

    #learners-achieved .content .box2 .rec-images img {
        width: 8vh;
    }

    #course-details-to-know .content {
        margin-top: 30px;
        justify-content: start;
        flex-wrap: wrap;
        row-gap: 15px;
        padding-left: 20px;
    }

    #course-details-to-know .content .box {
        text-align: start;
        display: flex;
        width: 100%;
    }

    #course-details-to-know .content .box .icons img {
        width: 5vh;
    }

    #course-details-to-know .content .box .text {
        margin-left: 10px;
    }

    #course-details-to-know .content .box .text h3 {
        font-size: 16px;
    }

    #course-details-to-know .content .box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #valuable-certificate .content {
        flex-wrap: wrap;
        margin-top: 10px;
        row-gap: 30px;
    }

    #valuable-certificate .content .box {
        width: 100%;
    }

    #valuable-certificate .content .box1 {
        padding: 0px;
    }

    #valuable-certificate .content .box1 .text {
        padding-left: 20px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 20px;
    }

    #valuable-certificate .content .box1 p {
        font-size: 14px;
        margin-top: 10px;
    }

    #valuable-certificate .content .box2 {
        margin-top: -30px;
    }

    #valuable-certificate .content .box2 img {
        width: 35vh;
    }

    #partners {
        margin-top: 10%;
    }

    #partners .image-slider1 {
        margin-top: 20px;
        padding: 20px;
    }

    #partners .images1 img {
        width: 70px;
        height: 25px;
        margin-right: 40px;
    }

    #cta-big {
        margin-top: 10%;
        padding: 5px;
    }

    #cta-big .content {
        padding: 5px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #cta-big .content h1 {
        font-size: 18px;
    }

    #cta-big .content p {
        font-size: 11px;
    }

    #cta-big .content .btns-cta {
        column-gap: 5px;
        margin-top: 20px;
    }

    #cta-big .content .btns-cta .cta-btn {
        padding: 8px 15px;
    }

    #cta-big .content .btns-cta .cta-btn a {
        font-size: 14px;
    }

}

@media screen and (max-width:768px) and (min-width:500px) {
    #brochure-pop-up,
    #pop-up {
        width: 70%;
    }

    #brochure-pop-up .form,
    #pop-up .form {
        width: 100%;
        padding: 30px 0px;
    }

    #brochure-pop-up .form .full-form,
    #pop-up .form .full-form {
        width: 100%;
        padding: 10px;
    }

    #brochure-pop-up .form .image,
    #pop-up .form .image {
        display: none;
    }

    #brochure-pop-up .form .input-field h4,
    #pop-up .form .input-field h4 {
        margin-top: 10px;
        font-size: 18px;
    }

    .heading h1 {
        font-size: 20px;
    }

    .header {
        padding: 10px;
    }

    .header .logo {
        left: 5%;
    }

    .header .logo img {
        width: 12vh;
    }

    .mobilecall{
        left: 85%;
        top: 80%;
    }

    .btns {
        position: relative;
        left: 80%;
    }

    .btns button {
        padding: 8px 15px;
    }

    .btns button a {
        font-size: 14px;
    }

    #coursepage-front .content {
        flex-wrap: wrap-reverse;
        margin-top: 20px;
    }

    #coursepage-front .content .box1 {
        width: 100%;
        margin-top: 10px;
        padding: 0px;
        border-radius: 20px;
        margin-top: 0px;
        z-index: 100;
    }

    #coursepage-front .content .box1 .text {
        padding: 30px;
        padding-top: 10px;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 40px;
        text-align: center;
    }

    #coursepage-front .content .box1 .text h6 {
        font-size: 1.3rem;
    }

    #coursepage-front .content .box1 .text p {
        font-size: 16px;
        margin-top: 5px;
    }

    #coursepage-front .content .box1 .text .points {
        margin-top: 20px;
    }

    #coursepage-front .content .box1 .text .points ul li {
        margin-bottom: 8px;
        font-size: 16px;
    }

    #coursepage-front .content .box1 .text .points ul {
        padding-left: 0px;
    }

    #coursepage-front .content .box1 .text .points ul li span {
        margin-right: 4px;
    }

    #coursepage-front .content .box1 .text .points ul li span img {
        width: 2.5vh;
    }

    #coursepage-front .content .box2 {
        width: 100%;
        padding: 0;
        height: 400px;
    }

    #coursepage-front .content .box2 img {
        object-fit: fill;
        width: 95%;
    }

    .buttons {
        margin-top: 20px;
        padding: 0 10px;
        width: 80%;
        margin: auto;
    }

    .buttons button {
        padding: 10px 15px;
        width: 100%;
    }

    .buttons button a {
        font-size: 16px;
    }

    #coursepage-front .content .box1 .buttons p {
        font-size: 12px;
        text-align: center;
    }

    #informative .content {
        padding: 10px;
        padding-bottom: 8%;
        flex-wrap: wrap-reverse;
    }

    #informative .content .box1 {
        width: 100%;
    }

    #informative .content .box2 {
        width: 100%;
    }

    #informative .content .box2 .textbox2 {
        border-radius: 30px;
        position: relative;
        width: 80%;
        padding: 30px;
        margin-top: 20px;
        left: 0%
    }

    #informative .content .box2 .textbox2 .content-box {
        justify-content: space-around;
    }

    #informative .content .box2 .textbox2 .content-box p {
        font-size: 14px;
    }

    #informative .content .box2 .textbox2 .content-box h5 {
        font-size: 18px;
    }

    #informative .content .box2 .textbox2 h1 {
        font-size: 40px;
        margin-top: 10px;
    }

    #informative .content .box2 .textbox2 .points {
        margin-top: 0px;
    }

    #informative .content .box2 .textbox2 .points ul li {
        margin-bottom: 10px;
        font-size: 16px;
    }


    #informative .content .box1 .textbox {
        padding: 20px;
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    #informative .content .box1 .textbox p {
        font-size: 16px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 25px;
    }

    #informative .content .box1 .textbox .icons {
        margin-top: 15px;
    }

    #informative .content .box1 .textbox .icons .box {
        width: 30%;
        height: auto;
        padding: 10px;
        border: 2px solid rgba(245, 245, 245, 0.686);
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 16px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 4vh;
    }

    #tools .image-slider {
        margin-top: 20px;
        padding: 20px;
    }

    #tools .images img {
        width: 10vh;
        margin-right: 40px;
    }

    #tools .images img#canva {
        width: 5vh;
    }

    #roadmap {
        display: none;
    }

    #accordionExample {
        display: block;
        margin-top: 5%;
    }

    #accordionExample .heading {
        margin-bottom: 30px;
        padding: 0px 5px;
    }

    #accordionExample .accordion-item {
        margin-top: 20px;
        padding: 0px 20px;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    #accordionExample .accordion-item .accordion-button {
        font-size: 16px;
        font-weight: 700;
        color: #890c25;
        background: white;
        border: 1px solid rgba(238, 238, 238, 0.908);
    }

    .accordion-body h4,
    h5 {
        font-size: 16px;
    }

    .accordion-body p {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    .accordion-body ul {
        padding-left: 15px;
    }

    .accordion-body ul li {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    #learners-achieved {
        margin-top: 10%;
    }

    #learners-achieved .heading p {
        font-size: 14px;
    }

    #learners-achieved .content {
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }

    #learners-achieved .content .box1 {
        width: 80%;
        padding: 5px;
        gap: 20px;
    }

    #learners-achieved .content .box1 .small-box {
        width: 45%;
        padding: 2px;
        column-gap: 20px;
    }

    #learners-achieved .content .box1 .small-box .image {
        padding: 5px;
    }

    #learners-achieved .content .box1 .small-box .text h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    #learners-achieved .content .box1 .small-box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #learners-achieved .content .box2 {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    #learners-achieved .box2 h4 {
        font-size: 18px;
    }

    #learners-achieved .content .box2 .rec-images {
        gap: 20px;
        margin-top: 20px;
    }

    #learners-achieved .content .box2 .rec-images img {
        width: 9vh;
    }

    #course-details-to-know .content {
        margin-top: 40px;
    }

    #course-details-to-know .content .box {

        width: 100%;
    }

    #course-details-to-know .content .box .icons img {
        width: 5vh;
    }

    #course-details-to-know .content .box .text {
        margin-left: 10px;
    }

    #course-details-to-know .content .box .text h3 {
        font-size: 16px;
    }

    #course-details-to-know .content .box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #valuable-certificate .content {
        margin-top: 10px;
        padding: 0;
    }

    #valuable-certificate .content .box {
        width: 60%;
    }

    #valuable-certificate .content .box1 {
        padding: 0px;
    }

    #valuable-certificate .content .box1 .text {
        padding-left: 5px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 25px;
    }

    #valuable-certificate .content .box1 p {
        font-size: 16px;
        margin-top: 10px;
    }

    #valuable-certificate .buttons {
        width: 100%;
    }

    #valuable-certificate .buttons button {
        width: 70%;
    }

    #valuable-certificate .content .box2 {
        width: 35%;
    }

    #valuable-certificate .content .box2 .image {
        width: 70%;
        margin-top: 50px;
    }

    #valuable-certificate .content .box2 img {
        width: 100%;
        margin-left: -30px;
    }

    #partners {
        margin-top: 5%;
    }

    #partners .image-slider1 {
        margin-top: 20px;
        padding: 20px;
    }

    #partners .images1 img {
        width: 70px;
        height: 25px;
        margin-right: 40px;
    }

    #cta-big {
        margin-top: 10%;
        padding: 50px;
    }

    #cta-big .content {
        padding: 5px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #cta-big .content h1 {
        font-size: 25px;
    }

    #cta-big .content p {
        font-size: 16px;
        margin-top: 10px;
    }

    #cta-big .content .btns-cta {
        column-gap: 10px;
        margin-top: 30px;
    }

    #cta-big .content .btns-cta .cta-btn {
        padding: 12px 20px;
    }

    #cta-big .content .btns-cta .cta-btn a {
        font-size: 16px;
    }

}

@media screen and (max-width:820px) and (min-width:768px) {

    #brochure-pop-up,
    #pop-up {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1001;
        width: 80%;
    }

    #brochure-pop-up .form ,
    #pop-up .form {
        width: 100%;
        padding: 50px 0px;
    }

    #brochure-pop-up .form .full-form,
    #pop-up .form .full-form {
        width: 100%;
        padding: 10px;
    }

    #brochure-pop-up .form .image,
    #pop-up .form .image {
        display: none;
    }

    #brochure-pop-up .form .input-field h4,
    #pop-up .form .input-field h4 {
        margin-top: 10px;
        font-size: 18px;
    }

    .heading h1 {
        font-size: 20px;
    }

    .header {
        padding: 15px;
    }

    .header .logo {
        left: 5%;
    }

    .header .logo img {
        width: 12vh;
    }

    .mobilecall{
        left: 85%;
        /* top: 80%; */
    }

    .btns {
        position: relative;
        left: 85%;
    }

    .btns button {
        padding: 12px 15px;
    }

    .btns button a {
        font-size: 14px;
    }

    #coursepage-front .content {
        flex-wrap: wrap-reverse;
        margin-top: 50px;
    }

    #coursepage-front .content .box1 {
        width: 100%;
        margin-top: 10px;
        padding: 0px;
        margin-top: 0px;
        z-index: 100;
    }

    #coursepage-front .content .box1 .text {
        padding: 40px;
        padding-top: 10px;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 45px;
        text-align: center;
    }

    #coursepage-front .content .box1 .text h6 {
        font-size: 1.4rem;
    }

    #coursepage-front .content .box1 .text p {
        font-size: 16px;
        margin-top: 5px;
    }

    #coursepage-front .content .box1 .text .points {
        margin-top: 20px;
    }

    #coursepage-front .content .box1 .text .points ul li {
        margin-bottom: 8px;
        font-size: 16px;
    }

    #coursepage-front .content .box1 .text .points ul {
        padding-left: 0px;
    }

    #coursepage-front .content .box1 .text .points ul li span {
        margin-right: 4px;
    }

    #coursepage-front .content .box1 .text .points ul li span img {
        width: 2.5vh;
    }

    #coursepage-front .content .box2 {
        width: 100%;
        padding: 0;
        height: 400px;
    }

    #coursepage-front .content .box2 img {
        object-fit: fill;
        width: 95%;
    }

    .buttons {
        padding: 0px 10px;
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }

    .buttons button {
        padding: 12px 15px;
        width: 100%;
    }

    .buttons button a {
        font-size: 16px;
    }

    #coursepage-front .content .box1 .buttons p {
        font-size: 14px;
        text-align: center;
    }

    #informative .content {
        padding: 10px;
        padding-bottom: 8%;
        flex-wrap: wrap-reverse;
    }

    #informative .content .box1 {
        width: 100%;
    }

    #informative .content .box2 {
        width: 100%;
    }

    #informative .content .box2 .textbox2 {
        border-radius: 30px;
        position: relative;
        width: 80%;
        padding: 30px;
        margin-top: 20px;
        left: 0%
    }

    #informative .content .box2 .textbox2 .content-box {
        justify-content: space-between;
    }

    #informative .content .box2 .textbox2 .content-box p {
        font-size: 15px;
    }

    #informative .content .box2 .textbox2 .content-box h5 {
        font-size: 18px;
    }

    #informative .content .box2 .textbox2 h1 {
        font-size: 45px;
        margin-top: 10px;
    }

    #informative .content .box2 .textbox2 .points {
        margin-top: 0px;
    }

    #informative .content .box2 .textbox2 .points ul li {
        margin-bottom: 10px;
        font-size: 17px;
    }

    #informative .content .box1 .textbox {
        padding: 20px;
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    #informative .content .box1 .textbox p {
        font-size: 16px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 25px;
    }

    #informative .content .box1 .textbox .icons {
        margin-top: 15px;
    }

    #informative .content .box1 .textbox .icons .box {
        width: 30%;
        height: auto;
        padding: 10px;
        border: 2px solid rgba(245, 245, 245, 0.686);
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 16px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 4vh;
    }

    #tools .image-slider {
        margin-top: 20px;
        padding: 20px;
    }

    #tools .images img {
        width: 10vh;
        margin-right: 40px;
    }

    #tools .images img#canva {
        width: 5vh;
    }

    #roadmap {
        display: none;
    }

    #accordionExample {
        display: block;
        margin-top: 5%;
    }

    #accordionExample .heading {
        margin-bottom: 30px;
        padding: 0px 5px;
    }

    #accordionExample .accordion-item {
        margin-top: 20px;
        padding: 0px 30px;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    #accordionExample .accordion-item .accordion-button {
        font-size: 16px;
        font-weight: 700;
        color: #890c25;
        background: white;
        border: 1px solid rgba(238, 238, 238, 0.908);
    }

    .accordion-body h4,
    h5 {
        font-size: 16px;
    }

    .accordion-body p {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    .accordion-body ul {
        padding-left: 15px;
    }

    .accordion-body ul li {
        font-size: 14px;
        color: rgb(124, 123, 123);
    }

    #learners-achieved {
        margin-top: 10%;
    }

    #learners-achieved .heading p {
        font-size: 14px;
    }

    #learners-achieved .content {
        flex-wrap: wrap;
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }

    #learners-achieved .content .box1 {
        width: 80%;
        padding: 5px;
        gap: 20px;
    }

    #learners-achieved .content .box1 .small-box {
        width: 45%;
        padding: 2px;
        column-gap: 20px;
    }

    #learners-achieved .content .box1 .small-box .image {
        padding: 5px;
    }

    #learners-achieved .content .box1 .small-box .text h4 {
        font-size: 18px;
        margin-top: 10px;
    }

    #learners-achieved .content .box1 .small-box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #learners-achieved .content .box2 {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    #learners-achieved .box2 h4 {
        font-size: 18px;
    }

    #learners-achieved .content .box2 .rec-images {
        gap: 20px;
        margin-top: 20px;
    }

    #learners-achieved .content .box2 .rec-images img {
        width: 9vh;
    }

    #course-details-to-know .content {
        margin-top: 40px;
    }

    #course-details-to-know .content .box {
        width: 100%;
    }

    #course-details-to-know .content .box .icons img {
        width: 5vh;
    }

    #course-details-to-know .content .box .text {
        margin-left: 10px;
    }

    #course-details-to-know .content .box .text h3 {
        font-size: 16px;
    }

    #course-details-to-know .content .box .text p {
        font-size: 14px;
        margin-top: -5px;
    }

    #valuable-certificate .content {
        margin-top: 10px;
        padding: 0;
    }


    #valuable-certificate .content .box1 {
        padding: 0px;
        width: 60%;
    }

    #valuable-certificate .content .box1 .text {
        padding-left: 5px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 25px;
    }

    #valuable-certificate .content .box1 p {
        font-size: 16px;
        margin-top: 10px;
    }

    #valuable-certificate .buttons {
        width: 100%;
    }

    #valuable-certificate .content .box2 {
        width: 30%;
    }

    #valuable-certificate .content .box2 .image {
        width: 70%;
    }

    #valuable-certificate .content .box2 img {
        width: 100%;
        margin-left: -30px;
    }

    #partners .image-slider1 {
        margin-top: 50px;
        padding: 20px;
    }

    #partners .images1 img {
        width: 70px;
        height: 25px;
        margin-right: 40px;
    }

    #cta-big {
        margin-top: 10%;
        padding: 50px;
    }

    #cta-big .content {
        padding: 5px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #cta-big .content h1 {
        font-size: 25px;
    }

    #cta-big .content p {
        font-size: 16px;
        margin-top: 10px;
    }

    #cta-big .content .btns-cta {
        column-gap: 10px;
        margin-top: 30px;
    }

    #cta-big .content .btns-cta .cta-btn {
        padding: 12px 20px;
    }

    #cta-big .content .btns-cta .cta-btn a {
        font-size: 16px;
    }
}

@media screen and (max-width:940px) and (min-width:821px) {

    #brochure-pop-up,
    #pop-up {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1001;
        width: 95%;
    }

    #brochure-pop-up .form ,
    #pop-up .form {
        width: 100%;
        padding: 0px;
    }

    #brochure-pop-up .form .full-form,
    #pop-up .form .full-form {
        width: 60%;
        padding: 20px 10px;
    }

    #brochure-pop-up .form .input-field h4,
    #pop-up .form .input-field h4 {
        margin-top: 10px;
        font-size: 20px;
    }

    .heading h1 {
        font-size: 25px;
    }

    .header {
        padding: 15px;
    }

    .header .logo {
        left: 43%;
    }

    .header .logo img {
        width: 12vh;
    }

    .mobilecall{
        left: 85%;
        /* top: 80%; */
    }

    .btns {
        position: relative;
        left: 85%;
    }

    .btns button {
        padding: 12px 30px;
    }

    #coursepage-front .content .box1 {
        padding: 5px;
    }

    #coursepage-front .content .box1 .text {
        padding-left: 10px;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 40px;
    }

    #coursepage-front .content .box1 .text h6 {
        font-size: 1rem;
    }

    #coursepage-front .content .box1 .text .points ul li span img {
        width: 2.2vh;
    }

    .buttons button {
        padding: 10px 20px;
        width: 250px;
    }

    #coursepage-front .content .box2 {
        height: 400px;
    }  

    #coursepage-front .content .box2 img {
        width: 400px;
    }

    #informative .content {
        padding-bottom: 0%;
    }

    #informative .content .box1 {
        width: 50%;
    }

    #informative .content .box1 .textbox {
        margin-top: 10px;
    }

    #informative .content .box1 .textbox p {
        font-size: 16px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 30px;
    }

    #informative .content .box1 .textbox .icons {
        margin-top: 5px;
    }

    #informative .content .box1 .textbox .icons .box {
        width: 28%;
        padding: 5px;
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 16px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 2.5vh;
    }

    #informative .content .box2 {
        width: 50%;
    }

    #informative .content .box2 .textbox2 {
        width: 44%;
        padding: 20px;
        margin-top: -250px;
        left: 52.5%;
    }

    #informative .content .box2 .textbox2 .content-box p {
        font-size: 14px;
    }

    #informative .content .box2 .textbox2 .content-box h5 {
        font-size: 16px;
    }

    #informative .content .box2 .textbox2 h1 {
        font-size: 40px;
    }

    #tools .images img {
        width: 9vh;
        margin-right: 50px;
    }

    #tools .images img#canva {
        width: 5vh;
    }

    #roadmap .content .main-content .box {
        flex-shrink: 0;
        width: 14.4%;
        padding: 10px;
    }

    #roadmap .content .main-content .box p {
        color: grey;
    }

    #roadmap .content .main-content .box h5 {
        color: #890C25;
        font-size: 14px;
    }

    #roadmap #describe h4 {
        font-size: 20px;
    }

    #roadmap #describe p {
        font-size: 14px;
    }

    #roadmap #describe h5 {
        font-size: 20px;
    }

    #roadmap #describe ul li {
        font-size: 14px;
    }

    #learners-achieved .content {
        width: 100%;
        padding: 10px;
    }

    #learners-achieved .content .box1 {
        width: 50%;
        padding: 10px;
    }

    #learners-achieved .content .box1 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    #learners-achieved .content .box1 .small-box {
        width: calc(50% - 10px);
        padding: 10px;
    }

    #learners-achieved .content .box1 .small-box .image {
        padding: 10px;
        border-radius: 50%;
    }

    #learners-achieved .content .box1 .small-box .text {
        text-align: start;
    }

    #learners-achieved .content .box1 .small-box .text h4 {
        font-weight: 700;
        font-size: 28px;
    }

    #learners-achieved .content .box1 .small-box .text p {
        font-size: 16px;
    }

    #learners-achieved .content .box2 {
        padding: 10px;
    }

    #learners-achieved .content .box2 .rec-images {
        gap: 20px;
    }

    #learners-achieved .content .box2 .rec-images img {
        width: 7vh;
    }

    #course-details-to-know .content .box .icons img {
        width: 5vh;
    }

    #valuable-certificate {
        margin-top: 10%;
    }

    #valuable-certificate .content .box1 {
        padding: 0px;
    }

    #valuable-certificate .content .box2 .image img {
        width: 30vh;
        margin-top: -50px;
    }

    #partners {
        margin-top: 0%;
    }

    #cta-big .content {
        padding: 20px;
        width: 80%;
    }

    #cta-big .content h1 {
        font-size: 40px;
    }

}

@media screen and (max-width:1024px) and (min-width:940px) {

    .heading h1 {
        font-size: 25px;
    }

    .header .logo {
        left: 43%;
    }

    .header .logo img {
        width: 12vh;
    }

    .mobilecall{
        left: 85%;
        /* top: 80%; */
    }

    .btns {
        position: relative;
        left: 85%;
    }

    #coursepage-front .content {
        width: 100%;
    }

    #coursepage-front .content .box1 {
        width: 50%;
    }

    #coursepage-front .content .box1 .text {
        padding-left: 5px;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 50px;
    }

    #coursepage-front .content .box2 img {
        width: 470px;
    }

    #informative .content {
        padding-bottom: 2%;
    }

    #informative .content .box1 .textbox h2 {
        margin-top: -15px;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 18px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 3vh;
    }

    #informative .content .box2 .textbox2 {
        width: 45%;
        padding: 20px;
        left: 52.1%;
        margin-top: -250px;
    }

    #roadmap .content .main-content .box {
        flex-shrink: 0;
        width: 14.8%;
        padding: 5px;
    }

    #roadmap .content .main-content .box h5 {
        font-size: 14px;
    }

    #learners-achieved .content {
        width: 100%;
    }

    #learners-achieved .content .box1 .small-box {
        width: calc(50% - 10px);
    }

    #learners-achieved .content .box2 {
        width: 50%;
        padding: 10px;
    }

    #learners-achieved .content .box2 .rec-images {
        gap: 20px;
        margin-top: 20px;
    }

    #learners-achieved .content .box2 .rec-images img {
        width: 8vh;
    }

    #course-details-to-know .content .box .icons img {
        width: 8vh;
    }

    #valuable-certificate .content .box1 {
        padding: 10px;
    }

    #valuable-certificate .content .box1 .text {
        text-align: start;
        padding: 10px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 30px;
    }

    #valuable-certificate .content .box1 p {
        margin-top: 10px;
    }

}

@media screen and (max-width:1280px) and (min-width:1025px) {

    .heading h1 {
        font-size: 25px;
    }

    #informative .content {
        padding-bottom: 3%;
    }

    #informative .content .box2 .textbox2 {
        width: 40%;
        padding: 20px;
        margin-top: -225px;
        left: 54.5%;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 50px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 40px;
    }

    #informative .content .box1 .textbox .icons .box {
        margin-top: -10px;
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 20px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 5.1vh;
    }

    #roadmap .content .main-content .box {
        width: 15%;
        padding: 10px;
    }

    #roadmap .content .main-content .box h5{
        font-size: 14px;
    }

    #learners-achieved .content {
        width: 90%;
    }

    #learners-achieved .content .box1 .small-box {
        width: calc(50% - 10px);
        padding: 10px;
    }

    #partners {
        margin-top: 0%;
    }


    #valuable-certificate .content .box {
        width: 50%;
    }

    #valuable-certificate .content .box1 {
        padding: 20px;
    }

    #valuable-certificate .content .box1 .text {
        padding-left: 10px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 40px;
    }

    #valuable-certificate .content .box1 p span {
        font-weight: 700;
    }

    #valuable-certificate .buttons button {
        width: 400px;
    }

    #valuable-certificate .content .box2 {
        text-align: center;
    }

}

@media screen and (max-width:1340px) and (min-width:1280px) {

    #informative .content {
        padding-bottom: 3%;
    }

    #informative .content .box2 .textbox2 {
        width: 40%;
        padding: 20px;
        margin-top: -200px;
        left: 54.5%;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 50px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 40px;
    }

    #informative .content .box1 .textbox .icons .box {
        margin-top: -10px;
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 20px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 5.1vh;
    }

    #roadmap .content .main-content .box {
        width: 15%;
        padding: 10px;
    }

    #roadmap .content .main-content .box h5{
        font-size: 14px;
    }

    #learners-achieved .content {
        width: 90%;
    }

    #learners-achieved .content .box1 .small-box {
        width: calc(50% - 10px);
        padding: 10px;
    }

    #partners {
        margin-top: 0%;
    }

    #valuable-certificate .content .box {
        width: 50%;
    }

    #valuable-certificate .content .box1 {
        padding: 20px;
    }

    #valuable-certificate .content .box1 .text {
        padding-left: 10px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 40px;
    }

    #valuable-certificate .content .box1 p span {
        font-weight: 700;
    }

    #valuable-certificate .buttons button {
        width: 400px;
    }

    #valuable-certificate .content .box2 {
        text-align: center;
    }
}

@media screen and (max-width:1420px) and (min-width:1340px) {

    #informative .content {
        padding-bottom: 3%;
    }

    #informative .content .box2 .textbox2 {
        width: 38%;
        padding: 20px;
        margin-top: -200px;
        left: 55.5%;
    }

    #coursepage-front .content .box1 .text h1 {
        font-size: 50px;
    }

    #informative .content .box1 .textbox h2 {
        font-size: 40px;
    }

    #informative .content .box1 .textbox .icons .box {
        margin-top: -10px;
    }

    #informative .content .box1 .textbox .icons .box h3 {
        font-size: 20px;
    }

    #informative .content .box1 .textbox .icons .box img {
        width: 5.1vh;
    }

    #roadmap .content .main-content .box {
        width: 15%;
        padding: 10px;
    }

    #roadmap .content .main-content .box h5{
        font-size: 14px;
    }

    #learners-achieved .content {
        width: 90%;
    }

    #learners-achieved .content .box1 .small-box {
        width: calc(50% - 10px);
        padding: 10px;
    }

    #partners {
        margin-top: 0%;
    }

    #valuable-certificate .content .box {
        width: 50%;
    }

    #valuable-certificate .content .box1 {
        padding: 20px;
    }

    #valuable-certificate .content .box1 .text {
        padding-left: 10px;
    }

    #valuable-certificate .content .box1 h1 {
        font-size: 40px;
    }

    #valuable-certificate .content .box1 p span {
        font-weight: 700;
    }

    #valuable-certificate .buttons button {
        width: 400px;
    }

    #valuable-certificate .content .box2 {
        text-align: center;
    }
}