.main_head {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  padding: 12px 0 20px;
  border-radius: 0px 0px 10px 10px;
}

/* Logo */
.main_head .logodiv {
  width: 120px;
}

.main_head .logodiv .logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Navbar Layout */
.main_navbar {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
}

/* Links Holder */
.main_head .links_holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

/* Links Div */
.main_head .links_holder .links_div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Top Bar */
.main_head .top_bar {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

/* Nav Links */
.nav_links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav_links li {
  margin: 0 15px;
}

.nav_links a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.nav_links a:hover {
  color: #f16625;
}

.nav_links a.active {
  color: #f16625 !important;
  text-decoration: underline !important;
}

/* Header Buttons */
.main_head .header_btn {
  display: flex;
  gap: 20px;
}

.download_btn,
.blue_btn {
  padding: 6px 30px;
  border: none;
  cursor: pointer;
}

.download_btn {
  border-radius: 4px;
  color: #202020;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  background: #ebebeb 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
}

.blue_btn {
  border: none;
  background: #153b89 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 7px 15px;
  display: flex;
  width: fit-content;
  /* margin-left: auto; */
}

/* .submit_btn {
  border: none;
  background: #153b89 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 7px 15px;
  display: flex;
  width: fit-content;
  margin-left: auto;
} */

/* Mobile Menu Toggle */
.menu_toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.react_modal_overlay {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.book_modal .modal-content {
  border-radius: 10px;
  padding: 10px;
}

.book_modal .banner_section .banner_form {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 10;
  width: 450px;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  padding: 25px 10px;
}

.book_modal .banner_section .banner_form .form_title {
  font-size: 30px;
  font-weight: 400;
  color: #202020;
  margin-bottom: 50px;
}

.book_modal .banner_form .react_select .react-select__control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

.book_modal .banner_form .react-tel-input .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: unset;
}

.book_modal .banner_form input,
.book_modal .banner_form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent !important;
  border-radius: 0;
  color: #000;
  font-size: 14px;
}

.book_modal .banner_form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent !important;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  height: 60px;
}

.book_modal .banner_form .form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #ccc;
}

.react_select__control {
  width: 100% !important;
  padding: 2px 0 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 38px !important;
}

.react_select__control--is-focused {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}

/* Value text */
.react_select__single-value {
  color: #000 !important;
  font-size: 14px !important;
}

/* Placeholder */
.react_select__placeholder {
  color: #707070 !important;
  font-size: 14px !important;
}

/* Dropdown menu */
.react_select__menu {
  border-radius: 0 !important;
  font-size: 14px;
}

/* Option */
.react_select__option {
  color: #000 !important;
}

.react_select__option--is-focused {
  background: #f2f2f2 !important;
  cursor: pointer;
}

/* Selected option */
.react_select__option--is-selected {
  background-color: #f2f2f2 !important;
}

.book_modal .banner_form .submit_btn {
  border: none;
  background: #153b89 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 7px 15px;
  display: flex;
  width: fit-content;
  margin-left: auto;
}

.book_modal .banner_form .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_close {
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #202020;
  display: none;
}

.book_modal .react-tel-input .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: unset;
  padding-left: 50px;
}

.main_head .navbar-expand-lg .navbar-collapse {
  flex-direction: column;
  align-items: normal;
}

.main_head .navbar-toggler,
.main_head .navbar-toggler:focus,
.main_head .navbar-toggler:active,
.main_head .navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.lottie_text {
  font-size: 18px;
  font-weight: 600;
  color: #3fae00;
}

.success_icon {
  font-size: 80px;
  color: #28a745;
}

.modal .modal-content {
  width: 350px;
  margin: auto;
  padding: 0;
}

.Success_Modal .modal-content {
  position: relative;
}

.modal-content .absolute_div {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.modal-content .modal-body {
  padding-top: 50px;
}

.modal-content .modal-body .success_text {
  color: #000;
  margin-bottom: 0px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

/* =========================== Media Queries ========================= */

@media (min-width: 0px) and (max-width: 991px) {
  .main_head {
    padding: 10px 0;
  }

  .main_head .links_holder {
    align-items: normal;
  }

  .menu_toggle {
    display: block;
  }

  .links_holder {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
  }

  .links_holder.active {
    display: flex;
  }

  .nav_links {
    flex-direction: column;
    width: 100%;
  }

  .nav_links li {
    margin: 0;
  }

  .main_head .header_btn {
    margin-top: 10px;
  }

  .main_head .logodiv {
    width: 95px;
  }

  .download,
  .book {
    padding: 5px 12px;
    font-size: 13px;
  }

  .top_bar {
    padding: 0;
  }

  .modal_close {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Tablet */
@media (min-width: 992px) and (max-width: 1199px) {
  .nav_links a {
    font-size: 14px;
  }

  .download,
  .book {
    padding: 5px 12px;
    font-size: 13px;
  }
}

/* Small Desktop */
@media (min-width: 1200px) and (max-width: 1399px) {
  .download,
  .book {
    font-size: 14px;
  }
}
