/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
    font-family: "Geist";
    src: url("https://etannacademy.com/wp-content/uploads/fonts/Geist-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("https://etannacademy.com/wp-content/uploads/fonts/Geist-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("https://etannacademy.com/wp-content/uploads/fonts/Geist-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("https://etannacademy.com/wp-content/uploads/fonts/Geist-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("https://etannacademy.com/wp-content/uploads/fonts/Geist-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("https://etannacademy.com/wp-content/uploads/fonts/Geist-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("https://etannacademy.com/wp-content/uploads/fonts/Geist-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    color: rgba(0, 0, 0, 0.69);
    font-family: "Geist" ,sans-serif !important;
    line-height: 1.4;
    margin: 0;
    height: 100%;
    position: relative;
}
h1, h2, h3, h4, h5, h6, p, a, span, li, button, .elementor-slide-heading, .elementor-slide-description, .elementor-button{
	 font-family: "Geist" ,sans-serif !important;
}
.heading-style-h1 .elementor-heading-title{
    letter-spacing: -0.03em;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.heading-style-p .elementor-widget-text-editor, .heading-style-p p{
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.8;
}
section{
    padding: 5rem 2.5rem;
}
.headerTop{
	background: linear-gradient(89.97deg, #002640 0%, #003D66 20.19%, #003D66 80%, #7BB6DE 100%) !important;
    color: #ffffff;
}
.primaryButton .elementor-button{
	border-radius: 30px;
	font-weight: 500;
	background-color: var(--e-global-color-accent);
	color: #FFFFFF !important;
	transition: transform .5s ease;
	border: 0 solid transparent !important;
	padding: calc(.66em + 1px) calc(1.333em + 1px);
}
.primaryButton .elementor-button:hover{
	background-color: var(--e-global-color-a091888);
	transform: translateY(-2px);
}
.primaryButton .elementor-button .elementor-button-icon {
    opacity: 1;
    transition: transform .5s ease, color .3s ease;
    will-change: transform, color;
}
.primaryButton .elementor-button:hover .elementor-button-icon {
    transform: translateX(.5em);
}
.secondaryButton .elementor-button{
	border-radius: 30px;
	font-weight: 500;
	background-color: transparent;
	color: var(--e-global-color-secondary);
	transition: transform .5s ease;
	border: 1px solid var(--e-global-color-secondary);
	padding: calc(.66em + 1px) calc(1.333em + 1px);
}
.secondaryButton .elementor-button:hover{
	background-color: var(--e-global-color-secondary);
	transform: translateY(-2px);
	color: #FFF !important;
}
.secondaryButton .elementor-button .elementor-button-icon {
    opacity: 1;
    transition: transform .5s ease, color .3s ease;
    will-change: transform, color;
}
.secondaryButton .elementor-button:hover .elementor-button-icon {
    transform: translateX(.5em);
}
#headerMenu .elementor-item{
	border: 1px solid transparent;
	border-radius: 30px;
}
#headerMenu .elementor-item:hover{
	border-color: #9eb2b7;
    background-color: #f5f5f6;
}
.e-con>.e-con-inner{
    max-width: 80rem;
}
.svg-waves {
    height: 180px;
    width: 100%;
}
.svg-waves use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.svg-waves use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    fill: rgba(255, 255, 255, 0.7);
}
.svg-waves use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    fill: rgba(255, 255, 255, 0.5);
}
.svg-waves use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    fill: rgba(255, 255, 255, 0.3);
}
.svg-waves use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    fill: white;
}
@keyframes move-forever{
	0% {
    transform: translate3d(-90px, 0, 0);
}
	100% {
    transform: translate3d(85px, 0, 0);
}
}
#bannerWaveElement{
	position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 9;
}
#bannerSlider .elementor-slide-button{
    border-radius: 30px;
    font-weight: 500;
    background-color: var(--e-global-color-accent);
    color: #FFFFFF !important;
    transition: transform .5s ease;
    border: 0 solid transparent !important;
    padding: calc(.66em + 1px) calc(1.333em + 1px);
}
#bannerSlider .elementor-slide-button:after {
    content: "";
    background: url(http://etannacademy.com/wp-content/uploads/2026/05/rightarrow-white.svg);
    width: 18px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-left: 6px;
	opacity: 1;
    transition: transform .5s ease, color .3s ease;
    will-change: transform, color;
}
#bannerSlider .elementor-slide-button:hover{
	background-color: var(--e-global-color-a091888);
	transform: translateY(-2px);
	color: #FFF !important;
}
#bannerSlider .elementor-slide-button:hover:after{
	    transform: translateX(.5em);
}
#bannerSlider .swiper-slide-bg{
	background-position: center;
}
#bannerSlider .swiper-slide-inner{
	max-width: 80rem;
    padding: 1.5rem;
}
#bannerSlider .elementor-background-overlay{
	background: linear-gradient(135deg, #0B2239 0%, #163A59 100%);
	opacity: 0.7;
    backdrop-filter: blur(14px);
}

