@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.course-list-details .title {
    font-weight: 300;
	font-size:28px;
	line-height:1.3em;
	
}

.course-list-details .subtitle {
    font-weight: 300;
    text-transform: uppercase;
		font-size:18px
}

.course-list-details p.subtitle strong {
    font-weight: 300;
}

.oc-course {
    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;
}

.course-btn-wrap {
	margin-top: auto;
}

.course-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.video-frame.vimeo {
    position: relative;
    overflow: hidden;
}

.video-frame.vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.course-list-details {
    padding: 40px 50px 50px 50px;
	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%;
}

.course-list-details .video_url {
    display: none;
}

/*.course-list-details p.title {
    margin-bottom: 10px;
}*/

.oc-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 100px;
}

.course-head-left h1 {
    margin-bottom: 20px;
}

.course-head-left {
    max-width: 581px;
}

.course-head-right iframe {
    width: 100%;
    display: block;
}

.course-head-left-p,
.book-chat-btn {
    margin-left: 50px;
}

/* checkbox */

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

.sticky_post_selection {
    position: -webkit-sticky;
    position: sticky;
    top: 105px;
    z-index: 2;
}

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

@media screen and (min-width: 1600px) {
div#courseContainer {
    padding: 0 155px;
}
}

@media screen and (min-width: 992px) {
.in-person-row .col-lg-6:first-child {
    padding-right: 35px;
}

.in-person-row .col-lg-6:last-child {
    padding-left: 35px;
}
}

@media screen and (max-width:767px){
	.course-list {
    grid-template-columns:1fr;
		grid-gap:25px;
}
.course-list-details {
    padding: 25px;
}

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

.course-head-left-p,
.book-chat-btn {
    margin-left: 0px;
}
}

/*.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: 4.8em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  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 26px/34px Roboto Condensed;
    background: #000;
    color: #fff;
    padding: 7px;
}

/*price slider */

/* Styles for the price input container */

.custom-wrapper {
    position: absolute;
    background: #ffffff;
    z-index: 1;
    top: 45px;
     display: none; 
}
.price-input-container { 
    width: 100%; 
    font:normal normal normal 14px/19px Roboto Mono;
} 
  
.price-input .price-field { 
    display: flex; 
    margin-bottom: 22px; 
} 
  
.price-field span { 
    margin-right: 10px; 
    margin-top: 6px; 
    font-size: 17px; 
} 
  
.price-field input { 
    flex: 1; 
    height: 35px; 
    font-size: 15px; 
    font-family: "DM Sans", sans-serif; 
    border-radius: 9px; 
    text-align: center; 
    border: 0px; 
    background: #e4e4e4; 
} 
  
.price-input { 
    width: 100%; 
    font-size: 19px; 
    color: #555; 
} 
  
/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
} 
  
.slider-container { 
    width: 100%; 
} 
  
.slider-container { 
    height: 6px; 
    position: relative; 
    background: #e4e4e4;
    border-radius: 5px; 
} 
  
.slider-container .price-slider { 
    height: 100%; 
    left: 0%; 
    right: 75%; 
    position: absolute; 
    border-radius: 5px; 
    background: #6A796B; 
} 
  
.range-input { 
    position: relative; 
} 
  
.range-input input { 
    position: absolute; 
    width: 100%; 
    height: 5px; 
    background: none; 
    top: -5px; 
    pointer-events: none; 
    cursor: pointer; 
    -webkit-appearance: none; 
} 

/* radio button styles*/

.radio_selection input[type='checkbox'] {
    width: 19px;
    height: 19px;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: 1px solid #000;
    border-radius: 100%;
	align-self: flex-start;
    margin-top: 2px;
}

 .radio_selection input[type="checkbox"]::before {
    content: "";
    width: 13rem;
    clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    transform: scale(0);
    background:grey;
    border-color: transparent;
    transition-delay: 0s;
    }


input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: white;
}

.radio_selection input[type="radio"] {
    width: 19px;
    height: 19px;
    border: 1px solid #000000;
	align-self: flex-start;
    margin-top: 3px;
}

.radio_selection input[type="radio"]:checked,.radio_selection input[type='checkbox']:checked{
    background-color: #000000;
}
.small {
  font-size: 15px;
}
.btn-wide {
  width: 250px;
}
.text-header-large {
    font-size: 60px;
    font-weight: 500;
	letter-spacing: 0.05em;
}

.italic {
  font-style: italic;
}

.course_tags {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #000;
    color: #fff;
    margin: 30px 50px;
    border: none;
}

.course-list-filter.other_data {
  display: none;
}  
/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb { 
    height: 18px; 
    width: 18px; 
    border-radius: 70%; 
    background: #555; 
    pointer-events: auto; 
    -webkit-appearance: none; 
} 

/* end price*/

.price-option.selection:hover + .custom-wrapper{
  
      display: block;
 
}

