body {
  font-family: 'Roboto Condensed',sans-serif;
 /* font-weight: normal;*/
}
/*.new_courses-template .title  {
    font-weight: 300;
	font-size:28px;
	line-height:1.3em;
	
}

.new_courses-template .subtitle {
    font-weight: 300;
    text-transform: uppercase;
		font-size:18px
}
*/

/*.title h1 {
    font-size: 42px;
	line-height: 1.33em;
}*/

.new_courses-template p.subtitle strong {
    font-weight: 300;
}

.page-template-our-courses-post-type.oc-course {
    background: #fff;
}

.new_courses-template .course-list , .page-template-our-courses-post-type.course-list, .combine_courses-template .course-list{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 50px;
}

.new_courses-template .video-frame.vimeo , .page-template-our-courses-post-type.video-frame.vimeo,  .combine_courses-template .video-frame.vimeo {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.new_courses-template .video-frame.vimeo iframe, .page-template-our-courses-post-type.video-frame.vimeo iframe , .combine_courses-template .video-frame.vimeo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.new_courses-template .course-list-details , .page-template-our-courses-post-type.course-list-details, .combine_courses-template .course-list-details {
    padding: 50px;
}

.new_courses-template .course-list-details .video_url , .page-template-our-courses-post-type.course-list-details .video_url, .combine_courses-template .video_url{
    display: none;
}

.new_courses-template .course-list-details p.title , .page-template-our-courses-post-type.course-list-details p.title , .combine_courses-template .course-list-details p.title{
    margin-bottom: 10px;
}
.new_courses-template .course-list-details {
  background: #fff;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
}

.new_courses-template .oc-header , .page-template-our-courses-post-type.oc-header ,.course-list-details .oc-header{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 100px;
}

.new_courses-template .course-head-left h1 , .page-template-our-courses-post-type.course-head-left h1 {
    margin-bottom: 50px;
}

.new_courses-template .course-head-left-p , .page-template-our-courses-post-type.course-head-left-p,
.new_courses-template .book-chat-btn , .page-template-our-courses-post-type.book-chat-btn {
    margin-left: 50px;
}

.course-info-content,
.combine_details {
	line-height: 1.31em;
}

.combine_details li {
	line-height: 1.5em;
}

.course-info-content p {
    font-size: 16px;
	line-height: 1.65;
}

/*.combine_details h2 {
    font-size: 42px;
    line-height: 1.33;
}*/

.border-color-grey {
    border-color: #CCCCCC !important;
}

.section-faq-toggle button span:after {
    right: 50px;
}

.heading-related {
	font-size: 42px;
	line-height: 1.33em;
}

p.video_intro.embed-container {
	margin-bottom: 0;
}

.oc-course .btn {
	min-width: 222px;
}

/* checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/*a.btn.btn-white.get_course_code {
    position: absolute;
    bottom: 4vh;
}

.text.ellipsis.other-description {
    min-height: 20vh;
}
*/
@media screen and (max-width:767px){
	.new_courses-template.course-list , .page-template-our-courses-post-type.course-list {
    grid-template-columns:1fr;
		grid-gap:25px;
}
.new_courses-template.course-list-details , .page-template-our-courses-post-type.course-list-details {
    padding: 25px;
}

.new_courses-template.course-list-details p.title , .page-template-our-courses-post-type.course-list-details p.title {
    font-size: 20px;
}
.new_courses-template.oc-header , .page-template-our-courses-post-type.oc-header {
    display:flex;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin-bottom: 25px;
		flex-direction:column-reverse;
}
.new_courses-template.course-head-left h1 , .page-template-our-courses-post-type.course-head-left h1 {
    margin-bottom: 25px;
}

.new_courses-template.course-head-left-p , .page-template-our-courses-post-type.course-head-left-p,
.new_courses-template.book-chat-btn , .page-template-our-courses-post-type.book-chat-btn {
    margin-left: 0px;
}

a.btn.btn-white.get_course_code {
    position: relative;
    bottom: 0;
}

.text.ellipsis.other-description {
    min-height: none;
}
	
table.combine_savings > tbody > tr:last-child td td:first-child {
    min-width: 80px;
}
}



/*.text {
  position: relative;
  font-size: 14px;
  color: black;
  font-family: sans-serif;
  width: 250px; /* Could be anything you like.
}*/
.text-concat-2 {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 2.4em;
  max-height: 2.4em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  text-align:left;
}
.text-concat-4 {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 9.8em;
    min-height: 4.8em;
    text-align: left;

}
.text.ellipsis::after {
  content: " ";
  position: absolute;
  right: -12px; 
  bottom: 5px;
}
/* course New CSS End */

/* course view */
/*#field_10_20,.course-price-input {
    display: none;
}
*/

.gform_footer input[type=submit] {
    font: normal normal normal 18px/20px Roboto Condensed !important;
    background: #000;
    color: #fff;
    padding: 7px;
}
/*.main-video .embed-container{
  height: 360px !important;

}*/

.course-duration {
/* font: normal normal 300 18px/24px Roboto Condensed !important;*/
  font-size: 18px;
}
.course-detail .text-detail {
   /*font: normal normal 300 15px/20px Roboto Condensed;*/
    font-size: 16px;
    line-height: 1.33em;
    font-weight: 300;
}

.video-container.right_panel {
    font-size: 16px;
    font-weight: 300;
}
.course-detail-bottom {
 /* font: normal normal 300 14px/19px Roboto Condensed;*/
 font-size: 14px;
}

.course-list-cont .oc-course {
    position: relative;
    background: #fff;
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.video-background iframe {
  position: absolute;
  top: 15%;
  left: 40%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.block_div {
    position: absolute;
    width: 100%;
    height: 80%;
    background: transparent;
    z-index: 1;
}

/*#otherCourses .video-block {
    z-index: -1;
}
*/
#otherCourses .video-block::before,#otherCourses .video-block::after  {
    display: none;
}

#accordion_timetable .single-accordion{
   display: block;
   padding: 10px 0px;
}


.price-decrease {
    position: relative;
    display: inline-block;
    color: #9D9D9D;
}

.price-decrease::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px; /* Thickness of the slash */
    background: #9D9D9D; /* Color of the slash */
    top: 50%; /* Position vertically in the middle */
    left: 0;
    transform: rotate(-180deg); /* Angle of the slash */
}
.combine_details{
	font-size: 16px;
	line-height: 1.65;
}
.course_structure_column h6 {
	text-transform: uppercase!important;
}
@media screen and (min-width: 992px) {
.section-faq-toggle button:not(.collapsed) span:after {
    right: 54px !important;
}
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 17.5vw
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    height: 17.5vw
  }
}