.course-tabs-wrapper{
  width:100%;
}

.course-tabs{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.course-tab-btn{
    padding: 0.5rem 2rem;
    border-radius: 999px;
    border: none;
    background: #e2e8f0;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    color: #0a192f;
    font-weight: 500;
}

.course-tab-btn.active, .course-tab-btn:hover{
  background:#111827;
  color:#fff;
}

.course-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:24px;
}

.course-card{
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid #e5e7eb;
  transition:0.3s ease;
}

.course-card:hover{
transform: translateY(-8px);
    border-color: var(--e-global-color-7cf705e);
    box-shadow: 0 20px 50px rgba(15,23,42,0.12);
}

.course-thumbnail{
  height:140px;
  overflow:hidden;
}

.course-thumbnail img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.course-content{
  padding:16px;
}

.course-category{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  background:var(--e-global-color-7cf705e);
  color:var(--e-global-color-accent);
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  margin-bottom:14px;
}

.course-title{
  font-size:22px;
  line-height:1.2;
  font-weight:700;
  margin-bottom:12px;
  color: var(--e-global-color-text);
}

.course-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:13px;
}

.course-meta span{
  font-size:12px;
  color:var(--e-global-color-text);
  background:var(--e-global-color-9f3d2d1);
  padding:0.2rem 1rem;
  border-radius:999px;
}

.course-pricing{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.course-price{
  font-size:32px;
  font-weight:800;
  color:#111827;
}

.course-original-price{
  color:#9ca3af;
  text-decoration:line-through;
  font-size:18px;
}

.course-seats{
  font-size:14px;
  font-weight:400;
  color:var(--e-global-color-accent);
}
.whyesternBox {
	border-bottom: 1px solid #271526;
	padding: 1.25rem 0;
}
.whyesternBox .elementor-icon-box-icon{
	background: rgb(225 231 232);
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.AP_card{
	grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    background-color: #eaeaf1;
    color: #181822;
    border-radius: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem 1.5rem 1.5rem;
    transition: transform .1s, background-color .3s;
    display: flex;
	position:relative;
	overflow: hidden;
	transition: all .5s ease-out;
}
.AP_card:before{
	backface-visibility: hidden;
    background-color: #f7f8fa;
	top: unset;
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    transform-style: preserve-3d;
    transition: all .5s ease-out;
    width: 100%;
    z-index: 0;
}
.AP_card:hover:before{
	height: 100%;
}
.one.AP_card:before{
	background-color: #81a9ff;
}
.two.AP_card:before{
	background-color: #fccc18;
}
.three.AP_card:before{
	background-color: #bb4d00;
}
.four.AP_card:before{
	background-color: #271526;	
}
.three.AP_card:hover .elementor-heading-title , .four.AP_card:hover .elementor-heading-title,
.three.AP_card:hover .elementor-widget-text-editor , .four.AP_card:hover .elementor-widget-text-editor{
	color: #fff;
}
#blogpost a.elementor-post__read-more:after {
    content: "";
    background: url("https://etannacademy.com/wp-content/uploads/2026/05/rightarrow.svg");
    width: 18px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-size: 16px;
    background-repeat: no-repeat;
	margin-left: 6px;
}
#blogpost .elementor-post__title a, #blogpost .elementor-post__excerpt p{
	 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blogpost .elementor-post__read-more{
	position: absolute;
    bottom: -20px;
    margin: 0;
	transition: all 500ms ease-in-out;
}
#blogpost .elementor-post__card:hover .elementor-post__read-more{
	bottom: 20px;
}
#blogpost .elementor-post__card .elementor-post__thumbnail img{
	transition: all 500ms ease-in-out;
}
#blogpost .elementor-post__card:hover .elementor-post__thumbnail img{
	transform: scale(1.11) translate(-50%, -50%);
}
#blogpost .elementor-post__card .elementor-post__text{
	   padding-bottom: 40px;
}
#enfaq .e-n-accordion-item-title{
	justify-content: space-between;
}
#enfaq .e-n-accordion-item{
	    border: 1px solid var(--e-global-color-9f3d2d1);
    border-radius: 16px;
    padding: 20px;
}
.isDark.secondaryButton .elementor-button{
	color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.isDark.secondaryButton .elementor-button:hover{
	background: var(--e-global-color-secondary);
}
.tickline_anuimation_1 svg{
	    fill: var(--e-global-color-text) !important;
    left: 50%;
    max-width: 150%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    z-index: -11;
	    animation: tick-spin 190s linear infinite;
	    --tick-line-stroke: #355a70;
}
.calltoSec{
	position: relative;
	overflow: hidden;
	z-index:9;
}
@keyframes tick-spin{
	0% {
    transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
    transform: translate(-50%, -50%) rotate(1turn);
	}
}
#booking_form_div1 .wpbc__field:nth-child(1){
	display: none !important;
}
.logoPattern{
	position: absolute;
    bottom: -150px;
    right: -160px;
	opacity: 0.2;
}
.logoPattern img{
	max-width: 560px;
}
.innerPagesBanner{
	position: relative;
	overflow: hidden;
}
.numberCounter .elementor-counter-number-wrapper{
border: 1px dashed #000;
    border-radius: 100px;
    width: 130px;
    height: 130px !important;
    flex: auto;
    align-items: center;
    justify-content: center;
}
.numberCounter .elementor-counter{
	align-items: center;
	gap: 10px;
}
.numberCounter .elementor-counter-title{
	text-align: center;
    line-height: 28px;
}
.ssgCB .elementor-icon{
	    background-color: #DCDFFD;
    border: 1px dashed #0d5c75;
    color: #0d5c75;
    border-radius: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ssgCB .elementor-icon svg{
	    height: 50px;
}
.ssgCB .elementor-icon svg path{
	    fill: #0d5c75;
}
.ssgCB .elementor-icon-box-wrapper{
	background-color: #F3F4FE;
    padding: 20px;
    border-radius: 16px;
}
.missionBox, .visionBox{
	background: #fff;
    box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.3);
    padding: 30px 40px;
    border-radius: 30px;
	position: relative;
	z-index: 1;
}
.missionBox:before {
    content: "Mission";
    position: absolute;
    top: -41px;
    width: 200px;
    background: #576c42;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 5px 10px;
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    z-index: 1;
}
.visionBox:before {
    content: "Vision";
    position: absolute;
    top: -41px;
    width: 200px;
    background: #a07d15;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 5px 10px;
    border-radius: 30px 30px 0 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    z-index: 1;
}

