* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mainMenu li {
    padding-right: 15px;
}

.course-title {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    height: 100%;
    padding-top: 8%;
}

.course-title h1 {
    font-size: 50pt;
    text-shadow: 5px 5px 5px black;
}

.course-title p {
    font-size: 20pt;
    text-shadow: 2px 2px 2px black;
}

.video-embed {
    width: 100%;
    margin: auto;
    padding: 5px;
}

.apply-now-btn:hover {
    /* width: 10%; */
    /* height: 110%; */
    scale: 110%;
    letter-spacing: 0.1rem;
    transition: 0.3s ease-out;
    /* font-weight: bold; */
    margin: auto;
}

.course-description {
    background-color: white;
    border-radius: 15px;
    width: 98%;
    height: auto;
    padding: 15px;
    display: block !important;
    margin: auto !important;
}

.course-desc-tbl {
    border: none;
}

.course-desc-tbl td {
    padding: 10px;
    font-size: 1rem;
}

.course-description img {
    width: 24px;
}


.apply_btn {
    width: 100%;
    align-items: center;
    display: block;
    margin: auto;
}

.du_odo {
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    /* font-size: clamp(60px, 30vw, 200px); */
    font-size: 18pt;
    font-weight: bold;
    /* border: solid 2px; */
}

.du_odo #odometer {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}

/* ----- footer ------ */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: white;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}


@media (max-width:846px) {
    .course-title {
        padding-top: 6%;
    }

    .course-title h1 {
        font-size: 40pt;

    }

    .course-title p {
        font-size: 15pt;
    }

    .apply-now-btn {
        font-size: 25pt;
    }
}

@media (max-width:665px) {
    .course-title h1 {
        font-size: 30pt;
    }

    .course-title p {
        font-size: 10pt;
    }
}

@media (max-width:520px) {
    .course-title h1 {
        font-size: 25pt;
    }

    .course-title p {
        font-size: 10pt;
    }

    .course-description {
        max-height: 500px;
        overflow: auto;
    }
}

@media (max-width:470px) {
    header {
        display: none;
    }
}

@media(min-width:1199px) {
    .responsive-apply-btn {
        display: none !important;
    }
}

@media(max-width:375px) {
    .responsive-apply-btn {
        display: none !important;
    }
}

@media(min-width:1350px) {
    .instructor-details {
        margin-top: 25px !important;
    }
}

/* @media (max-width:1199px) {
    .instructor-details .instructor-card img {
        margin: auto !important;
        display: block !important;
        width: 96% !important;
        height: auto !important;
    }
} */