@font-face {
    font-family: 'FiraRegular';
    src: url('../fonts/FiraSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'FiraLight';
    src: url('../fonts/FiraSans-Light.ttf');
    font-style: normal;
  }
  @font-face {
    font-family: 'FiraMedius';
    src: url('../fonts/FiraSans-Medium.ttf');
    font-style: normal;
  }
  
  body {
    font-family: 'Fira Sans', sans-serif;
  }
  label{
    font-size: 14px;
    font-family: 'FiraRegular';
  }
  .modal_heading{
    font-family: 'FiraRegular';
  }
  p {
    font-family: 'FiraLight';
    font-size: 14px;
  }
  h5{
    font-size: 20px;
  }
  .fnt10{
    font-size: 10px;
  }
  .fnt12{
    font-size: 12px;
  }
  .fnt14{
    font-size: 14px;
  }
  .fnt16{
    font-size: 16px;
  }
  .fnt18{
    font-size: 18px;
  }





  .top_header ul span{
    font-size: 12px; 
  }
  .text_white{
    color: #fff;
  }
  .hvr_red:hover{
      color: #dd3333;
  } 
  .remove_img_icon{
    color: #dd3333;
    cursor: pointer;
    font-size: 25px;
  }
  
  .fnt_med{
    font-family: 'FiraMedius' !important;
    font-size: 14px;
  }

  .fnt_rgl{
    font-family: 'FiraRegular' !important;
  }
  .fnt_lgt{
    font-family: 'FiraLight';
  }


  .dgre_msg{
    font-family: 'FiraRegular' !important;
    color: #000;
  }
  .color_gray{
    color: #737373;
  }

.navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'FiraRegular';
    color:#000;
}

