.lms-solution .nav-tabs .nav-link.active,
.lms-solution .nav-tabs .acelot_nav-item.show .nav-link {
    color: #f28320;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* Style the tab */
.ac-b-img-section img {
    border-radius: 12px;
    border: 1px solid #ccc;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: white;
    background-color: #f68320;
}

.section-heading {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 9;
    position: relative;
}

.section-heading span {
    position: relative;
    color: #0068af;
    font-weight: 900;
    letter-spacing: 2px;
}

.acelot-content-space-around {
    display: inline-grid;
    align-items: center;
}


.img-hover-transition {
    transition: transform .2s; /* Animation */
    transition: all 0.3s ease-in-out;
  }
  
  .img-hover-transition:hover {
    transform: scale(1.05); 
    transition: all 0.3s ease-in-out;

  }
.section-heading span::before {
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 100%;
    height: 3px;
    background-color: #F48322;
    content: "";
    z-index: -1;
    -webkit-animation: ltr 3s infinite;
    animation: ltr 3s infinite;
}

@keyframes ltr {
    0% {
        width: 0
    }

    15% {
        width: 95%
    }

    85% {
        opacity: 1
    }

    90% {
        width: 95%;
        opacity: 0
    }

    to {
        width: 0;
        opacity: 0
    }
}

@-webkit-keyframes circleAnimation {

    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0)rotateZ(.01deg);
        transform: translate3d(0, 0, 0)rotateZ(.01deg)
    }

    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0)rotateZ(.01deg);
        transform: translate3d(0, 5px, 0)rotateZ(.01deg)
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0)rotateZ(.01deg);
        transform: translate3d(0, 0, 0)rotateZ(.01deg)
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0)rotateZ(.01deg);
        transform: translate3d(0, -3px, 0)rotateZ(.01deg)
    }
}



ul.f_checklist {
    padding-left: 0 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f28320;
    color: #fff;
}

.nav-pills .nav-link.active p {
    color: #fff;
}

.plan-description {
    padding: 20px;
    /* margin-left: 15px; */
    border-top: 4px solid #008fd5;
    box-shadow: 0 1px 15px rgba(27, 31, 35, .15);
    border-radius: 4px;
}

.feature-item {
    border-radius: 10px;
    background: #fff;
    padding: 9px 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f28320;
    border-left: 1px solid #f28320;
    text-align: center;
    transition: 0.5s ease-in-out;
    height:130px;
    box-sizing: border-box;
    box-shadow: 0 4.20202px 21.0101px rgb(86 124 173 / 40%);
}

.feature-item:hover {
    background: blanchedalmond;
    transition: 0.5s ease-in-out;
}

.feature-item h3 {
    font-weight: 600;
    margin-top: 12px;
    font-size: 20px;
}

.lms-icon {
    background: aliceblue;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 35px;
    border-radius: 7px;
    border: 1px solid #cfd3eb;
    color: #008fd5;
}

.acelotlms-icon img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    text-align: center;
}

.acelotlms-icon {
    background: aliceblue;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #cfd3eb;
    color: #008fd5;
    display: inline-block;
}

.bg-gray {
    background-color: #ecf1f5;
}
.orangeclr{
    color: #f68320;
}
.formContainerApply{
   border-radius: 30px;

}

.section {
    margin: 50px 0;
}

.icon-lg.icon-shape {
    width: 40px;
    height: 40px;
    line-height: 56px;
    border-radius: 7px;
    background-color: aliceblue;
}

.bestlms-title {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
}

.f_checklist li {
    list-style: none;
    margin: 10px 0;
    display: flex;
}

.m-auto {
    margin: auto;
}

.f_checklist li:before {
    content: '\2744';
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    color: #f28320;
    border: 1px solid #f28320;
    border-radius: 50%;
    text-align: center;
}

.lms-f-heading {
    font-size: 20px;
    font-weight: bold;
}