.sq-money {
  background-color: #297cb9;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.25rem;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 99999;
}

.sq-money__budget {
  color: #fff;
  margin: 0 0 0 -4rem;
  position: relative;
}

.sq-money__budget__amount {
  position: absolute;
  top: 0;
}

.sq-money__budget__amount.ng-enter,
.sq-money__budget__amount.ng-leave {
  transition: 0.3s ease-in-out all;
}

.sq-money__budget__amount.ng-enter {
  opacity: 0;
  top: -100%;
}

.sq-money__budget__amount.ng-enter-active {
  opacity: 1;
  top: 0;
}

.sq-money__budget__amount.ng-leave {
  opacity: 1;
  top: 0;
}

.sq-money__budget__amount.ng-leave-active {
  opacity: 0;
  top: 100%;
}

.sq-container {
    margin: 0 auto;
    max-width: 880px;
    padding: 2.5rem 2rem;
    overflow: hidden;
}

.sq-timeline {
  position: relative;
  text-align: center;
}
.sq-timeline__item:last-child {
    margin-bottom: 0px;
}
.sq-timeline:before {
  background-color: var(--e-global-color-8805718);
  border: 1px solid var(--e-global-color-8805718);
  box-shadow: inset 0px 0px 2px 1px rgba(41, 124, 185, 0.4);
  content: "";
  display: block;
  height: calc(100% - 4px);
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 6px;
  z-index: 9;
}

.sq-timeline__item {
  clear: both;
  margin-bottom: 8rem;
  position: relative;
  zindex: 999;
}

.sq-timeline__item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.sq-timeline__item--animate .sq-timeline__item__date {
  transform: scale(1);
}
.sq-timeline__item--animate .sq-timeline__item__info {
  opacity: 1;
  right: 0;
}
.sq-timeline__item--animate .sq-timeline__item__info--left {
  left: 0;
}