.navbar .nav-item .nav-link {
    display: inline-block;
    padding: 25px 15px; 
    text-transform: uppercase;  
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: slideUp 0.3s ease-out;
  }
  
  /* Bottom to top slide animation */
  @keyframes slideUp {
    from {
      transform: translateY(10px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* Make sure the dropdown is hidden initially */
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }
  .dropdown-menu a{
    font-size: 14px !important; 
    font-weight: 400 !important;
    padding: 8px 18px !important;
    font-family: 'FiraRegular';
    border-bottom: 1px solid #ebebeb;
}

.navbar-nav li .dropdown-menu {
    border-top: 3px solid #dd3333;
    width: 260px;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #dd3333;
    color: #fff !important;
}
.nav_tabs .nav-item.show .nav-link, .nav_tabs .nav-link{
    color: #1F1F1F;
    font-family: 'FiraRegular';
    font-size: 14px;
    padding: 12px;
}

.nav_tabs .nav-item.show .nav-link, .nav_tabs .nav-link.active {
    border-bottom: 3px solid #D80027;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #D80027;
}

.nav_tabs .nav-link:focus, .nav_tabs .nav-link:hover{
    border-left: none!important;
    border-right: none!important;
    border-top: none !important;
}

.btn-shape{
    border-radius: 6px;
    padding: 15px 12px;
    text-transform: math-auto;
}

.btt-red{
    background-color: #F01300;
    font-family: 'FiraRegular';
    color:white;
}
.btt-red:hover{
    color:white;
}
.brd-red{
    border: 1px solid #F01300;
    background: transparent;
    font-family: 'FiraRegular';
    color: #F01300;
}

.brd-red:hover{
    background-color: #F01300;
    color:#fff;
}

.nav_tabs-scrollable {
    overflow-y: auto;
    white-space: unset;
  }

  .nav_tabs-scrollable {
  display: flex; /* Use flexbox for horizontal alignment */
  overflow-y: auto; /* Enable horizontal scrolling */
  white-space: unset !important; 
  -webkit-overflow-scrolling: touch;
}

.nav_tabs-scrollable .nav-item {
  flex: 0 0 auto; /* Ensure items don't stretch */
  padding: 13px 22px;
}

.nav_tabs-scrollable::-webkit-scrollbar {
  display: none;
}

.nav_tabs-scrollable::-webkit-scrollbar-thumb {
  background: #007bff; /* Scrollbar color */
  border-radius: 3px; /* Rounded corners */
}

.nav_tabs-scrollable::-webkit-scrollbar-track {
  background: #f1f1f1; /* Scrollbar track background */
}
.tabs_bar{
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.search_input {
  border-right: none; /* Removes border between input and button */
}
.search_input-group .btn {
border-left: none; /* Removes border between button and input */
}
.has-search .form-control {
  padding-left: 2.375rem;
  height: 50px;
  font-family: 'FiraRegular' !important;
}
.form-control{
  font-family: 'FiraRegular' !important;
  font-size: 12px;
  height: 40px;
}

.select-input{
  font-family: 'FiraRegular' !important;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 4.375rem;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  border-radius: 4px;
}

.country_box{
    border-radius: 8px;
    border: 1px solid  #E2E2E2;
    display: flex;
    padding: 14px;
}
.country_box:hover,
.country_box.selected{
  border: 2px solid #F01300;
  padding: 13px;
}

.country_box img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.country_cart h6,
.country_box h6{
    font-family: 'FiraRegular';
}
.country a{
    color:#000;
}
.bg_pink{
    background-color: #FFE2E4;
}

.clintbox{
    background: #FFFFFF;
    border-radius: 12px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.clintbox img{*/
/*    width: 100px !important;*/
/*}*/
.check-mark{
    color:#F01300;
}
.btn.dropdown-toggle{
    box-shadow: none;
    background: #fff;
    border: 1px solid #E5E5E5;
}
.dropdown-toggle.btn{
    margin : 0!important;
    font-family: 'FiraRegular';
    text-transform: unset !important;
}

textarea{
    font-family: 'FiraRegular';
    font-size: 14px;
}
.lightblue{
    background-color: #F0F5FF;
}
.headingMedim{
    font-family: 'FiraMedius';
    font-size: 16px;
}
.rounded-custm{
    border-radius: 10px;
}
textarea::placeholder,
.form-control::placeholder {
    font-family: 'FiraRegular';
    font-size: 12px;
  }


  @media (max-width: 767px) {
    .media100 {
        width: 100%; /* Button takes 100% width on mobile devices */
    }
}

footer p{
  font-family: 'FiraRegular';
  line-height: 190%;
  color: #333 !important;
}

footer .ot-socials {
  margin-top: 30px;
}

footer .ot-socials a {
  background: #fff;
  border-color: #fff;
  color: #363636;
}
.ot-socials a {
  border: 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #4b4b4b;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  margin-right: 6px;
}

footer .ot-socials a:hover{
  background-color: #dd3333;
  border-color: #dd3333;
  color: #fff;
}

footer h6 { 
  font-size: 18px;
  margin-bottom: 70px;
  position: relative;
}

footer h6, footer li a, footer p, footer .textwidget {
  color: #333 !important;
}

  footer ul li a {
  position: relative;
  font-size: 14px;
  padding-left: 14px;
  font-family: 'FiraRegular';
  color :#333 !important;
}

footer ul li {
  padding-bottom: 10px;
}

footer ul li a:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  font-family: FontAwesome;
}

#footer-menu ul li a:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "" !important;
  font-family: FontAwesome;
}

p b{
  font-family: 'Fira Sans';
}
#error_show{
  font-family: 'FiraRegular';
}

.fntMedium{
  font-family: 'FiraMedius';
}


footer h6:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: "";
  height: 1px;
  width: 45px;
  background: rgba(255, 255, 255, .2);
}

.footer-bottom {
  background: #002c60;
  padding: 18px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
}
.footer-bottom ul li {
  display: inline-block;
  margin-left: 35px;
}

.footer-bottom ul li a,.footer-copyright{
  font-family: 'FiraRegular';
  color:white
}

.error{
  color:#D80027; 
  font-size: 12px;
}

.smalText{
  color:#999999;
  font-family: 'FiraRegular';
}

#classesModal .heading{
  font-size: 20px;
  font-family: 'FiraRegular';
  color: #1F1F1F;
}

#classesList{
  border: 1.5px solid #E2E2E2;
  border-radius: 10px;
  padding: 0px 10px;
  height: 170px;
  overflow-y: auto; 
}

/* Custom scrollbar styling */
#classesList::-webkit-scrollbar {
  width: 5px; /* Scrollbar ki width */
}

#classesList::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px; /* Rounded corners */
}

#classesList::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Hover effect */
}

#classesList::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track ka color */
  border-radius: 4px;
}


#classesList .list-group-item{
  border-radius: unset;
  border-left: unset;
  border-right: unset;
  padding: 10px 2px;
  font-family: 'FiraRegular';
  font-size: 15px;
}

#classesList .list-group-item:first-child{
  border-top: unset;
}
#classesList .list-group-item:last-child{
  border-bottom: unset;
}

.small_heading{
  font-size: 14px;
}

.fntgray{
  color:#737373;
}
.bg_light_blue{
  background: #F0F5FF;
}
.boxNum{
    background: #EB5757;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-family: 'FiraLight';
    font-size: 14px;
}

.dropdown-menu .dropdown-item:hover .check-mark {
  color: #fff !important;
}