@media only screen and (min-device-width:1024px){

h1{
    font-size: 1.8vw !important;
    font-weight: 400 !important;
}

h2{
    font-size: 1.5vw !important;
}

#mainHolder{
    background-color: #f4f4f4;
    margin-top: 1vw;
}



#bck_white{
    background-color: white;
    padding: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    width: fit-content;
}

#section_1{
    display: flex;
    justify-content: space-between;
    padding-top: 4vw;
    padding-bottom: 4vw;
    background-color: white;
}

#section_1 #leftDiv{
    width: 50%;
    overflow-x: hidden;
}

#section_1 #rightDiv{
    width: 40%;
    padding: 1vw;
    background-color: #f4f4f4;
    height: fit-content;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

#long_description{
    width: 80%;
}

#video{
    width: 100%;
    height: auto;
}

#hiddenCertificate{
    width: 100%;
    height: auto;
    display: none;
}

#tableHolder{
    width: 80%;
}

.squares{
    width: 50%;
    margin: 0.15vw;
    padding: 1vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    min-height: 7vw;
    background-color: white;
}
.squares p{
    color: black !important;
}

#bar{
    padding: 1vw;
    background-color: #04488e;
}

.barItems{
    cursor: pointer;
    color: white !important;
}

.barItems:hover{
    text-decoration: underline;
    color: grey !important;
}

#enrollment_section{
    padding-top: 4vw;
    background-color: blue !important;
    padding-bottom: 5vw;
    display: flex;
    
        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_separators{
    background-color: white;
    width: 100vw;
    margin-left: -5vw;
    height: 1vw;
}

.section_lines{
    width: 35%;
    height: 0.08vw;
    background-color: #04488e;
}

.section_titles{
    width: 30%;
}

.certificates{
    width: 30vw;
    height: auto;
    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#testimonials_section{
    background-color: white;
    padding-top: 4vw;
}

#syllabus_section{
    padding-top: 4vw;
    padding-bottom: 5vw;
}

.modules{
    display: flex;
    width: 50%;
    border: 1px solid black;
    border-radius: 0 25px 25px 0;
}

.modules .leftDiv{
    min-width: 10vw;
    background-color: #04488e;
    padding: 1vw;
}

.modules .leftDiv p{
    color: white !important;
}

.modules .rightDiv{
    padding: 1vw;
}

#datesMainHolder{
    width: 100%;
}



.lines{
    width: 8vw;
    height: 0.1vw;
    background-color: #04488e;
}



.requirementsSection{
    padding-left: 15vw;
    padding-bottom: 4vw;
    padding-top: 2vw;
}

#testimonialsMainHolder{
    width: 80%;
}

#testimonialsMainHolder .testimonialsHolders{
    display: flex;
}

#testimonialsMainHolder .testimonialsHolders .leftDiv{
    width: 7vw;
}

#testimonialsMainHolder .testimonialsHolders .leftDiv img{
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
}



#cpd_accredited{
    width: 10vw;
    height: auto;
}

#coursesMainHolder{
    width: 89vw;
    position: relative;
    left: 5vw;
}

.coursesTitles{
    padding-left: 1vw;
    padding-right: 1vw;
    height: 4vw;
}

.courses_holders{
    position: relative;
    float: left;
    margin-top: 3vw;
    width: 30%;
    margin-left: 2.5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-bottom: 1.5vw;
}

.coursesImagesHolders{
    position: relative;
    width: 100%;
    height: 15vw;
    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: 2vw;
    right: 0;
    font-size: 1.2vw !important;
    padding: 1vw;
}

.comingSoon_word{
    background-color:#04488e;
    color: white !important;
    position: absolute;
    z-index: 3 !important;
    top: 2vw;
    right: 0;
    font-size: 1.2vw !important;
    padding: 1vw;
}

#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: 2vw;
    background-color: white;
    position: relative;
    top: 2vw;
    min-width: 30vw;
    opacity: 0;
    z-index: 4;
    transition: 1s;
}

.txt_xxl{
    font-size: 2.7vw !important;
}

#alert_img{
    width: auto;
    max-height: 10vw;
}

#x_btn_holder{
    position: fixed;
    right: 2vw;
    top: -15vw;
    transition: 1s;
    cursor: pointer;
    z-index: 4;
    width: 5vw;
}

#x_btn{
    width: 2.5vw;
    height: 2.5vw;
}

td{
    border: 1px solid black !important;
    padding:1vw;
}



}