.dropdown-toggle::after {
    display: none;
 }

 .dropup .dropdown-toggle::after {
    display: none;
 }

 .country-images {
    margin-right: 10px;
    margin-left: 5px;
 }

 @media (min-width: 1200px) {
    .container {
       max-width: 1250px !important;
    }
 }

 .bootstrap-select .dropdown-menu {
    /*transform: translate3d(0px, 43px, 0px) !important ;*/
 }

 .navbar>.container,
 .navbar>.container-fluid {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
 }

 h2 {
    font-size: 36px;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
    margin-bottom: 20px;
    color: #2a2f52;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
 }

 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
 }

 ul li {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 24px;
    color: #384252;
    padding-left: 0px;
    position: relative;
 }

 .bootstrap-select .dropdown-menu {
    /* transform: translate3d(0px, 43px, 0px) !important; */
    /* max-height: 315px !important; */
 }


 .search_area_inner input[type="text"],
 .search_area_inner select {
    border: 0;
    border: 1px solid #eee;
    line-height: 1;
    padding: 5px;
    height: 30px;
    font-size: 14px;
 }

 .bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    line-height: 33px;
    border-radius: 20px;
    font-size: 12px;
    background-color: white;
 }

 .dropdown-menu show {
    left: -90px !important;
    width: 100%;
 }

 .dropdown-menu>.active>a,
 .dropdown-menu>.active>a:focus,
 .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: lightgray;
    outline: 0;
 }

 .dropdown-menu>.disabled>a,
 .dropdown-menu>.disabled>a:focus,
 .dropdown-menu>.disabled>a:hover {
    color: #000;
 }

 .range-slider svg,
 .range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    padding: 15px 15px 0px;
 }

 .btn-group-lg>.btn,
 .btn-lg {
    /* padding: 0.5rem 1rem; */
    /* font-size: 1.25rem; */
    line-height: 1.5;
    border-radius: 0.3rem;
 }

 .font {
    font-size: 12px;
 }

 .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 14px;
 }

 header#inner-navigation {
    /*position: absolute;*/
    /*z-index: 1;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*clear: both;*/
    /*background: #ffffff15;*/
 }

 #mt_footer {
    position: relative;
    padding-top: 0px;
    background: #60cdffdb;
 }

 #mt_footer:before {
    background: #60cdff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
    height: 100%;
 }

 #mt_get_started {
    position: relative;
    background: #60cdff;
    padding-bottom: 85px;
 }

 .search_area_inner {
    box-shadow: unset;
    background: unset;
 }

 .multiple-select summary {
    width: 150px;
    border-radius: 30px;
    background-color: #d9d9d940 !important;
    border: 1px solid #d9d9d940 !important;
 }

 .multiple-select-dropdown {
    border-radius: 0px;
    box-shadow: 0px 0px 4px #8080805e;
 }

 .multiple-select-dropdown {
    border-radius: 0px;
 }

 .price-sorting li {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

 .search-container {
    display: flex;
    align-items: center;
    background-color: #f4f4f8;
    border-radius: 20px;
    padding: 1px 12px;
    width: fit-content;
    font-family: sans-serif;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    float: right;
 }

 .search-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #666;
 }

 .search-input {
    border: none;
    background: transparent !important;
    outline: none !important;
    font-size: 14px;
    color: #444;
    border: unset !important;
    margin-bottom: 0px !important;
 }

 .search-input::placeholder {
    color: #777;
 }

 .bootstrap-select.radius_5>.dropdown-toggle {
    border-radius: 5px;
 }

 .filter-option-inner-inner img:not(:first-child) {
    display: none;
 }

 .filter-option-inner-inner {
    margin-top: -2px;
 }

 .filter-option-inner-inner {
    display: flex;
    align-items: center;
 }

 .search-button:before,
 .search-button:hover {
    background-color: rgb(255 255 255);
    color: black;
 }

 .search-button:after {
    border: 0px;
 }

 .search-button {
    color: #000;
    font-weight: 500;
 }

 .search-button {
    display: flex;
    align-items: center;
    width: fit-content;
 }

 .bootstrap-select .check-mark::before {
    content: "\f00c";
    /* Unicode for check in Bootstrap Icons */
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1;
 }

 .datetime-toggle {
    border-radius: 25px;
    padding: 10px !important;
    width: 100%;
    background-color: white;
 }

 .dd-datetime {
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
 }

 .dd-datetime-inner {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
 }

 .dd-datetime-inner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 .price-sorting {
    margin-bottom: 0px;
 }

 summary::marker {
    content: "\f155";
    font: normal normal normal 14px / 1 FontAwesome;
 }

 .edu-events.event_third .event-item:hover {
    top: 0px;
 }

 span.bs-caret {
    color: #999;
 }

 .bs-select-all {
    display: none
 }

 .filterable{
    cursor: pointer;
 }

 .modal-open .modal{
    background-color: #00000073;
 }

 @media (max-width: 600px) {
   .i-want-to-learn {
      margin-bottom: 0px !important;
   }
   .datetime-dropdown {
      margin-bottom: 5px !important;
   }
   .event_third .inner-heading {
      display: block !important;
      margin-top: 22px;

   }
   .event_third .inner-heading h2 {
      font-size: 26px !important;
      margin-bottom: 10px;
   }
   .all-courses {
      clear: both;
   }
   .search-container {
      width: fit-content;
   }

   .search-box {
      display: flex;
   }
   .price-slider {
      float: right;
   }
   .search-box-main {
      order: 1 !important; 
   }
   .total-count-price {
      margin-top: 10px !important; 
   }
 }

 @media (max-width: 500px) {
   /* .total-count-price { 
      margin-top: 25px !important; 
   } */
   .total-count-price {
      margin-top: 10px !important; 
   }
 }

 button#dropdownMenuButton {
   overflow: hidden;
}

.event-item {
   border-bottom : unset !important;
   margin-bottom : unset !important;
   padding-bottom: unset !important;
}

.search-box {
   margin-bottom: 20px;
}

.inner-heading.total-count-price {
   margin-top: 15px;
}

.multiple-select-dropdown {
   max-width : 100%;
   min-width: fit-content !important;
}

.inner.open {
   max-height: 350px !important;
}

span.bs-caret {
   color: #000000;
}

.filter-option-inner-inner{
   width: calc(100% - 5px) !important;
}