@media screen and (max-width: 1440px) {
	.title h1,
	.heading-related{
		font-size: 31px;
	}
}

@media only screen and (max-width: 991px) {
    .event-price-thumb {
     text-align: left;
    }
	
	.content-wrap {
		min-height: auto !important;
	}
	
	.title h1,
	.heading-related{
		font-size: 28px;
	}
	
	.section-faq-toggle button span:after {
		right: 0;
	}
	
	.combined_section.sticky {
		top: 68px !important;
	}
	
	.study_level_tags {
		left: 25px !important;
		bottom: 25px;
	}

    .video_intro.embed-container.w-100 {
    min-height: 197px !important;
}


}

@media only screen and (max-width: 991px) { 

.section-timetable .card-header .single-accordion span:after {
	    top: 24px !important;
}

.timetable_container td {
	font-size: 0.8em;
}

.container.course_view {
  padding: 10px !important;
}
h4.course_header {
    font-size: 1.3em;
}
.course-header-container {
    width: auto !important;
    float: left;
    padding-right: 10px !important;
	font-size: 12px;
}

.course_tag {
   font-family: 'Roboto Mono';
    font-weight: normal !important;
    font-size: 12px;
    margin-left: 5px !important;
}
.course-detail .icons {
  width: 15%;
}

.course-detail .text {
          width: 85%;
        margin: 0 !important;
}

.course_cost {
  width: 50% !important;
}

  .course-detail  .course-price.text-right {
         margin-top: 0px;
        text-align: right !important;
    }

.oc-course .btn {
        width: 100% !important;
    }
}


#payment_modal .modal-dialog {
    transform: none;
    min-width: fit-content;
}

select.course_combined_select {
    max-width: 100%;
    display: inline-block;
    width: 100%;
}
.combined_section .selectdiv::after {
    right: 25px;
}

.combined_section.sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 116px;
        z-index: 3;
}


.study_level_tags {
    width: auto;
    text-align: center;
    position: absolute;
    background: #ffffff;
    bottom: 37px;
    left: 50px;
    padding: 6px 16px;
    text-transform: lowercase;
}

.course_structure_column h6{
    text-transform: uppercase !important;
}

@media only screen and (max-width: 767px) {
  
  #otherCourses .course-list {
    display: block !important
  }
  .course-list-cont .oc-course {
    margin-bottom: 20px;
  }
	
	.title h1,
	.heading-related{
		font-size: 24px;
	}

}


@media screen and (max-width: 500px) {
	.course-price-large {
		font-size: 18px;
		line-height: 1em;
	}
}