footer .inline-menu li {
    text-align: right;
    display: inline-block;
}
.head-top-bar ul {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 8px;
}
.lms-features{
    background-color: #F1F3F8;
    color:#fff;
    border-radius: 16px;
    margin-bottom: 17px;
    border: 1px solid #9FA8DA;
}
.lms-features:hover {
    background-color: blanchedalmond;
    
    border: 1px solid #ccc;}

.lms-features i{
    font-size: 36px;
    color: #3a73bf;
    line-height:5px
}
.lms-features h4 {
    color: #6D5C93;
    font-weight: 600;
    font-size: 16px;
    line-height: 0;
    margin-top: 22px;
}
.lms-features p {
    color: #473277;
    margin-top: 12px;
    line-height: 19px;
    padding-right: 8px;
}
.btnbg{
    background-color: #0068AF;;
}
.btnbg:hover{
    background-color: #f28320;
    border: 1px solid #f28320;
}
.brand-clr{
    color: #473277;
}

.section-description{
    font-size: 19px;
}
.section-heading h2 {
    font-size: 38px;
    font-weight: 400;
}
#footer .footer-top {
    background: #d7e6f1;
    padding: 30px 0 10px 0;
}
#footer .footer-top .footer-links ul a {
    color: #473277;
    font-size: 16px;
}
.fs-16{
    font-size: 16px;
}
#footer .footer-top h4 {
    font-size: 18px;
    color: #473277;
}
.contact-info ul li a {
    color: #473277;
    text-decoration: none;
}


/* acedamy Footer  */
.section-newsletter {
    position: relative;
    padding: 50px 0;
    margin: 100px 0 0;
    background-color: #bbdef4;
    clear: both
}

.heading-section {
    padding: 0;
    margin: 0 0
}

.heading-section p {
    font-size: 16px!important;
    font-weight: 400;
    color: #473277;
    margin: 0;
    padding: 0
}

.heading-section h3 {
    font-size: 35px!important;
    font-weight: 500;
    color: #473277;
    margin: 0 0;
    padding: 0
}

.form-newsletter {
    position: relative;
    padding: 28px 0% 0% 25%;
    float: right;
    width: 100%
}

.form-newsletter input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 6px 2px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin: 0 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #473277;
    background-color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

.form-newsletter button {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 14px;
    color: #473277;
    background-color: transparent;
    border: none;
    transition: color .2s ease-out
}

#qodef-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;padding: 0px;
    vertical-align: top
}

#qodef-page-footer-top-area {
    background-color: #fff
}

#qodef-page-footer-top-area {
    padding: 70px 0 37px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0 solid #bfbfbf
}

.qodef-content-grid {
    width: 1140px;
    margin: 0 auto
}

.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-grid>.qodef-grid-inner {
    margin: 0 -15px
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
}

.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 15px
}

#qodef-page-footer.qodef-skin-light .widget {
    color: #473277
}

#qodef-page-footer.qodef-skin-light .widget h6 {
    font-size: 16px;
    font-weight: 700;
    color: #473277
}

#qodef-page-footer .widget {
    margin: 0 0 35px;
    color: #fff
}

.widget.widget_custom_html {
    margin-bottom: 0
}

.widget:last-child {
    margin-bottom: 0!important
}

#qodef-page-footer.qodef-skin-light .widget_text a:hover {
    color: #f68320
}

.qodef-custom-footer-logo {
    display: flex
}

.qodef-custom-footer-logo img {
    height: 60px!important
}

#qodef-page-footer #qodef-page-footer-top-area .widget_text img {
    align-self: center
}

.widget.widget_text img {
    display: block
}

#qodef-page-footer-top-area .qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item:last-child {
    text-align: right
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
}

.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 15px
}

#qodef-page-footer .widget.widget_emeritus_core_separator {
    margin-bottom: 0
}

.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #bfbfbf
}

#qodef-page-footer .widget.widget_text .qodef-footer-underline-text {
    position: relative;
    display: inline-block;
    color: #473277;
    font-size: 15px!important
}

#qodef-page-footer>* {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
    border-top-color: #d1d1d1;
    border-top-width: 1px;
    text-align: center
}

.qodef-skin-light #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
    border-color: #d1d1d1
}

#qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
    padding: 26px 0 75px;
    border-top: 1px solid rgba(255,255,255,.15)
}

.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer-bottom-area .qodef-grid>.qodef-grid-inner {
    margin: 0 -40px
}

.qodef-skin-light #qodef-page-footer-bottom-area .qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:last-child) {
    border-color: #d1d1d1;
    height: 300px
}

#qodef-page-footer-bottom-area .qodef-grid>.qodef-grid-inner>.qodef-grid-item:not(:last-child) {
    border-right: 1px solid;
    border-color: rgba(255,255,255,.15)
}

#qodef-page-footer-bottom-area .qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 40px
}

.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
}

.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 15px
}

.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
    float: left
}

.qodef-page-footer .widget .qodef-widget-title {
    font-size: 19px
}