.custom-wrapper:hover{
  
      display: block;
 
}
.page-template-our-courses-enrollment .course-filter {
    opacity: 1;
    z-index: 2;
    background-color: #F2F5EF;
    top: 114px !important;
}

ul.course-list-filter {
    column-count: 2;
    position: relative;
    left: -40px;
}
ul.course-list-filter li {
  list-style: none;
}

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

.video-block:before, .video-block:after {
  display: none !important;
}
.hide {
	display: none;
}

thead.mobile {
  display: none;
}
 thead.mobile th,thead.mobile tr{
  display: block;
}

.study_level ul.sub-menu {
    margin: 0 !important;
    padding: 0 10px;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

.study_level li {
    border: 1px solid #707070;
    width: calc(25% - 28px * 3 / 4);
    padding: 75px 32px 32px 43px;
    display: flex;
    flex-wrap: wrap;
    height: inherit;
	align-items: flex-start;
}

.study_level li:last-child a {
    background: transparent;
}

.study_level h1.title {
    position: relative;
    max-width: 300px;
    min-height: 85px;
    margin-bottom: 20px;
	font-size: 32px;
}

.study_level a.btn {
    margin-bottom: 0;
	text-transform: lowercase;
}

.study_level a.btn:after {
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    border: 0;
}


 .study_level h1.title:before {
        top: -20px;
 }
  .study_level li:last-child h1.title:before {
       display: none;
 }

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

/*.course-list-cont {
    padding-bottom: 50px;
}*/

.ucword {
    text-transform: initial !important;
}

.video-placeholder {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.video-placeholder:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.8);
    color: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    transition: all 0.3s ease;
    border: 3px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.video-placeholder:hover .play-button {
    background: rgba(0,0,0,0.9);
    border-color: rgba(255,255,255,0.5);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-placeholder iframe {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Fix for mobile video blocks */
.oc-video-mb .video-placeholder {
    aspect-ratio: 16/9;
    max-height: 300px;
}

/* Fix for desktop video blocks */
.course-video-right .video-placeholder {
    aspect-ratio: 16/9;
    max-height: 500px;
}

.oc-course.post-homepage {
    display: none;
}

@media screen and (max-width: 1440px) {
.radio_selection input[type="radio"] {
    margin-top: 1px;
}
}

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

  .page-template-our-courses-enrollment .course-filter {
    position: relative !important;
    top: 0 !important;
    border-top: none !important;
  }
	
    #courseFiltering .text-header-large {
        line-height: 1;
    }

  ul.course-list-filter {
    column-count: 1;
  }
	
	ul.course-list-filter li:not(:last-child) {
    margin-bottom: 0;
}

 .selectdiv {
 	width: 100%;
 	margin-bottom: 5px;
 }
  .selectdiv select {
  	width: 100%;
	max-width: 100%;
  }
 .form-check.flex-inline.float-right {
    float: none;
    text-align: left;
    width: 100%;
    left: 16px;
}


 .course-head-left {
  padding-top: 10px !important;
 }
 .modal-body iframe {
    width: 100%;
    height: auto;
}

  .course-price.text-right {
      margin-top: 10px;
      width: 100% !important;
      display: inline;
      padding-top: 10px !important;
  }

 .course-list-details .col-sm-9 {
    width: 100%;
    display: contents;
  }

.course-list-details  .tags {
      margin: 4px 4px;
}

.enrollment-instruction {
  margin-top: 20px;
}

.course-list-details {
      padding: 25px;
      margin-top: 0 !important;
      display: block;
  }
.course-list-details .course-tags {
  width: 100%;
  display: block !important;
  padding: 0 !important;
  margin-bottom: 15px;
}
  .course-list-details .tags {
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  thead.mobile {
  display: block;
}

  thead.desktop {
  display: none;
}

#courseTable td {
    display: block;
    width: 100%;
}

.table-responsive .btn {
  width: 100%;
}

.study_level li {
	display: block;
	width: 100%;
	padding: 50px 30px 30px;
}
	
.study_level_tags {
    left: 25px;
	bottom: 25px;
}
	
.study_level h1.title {
    min-height: auto;
    font-size: 24px;
}
	
.sticky_post_selection {
    position: static;
}

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

}

@media screen and (max-width: 767px) {
.course-head-right{
 display: none;
 } 
	
ul.course-list-filter li:not(:last-child) {
    margin-bottom: 5px;
}
}

@media screen and (max-width: 540px) {
.selectdiv select {
    float: none;
}

.selectdiv {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.selectdiv::after {
    bottom: 14px;
    top: unset;
}

.selectdiv .heading {
    padding: 0 !important;
}
}


@media screen and (max-width: 1440px) and (min-width: 768px) {
.radio_selection input[type='checkbox'], .radio_selection input[type="radio"] {
    width: 15px;
    height: 15px;
}

.radio_selection input[type='checkbox'] {
    margin-top: 1px;
}
}

