
:root {
  --default-font: "Roboto", sans-serif;
  --background-color: #ffffff; 
  --default-color: #212529;  
  --heading-color: #2e4455;  
  --accent-color: #12A39C;  
  --nav-dropdown-background-color: #ffffff;  
  --nav-dropdown-color: #212529;  
  --nav-dropdown-hover-color: #12A39C; 
    scroll-behavior: smooth;
}
.light-background {
  --background-color: #f5f9fc;
  --surface-color: #ffffff;
}
.dark-background {
  --background-color: #263746;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #385167;
  --contrast-color: #ffffff;
}
 
 
body {color: var(--default-color); background-color: var(--background-color); font-family: var(--default-font);}
a {color: var(--accent-color);text-decoration: none; transition: 0.3s;}
a:hover {color: color-mix(in srgb, var(--accent-color), transparent 25%);text-decoration: none;}
.selected-text{color: var(--accent-color) !important;}
h2.titleH2.after::after {position: absolute;content: "";width: 94px;height: 4px;background-color: var(--accent-color);bottom: -10px;
    left: 0;right: 0;margin: 0px auto 0px auto;border-radius: 52px;border-top-left-radius: 52px;border-top-right-radius: 52px;  border-bottom-right-radius: 52px;border-bottom-left-radius: 52px;}