#qodef-page-footer .widget .textwidget ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#qodef-page-footer .widget .textwidget li {
    list-style: none;
    margin: 0;
    padding: 5px 0
}

#qodef-page-footer .widget .textwidget li a {
    font-size: 14px;
    font-weight: 400;
    color: #473277
}

#qodef-page-footer .widget .textwidget .address-s {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0
}

#qodef-page-footer .widget .textwidget .address-s .tx-body {
    font-size: 14px;
    line-height: 24px
}

#qodef-page-footer .widget .textwidget .footer-social-item {
    display: inline-block;
    margin-right: 15px
}

#qodef-page-footer .widget .textwidget .footer-social-item .footer-social-link {
    font-size: 18px;
    color: #473277
}

#qodef-page-footer .widget .textwidget .footer-social-item .footer-social-link:hover {
    color: #f68320
}

#qodef-page-footer .qodef-image-below-footer {
    display: block;
    width: 100%;
    height: 15px;
    background-size: cover;
    background-position: center
}


@media only screen and (max-width: 480px) {
    .navbar-brand .navbar-brand-item {
        height: 32px;
    }
    #abroad-main-slider .carousel-item img {
         min-height: auto;
    }
    .feature-item {
        height: calc(40vh - 10px);
        }
        .tab button {
            color: #311B92;
            padding: 5px 8px;
            
        }
        .head-top-bar ul {
            padding-left: 5px;
        }
        #scroll-top {
            right: 24px;
        }
        .f_checklist li {
            display: -webkit-inline-box;
        }
        .head-top-bar ul {
             text-align: left;
            font-size: 13px;
        }
  }

  
