         /* Sidebar */
         .sidebar-menu {
         position: fixed;
         top: 0;
         right: -320px;
         width: 300px;
         height: 100%;
         background: #0a2a66;
         color: #fff;
         transition: 0.4s ease;
         z-index: 9999;
         padding: 20px;
         overflow-y: auto;
         }
         .sidebar-menu.active {
         right: 0;
         }
         .sidebar-header {
         display: flex;
         justify-content: space-between;
         align-items: center;
         border-bottom: 1px solid yellow;
         padding-bottom: 10px;
         }
         .sidebar-menu.close-btn {
         font-size: 28px;
         cursor: pointer;
         }
         .sidebar-menu .sidebar-list {
         list-style: none;
         padding: 0;
         }
         .sidebar-menu .sidebar-list li {
         margin-bottom: 5px;
         margin-top:5px;
         }
         .sidebar-menu .sidebar-list li a {
         color: #fff;
         text-decoration: none;
         display: block;
         font-size: 16px;
         width: 100%;
         padding: 10px 0;
         font-size: 16px;
         line-height: 1.5;
         font-weight: 600;
         text-transform: capitalize;
         border-bottom: 1px solid #E5E5E5 !important;
         border: none;
         font-family: "Quicksand", sans-serif;
         }
         .sidebar-menu .sidebar-list li a i{
         color:#ffffba;
         padding-right:10px;
         }
         .sidebar-menu .sidebar-list{
         padding: 0;
         margin: 0;
         width: 100%;
         list-style-type: none;
         }
         .sidebar-menu .sidebar-list li {
         font-size: 16px;
         font-weight: 600;
         display: block;
         border-bottom: 1px solid #ffffff3b;
         }
         .sidebar-menu .sidebar-list li:last-child {
         border-bottom: none;
         }
         /* Dropdown */
         .sidebar-menu .dropdown-menu {
         display: none;
         padding-left: 15px;
         margin-top: 8px;
         }
         .sidebar-menu .dropdown.active .dropdown-menu {
         display: block;
         }
         .sidebar-menu .arrow {
         float: right;
         }
         /* Overlay */
         .overlay {
         position: fixed;
         width: 100%;
         height: 100%;
         background: rgba(0,0,0,0.5);
         top: 0;
         left: 0;
         display: none;
         z-index: 9998;
         }
         .overlay.active {
         display: block;
         }
         /* Close button fix */
         .close-btn {
         font-size: 28px;
         cursor: pointer;
         }
         .sidebar-menu .overlay.active {
         display: block;
         }
         .sidebar-menu .sidebar-list li a{
         border:0px !important;
         }
         .sidebar-menu .sidebar-list li:first-child > a {
         border-top: 0;
         }
         .sidebar-header h4{
         color:yellow;
         }
         #menuToggle{
         background:#fdd82d;
         color:black !important;
         padding: 3px 20px;
         border: 0px;
         }
         #menuToggle i{
         color:black !important;
         padding-right:10px;
         }
         .header-top-right li a{
         color: #04225e !important;
         padding: 1px 23px;
         border-radius: 0px;
         border: 0px solid white;
         background: white;
         }
         .header-top-right li a i{
         padding-right:8px;
         color:red !important;
         }
         .header-top-right li a:hover{
         padding: 1px 23px;
         }
         .header-top-right li a:hover{
         background:#feffbb !important;
         color:black !important;
         }
         .header-section-4 .header-top-section::before {
         height: 56%;
         border-radius:0px;
         }
         .header-main-logo{
         background:white;
         box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
         padding: 5px 10px;
         border-radius:0px 0px 20px 20px;
        
         }
         .banner {
         width: 100%;
         position: relative;
         overflow: hidden;
         margin-top: -57px;
         }
         .header-section-4 .header-top-section{
         padding: 0px;
             box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
         }
         .header-section-4 .header-top-left p{
         padding: 10px 0px;
         }
         .header-section-4 .header-top-right{
         padding: 10px 0px;
         }
         .vertical-tabs {
         margin-top:40px;
         }
         .vertical-tabs .tab-buttons {
         flex: 1;
         display: flex;
         flex-direction: column;
         border-right: 2px solid #eee;
         }
         .vertical-tabs .tab-btn {
         padding: 15px;
         border: none;
         background: #0c3c91;
         cursor: pointer;
         text-align: left;
         transition: 0.3s;
         font-weight: 600;
         color:white;
         border-bottom:1px solid white;
         }
         .vertical-tabs .tab-btn i{
         padding-right:6px;
         color: #fdd82d;
         }
         .vertical-tabs .tab-btn.active i {
         color: #0c3c91;
         }
         .vertical-tabs .tab-btn.active {
         background: #fdd82d;
         color:black;
         }
         .vertical-tabs .tab-content {
         flex: 3;
         display: none;
         background: #f5f5f5;
         }
         .vertical-tabs .tab-body{
         padding: 0px 15px 15px 15px;
         }
         .about-wrapper-2 .about-content-two .icon-box-items .icon-item{
         margin-top: 10px !important;
         }
         .about-wrapper-2 .about-content-two{
         margin-left:0px;
         }
         .about-wrapper-2 .about-content-two h4{
         color: #082662;
         font-size: 20px;
         font-weight: 800;
         }
         .vertical-tabs .tab-content h3 {
         margin-bottom: 30px;
         font-size: 22px;
         padding: 10px;
         color: #ffffff;
         background: #0c3c91;
         }
         .vertical-tabs .tab-content p{
         margin-bottom:20px;
         text-align:justify;
         }
         .vertical-tabs .tab-content h5{
         margin-bottom:10px;
         font-weight:700;
         }
         .vertical-tabs .tab-content ul{
         padding-left:20px;
         margin-bottom:10px;
         }
         .vertical-tabs .tab-content ul li{
         list-style:disc;
         }
         .vertical-tabs .tab-content ul li::marker{
         color: #fd6b22;
         font-size: 21px;
         }
         .vertical-tabs .tab-content.active {
         display: block;
         }
         .vertical-tabs  .team-details-img{
         border: 1px solid grey;
         padding: 10px;
         border-radius: 15px;
         }
         .vertical-tabs .team-details-img img {
         width: 100%;
         border-radius: 15px;
         }
         .vertical-tabs .team-details-img h5{
         padding-bottom:0px;
         }
         .header-section-4 .header-top-section {
         padding:  0px;
         }
         @media screen and (max-width: 425px) and (min-width: 320px){
         .header-section-4 .header-top-section {
         padding: 10px 0px;
         }
         .header-section-4 .header-top-section::before{
         border-radius: 0px;
         height: 98%;
         }
         .banner{
         margin-top:-4px;
         }
         .header-section-4 .header-top-right{
         float:right;
         }
         .header-top-left {
         display: block !important;
         }
         .header-section-4 .header-top-left p {
         padding: 0px;
         }
         }
             .program-details-wrapper .program-details-items .details-content {
     margin-top: 0px; 
    /* background: content-box; */
    background-color: var(--bg-2);
    padding: 25px;
    border-radius: 20px;
    }
     .program-details-wrapper .program-details-items .details-content .top-title h5{
        font-weight:600;
        padding-bottom:15px;
    }
    hr{
        margin:5px 0px;
    }
    .program-details-wrapper .details-list-area {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    border: 1px solid #e5e5e5;
        margin-bottom: 20px;
}
 .program-details-wrapper .details-list-area ul{
     margin-left:10px;
 }
 .program-details-wrapper .details-list-area ul li{
     list-style:disc;
 }
 .program-details-wrapper .details-list-area ul li::marker{
     color:red;
 }
.program-details-wrapper .details-list-area h2 {
    font-size: 22px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
        color: brown;
}
.program-details-wrapper .program-details-items .details-content h3{
    font-size: 24px;
    margin-bottom: 20px;
    color: #970bb5;
}
.note{
    margin-top:20px;
}
.note ul{
     margin-left:10px;
 }
 .note ul li{
     list-style:disc;
 }
 .note ul li::marker{
    color:red;
 }
  
.note h5{
    padding-bottom:20px;
}
.section-title .sub-title{
    font-weight:800;
}
 .description_de{
             background: #f7f7f7;
          padding:20px;
             
          
      }
          .description_de p{
              padding-bottom:20px;
              text-align:justify;
              text-indent:10px;
          }
          .description_de h3{
              padding-bottom:20px;
             
          }
           .description_de ul{
               padding-left:30px;
               margin-bottom:20px;
           }
          .description_de ul li{
              list-style:disc;
          }
           .description_de ul li::marker{
               color:red;
           }