.sq-timeline__item__date {
background-color: var(--e-global-color-accent);
    border: 0.25rem solid var(--e-global-color-7cf705e);
    border-radius: 50%;
    box-shadow: inset 0px 3px 2px 1px rgba(0, 0, 0, 0.2), 0px 5px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-flex;
    font-weight: bold;
    height: 4rem;
    left: 50%;
    margin-left: -2.25rem;
    text-align: center;
    position: absolute;
    transform: scale(0.5);
    transition: all 0.3s ease-out;
    width: 4rem;
    z-index: 99;
    align-items: center;
    justify-content: center;
}

.sq-timeline__item__date--outgoing {
  background-color: #f89a3e;
}

.sq-timeline__item__info {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  float: right;
  max-width: 350px;
  padding: 1.25rem;
  position: relative;
  opacity: 0;
  right: 30px;
  transition: all 0.4s ease-out;
}

.sq-timeline__item__info--left {
  left: -50%;
  float: left;
  right: auto;
}

.sq-timeline__item__info:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 1rem 0.75rem 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -0.75rem;
  margin-top: -0.75rem;
  top: 30px;
  zindex: 999;
}

.sq-timeline__item__info--left:after {
  border-width: 0.75rem 0 0.75rem 1rem;
  border-color: transparent transparent transparent #fff;
  left: auto;
  right: -0.75rem;
}

.sq-timeline__item__info__description {
	font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-text);
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
p.sq-timeline__item__info__desc {
    text-align: left;
    margin: 0;
	color: var(--e-global-color-text)
}

.sq-timeline__item__info__amount {
  color: #46bea3;
  font-weight: bold;
  white-space: nowrap;
}

.sq-timeline__item__info__amount--outgoing {
  color: #c14b9b;
}
#corevalueBox{
	position: absolute;
    bottom: -140px;
	left: 0;
}
#corevalueBox .elementor-widget-icon-box{
	background: #ffffff;
    padding: 20px;
    border-radius: 30px;
	    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}
.cstBox, .cstBoxDark{
	background: #fff;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 30px;
}
.cstBoxDark{
	  background: linear-gradient(
135deg,
#0B2239 0%,
#163A59 100%
);
}
.movedown{
	transform: translateY(60px);
}
.grow-text{
    position: absolute;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    transform-origin: center;
    transition: transform 0.15s linear;
    will-change: transform;
	opacity: 0.1;
    left: 50%;
    top: 50%;
}
.awardSlde .elementor-carousel-image{
	background-size: contain;
}

.mega-menu-wrapper{

 position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 80rem;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease;

}
.elementor-icon-box-description a{
	color: var(--e-global-color-text);
	display: block;
}

/* OPEN */
.mega-menu-wrapper.active{

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

}

.mega-menu-inner{

    display: grid;

    grid-template-columns: 280px 1fr;

}

.mega-menu-left{
grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-right: 1px solid #dfdfe9;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #f3f5f9;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 18rem;
    padding: 2rem;
    display: flex;
}

.mega-tab{
grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 999px;
    background-color: transparent;
    width: 100%;
    color: var(--e-global-color-text);
    justify-content: space-between;
    align-items: center;
    padding: .375rem .625rem .375rem 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
	border: none;
}
.mega-tab:hover{
	background-color: transparent;
    color: var(--e-global-color-text);
}
.mega-tab.active{
    background: var(--e-global-color-text);
    color: #fff;
}
.mega-tab svg{
	width: 1rem;
    height: 1rem;
	    transition: all .2s;
}
.mega-tab.active svg path{
	fill: #fff
}
.mega-tab:hover svg{
	transform: translatex(5px)
}
.mega-menu-right{

    padding: 40px;

}

.mega-content{

    display: none;

}

.mega-content.active{

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 30px;

}
a.coursemenulist h4{
	margin-bottom: 0
}
.coursemenulist h4{
	letter-spacing: -.05px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--e-global-color-text);
}
.coursemenulist a, .coursemenulist p{
	    color: var(--e-global-color-text);
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin: 8px 0;
}
.elementor-sub-item{
	text-transform: capitalize;
}
ul#sm-17784616330950137-2 {
    min-width: 200px !important;
    border-radius: 16px;
    overflow: hidden;
}
.hpcounterCard .elementor-counter{
	    border: 1px dashed var(--e-global-color-8805718);
    padding: 15px;
    border-radius: 0 16px;
    min-width: 280px;
}
.wpbc_times_selector div.wpbc_time_selected{
	background: var(--e-global-color-text) !important;
}
ul#sm-17787494829577935-2 {
    min-width: 200px !important;
}

@media(max-width:768px){

  .course-title{
    font-size:20px;
  }

  .course-price{
    font-size:28px;
  }

}