@media only screen and (max-width: 768px) {
    .navbar-brand {
      margin-left: 0 !important;
    }
  
    .navbar-brand .logo {
      height: 33px;
    }
  
    .mobile-header-buttons li {
      margin-left: 0 !important;
      margin-top: 5px;
    }
  
    .mobile-header-buttons {
      padding-top: 10px;
    }
  
    .menu-icon-box {
      position: relative;
      margin: 10px 5px 0 0;
    }
  
    .sticky .mobile-header-buttons {
      padding-top: 0px;
    }
  
    .sticky .mobile-header-buttons {
      padding-top: 0;
      margin-top: 0px;
    }
  
    .sticky .menu-icon-box {
      position: relative;
      margin: 3px 5px 0 0;
    }
  
    .sign-in-box {
      display: none;
    }
  
    .container-h {
      height: 60px;
      padding: 0px 15px;
    }
  
    .dropdown-content {
      display: none;
      right: 3% !important;
      z-index: 99 !important;
      width: 95%;
    }
  
    .banner-section {
      padding: 40px 0px 0px 0px;
    }
  
    .text-wrap {
      margin: 0px 0 0 0px;
      padding: 0 0px 0 5%;
    }
  
    .text-wrap h1 {
      font-size: 35px;
    }
  
    .text-wrap .dis-text {
      margin: 15px 0 0;
    }
  
    .banner-section .background-img {
      display: none;
    }
  
    .shape-1,
    .shape-3,
    .shape-5,
    .shape-4 {
      display: none;
    }
  
    .h-slider-m {
      padding-left: 15px;
      margin: 60px 0 0;
    }
  
    .h-slider {
      margin: 30px 0 0 0;
      padding: 0 0px 0 0;
    }
  
    .h-slider .qodef-m-shape-left {
      top: -50px;
      left: 0;
      width: 200px;
      height: 200px;
      background-color: #008fd5;
    }
  
    .h-slider .qodef-m-shape-right {
      bottom: -73px;
      right: 0;
      width: 230px;
      height: 220px;
      background-color: #bbdef4;
    }
  
    .sention-partner .media-container-row {
      margin-left: 0px;
      margin-right: 0px;
      justify-content: left;
      overflow: auto;
      overflow-y: hidden;
    }
  
    .sention-partner p {
      padding: 0;
      font-size: 16px;
      line-height: 22px;
      padding-bottom: 15px;
      margin: 0;
    }
  
    .sention-partner {
      margin: 50px 0 0;
    }
  
    .sention-partner .list-plugin {
      display: flex;
      align-content: space-between;
      padding: 5px 0 10px;
    }
  
    .sention-partner .list-plugin li {
      display: inline-block;
      padding: 10px;
      margin: 0 5px;
      width: 80px;
      height: unset;
    }
  
    .sention-partner img {
      max-width: 100%;
      height: unset;
    }
  
    .sention-pointer .pointer-container {
      /* text-align: center; */
      /* margin: 0; */
      /* width: 100%; */
      /* padding: 20px 3% 20px 3%; */
      /* height: unset; */
      /* border: 1px solid #bfbfbf; */
      /* margin-bottom: 20px; */
    }
  
    .sention-pointer .pointer-container.border-b {
      display: block;
      border-bottom: 1px solid #bfbfbf !important;
    }
  
    .courses-section {
      margin: 50px 0 0;
      overflow: hidden;
    }
  
    .courses-section .titile-section h2 {
      font-size: 35px;
      margin: 0px 0 2px;
      padding: 0;
    }
  
    .courses-section .col-md-12 {
      padding: 0;
    }
  
    .course-rigt-nav {
      float: unset;
      position: unset;
      padding: 20px 0 15px 0;
    }
  
    .course-rigt-nav li.l-selected {
      margin: 0;
    }
  
    .course-rigt-nav li {
      margin: 0 !important;
      padding: 10px 12px;
      width: 48%;
      text-align: center;
      border: 1px solid #f1f1f1;
    }
  
    .course-rigt-nav li a {
      font-size: 13px;
    }
  
    .course-rigt-nav li a:hover {
      font-size: 13px;
    }
  
    .course-box-info {
      margin: 0px 0px 30px 0;
    }
  
    .filters {
      overflow: auto;
      overflow-y: hidden;
    }
  
    .filters ul {
      display: inline-flex;
      margin: 0px 0px 0;
      flex-wrap: wrap;
    }
  
    .filters ul li {
      width: 161px;
      padding: 7px 0px 6px 0px;
    }
  
    .line-container {
      margin: 0px 0 0px 0;
      padding: 6px 0 10px 0;
    }
  
    .section-ac-business .text-section {
      padding: 5% 0% 0% 0%;
      margin: 0px 0 30px 0;
    }
  
    .section-ac-instructor {
      margin: 50px 0 0px 0;
      padding: 30px 0 0px 0;
    }
  
    .section-ac-instructor .text-section {
      padding: 15% 0% 0% 0%;
      margin: 0px 0 0px 0;
    }
  
    /*.testimonial-section-m .testimonial-container-row {padding: 0px 0 0 0;}*/
  
    .webinar-wrap {
      /* padding: 40px 0;
          margin: 50px 0 0; */
    }
  
    .event-slider {
      padding: 25px 0 0;
    }
  
    .webinar-wrap .text-right {
      display: none;
    }
  
    .event-slider.owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      /* height: 500px; */
      -webkit-transform: translate3d(0, 0, 0);
    }
  
    .event-slider.owl-carousel .owl-stage-outer {
      margin-left: 5%;
      padding-left: 5px;
    }
  
    .event-slider.owl-carousel .owl-item {
      height: auto;
      /* width: 100% !important; */
    }
  
    .event-wrap {
      margin-right: 10%;
    }
  
    .owl-carousel .owl-item img {
      display: block;
      height: 126px;
      width: 100% !important;
    }
  
    /*.event-slider.owl-carousel, .owl-carousel .owl-item{height:unset;}*/
  
    .testimonial-section-m {
      position: relative;
      padding: 0px 0;
      margin: 50px 0 0;
    }
  
    .testimonial-section-m .titile-section h3 {
      font-size: 35px;
    }
  
    .quote-image img {
      width: 70%;
    }
  
    .testimonial-container-row .testimony-video-section {
      width: 100%;
      height: 300px;
      margin: 30% 0 0 0;
    }
  
    .testimony-video-section .qodef-m-shape-left {
      top: -65px;
      left: 0;
      width: 200px;
      height: 200px;
      background-color: #008fd5;
    }
  
    .testimony-video-section .qodef-m-shape-right {
      bottom: 0;
      right: 0;
      width: 400px;
      height: 180px;
      background-color: #bbdef4;
    }
  
    .section-stats-faq {
      position: relative;
      padding: 0 0px;
      margin: 80px 0 70px 0 !important;
    }
  
    .stats-section {
      position: relative;
      padding: 20px 0px;
      margin: 0;
    }
  
    .stats-section .qodef-m-shape-right {
      bottom: -73px;
      right: 0;
    }
  
    .stats-section .cols {
      padding: 40px 20px 40px 20px;
      width: 50%;
    }
  
    .question-section {
      margin: 120px 0 0 0px;
      padding: 0;
    }
  
    .question-section .tile-s {
      font-size: 25px;
    }
  
    .faq-panel .panel-group .panel .panel-body p {
      padding: 0px 15px 15px 30px;
    }
  
    .section-newsletter {
      margin: 70px 0 0px 0;
    }
  
    .form-newsletter {
      padding: 28px 0% 0% 0%;
      float: unset;
    }
  
    .qodef-content-grid {
      width: 100%;
      margin: 0 auto;
    }
  
    .heading-section h3 {
      font-size: 25px;
      font-weight: 500;
    }
  
    .qodef-custom-footer-logo {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
  
    .qodef-grid.qodef-layout--columns.qodef-col-num--2
      > .qodef-grid-inner
      > .qodef-grid-item {
      width: 100%;
    }
  
    .qodef-custom-footer-logo img {
      width: 70%;
    }
  
    #qodef-page-footer {
      margin: 50px 0 0;
    }
  
    #qodef-page-footer .copyright-text {
      text-align: center;
    }
  
    .qodef-grid.qodef-layout--columns.qodef-col-num--4
      > .qodef-grid-inner
      > .qodef-grid-item {
      width: 100%;
    }
  
    #qodef-page-footer-bottom-area
      .qodef-grid
      > .qodef-grid-inner
      > .qodef-grid-item {
      padding: 0 0px;
    }
  
    .qodef-grid > .qodef-grid-inner {
      margin: 0 0;
    }
  
    #qodef-page-footer-bottom-area .qodef-grid > .qodef-grid-inner {
      margin: 0 20px;
    }
  
    .qodef-skin-light
      #qodef-page-footer-bottom-area
      .qodef-grid
      > .qodef-grid-inner
      > .qodef-grid-item:not(:last-child) {
      height: unset;
      padding: 0 0 30px;
      border-right: 0;
    }
  
    .enduser-login-wrap .social-signup,
    .enduser-register-wrap .social-signup {
      order: 1;
    }
  
    .enduser-login-wrap .enduser-login-form,
    .enduser-register-wrap .enduser-registration-form {
      order: 2;
    }
  
    .social-login,
    .social-signup {
      width: 100%;
      margin: auto;
      /* padding-left: 0;
      margin-left: 0;
      border-left: 0px solid #e5e5e5; */
    }
  
    .enduser-login-form,
    .enduser-registration-form {
      width: 100%;
      padding: 20px 0 0 0;
    }
  
    small.option-or {
      display: none;
    }
  
    .pull-right {
      float: unset;
    }
  
    .close {
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 9;
    }
}  