h2.titleH2 {
    position: relative;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 45px;
}
.header {color: var(--default-color);transition: all 0.5s;z-index: 997;background-color: var(--background-color);}
.header .topbar {height: 40px;background-color: #082729;padding: 0;font-size: 14px;transition: all 0.5s;border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);}
.header .topbar .contact-info i {font-style: normal;color: var(--accent-color); color:#fff;}
.header .topbar .contact-info i a, .header .topbar .contact-info i span {padding-left: 5px; color:#fff;}
.header .topbar .social-links a.buton {padding: 12px 10px; color: #fff !important;}
@media (max-width: 575px) {
  .header .topbar .contact-info i a, .header .topbar .contact-info i span {font-size: 13px;}
}
.header .topbar .contact-info i a {line-height: 0;transition: 0.3s;color:#fff;}
.header .topbar .contact-info i a:hover {text-decoration: underline;}
.header .topbar .social-links a {color: color-mix(in srgb, var(--default-color), transparent 40%);line-height: 0; color:#fff;transition: 0.3s;
  margin-left: 20px;}
.header .topbar .social-links a:hover {color: var(--accent-color);}
.header .branding {min-height: 60px;padding: 10px 0;}
.header .logo {line-height: 1;}
.header .logo img {max-height:60px;margin-right: 8px;}
.scrolled .header {box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);}
@media (min-width: 1200px) {
.navmenu {padding: 0;}
.navmenu ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navmenu li {position: relative;}
.navmenu a,.navmenu a:focus{color:var(--default-color);padding:18px 15px;font-size:16px;font-family:var(--default-font);font-weight:400;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;transition:.3s}
.navmenu a i,.navmenu a:focus i{font-size:12px;line-height:0;margin-left:5px;transition:.3s}
.navmenu li:last-child a{padding-right:0}
.navmenu li:hover>a,.navmenu .active,.navmenu .active:focus{color:var(--accent-color)}
.navmenu .dropdown ul{margin:0;padding:10px 0;background:var(--nav-dropdown-background-color);display:block;position:absolute;visibility:hidden;left:14px;top:130%;opacity:0;transition:.3s;border-radius:4px;z-index:99;box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);}
.navmenu .dropdown ul li{min-width:200px}
.navmenu .dropdown ul a{padding:10px 20px;font-size:15px;text-transform:none;color:var(--nav-dropdown-color)}
.navmenu .dropdown ul a i{font-size:12px}
.navmenu .dropdown ul a:hover,.navmenu .dropdown ul .active:hover,.navmenu .dropdown ul li:hover>a{color:var(--nav-dropdown-hover-color)}
.navmenu .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.navmenu .dropdown .dropdown ul{top:0;left:-90%;visibility:hidden}
.navmenu .dropdown .dropdown:hover>ul{opacity:1;top:0;left:-100%;visibility:visible}
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--default-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-dropdown-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--default-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: #fff !important;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

.footer {
  color: #d2d2d2;
  background-color:#041B1C;
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px; color: #d2d2d2;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 2px;
}

.footer .footer-about .logo img {
  max-height:60px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: #d2d2d2;
  font-family: var(--default-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--default-font); color: #d2d2d2;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #999999;
  font-size: 16px;
  color: #d2d2d2;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold; color: #12A39C;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links.ids ul li {padding-bottom:6px;padding-top: 0;}
.footer .footer-links ul a {
  color: #d2d2d2;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px; color: #d2d2d2;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid  #464646;
}

.footer .copyright p {
  margin-bottom: 0; color: #d2d2d2;
}

.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--accent-color);
  border-top-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
    color: #fff !important;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 120px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 100px;
  }
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}

.section-title p {
  margin-bottom: 0;
}

.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 85vh;
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  position: relative;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  background: color-mix(in srgb, #000, transparent 40%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-item::before {
  content: "";
  background-color: color-mix(in srgb, #000, transparent 40%);
  position: absolute;
  inset: 0;
}

.hero .carousel-container {
  position: absolute;
  inset: 90px 64px 64px 64px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  z-index: 3;
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  animation: fadeInDown 1s both;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

  .hero h2,
  .hero p {
    max-width: 60%;
  }
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 15px; width: max-content;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  animation: fadeInUp 1s both 0.4s;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
  transition: 0.3s;
  opacity: 0.5;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}
@media(max-width:767px){
  .hero .carousel-container {
    inset: 90px 20px 64px 10px;
}
}
@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.hero .carousel-indicators {
  list-style: none;
}

.hero .carousel-indicators li {
  cursor: pointer;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
section.active-links-section {margin-top: -145px;z-index: 9;position: relative;background-color: transparent;} 
.active-links-section .link-box {background-color: #27CCC5;width: 100%;height: 190px;display: flex;flex-direction: column;align-items: center;    justify-content: center; border-radius: 10px;}
.active-links-section .link-box h3{color: #fff; font-size: 22px; margin-top: 15px;text-align: center;}
.active-links-section .link-box img{max-height: 70px;}
.active-links-section .link-box:hover {background-color: #1e8d94;}
@media(max-width:767px){
  .active-links-section .link-box{margin-bottom: 15px;}
  section.active-links-section {margin-top: 0px;background-color:#FFF;}
}
.course-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 35px;
}
.course-content p {
    color: #4f4f4f;
    font-size: 15px;
}
.course-box {
    background-color: #EEF7FF;
    margin-bottom: 35px;
    display: flex;    border: 1px solid #B8DEFF;
    border-radius: 15px;
}
.course-content h3 {
    font-size: 22px;
    font-weight: 500;
}
.buton{
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
    margin: 5px 10px 5px 0px;
    min-width: 100px;
    font-size: 14px; border: none;
    text-align: center;
}
.buton.primary-button{
    color: #fff;
    background-color: var(--accent-color);
}
.buton.primary-button:hover {
    background-color: #058074;
}
.buton.secondary-button{
    color: #fff;
    background-color: #092729;
}
.buton.secondary-button:hover {
    background-color: #054f54;
}
.course-image img {
    min-height: 300px; max-width: 440px;
}

@media(max-width:1099px){
  .course-box {flex-direction: column;}
  .course-image{margin: 0 auto;}
  .course-image img {
      min-height: 100%; max-width:100%;
  }
  .course-box.c1 {
    flex-direction: column-reverse;
}
.course-content {
    padding: 21px 15px 21px 15px;
}
}

section.intakes-section h1 {
    color: #fff;
    font-weight: 700;
}
section.intakes-section {
    background-color: var(--accent-color);
}

.intakes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intake-msg img {
    max-width: 100px;
}
.intake-msg {
    display: flex;
    align-items: center;
}
.intake-msg h1 {
    margin-bottom: 0px;
}
.intakes-cta .buton.secondary-button {
    padding: 15px 24px;
    font-size: 18px;
}
@media(max-width:767px){
  .intakes {
    flex-direction: column;
}
}

.about-lihe-section h2.titleH2.after::after {
    margin: 0;
}
.about-lihe-section p {
    color: #4f4f4f;
    font-size: 15px;
}
.about-lihe-section img{
  max-width: 95%;
}
.aboutInst{
    justify-content: center;
    align-items: center;
    display: flex;
}
@media(max-width:767px){
.about-lihe-section img{
  max-width: 100%; margin-bottom: 20px;
}
}
section.campus-lihe-section {
    background-color: #092729;
    background-image: url(../img/campus-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
h2.titleH2.after.white-text::after {
    margin: 0;
}
h2.titleH2.after.white-text {
    color: #fff;
}
.campus-lihe-section .about-content h3 {
    color: #fff;
    font-size: 18px;
}
.campus-lihe-section .about-content p{
    color: #fff;
    font-size: 14px;
}
.campus-lihe-section .about-content a{
  display: block; margin-bottom: 10px; color: #fff;
}
@media(min-width:1360px){
  section.campus-lihe-section {
    background-size: 50%;
}
}
.mar-0::after{margin: 0px !important;}
section.get-in-touch-section .form-control { border: 1px solid #092729;
}
.locate-us h3 {
    font-size: 18px;
    font-weight: 700;
}
.locate-us a{
  display: block; margin-bottom: 10px;
}
.line-before{position: relative;}
.line-before::before{
  position: absolute;
  background-color: var(--accent-color);
  height: 80%;
  content: "";
  width: 1px; left: 30px; top: 0px;
}
@media(max-width:767px){
  section.campus-lihe-section {
    background-image: none;
}
.locate-us {margin-top: 30px;}
.line-before::before{content: none;}
}

 

/* ===================== ADDED 27-06-2025 =================================== */

#innerHero, .inner-hero{padding-top: 0px !important; padding-bottom: 0px;}
@media(max-width:767px){section#innerHero img {height: 185px;object-fit: cover;object-position: center;}
.google-map {margin-top: 30px;} }
.google-map iframe {border: 4px solid #fff !important;box-shadow: 3px 1px 19px #ddd;border-radius: 10px;}
.cms-banner {position: relative;}
.cms-banner .container {position: absolute;margin: 0 auto;left: 0;right: 0;height: 100%; display: flex;justify-content: start;align-items: center;}
.cms-banner::before {position: absolute;width: 100%;height: 100%;background-color: #08272991;
 content: "";}
.cms-banner .inner-banner-content h1 {color: #fff;font-size: 35px;}
.about h3{font-weight:700;font-size:28px;margin-bottom:20px}
.about .fst-italic{color:color-mix(in srgb,var(--default-color),var(--contrast-color) 50%)}
.about .content ul{list-style:none;padding:0}
.about .content ul li{padding:0 0 10px 30px;position:relative}
.about .content ul i{position:absolute;font-size:20px;left:0;top:-3px;color:var(--accent-color)}
.about .content p:last-child{margin-bottom:0}
.about.cms-page h3{font-weight:700;font-size:19px;margin-bottom:16px;color:#072729}
.about.cms-page h2.titleH2{position:relative;font-weight:700;font-size:34px;margin-bottom:27px}
.about.cms-page .content p, .about.cms-page .content li {color: #5f5f5f;}
@media(max-width:767px){.cms-banner .inner-banner-content h1 {font-size: 27px;}}


/* ============================ FORMS & POLICIES ============================== */

ul.policy-list-items{margin-left: 0px; padding-left: 0px;}
ul.policy-list-items li {
    border-radius: 9px;
    background: #FFF;
    box-shadow: 1.55px 3.24px 20.26px 0px rgba(0, 0, 0, 0.14);
    color: #365E7D;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    padding: 16px 11px;
    cursor: pointer;
    list-style: none;
}
ul.policy-list-items li i {
    background-color: #12a39c;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 4px 9px;
    border-radius: 50%;
    margin-right: 3px;
    color: #fff;
}
ul.policy-list-items li:hover {
    background: #12a39c17;
}
ul.policy-list-items li, ul.policy-list-items li a i {
    font-size: 18px;
}

ul.policy-list-items li, ul.policy-list-items li a {
    font-size: 14px; width: 100%;
}
.modal-body {
    padding: 5px;
}

/* ------------------- COURSE DETAILS --------------------- */
.course-details-sec .course-details-sec-slider img{width:100%}
.course-details-sec .swiper-wrapper{height:auto}
.course-details-sec .swiper-button-prev,.course-details-sec .swiper-button-next{width:48px;height:48px}
.course-details-sec .swiper-button-prev:after,.course-details-sec .swiper-button-next:after{color:#fffc;background-color:#00000026;font-size:24px;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:.3s}
.course-details-sec .swiper-button-prev:hover:after,.course-details-sec .swiper-button-next:hover:after{background-color:#0000004d}
@media (max-width: 575px) {
.course-details-sec .swiper-button-prev,.course-details-sec .swiper-button-next{display:none}
}
.course-details-sec .swiper-pagination{margin-top:20px;position:relative}
.course-details-sec .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:color-mix(in srgb,var(--default-color),transparent 85%);opacity:1}
.course-details-sec .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--accent-color)}
.course-details-sec .course-info h3{font-size:22px;font-weight:700;margin-bottom:20px;padding-bottom:20px;position:relative}
.course-details-sec .course-info h3:after{content:"";position:absolute;display:block;width:50px;height:3px;background:var(--accent-color);left:0;bottom:0}
.course-details-sec .course-info ul{list-style:none;padding:0;font-size:15px}
.course-details-sec .course-info ul li{display:flex;flex-direction:column;padding-bottom:15px}
.course-details-sec .course-info ul strong{text-transform:uppercase;font-weight:400;color:color-mix(in srgb,var(--default-color),transparent 50%);font-size:14px}
.course-details-sec .course-info .btn-visit{padding:8px 40px;background:var(--accent-color);color:var(--contrast-color);border-radius:50px;transition:.3s}
.course-details-sec .course-info .btn-visit:hover{background:color-mix(in srgb,var(--accent-color),transparent 20%)}
.course-details-sec .course-description h2{font-size:26px;font-weight:700;margin-bottom:20px}
.course-details-sec .course-description p{padding:0}
.course-description h3{font-size:20px;position:relative;padding-left:20px;color:var(--accent-color)}
.course-description h3:after{position:absolute;content:"";width:6px;height:25px;background-color:var(--accent-color);bottom:0;left:0;margin:0 auto;border-radius:116px}
.course-description p,.course-description ul li{color:#4f4f4f;font-size:15px;text-align:justify}
.course-description h2{font-weight:700!important;color:#0b3335;margin-bottom:10px!important}
.course-description h4{font-size:16px;font-weight:600;margin-bottom:20px}
.course-enquire-form{background-color:#fafafa;padding:18px;border-radius:20px;border:1px solid #21a39b;background-color:#fafdfd;padding:18px;border-radius:20px;border:1px solid #21a39b}
section.course-details-sec{padding-top:15px}
.course-info.course-enquire-form .form-control{border:1px solid #b5cfcd;font-size:14px}

/* ---------------- LISTING SECTION --------------- */
@media(max-width:560px){
  .listing-block .cta-wraper {
    width: 100%;
}
.listing-block .cta-wraper a {
    display: block;
    width: 100%;
}
}