#breadcrumbs span a img {
vertical-align: baseline;
}
section#opening-content-section {
font-size: 1.12rem;
font-weight: 400;
margin-bottom: 30px; }
#opening-content-div>*:not(:first-child) {
display: none;
}
#read-more-btn {
transition: all 0.2s;
cursor: pointer;
color: #afafaf;
}
#new-ui-compare-courses-container {
margin: 1rem 0;
}
.new-ui-course-catagory-tab {
border-radius: 30px 30px 0 0;
border: 1px dotted #f7f2ee;
color: #fff;
padding: 15px 33px;
line-height: 1.5rem;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.9rem;
}
.new-ui-features-head-col {
padding-left: 20px;
padding-right: 20px;
}
#fast_track-tab {
background-color: #0f3042 !important;
}
#level5-tab {
background-color: #028288 !important;
}
#tefl_pro-tab {
background-color: #e7af2e !important;
}
.new-ui-course-catagory-tab img {
margin-right: 20px;
}
.new-ui-course-catagory-tab span {
cursor: default;
}
.new-ui-tab-content {
padding: 18px 23px;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
.course-columns {
margin-top: 4rem;
}
.course-catagory-description {
padding: 0 1rem;
}
.new-ui-course-row {
margin: 10rem 0;
}
.new-ui-course-row:first-child {
margin-top: unset;
}
.new-ui-course-row:last-child {
margin-bottom: unset;
}
.features-content-inner .new-ui-title-div {
align-items: flex-end;
}
.new-ui-course-title {
margin-bottom: unset;
}
.new-ui-title-div .course-info-icon {
margin: 0 0.5rem;
font-size: 1.3rem;
cursor: pointer;
} .new-ui-title-div {
position: relative;
}
.new-ui-popover {
opacity: 0;
position: absolute;
bottom: 2rem;
left: -3rem;
z-index: 5;
background-color: #f7f2ee;
width: 22rem;
height: 10rem;
padding: 0.7rem;
border-radius: 0.5rem;
overflow-y: auto;
overflow-x: hidden;
text-align: left;
box-shadow: 1px 8px 13px 3px #aba1a2;
font-size: 0.9rem;
transition: all 200ms;
}
.popover-show {
opacity: 1;
} .new-ui-popover::-webkit-scrollbar {
width: 0.5rem;
}
.new-ui-popover::-webkit-scrollbar-track {
background: transparent;
}
.new-ui-popover::-webkit-scrollbar-thumb {
background: #888;
border-radius: 0.5rem;
}
.new-ui-popover::-webkit-scrollbar-thumb:hover {
background: #555;
}