@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* common css start */

.title {
  font-family: "Roboto";
}

.title_2 {
  font-family: "Poppins";
}

.btn.red-btn {
  font-size: 15px;
  color: #ffffff;
  background: #c62d38;
  border-radius: 5px;
  padding: 8px 20px;
}

.btn.red-btn:hover {
  background: #000000;
  color: #ffffff;
}

.btn.red-btn:active {
  background: #000000 !important;
  color: #ffffff !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
}

.modal .select2-container {
  width: 100% !important;
}

.modal .select2-container.select2-dropdown.select2-dropdown--below {
  z-index: 1025 !important;
}

.heading h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  padding: 12px 30px;
  margin: 0px auto;
  border-bottom: 1px solid #c62d38;
  width: fit-content;
  margin-bottom: 5%;
}

.navbar-toggler {
  border: none  !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}
/* common css end */

@media (min-width: 0px) and (max-width: 320px) {
  .heading h1 {
    font-size: 20px;
  }
}

@media (min-width: 321px) and (max-width: 485px) {
  .heading h1 {
    font-size: 20px;
  }
}

@media (min-width: 486px) and (max-width: 575px) {
  .heading h1 {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .heading h1 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading h1 {
    font-size: 25px;
  }
  }

@media (min-width: 992px) and (max-width: 1023px) {
  .heading h1 {
    font-size: 25px;
  }
  }

@media (min-width: 1024px) and (max-width: 1199px) {
.heading h1 {
  font-size: 25px;
}
}