a.theme-btn.text-capitalize {
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.banner-text .theme-btn.bg-transparent:hover {
    background: var(--system_primery_color) !important;
} 

code, kbd, pre, samp {
  font-family:var(--font_family1) !important;
} 


.icon_circle {
  border: 3px solid var(--system_primery_color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    align-items: center;
    margin: 0 auto !important;
  
} 

.icon_circle_light {
  border: 3px solid white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    align-items: center;
    margin: 0 auto !important;
  
} 


.heading-category-dropdown ul li:hover {
    background: var(--system_primary_color);
    color: white;
}

.heading-category-dropdown ul li {
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 1px;
    
}

.heading-category-dropdown ul li a {
font-size: 14px !important;
  
}
.heading-category-dropdown ul {
    width: calc(20vw) !important ;
} 


.course_fullview_wrapper {
    display: block !important ;
    padding-left: 40px !important ;
} 

#sidebar {
  background: #016074 !important;
  
} 

.aoraeditor-footer .footer {
  
    background: var(--system_primary_color, linear-gradient(173.69deg, #660AFB 26.21%, #A737FF 81.64%)) !important;
}

.footer-wraper {
   
    border: 1px solid white;
}

.footer-subscribe .form-control[type=submit] {
   border: 1px solid white;
}


:root {
  --bg_color: #bfe8e7 !important;
  --system_secendary_color:  #82c4ce !important;
  --system_primery_color: #4a8b97 !important;
}

 .counters #counters{
     margin: 0 auto;
    margin-bottom: 100px !important;
    margin-top: -94px !important;
    width: 65%;
 } 
 
 .footer .payment-methods {
    max-width: 95px !important;
    width: 95px !important;
    height: 40px !important;

}