/* ------------------------------------------------------
                        tablet version 
--------------------------------------------------------- */
@media (min-width: 576px) {
    body {
        padding-top: 70px;
    }

    /* ------------------------
            All Pages 
    ------------------------ */
    /* navber section  */
    .top.scrolled {
        height: 70px;
    }

    .container {
        width: 80%;
        height: 70px;
    }

    .logo {
        width: 50px;
        height: 40px;
    }

    .main-t {
        font-size: 25px;
    }

    .navmenu {
        position: absolute;
        top: 0;
        right: 0;
        height: 35vh;
        width: 50vw;
        background-color: rgb(255, 255, 255);
        border: 0.8px solid #006a3a;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.5s;
    }

    .nav-open .navmenu {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .l-item {
        font-size: 13px;
    }

    .dropdown>.dropdown-menu>li>a {
        font-size: 13px;
    }

    .apply {
        font-size: 13px;
        padding: 2px 15px;
    }

    /* hurburger button  */
    .menu-btn {
        display: block;
        border: none;
    }

    .close-icon {
        display: none;
    }

    .nav-open .close-icon {
        display: block;
        position: absolute;
        top: 10px;
    }


    /* bigfooter  */
    .bigf-container {
        width: 80%;
        padding: 30px 0;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }

    /* company section  */
    .f-company {
        flex-basis: 100%;
    }
    .bigf-container > div:nth-child(2),
.bigf-container > div:nth-child(3) {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
}
    .com-t {
        font-size: 20px;
    }

    .f-com-p {

        font-size: 13px;
    }

    .media {
        font-size: 17px;
    }

    .f-link{
        font-size: 13px;
    }
    
    .f-p {
        font-size: 17px;
    }

    .f-a-p {
        font-size: 13px;
    }

    /* footer section  */
    .footer {
        height: auto;
    }

    .foot-container {
        width: 80%;
        flex-direction: column;
        justify-content: center;
        gap: 10ox;
    }

    .ppp {
        font-size: 13px;
    }

    /* ------------------------
        Landing / Home Page 
    ------------------------ */
    /* text animation  */
    .text-slide.scrolled {
        height: 37px;
    }

    .slide-container {
        height: 37px;
    }

    .marquess-text {
        margin-top: 10px;
    }

    .slide-t {
        font-size: 13px;
    }

    /* hero section  */
    .hero {
        height: 65vh;
    }

    .hero-container {
        width: 80%;
        flex-direction: column-reverse;
        justify-content: center;
        padding-top: 70px;
    }

    .cont-t {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 0.7;
        text-align: center;
        line-height: 1.2;
    }

    .cont-t>span {
        text-align: center;
        font-size: 50px;
    }

    .cont-p {
        text-align: center;
        font-size: 14px;
        padding: 20px 25px 20px 0;
    }

    .cont-button {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .btn-h {
        padding: 8px 18px;
        font-size: 16px;
    }

    /* hero img section  */
    .slides {
        width: 100%;
    }

    .slides img {
        width: 100%;
        height: 375px;
    }

    /* all section title  */
    .sec-title {
        padding-top: 22px;
    }

    .h-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    /* course catagory  */
    .type-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        margin-bottom: 40px;
    }

    .cata-c {
        width: 220px;
        height: 180px;
    }

    .cata-img {
        width: 120px;
        height: 115px;
    }

    .cata-p {
        font-size: 15px;
    }

    /* featured courses  */
    .courses {
        height: auto;
    }

    .course-container {
        width: 80%;
    }

    /* coursr card  */
    .course-card-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .course-card{
        width: 48%;
        height: 360px;
    }
    .c-card-t{
        font-size: 17px;
    }
    .duration p{
        font-size: 13px;
    }
    .del-price{
        font-size: 13px;
    }
    .price{
        font-size: 15px;
    }
    .c-detail{
        padding: 9px 13px;
    }

    /* explore button  */
    .explore-btn {
        padding-bottom: 10px;
    }

    .line {
        width: 100px;
    }

    .exp-btn {
        font-size: 14px;
    }

    /* contact section  */
    .contact-container {
        width: 80%;
    }

    .contact-content {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        /* gap: 15px; */
    }

    /* form section  */
    .form {
        width: 48%;
        padding: 15px;
    }

    .cont-text {
        font-size: 17px;
    }

    input {
        width: 290px;
        height: 35px;
    }

    .input-c {
        font-size: 12px;
        padding: 8px;
    }

    .form textarea{
        width: 290px;
    }
    .input-c::placeholder {
        font-size: 12px;
    }

    .cc-btn {
        font-size: 12px;
    }

    /* map  */
    .map {
        width: 335px;
        height: 400px;
        margin-bottom: 0;
    }


    /* ------------------------
        All breadcrumb
    ------------------------ */
    .page-title {
        height: 100px;
    }

    .title-content {
        width: 80%;
    }

    .mt {
        font-size: 25px;
        padding: 10px 0;
    }

    #breadcrumb {
        font-size: 13px;
    }

    /* ------------------------
        About Page 
    ------------------------ */

    .about-content-sec {
        width: 80%;
    }

    .about-first-cont {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        /* padding: 20px 30px;     */
    }

    .lab-image {
        height: 200px;
        width: 365px;
    }

    .first-para {
        width: 40%;
    }

    .ab-t {
        font-size: 18px;
    }

    .ab-p {
        font-size: 14px;
    }

    /* ------------------------
        Career Content Section 
    ------------------------ */
    .career-content-section {
        width: 80%;
    }

    .career-text {
        font-size: 22px;
        padding: 25px 10px;

    }

    .job-form {
        width: 80%;
    }

    .career-p {
        font-size: 14px;
        padding: 20px 0;
    }

    .label-c-app {
        font-size: 14px;
    }

    .career-input {
        font-size: 12px;
        padding: 8px 10px;
    }

    .career-input::placeholder {
        font-size: 12px;
    }

    .checkbox-group {
        padding: 8px 0;
        gap: 15px;
    }

    #agreeCheckbox {
        height: 12px;
        width: 12px;
    }

    .custom-file-upload {
        padding: 10px 1rem;
        font-size: 12px;
    }

    #file-name {
        font-size: 12px;
        margin-left: 15px;
    }

    .career-sub {
        width: 200px;
        font-size: 14px;
        padding: 8px 0;
    }

    .career-condition {
        width: 80%;
    }

    .condition-t {
        font-size: 17px;
        padding: 10px 0;
    }

    .conditions {
        margin-left: 20px;
    }

    .condi-item {
        font-size: 13px;
    }

    /* ------------------------
        Contact Content Section 
    ------------------------ */
    .contact-content-section {
        width: 80%;
    }

    .contact-info {
        padding: 20px 0;
    }

    .info {
        width: 80%;
        font-size: 20px;
        padding: 25px 20px;
    }
    .info>label{
        font-size: 18px;
        line-height: 2.5;
    }



    .map-location {
        height: 350px;
    }

    .form-data {
        width: 55%;
        padding: 10px 15px;
        margin: 20px auto;
    }

    .c-input{
        width: 330px;
        font-size: 13px;
    }
    .c-input::placeholder{
        font-size: 13px;
    }
    
    .send, .reset{
        font-size: 13px;
    }

    /* ------------------------
        Course Content Section 
    ------------------------ */
    .course-content-sec {
        width: 80%;
    }

    .courses-container-box {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    

    /* ------------------------
        Course Details Section 
    ------------------------ */
    .course-all-content{
        width: 80%;
    }

    .course-top{
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .course-image{
        max-width: 300px;
        height: 200px;
    }

    .info-item p{
        font-size: 14px;
    }
    .head-t{
        font-size: 18px;
    }
    .course-description{
        font-size: 14px;
    }
    .course-modules{
        font-size: 14px;
    }
    .apply-btn{
        font-size: 14px;
        padding: 10px 95px;
    }

    /* ------------------------
        Privacy Content Section 
    ------------------------ */
    .privacy-content{
        width: 80%;
    }
    .pri-title{
        line-height: 1.9;
        font-size: 17px;
    }
    .pri-p{
        font-size: 14px;
    }

    /* ------------------------
  Apply Content Section 
------------------------ */
.apply-content{
  width: 80%;
}
.apply-msg{
padding-top: 30px;
  font-size: 17px;
}
.location-add {
  font-size: 16px;
  margin-bottom: 20px;
}


}



/* -----------------------------------------------------------------------
                                laptop version 
------------------------------------------------------------------------- */
@media (min-width: 992px) {
    body {
        padding-top: 75px;
    }

    /* ------------------------
            All Pages 
    ------------------------ */
    /* navber section  */
    .top.scrolled {
        height: 75px;
    }

    .container {
        width: 75%;
        height: 75px;
        margin: 0 auto;
    }

    .logo {
        width: 75px;
        height: 50px;
    }

    .main-t {
        font-size: 20px;
    }

    .navmenu {
        position: relative;
        width: 60%;
        border: none;
        height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    list-style: none;
    visibility: visible;
    pointer-events: auto;
    }
.nav-open .navmenu {
        opacity: 0;
        pointer-events: auto;
        visibility: hidden;
    }
    

    .l-item {
        font-size: 13px;
    }

    .dropdown>.dropdown-menu>li>a {
        font-size: 13px;
    }

    .apply {
        font-size: 13px;
        padding: 5px 18px;
    }

    /* hurburger button  */
    .menu-btn {
        display: none;
        border: none;
    }

    .close-icon {
        display: none;
    }

    .nav-open .close-icon {
        display: none;
        position: absolute;
        top: 10px;
    }


    /* bigfooter  */
    .bigf-container {
        width: 75%;
        padding: 50px 0;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    /* company section  */
    .f-company {
        flex-basis: 40%;
    }
    
        .bigf-container > div:nth-child(2){
        flex: 0 0 calc(13% - 30px);
        box-sizing: border-box;
    }

         .bigf-container > div:nth-child(3) {
        flex: 0 0 calc(37% - 65px);
        box-sizing: border-box;
    }

    .f-com-links{
        margin: 0 auto;
    }
    .com-t {
        font-size: 2rem;
    }

    .f-com-p {

        font-size: 14px;
    }

    .media {
        font-size: 20px;
    }
    
    .bigf-title{
        padding-top: 40px;
    }

    .f-link{
        font-size: 17px;
    }
    
    .f-p {
        font-size: 17px;
    }

    .f-a-p {
        font-size: 15px;
    }

    /* footer section  */
    .footer {
        height: 70px;
    }

    .foot-container {
        width: 75%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10ox;
    }

    .ppp {
        font-size: 14px;
    }

    /* ------------------------
        Landing / Home Page 
    ------------------------ */
    /* text animation  */
    .text-slide.scrolled {
        height: 37px;
    }

    .slide-container {
        height: 42px;
    }

    .marquess-text {
        margin-top: 20px;
    }

    .slide-t {
        font-size: 20px;
    }

    /* hero section  */
    .hero {
        height: 80vh;
    }

    .hero-container {
        width: 75%;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 120px;
    }

    .cont-t {
        font-size: 3.8rem;
        font-weight: 750;
        line-height: 0.85;
        text-align: left;
    }

    .cont-t>span {
        text-align: left;
        font-size: 62px;
        line-height: 1.5;
    }

    .cont-p {
        text-align: left;
        font-size: 18px;
        padding: 30px 50px 30px 0;
    }

    .cont-button {
        flex-direction: row;
        justify-content: left;
    }

    .btn-h {
        padding: 10px 18px;
        font-size: 17px;
    }

    /* hero img section  */
    .slides {
        width: 100%;
    }

    .slides img {
        width: 100%;
        height: 360px;
    }

    /* all section title  */
    .sec-title {
        padding-top: 22px;
    }

    .h-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    /* course catagory  */
    .type-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        margin-bottom: 60px;
    }

    .cata-c {
        width: 280px;
        height: 235px;
    }

    .cata-img {
        width: 140px;
        height: 160px;
    }

    .cata-p {
        font-size: 18px;
    }

    /* featured courses  */
    .courses {
        height: auto;
    }

    .course-container {
        width: 50%;
    }

    /* coursr card  */
    .course-card-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        margin-bottom: 50px;
    }

    .course-card{
        width: 48%;
        height: auto;
    }
    .c-card-t{
        font-size: 19px;
    }
    .duration p{
        font-size: 15px;
    }
    .del-price{
        font-size: 15px;
    }
    .price{
        font-size: 18px;
    }
    .c-detail{
        padding: 10px 5px;
    }

    /* explore button  */
    .explore-btn {
        padding-bottom: 10px;
    }

    .line {
        width: 180px;
    }

    .exp-btn {
        font-size: 18px;
    }

    /* contact section  */
    .contact-container {
        width: 75%;
    }

    .contact-content {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        /* gap: 15px; */
    }

    /* form section  */
    .form {
        width: 44%;
        padding: 0 20px;
    }

    .cont-text {
        font-size: 19px;
    }

    input {
        width: 380px;
        height: 38px;
    }

    .input-c {
        font-size: 13px;
        padding: 10px;
    }

    .form textarea{
        width: 380px;
    }
    .input-c::placeholder {
        font-size: 13px;
    }

    .cc-btn {
        font-size: 13px;
    }

    /* map  */
    .map {
        width: 54%;
        height: 430px;
        margin-bottom: 0;
    }


    /* ------------------------
        All breadcrumb
    ------------------------ */
    .page-title {
        height: 165px;
    }

    .title-content {
        width: 75%;
    }

    .mt {
        font-size: 50px;
        padding: 16px 0;
    }

    #breadcrumb {
        font-size: 18px;
    }

    /* ------------------------
        About Page 
    ------------------------ */

    .about-content-sec {
        width: 75%;
    }

    .about-first-cont {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        padding: 40px 0;    
    }

    .lab-image {
        height: 300px;
        width: 530px;
    }

    .first-para {
        width: 40%;
    }

    .ab-t {
        font-size: 22px;
    }

    .ab-p {
        font-size: 18px;
    }

    /* ------------------------
        Career Content Section 
    ------------------------ */
    .career-content-section {
        width: 75%;
    }

    .career-text {
        font-size: 27px;
        padding: 22px 10px;

    }

    .job-form {
        width: 50%;
    }

    .career-p {
        font-size: 18px;
        padding: 50px 0;
    }

    .label-c-app {
        font-size: 1rem;
    }

    .career-input {
        font-size: 13px;
        padding: 8px 10px;
    }

    .career-input::placeholder {
        font-size: 13px;
    }

    .checkbox-group {
        padding: 10px 0;
        gap: 15px;
    }

    #agreeCheckbox {
        height: 18px;
        width: 18px;
    }

    .custom-file-upload {
        padding: 10px 20px;
        font-size: 14px;
    }

    #file-name {
        font-size: 13px;
        margin-left: 10px;
    }

    .career-sub {
        width: 300px;
        font-size: 16px;
        padding: 10px 0;
    }

    .career-condition {
        width: 50%;
    }

    .condition-t {
        font-size: 20px;
        padding: 15px 0;
    }

    .conditions {
        margin-left: 20px;
    }

    .condi-item {
        font-size: 15px;
    }

    /* ------------------------
        Contact Content Section 
    ------------------------ */
    .contact-content-section {
        width: 75%;
    }

    .contact-info {
        padding: 40px 0;
    }

    .info {
        width: 70%;
        font-size: 22px;
        padding: 30px 90px;
    }
    .info>label{
        font-size: 16px;
        line-height: 2.5;
    }



    .map-location {
        height: 500px;
    }

    .form-data {
        width: 100%;
        padding: 0 20px;
        margin: 50px auto;
    }

    .c-input{
        width: 100%;
        font-size: 15px;
    }
    .c-input::placeholder{
        font-size: 15px;
    }
    
    .send, .reset{
        font-size: 15px;
    }

    /* ------------------------
        Course Content Section 
    ------------------------ */
    .course-content-sec {
        width: 75%;
    }

    .courses-container-box {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .c-card{
        flex-basis: 30%;
    }
    

    /* ------------------------
        Course Details Section 
    ------------------------ */
    .course-all-content{
        width: 75%;
    }

    .course-top{
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .course-image{
        max-width: 600px;
        height: 380px;
    }

    .info-item p{
        font-size: 18px;
    }
    .head-t{
        font-size: 20px;
    }
    .course-description{
        font-size: 18px;
    }
    .course-modules{
        font-size: 18px;
    }
    .apply-btn{
        font-size: 18px;
        padding: 10px 250px;
    }

    /* ------------------------
        Privacy Content Section 
    ------------------------ */
    .privacy-content{
        width: 75%;
    }
    .pri-title{
        line-height: 1.7;
        font-size: 18px;
    }
    .pri-p{
        font-size: 14px;
    }
    .ppp-list{
        font-size: 14px;
    }

    /* ------------------------
  Apply Content Section 
------------------------ */
.apply-content{
  width: 75%;
}
.apply-msg{
padding-top: 30px;
  font-size: 18px;
}
.location-add {
  font-size: 17px;
  margin-bottom: 20px;
}


}



/* -----------------------------------------------------------------------
                                dekstop version 
------------------------------------------------------------------------- */
@media (min-width: 1500px) {
    body {
        padding-top: 80px;
    }

    /* ------------------------
            All Pages 
    ------------------------ */
    /* navber section  */
    .top.scrolled {
        height: 80px;
    }

    .container {
        width: 70%;
        height: 80px;
    }

    .logo {
        width: 90px;
        height: 65px;
    }

    .main-t {
        font-size: 2rem;
    }

    .navmenu {
        position: relative;
        width: 60%;
        border: none;
        height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    opacity: 1;
    list-style: none;
    visibility: visible;
    pointer-events: auto;
    }
.nav-open .navmenu {
        opacity: 0;
        pointer-events: auto;
        visibility: hidden;
    }
    

    .l-item {
        font-size: 20px;
    }

    .dropdown>.dropdown-menu>li>a {
        font-size: 15px;
    }

    .apply {
        font-size: 15px;
        padding: 5px 30px;
    }

    /* hurburger button  */
    .menu-btn {
        display: none;
        border: none;
    }

    .close-icon {
        display: none;
    }

    .nav-open .close-icon {
        display: none;
        position: absolute;
        top: 10px;
    }


    /* bigfooter  */
    .bigf-container {
        width: 70%;
        padding: 50px 0;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    /* company section  */
    .f-company {
        flex-basis: 40%;
    }
    
        .bigf-container > div:nth-child(2){
        flex: 0 0 calc(10% - 30px);
        box-sizing: border-box;}
         .bigf-container > div:nth-child(3) {
        flex: 0 0 calc(27% - 65px);
        box-sizing: border-box;
    }

    .f-com-links{
        margin: 0 auto;
    }
    .com-t {
        font-size: 2rem;
    }

    .f-com-p {

        font-size: 14px;
    }

    .media {
        font-size: 20px;
    }
    

    .f-link{
        font-size: 17px;
    }
    
    .f-p {
        font-size: 17px;
    }

    .f-a-p {
        font-size: 15px;
    }

    /* footer section  */
    .footer {
        height: 70px;
    }

    .foot-container {
        width: 70%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10ox;
    }

    .ppp {
        font-size: 14px;
    }

    /* ------------------------
        Landing / Home Page 
    ------------------------ */
    /* text animation  */
    .text-slide.scrolled {
        height: 40px;
    }

    .slide-container {
        height: 45px;
    }

    .marquess-text {
        margin-top: 20px;
    }

    .slide-t {
        font-size: 20px;
    }

    /* hero section  */
    .hero {
        height: 80vh;
    }

    .hero-container {
        width: 70%;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 150px;
    }

    .cont-t {
        font-size: 5rem;
        font-weight: 800;
        line-height: 0.9;
        text-align: left;
    }

    .cont-t>span {
        text-align: left;
        font-size: 70px;

    }

    .cont-p {
        text-align: left;
        font-size: 20px;
        padding: 35px 60px 35px 0;
    }

    .cont-button {
        flex-direction: row;
        justify-content: left;
    }

    .btn-h {
        padding: 10px 20px;
        font-size: 20px;
    }

    /* hero img section  */
    .slides {
        width: 100%;
    }

    .slides img {
        width: 100%;
        height: 400px;
    }

    /* all section title  */
    .sec-title {
        padding-top: 22px;
    }

    .h-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    /* course catagory  */
    .type-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 70px;
    }

    .cata-c {
        width: 300px;
        height: 250px;
    }

    .cata-img {
        width: 150px;
        height: 170px;
    }

    .cata-p {
        font-size: 20px;
    }

    /* featured courses  */
    .courses {
        height: auto;
    }

    .course-container {
        width: 70%;
    }

    /* coursr card  */
    .course-card-wrapper {
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 50px;
    }

    .course-card{
        width: 23%;
        height: auto;
    }
    .c-card-t{
        font-size: 20px;
    }
    .duration p{
        font-size: 15px;
    }
    .del-price{
        font-size: 15px;
    }
    .price{
        font-size: 20px;
    }
    .c-detail{
        padding: 10px 5px;
    }

    /* explore button  */
    .explore-btn {
        padding-bottom: 10px;
    }

    .line {
        width: 200px;
    }

    .exp-btn {
        font-size: 20px;
    }

    /* contact section  */
    .contact-container {
        width: 70%;
    }

    .contact-content {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        /* gap: 15px; */
    }

    /* form section  */
    .form {
        width: 33%;
        padding: 0 20px;
    }

    .cont-text {
        font-size: 21px;
    }

    input {
        width: 400px;
        height: 40px;
    }

    .input-c {
        font-size: 13px;
        padding: 10px;
    }

    .form textarea{
        width: 400px;
    }
    .input-c::placeholder {
        font-size: 13px;
    }

    .cc-btn {
        font-size: 13px;
    }

    /* map  */
    .map {
        width: 65%;
        height: 430px;
        margin-bottom: 0;
    }


    /* ------------------------
        All breadcrumb
    ------------------------ */
    .page-title {
        height: 210px;
    }

    .title-content {
        width: 70%;
    }

    .mt {
        font-size: 65px;
        padding: 20px 0;
    }

    #breadcrumb {
        font-size: 20px;
    }

    /* ------------------------
        About Page 
    ------------------------ */

    .about-content-sec {
        width: 70%;
    }

    .about-first-cont {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        padding: 50px 0;    
    }

    .lab-image {
        height: 400px;
        width: 735px;
    }

    .first-para {
        width: 40%;
    }

    .ab-t {
        font-size: 25px;
    }

    .ab-p {
        font-size: 20px;
    }

    /* ------------------------
        Career Content Section 
    ------------------------ */
    .career-content-section {
        width: 70%;
    }

    .career-text {
        font-size: 2rem;
        padding: 25px 10px;

    }

    .job-form {
        width: 50%;
    }

    .career-p {
        font-size: 20px;
        padding: 50px 0;
    }

    .label-c-app {
        font-size: 18px;
    }

    .career-input {
        font-size: 14px;
        padding: 8px 10px;
    }

    .career-input::placeholder {
        font-size: 14px;
    }

    .checkbox-group {
        padding: 10px 0;
        gap: 15px;
    }

    #agreeCheckbox {
        height: 20px;
        width: 20px;
    }

    .custom-file-upload {
        padding: 10px 20px;
        font-size: 15px;
    }

    #file-name {
        font-size: 14px;
        margin-left: 10px;
    }

    .career-sub {
        width: 300px;
        font-size: 18px;
        padding: 10px 0;
    }

    .career-condition {
        width: 50%;
    }

    .condition-t {
        font-size: 22px;
        padding: 15px 0;
    }

    .conditions {
        margin-left: 20px;
    }

    .condi-item {
        font-size: 17px;
    }

    /* ------------------------
        Contact Content Section 
    ------------------------ */
    .contact-content-section {
        width: 70%;
    }

    .contact-info {
        padding: 50px 0;
    }

    .info {
        width: 70%;
        font-size: 25px;
        padding: 30px 100px;
    }
    .info>label{
        font-size: 18px;
        line-height: 2.5;
    }



    .map-location {
        height: 500px;
    }

    .form-data {
        width: 100%;
        padding: 0 20px;
        margin: 50px auto;
    }

    .c-input{
        width: 100%;
        font-size: 15px;
    }
    .c-input::placeholder{
        font-size: 15px;
    }
    
    .send, .reset{
        font-size: 15px;
    }

    /* ------------------------
        Course Content Section 
    ------------------------ */
    .course-content-sec {
        width: 70%;
    }

    .courses-container-box {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 50px;
    }

    

    /* ------------------------
        Course Details Section 
    ------------------------ */
    .course-all-content{
        width: 70%;
    }

    .course-top{
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .course-image{
        max-width: 700px;
        height: 430px;
    }

    .info-item p{
        font-size: 20px;
    }
    .head-t{
        font-size: 22px;
    }
    .course-description{
        font-size: 20px;
    }
    .course-modules{
        font-size: 20px;
    }
    .apply-btn{
        font-size: 20px;
        padding: 10px 300px;
    }

    /* ------------------------
        Privacy Content Section 
    ------------------------ */
    .privacy-content{
        width: 70%;
    }
    .pri-title{
        line-height: 1.8;
        font-size: 20px;
    }
    .pri-p{
        font-size: 1rem;
    }
    .ppp-list{
        font-size: 1rem;
    }

    /* ------------------------
  Apply Content Section 
------------------------ */
.apply-content{
  width: 70%;
}
.apply-msg{
padding-top: 40px;
  font-size: 20px;
}
.location-add {
  font-size: 18px;
  margin-bottom: 20px;
}


}



