@media only screen and (max-device-width:1023px){

h1{
    font-size: 5vw !important;
    font-weight: 400 !important;
}

h2{
    font-size: 4vw !important;
}

h3{
    font-size: 3.4vw !important;
}

#bck_white{
    background-color: white;
    padding: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    width: fit-content;
}

#bck_white_holder{
    padding-left: 5vw;
    padding-right: 5vw;
}

.requirementsSection{
    padding-left: 5vw;
    padding-top: 2vw;
}

#enrollment_section{
    padding-top: 9vw;
    background-color: blue !important;
    padding-bottom: 9vw;
    
        background: rgb(2,0,36);
        background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,72,142,1) 35%);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
}

@keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

#section_1{
    margin-top: 1vw !important;
    display: initial;
}

#section_1 #leftDiv{
    width: 100%;
    margin-top: -4vw !important;
}

#overview_section{
    margin-top: 0 !important;
    background-color: #f4f4f4;
    padding-top: 6vw;
    padding-bottom: 6vw;
}

#section_1 #rightDiv{
    width: 90%;
    height: fit-content;
    padding-top: 5vw;
    padding-bottom: 5vw;
    margin-left: 5%;
    box-shadow: none !important;
}

.section_separators{
    background-color: white;
    width: 100vw;
    margin-left: -5vw;
    height: 2vw;
}

#long_description{
    margin-top: 7vw !important;
    margin-bottom: 6vw !important;
}

#video{
    width: 100%;
    height: auto;
}

#tableHolder{
    width: 100% !important;
}

.squares{
    width: 50%;
    margin: 1vw;
    padding: 3vw;
    min-height: 15vw;
    background-color: #f4f4f4;
}

#bar{
    padding: 1vw;
    background-color: #04488e;
}

.barItems{
    cursor: pointer;
    color: white !important;
}

.barItems:hover{
    text-decoration: underline;
    color: grey !important;
}

.section_lines{
    width: 25%;
    height: 0.4vw;
    background-color: #04488e;
}

.lines{
    width: 12vw;
    height: 0.4vw;
    background-color: #04488e;
}

.section_titles{
    width: 50%;
}

.certificates{
    width: 60vw;
    height: auto;
    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#testimonials_section{
    padding-top: 6vw;
}

#syllabus_section{
    padding-top: 6vw;
    padding-bottom: 8vw;
    background-color: #efefef;
    margin-top: -6vw !important;
}

#whatYouEarnSection{
    background-color: white !important;
    padding: 6vw;
    margin-top: -1vw !important;
    margin-bottom: 0 !important;
    position: relative;
    left: -5vw;
    width: 100vw !important;
}

.modules{
    display: flex;
    width: 100%;
    border: 1px solid black;
    border-radius: 0 25px 25px 0;
}

.modules .leftDiv{
    min-width: 23vw;
    background-color: #04488e;
    padding: 1vw;
}

.modules .rightDiv{
    padding: 1vw;
    padding-left: 2vw;
}

#datesMainHolder{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.datesHolders{
    padding: 2vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-width: 20vw;
}



#requirements_section{
    width: 100%;
}

#testimonialsMainHolder{
    width: 100%;
    margin-top: 0px !important;
}

#testimonialsMainHolder .testimonialsHolders{
    display: initial !important;
    
}

#testimonialsMainHolder .testimonialsHolders .leftDiv{
    width: 10vw;
    margin-bottom: 3vw;
    margin-top: 5vw !important;
    display: block;
      margin-right: auto;
      margin-left: auto;
}

#testimonialsMainHolder .testimonialsHolders .leftDiv img{
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    
}



#cpd_accredited{
    width: 10vw;
    height: auto;
}

#coursesMainHolder{
    width: 89vw;
    position: relative;
    left: 3vw;
    margin-top: 2vw !important;
}

.courses_holders{
    position: relative;
    float: left;
    margin-top: 5vw;
    width: 45%;
    margin-left: 5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-bottom: 1.5vw;
}

.coursesImagesHolders{
    position: relative;
    width: 100%;
    height: 23vw;
    overflow: hidden;
}

.coursesImages{
    width: 100%;
    height: auto;
    z-index: 1;
}

.fullyBooked_blackDiv{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.fullyBooked_word{
    background-color:red;
    color: white !important;
    position: absolute;
    z-index: 3 !important;
    top: 3vw;
    right: 0;
    font-size: 2.3vw !important;
    padding: 1.5vw;
}

.comingSoon_word{
    background-color:#04488e;
    color: white !important;
    position: absolute;
    z-index: 3 !important;
    top: 3vw;
    right: 0;
    font-size: 2.3vw !important;
    padding: 1.5vw;
}

#alert_blackDiv{
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    display: none;
    transition: 1s;
}

#alert_main_holder{
    z-index: 3;
    display: none;
}

#alert_holder{
    padding: 3vw;
    background-color: white;
    position: relative;
    top: 2vw;
    min-width: 60vw;
    opacity: 0;
    z-index: 4;
    transition: 1s;
}

.txt_xxl{
    font-size: 5vw !important;
}

#alert_img{
    width: auto;
    max-height: 25vw;
}

#x_btn_holder{
    position: fixed;
    right: 45vw;
    top: -15vw;
    transition: 1s;
    cursor: pointer;
    z-index: 4;
    width: 10vw;
}

#x_btn{
    width: 4vw;
    height: 4vw;
}

td{
    border: 1px solid black !important;
    padding:1vw;
}

#showCourses_section_1{
    width: 90vw !important;
    margin-left: 5vw !important;
}

.coursesTitles{
    height: 6vw;
    margin-top: 1vw;
    font-size: 2.7vw !important;
    padding-left: 1vw;
    padding-right: 1vw;
}

.coursesInfo{
    font-size: 2.3vw !important;
}

#diplomas_img{
    position: relative;
    top: -4vw !important;
    margin-top: -3vw !important;
}

}