﻿/* Ensure the image is responsive */
img.responsive-img {
    max-width: 100%;
    height: auto;
    display: block; /* To remove the bottom whitespace */
}

/* Optional: Add a container to control the image size */
.img-container {
    text-align: center; /* Center the image container */
    max-width: 100%; /* Container should also be responsive */
}

/* Media queries for different screen sizes */
@media (min-width: 768px) {
    img.responsive-img {
        width: 50%; /* Adjust width for larger screens */
    }
}

@media (min-width: 1024px) {
    img.responsive-img {
        width: 30%; /* Adjust width for even larger screens */
    }
}


/* Add any custom margin or padding if needed for spacing */




.psd-red, .new-psd-red, .cnf-psd-red {
    position: absolute;
    top: auto;
    bottom: -5px;
}

.banner-content {
    position: absolute;
    top: 100px;
    left: 20px;
    right: 0;
    z-index: 9999;
}




.panel-default > .panel-heading h4 a {
    padding-right: 30px;
}

.bg-height {
    background: linear-gradient( to top, white 0%, white 50%, #f8eed7 50%, #f8eed7 100% );
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px !important;
}

.banner-image {
    width: 90%;
    float: right;
    margin-top: 20px;
}

button {
    background-color: #195e98;
    padding: 8px 15px;
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
    outline: none;
    border: 0;
    font-size: 18px;
}

.enroll-button {
    background-color: #002C54;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
}

    .enroll-button:hover {
        color: #fff;
        text-decoration: none;
    }

.banner-logo {
    background-color: #fff;
    padding: 30px 10px;
    box-shadow: 0px 0px 8px rgba(76,76,76, 0.35);
    margin-top: 35px;
    width: 100%;
    margin-bottom: 25px;
}

.banner-button {
    margin-top: 20px;
}

.course-head h3 {
    color: #C34511;
    font-size: 47px;
    font-family: 'Hepta Slab';
}

.courses-content h3 {
    margin-bottom: 50px;
}

.courses-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.courses-content img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.courses-content button {
    margin-top: 20px;
}

.course-left {
    border: 8px solid #82A042;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.course-subhead h4 {
    color: #002C54;
    font-size: 24px;
    font-family: 'Hepta Slab';
}

.course-right h3 {
    margin-bottom: 30px;
}

.course-right ul {
    margin-left: -20px;
    margin-bottom: 20px;
    list-style: disc;
}

    .course-right ul li {
        font-size: 16px;
        line-height: 30px;
    }

.brochure h3 {
    margin-bottom: 20px;
}

.brochure p {
    font-size: 16px;
    margin-bottom: 30px;
}

.course-block {
    border: 3px solid #82A042;
    padding: 20px 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.course-content p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#links .content_wrap p.section_head {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #002754;
}

.course-content a {
    font-size: 18px;
    color: #002C54;
}

.blue-bg {
    background-color: #002C54;
    border-radius: 4px;
    padding: 20px 30px;
    color: #fff;
}

    .blue-bg h4 {
        font-size: 24px;
        color: #fff;
    }

    .blue-bg p {
        font-size: 16px;
        color: #fff;
    }

    .blue-bg a {
        font-size: 18px;
        color: #fff !important;
        text-decoration: none;
    }

        .blue-bg a svg {
            fill: #fff;
            margin-right: 7px;
        }

.faq-padding {
    padding-top: 60px;
    padding-bottom: 15px;
}

.content {
    margin-top: -30px;
    margin-bottom: 100px;
}

.panel-group .panel {
    background-color: #025464;
    margin-bottom: 15px;
}

.panel-default > .panel-heading {
    background-color: #025464;
    background-image: none;
    padding: 20px;
    border-radius: 4px;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

    .panel-default > .panel-heading h4 {
        color: #EE9327;
        font-size: 18px;
        font-family: 'Figtree';
        text-transform: uppercase;
    }

.panel-group .panel .para {
    font-size: 16px;
    font-family: 'Figtree';
    color: #F8EED7
}



.panel-heading a {
    display: block;
    position: relative;
    text-decoration: none;
    font-family: 'Figtree';
    &::after

{
    content: "";
    /* border: solid #EE9327; */
    /* border-width: 0 3px 3px 0; */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #EE9327;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}

&[aria-expanded="true"]::after {
    transform: rotate(0deg);
    top: 5px;
}

}

.panel-heading a:after {
    content: "";
    /* border: solid #EE9327; */
    /* border-width: 0 3px 3px 0; */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #EE9327;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
}

.panel-heading a[aria-expanded="true"]:after {
    transform: rotate(0deg);
    top: 5px;
}

.hero__lockup h1 {
    max-width: 100%;
}

.form__wrapper--icon {
    border-bottom: 1px solid #22a295;
    margin-top: 30px;
}

    .form__wrapper--icon h3 {
        color: #1A6BBD !important;
        font-size: 24px;
    }

    .form__wrapper--icon p {
        font-size: 16px;
        padding-top: 20px;
    }

.form__wrapper label {
    color: #4C4C4C;
    font-weight: normal;
    position: relative;
    left: 10px;
}

.form__wrapper input {
    border: 1px solid #025464;
}

.form-control {
    height: 56px;
}

.form__wrapper--select::after {
    width: 50px;
    line-height: 40px;
    background-color: #025464;
}

.blue-text {
    color: #0A6E91;
}

.orange-border {
    border: 8px solid #F26A33;
}

.video-block h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.video-block p {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.bd-bottom {
    border-bottom: 1px solid #ddd;
}

.pd-bottom {
    padding-bottom: 60px;
}

.video-block {
    min-height: 380px;
}

body.login-page {
    background-color: #fff;
}

.login {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 6px;
    display: inline-block;
    margin: 50px auto;
    border: 0.1px solid #ccc;
    -webkit-filter: drop-shadow(0px 0px 0.8px #ccc);
}



.single-input {
    width: 100%;
    border-bottom: 2px solid #c1c1c1;
    display: flex;
    background: none;
    margin-bottom: 15px;
}

    .single-input input {
        width: 100%;
        outline: none;
        height: 50px;
        font-size: 16px;
        background: none;
        border: none;
    }

    .single-input i {
        padding-top: 20px;
        color: #333;
    }

.forgot {
    float: right;
}

    .forgot a {
        color: #025464;
        text-decoration: underline;
    }

.submit-btn .btn {
    background-color: #195e98;
    color: #fff;
    padding: 10px;
    margin-top: 40px;
    font-size: 18px;
}

.login-text p {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

    .login-text p a {
        color: #025464;
        text-decoration: underline;
    }

.login input[type=checkbox] {
    margin-top: -1px;
    margin-right: 5px;
}

.remember label {
    display: flex;
}

@media (min-width:1200px) {
    .enroll-button {
        padding: 10px 35px;
    }
}

@media(max-width:1199px) {
    .banner-image {
        width: 75%;
    }

    .banner-content {
        width: 100%;
        bottom: auto;
        top: 50px;
    }

    .banner-image img {
        aspect-ratio: 17/9;
    }

    form input[type=submit] {
        margin: 15px 0;
        color: #fff !important;
    }

    .login-section #formLogin .col-md-12:last-child, #formLogin .bottom-psd {
        flex-direction: column !important;
    }

        .login-section #formLogin .col-md-12:last-child .submit-btn, #formLogin .bottom-psd .submit-btn {
            width: 100% !important;
            max-width: 100% !important;
            flex: 100% !important;
        }
}

.bd-bottom .video-block {
    min-height: 380px;
}

@media (max-width:991px) {
    /*.single-input .text-danger {
        bottom: -45px !important;
    }*/
    .psd-red, .new-psd-red {
        bottom: -20px;
    }

    .cnf-psd-red {
        bottom: -40px;
        height: 35px;
    }

    .course-block .course-image img {
        width: 100%;
    }

    .new-flex-width-sm, .new-video-width, .new-video-width .col-md-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

        .new-flex-width-sm .col-md-6 {
            max-width: 100% !important;
        }

    .video-block, .bd-bottom .video-block {
        min-height: 250px;
    }
}


@media (min-width:320px) and (max-width:767px) {
    .login {
        padding: 20px;
    }

    .forgot {
        float: none;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .banner {
        padding: 0px;
    }

    .banner-image {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .banner-logo {
        width: 90%;
    }

    .banner-content {
        top: 100px;
        left: 0px;
        text-align: center;
    }

    .courses-content {
        padding-top: 150px;
    }

    .course-head h3 {
        font-size: 26px;
        font-family: 'Hepta Slab';
    }

    .blue-bg {
        margin-bottom: 10px;
    }

    .padding--top {
        padding-top: 20px !important;
    }

    .faq-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .panel-default > .panel-heading h4 a {
        padding-right: 25px;
    }

    .form__wrapper--icon h3 {
        font-size: 18px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .banner-content {
        top: 180px;
    }
}

.video-block h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.video-block p {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.bd-bottom {
    border-bottom: 1px solid #ddd;
}

.pd-bottom {
    padding-bottom: 60px;
}



.row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog-content {
    height: 100%;
    background-color: #195e98 !important;
    border-radius: 8px;
}

.mb-30 {
    margin-bottom: 30px;
}

.auto-fade-slider .slider-new:nth-child(n+2) {
    display: none !important;
}

.auto-fade-slider.slick-initialized .slider-new {
    display: inline !important;
}

@media (max-width:767px) {
    .course-block {
        flex-direction: column !important;
    }
}

.spanPwd {
    position: relative;
    float: right;
    top: -36px;
    right: 12px;
}
/*Atlantis page fix*/
.table-section {
    width: 100%;
}

    .table-section table {
        border: 1px solid #ddd;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

        .table-section table > tbody > tr > td,
        .table-section table > tbody > tr > th,
        .table-section table > tfoot > tr > td,
        .table-section table > tfoot > tr > th,
        .table-section table > thead > tr > td,
        .table-section table > thead > tr > th {
            border: 1px solid #ddd;
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
        }

        .table-section table > tbody > tr > th {
            background: #f8eed7;
        }

@media screen and (min-width: 1200px) {
    .table-section {
        width: 50%;
    }
}