@media only screen and (max-width: 400px) {
  .mobileviewbtn{
    font-size: 12px;
    padding: 5px;
    border-radius: 30px !important;
  }
}

.newloginbtnlms {
  border-radius: 30px !important;
  color: #0068AF !important;
  transition: background-color 0.3s ease, transform 0.3s ease;

}
.newloginbtnlms1 {

  border-radius: 30px !important;
 

}

.newloginbtnlms:hover {
  color: white !important;
  border: none !important;
  background-color: #0068AF !important;

}

.feature-item {
  border: 1px solid #ddd;
  border-radius: 30px !important;
  padding: 15px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  box-shadow: 0px 10px 10px #0000002b !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center; /* Ensure text stays centered */
}

.feature-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.lms-icon {
  background: aliceblue;
  width: 60px;
  height: 60px;
  line-height: 60px; /* Adjust to vertically center text */
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 35px;
  border-radius: 7px;
  padding: 5px;
  border: 1px solid #cfd3eb;
  color: #008fd5;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.lms-icon:hover {
  transform: scale(1.2);
  background-color: #e3f4fc;
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; /* Adjust spacing between items */
}

.feature-item {
  flex: 1 1 calc(33.333% - 1.5rem); /* Adjust width for a three-column layout */
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .feature-item {
      flex: 1 1 calc(50% - 1.5rem); 
      height: auto;/* Two columns for medium screens */
  }
}

@media (max-width: 576px) {
  .feature-item {
      flex: 1 1 100%; /* Single column for small screens */
  }
}
.lms-features {
  background-color: #F1F3F8;
  color: #fff;
  border-radius: 16px;
  height: 112px;
  margin-bottom: 17px;
  border: 1px solid #9FA8DA;
}