* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  letter-spacing: 0px;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  float: left;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.padding {
  padding: 40px 0px;
  margin: 20px 0px;
}
a,
a:hover,
a:focus {
  text-decoration: none !important;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.wrapper {
  width: 100%;
  float: left;
  position: relative;
  height: 5000px;
}

.header_block {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

.top_header_area {
  display: none;
}

.main_header_area {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  /* padding: 10px 35px; */
  /*    box-shadow: 0px 2px 7px 0px #bfbfbf;
-moz-box-shadow: 0px 2px 7px 0px #bfbfbf;
-webkit-box-shadow: 0px 2px 7px 0px #bfbfbf;*/
}

.logo {
  width: auto;
  float: left;
  position: relative;
}

.logo img {
  width: auto;
  height: 60px;
  display: block;
}

.header_call {
  width: 175px;
  height: 100%;
  float: right;
  background: #052149;
  position: absolute;
  top: 0;
  right: 0;
}

.call_now {
  width: 100%;
  float: left;
  padding: 5px 15px;
  font-size: 17px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  background: #052149;
}
.rqst_call {
  width: 100%;
  float: left;
  background: #f15f22;
  padding: 5px 11px;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.call_now_custom {
  width: 100%;
  float: left;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .call_now_custom {
    padding: 10px 6px;
    line-height: 19px;
    font-size: 12px;
  }
  .call-2 {
    padding: 10px 3px !important;
  }
}
a:hover.call_now,
a:hover.rqst_call {
  color: #fff;
}

.rqst_call {
  width: 100%;
  float: left;
  background: #f15f22;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.main_menu_area {
  width: 100%;
  /* float: right; */
  /* margin: 0 145px 0 0; */
}

.menu_trigger {
  display: none;
}

.main_menu_area > ul {
  width: auto;
  float: left;
  margin: 0px 0px !important;
  padding: 0px !important;
}

.main_menu_area > ul > li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.main_menu_area > ul > li > a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  padding: 0px 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.main_menu_area > ul > li > a:hover,
.main_menu_area > ul > li > a.active {
  background: #052149;
  color: #fff;
}

.drop-main .caret {
  position: absolute;
  top: calc(50% - 2px);
  right: 3px;
}
.response-table-card {
  /* gap: 20px; */
  justify-content: space-between;
}
.month-label {
  font-weight: 700 !important;
  padding: 8px !important;
  line-height: 26px !important;
  color: #3ca2da;
  font-size: 18px;
  width: 100%;
}
.main_menu_area > ul > li > a {
  padding: 8px 14px !important;
}
.drop-main .caret {
  right: 0px !important;
}
.abt-se .form1 {
  background-color: #0181be;
  width: 95%;
}
.abt-se .form1 .select2 {
  margin-top: 10px !important;
  width: 100%;
}
@media (max-width: 1300px) {
  .main_menu_area > ul > li > a {
    font-size: 13px;
    padding: 5px 10px !important;
  }

  .drop-main .caret {
    right: 0px;
  }
}

@media (max-width: 1190px) {
  .header_call {
    display: none;
  }

  .main_menu_area {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .menu_trigger {
    display: block;
    width: auto;
    float: right;
    cursor: pointer;
  }

  .menu_trigger i {
    font-size: 30px;
    color: rgba(255, 102, 0, 0.98);
    line-height: 60px;
    padding: 0px 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  }

  .menu_trigger i:hover,
  .menu_trigger i:focus {
    color: #052149;
  }

  .main_menu_area > ul {
    width: 90%;
    max-width: 350px;
    position: fixed;
    right: 0;
    top: 80px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0px !important;
    height: calc(100% - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  }

  .main_menu_area > ul.reveal_menu {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .main_menu_area > ul > li {
    width: 100%;
  }

  .drop-main .caret {
    right: 30px;
  }

  .main_menu_area > ul > li > a {
    width: 100%;
    padding: 0px 30px;
    line-height: 50px;
    color: #000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }

  .drop1 {
    width: 100%;
    position: relative;
    float: left;
    top: 0;
  }

  .drop1 li {
    border-bottom: none;
  }

  .drop1 li a {
    background: #0c2e5f;
    line-height: 30px;
    font-size: 14px;
    padding: 8px 30px 8px 50px;
  }
}

.cd-form {
  position: relative;
  padding: 35px;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .menu_trigger {
    position: absolute;
    top: -115px;
    z-index: 2;
    right: 11px;
  }

  .call-cont {
    display: none !important;
  }

  .header_block {
    position: relative;
  }

  .top_header_area {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background: #052149;
    padding: 5px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  }

  .smaller .top_header_area {
    position: fixed;
    top: 0;
    left: 0;
  }

  .is-fixed.smaller .top_header_area {
    position: relative;
  }

  .top_header_area a {
    width: auto;
    float: left;
    line-height: 20px;
  }

  .rqst_call {
    width: auto;
    float: right;
    line-height: 20px;
  }

  .main_menu_area > ul {
    top: 120px;
    height: calc(100% - 120px);
  }

  .click-panel {
    top: 40px;
    right: 5px;
  }

  .contact-times {
    width: 20px;
  }
}

@media (max-width: 459px) {
  /*   .main_header_area {
padding: 10px 15px;
}*/
  .menu_trigger {
    top: -108px;
  }

  .logo img {
    height: 45px;
  }

  .menu_trigger i {
    line-height: 45px;
  }

  .main_menu_area > ul {
    top: 105px;
    height: calc(100% - 105px);
  }

  .rqst_call {
    font-size: 11px;
    padding: 5px 5px;
  }

  .call_now {
    font-size: 14px;
  }
}

@media (max-width: 315px) {
  .logo img {
    padding: 5px 0px;
  }
}

.cd-form label {
  padding: 0 0 5px;
  font-size: 13px;
  color: #797979;
  line-height: 20px;
}

.fieldset {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 12px;
}

.cd-form input,
.cd-form select,
.cd-form textarea,
.cd-form email {
  border: 1px solid #c7c7c7 !important;
  padding: 10px 15px !important;
  border-radius: 5px;
  outline: 0;
  height: 42px !important;
  box-shadow: none;
  color: #454545;
  letter-spacing: 0.7px;
}

.cd-form input,
.cd-form select,
.cd-form textarea,
.submit_pop {
  width: 100%;
  float: left;
  position: relative;
  font-size: 13px;
  line-height: 20px;
}

.error_msg {
  position: absolute;
  color: #fff;
  width: 184px;
  padding: 10px;
  left: 6px;
  bottom: -44px;
  font-size: 12px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.search-container {
  width: 100%;

  border: solid 1px #052149;
  border-radius: 4px;
  /* margin: 15px; */
  display: flex;
}

.search-container input {
  width: 100%;
  border: 0px;
  border-right: 1px solid #052149;
  padding: 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-container button {
  border: 0;
  background-color: transparent;
  padding: 0px 15px;
}

*,
*:focus,
*:hover {
  outline: none;
}

.search-box {
  position: relative;
  padding-top: 4px;
}

.search-result {
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  top: 44px;
  z-index: 10000;
  /*  */
  height: 0;
  padding: 0px;
  display: none;
}

.active-search {
  height: auto;

  display: block;
}

.search-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#searchResult li {
  padding: 5px 20px;
  border-bottom: solid 1px #dcdcdc;
}

ul#searchResult li:hover {
  background: #fff;
}

ul#searchResult li:last-child {
  border: 0px;
}

/* .custom .carosel-banner .banner-custom .call_now,
.rqst_call {
 
} */
.banner-btn {
  display: flex;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .custom .carosel-banner .heading-banner {
    color: #fff;
    font-size: 30px !important;
    font-weight: 600;
  }
}

.inner-banner {
  padding: 40px 0;
}

.inner-banner .img {
  position: relative;
  width: 90px;
}

.carosel-banner {
  position: relative;
  z-index: 2;
}

.carosel-banner .heading-banner {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.carosel-banner .heading-banner span {
  color: #ffda23;
}

.carosel-banner p {
  color: #fff;
  font-size: 18px;
}

.carosel-banner .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #666;
}

.carosel-banner .content ul li {
  color: #fff;
  position: relative;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.55;
  font-weight: 400px;
  font-size: 13px;
}

.carosel-banner .content ul li:before {
  content: "";
  background-image: url("https://edoxitraining.com/assets/images/green-tick.svg");
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.accred {
  position: absolute;
  right: 0;
  bottom: 0;
}

.content-display {
  display: contents;
}

.accred .img {
  padding-right: 20px;
  margin-left: 10px;
  border-right: 1px solid yellow;
}

.accred .img:last-child {
  border-right: 0px solid yellow;
}

@media (min-width: 481px) and (max-width: 767px) {
  .accred {
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
    margin-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .accred {
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
    margin-top: 20px;
  }
}

.categorypages_container h1 {
  font-size: 2.65rem !important;
}

.categorypages_container h2 {
  font-size: 2.33rem !important;
}

.categorypages_container h3 {
  font-size: 2rem !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  /* background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; */
}

.table-design .search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.table-design .search-input {
  width: 100%;
  padding: 10px 15px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #3ca2da !important;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}

.table-design .search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #1f419b;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-design .search-button img {
  width: 15px;
  height: 15px;
  filter: invert(1);
}

.table-design .table {
  border-radius: 10px;
  overflow: hidden;
}

.table-design .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table-design .table tbody tr td:last-child {
  border-radius: 0 0 10px 0;
  text-align: center;
}

.table-design .table thead th {
  padding: 10px !important;
  line-height: 26px !important;
  background-color: #1f419b !important;
}

.table-design .table td {
  padding: 8px !important;
  line-height: 26px !important;
}

.table-design input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  background-color: #fff;
  height: 54px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #e4e2dc;
}

.table-design .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.table-design .card h6 {
  color: #1f419b;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.table-design label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}

/* <!-- smooth scroll--> */

.inline-error {
  color: rgb(204, 0, 0);
}

.nicescroll-rails {
  z-index: 9999 !important;
}

.navbar-inverse .navbar-nav a.active,
.navbar-inverse .navbar-nav a.active:focus,
.navbar-inverse .navbar-nav a.active:hover {
  background: #052149;
  color: #fff;
}

@media screen and (min-width: 760px) {
  .call-now-button {
    display: none !important;
    background: #014b8c;
  }
  .width-sm {
    width: 50%;
  }
}

@media screen and (max-width: 3000px) {
  .call-now-button {
    display: flex;
    background: #014b8c;
  }

  .quick-call-button {
    display: block !important;
  }
}

@media screen and (min-width: px) {
  .call-now-button .call-text {
    display: none !important;
  }
}

@media screen and (max-width: px) {
  .call-now-button .call-text {
    display: none !important;
  }
}

.call-now-button {
  top: 50%;
}

.call-now-button {
  left: 3%;
}

.call-now-button {
  background: #014b8c;
}

.call-now-button div a .quick-alo-ph-img-circle,
.call-now-button div a .quick-alo-phone-img-circle {
  background-color: #0c3;
}

.call-now-button .call-text {
  color: #fff;
}

.post-cmnts {
  display: none !important;
}
.form-container {
  background-color: #f7f7f7;
  border-radius: 8px;

  width: 100%;
  max-width: 100%;
}

.form-container .container {
  text-align: center;
}

.form-container h2 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.form-container p {
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.form-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.form-container .form-row input,
select {
  flex: 1;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 42px;
  text-align: center;
  background-color: white !important;
}
.form-container.form-row select {
  border: 1px solid #ccc !important;
  background-color: white !important;
}

.form-container .submit-btn {
  background-color: #1e90ff;
  color: white;
  flex: 1;
  padding: 12px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  height: 42px;
}

.form-container .submit-btn:hover {
  background-color: #1c86ee;
}

.table-design .page-link:hover {
  z-index: 2;
}
.table-design a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.table-design .disabled a {
  color: white;
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(185, 188, 191, 0.45);
}

.table-design .page-link {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 1rem;

  text-decoration: none;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ftr-iso h4 {
  color: #fff;
  margin-right: 20px;
  margin-top: 5px;
}

.accordion-filters {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: none !important;
}

.accordion-header {
  background-color: #f7f7f7;
  color: #1f419b;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  text-align: left;

  cursor: pointer;
  font-size: 16px;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  background: white;
}

.accordion-item.active .accordion-body {
  max-height: 1000px !important;
  /* high enough to show contents */
  padding: 15px;
}
#courseTableBody tr td button {
  color: white;
}
.submit-btn {
  background-color: #1e90ff;
  color: white;
  flex: 1;
  padding: 12px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  height: 42px;
  width: 100%;
}
.inner-content h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 30px;
  margin-bottom: 10px;
}
.form1 .inpt {
  float: left !important;
  width: 100% !important;
  padding: 7px 15px !important;
  background: #fff !important;
  border: 2px solid #ccc;
  border-radius: 5px !important;
  margin-top: 10px !important;
  height: auto !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.form1 .inpt2 {
  float: right;
  width: 68% !important;
  padding: 7px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  height: auto !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.form1 .sel1 {
  float: left;
  width: 30% !important;
  padding: 7px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  height: auto !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.inner-content ul li::before {
  display: none;
}
.inner-content ul li {
  list-style: disc;
}

#pagination button {
  padding: 10px;
  border: none;
  color: #337ab7;
  font-size: 1rem;
}

#pagination .active {
  padding: 13px;
  border: none;
  z-index: 3;
  font-size: 1rem;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999999999999999999999999;
  padding: 20px;
  background-color: #00000040;
}

#enq-form h2 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.coursepages_container h2 {
  font-size: 2.33rem !important;
}
.inner-panel h2 {
  font-weight: 600;
  font-size: 2.33rem !important;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}
.inner-panel .inner-content h4 {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.list-sec h2 {
  font-weight: 600;
  font-size: 2.33rem !important;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 37px;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 5px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}
.form-container h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  margin-bottom: 20px;
}
.select2-container--open .select2-dropdown--below {
  z-index: 99999999999999999999999999999999999999999999999999999999999;
}
.form-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;

  flex: 1;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 42px;
  text-align: center;
  background-color: white !important;
}
.form-container .select2-container .select2-selection--single {
  border: none;
}
.form-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #9c9c9c;
  line-height: 20px;
}
.form-container .select2-container {
  width: 369px !important;
}
.fieldset .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 43px;
  user-select: none;
  -webkit-user-select: none;
}
.form-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}
.coursepages_container h3 {
  font-size: 2rem !important;
  font-weight: 700;
  margin-bottom: 20px;
}
.list-sec ul li {
  float: left;
  width: 100%;
  list-style: none;
  line-height: 28px;
  /* margin-left: 40px; */
}
.list-sec .col-md-6 {
  padding-left: 40px;
}
.list-sec .col-md-6:nth-child(odd) {
  padding-left: 0px !important;
}
.list-sec ul li a {
  float: left;
  width: 100%;
  color: #052149;
  text-decoration: none;
  font-size: 15px;
  transition: all 500ms ease;
  /* line-height: 4rem; */
}
.list-sec ul li a:hover {
  transition: all 500ms ease;
  margin-left: 10px;
  color: #ee7a7a;
}
.coursepages_container .inner-content ul {
  padding-left: 40px;
}
.mentor-sec p {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 15px;
  color: #000;
  line-height: 27px;
}
.faq .panel-body {
  float: left;

  font-size: 15px;
  color: #000;
  line-height: 27px;
}
.faq .collapse.in {
  display: block;
  margin-bottom: 110px;
}
.mentor-sec h2 {
  font-weight: 600;
  font-size: 2.33rem !important;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}
.faq h2 {
  font-weight: 600;
  font-size: 2.33rem !important;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}
.faq .panel-title {
  font-weight: 600;
}
.faq .panel-heading {
  padding: 15px 15px;
}
.faq .fa-arrow-down::before {
  content: "\f063";
  font-size: 14px;
  font-weight: 400;
}

.related-courses h2 {
  font-weight: 600;
  font-size: 2.33rem !important;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}
.related-courses {

  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
}

.course-card-cursoul {
  background-color: white;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px;
  text-align: left;
}

.course-card-cursoul h3 a {
  font-size: 18px;
  font-weight: bold;
  color: inherit;
}

.course-card-cursoul p {
  margin: 10px 0;
  font-size: 17px;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.btn-group button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 4px;
}

.btn-group button:hover {
  background-color: #0056b3;
}

.swiper-container {
  padding: 20px 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #007bff;
}
/* Centered dot pagination like your screenshot */
.swiper-pagination {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bbb;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: #007bff;
}

.related-carousel .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 20px;
  text-align: center;
}
.inner-div {
  padding: 20px;
  min-height: 336px;
  text-align: center;
}
/* table pagination */

#pagination button {
  padding: 10px;
  border: none;
  color: #337ab7;
  font-size: 1rem;
}

#pagination .active {
  padding: 13px;
  border: none;
  z-index: 3;
  font-size: 1rem;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
}
.content_box {
  float: left;
  width: 100%;
  min-height: 200px;
  margin: 20px 0;
  padding: 40px 30px 40px 0px;
  box-shadow: 1px 0px 0px 2px #fbf7f7;
  background: #f7f7f7;
}
.logimg {
  margin: 0px 20px 0px 20px;
  width: 100%;
  text-align: center;
}
.logimg img.aibm-img {
  width: 150px;
}
.logimg img {
  width: 150px;
  height: auto;
  padding: 0px 10px;
}
.content_box h4 {
  padding: 0px 20px;
  padding-left: 20px;
  color: #052149;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  border-left: 2px solid #ffda23;
  padding-left: 1.5rem;
  color: #0652a4;
  font-weight: bold;
  line-height: 1.15;
  margin-left: 20px;
  margin-bottom: 25px;
}
.content_box p {
  padding: 0 20px;
  color: #000;
  font-size: 15px;
  line-height: 27px;
}
@media (max-width: 768px) {
  #filterToggle {
    display: block;
    margin-bottom: 0px;
  }
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 4px;
}
.custom-dropdown {
  width: 200px;
  position: relative;
  user-select: none;
  font-family: sans-serif;
}

.selected-option {
  padding: 10px;
  background: #f0f0f0;
  cursor: pointer;
  border: 1px solid #ccc;
  position: relative;
}

.selected-option .clear-sort {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  color: red;
  cursor: pointer;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  border: 1px solid #ccc;
  display: none;
  z-index: 10;
}

.dropdown-options div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-options div:hover {
  background: #eee;
}

/* table */
/* Mobile: hide sidebar by default, show via .active */
@media (max-width: 1000px) {
  .table-side {
    padding: 0px;
  }
  .sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 0px;
  }

  .sidebar.active {
    display: block;
    display: block;
    z-index: 999999999999999999999999999999999999999999999999;
    background: #0000005c;
    padding: 10px !important;
  }

  /* show filter button */
  #filterToggle {
    display: block;
    margin-bottom: 15px;
  }

  /* hide desktop table, show mobile cards */
  #courseTable {
    display: none;
  }

  #mobileCourseCards {
    display: block;
    padding: 0px;
  }
}

/* Desktop: show sidebar & table, hide filter button & cards */
@media (min-width: 1000px) {
  #filterToggle {
    display: none;
  }

  #mobileCourseCards {
    display: none;
  }

  #courseTable {
    display: table;
  }

  .sidebar {
    display: block !important;
    position: static;
    box-shadow: none;
  }
  .table-design {
    display: flex;
  }
}

/* Mobile card styles */
.course-card {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.course-card h5 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  color: #1f419b;
}

.course-card .detail {
  font-size: 14px;
  color: #555;
  margin: 3px 0;
}

.course-card .detail span {
  font-weight: 600;
}

.course-card .fee {
  text-align: right;
  font-weight: bold;
  margin-top: 6px;
}

/* Clear & Active Filters */
#clearFilters {
  display: none;
  margin-bottom: 10px;
}

.active-filter {
  margin: 3px;
  padding: 5px 10px;
  background: #f1f1f1;
  border-radius: 15px;
  display: inline-block;
}

.active-filter .remove-filter {
  margin-left: 8px;
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-container .form-row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .form-container .form-row input,
  .form-container .form-row select,
  .form-container .submit-btn {
    width: calc(50% - 7.5px); /* 2 columns with spacing */
  }
}

@media (max-width: 992px) {
  .btn-group button {
    padding: 8px 5px;
    cursor: pointer;
  }
  .course-card-cursoul {
    padding: 10px;
  }
  .inner-div {
    padding: 10px;
  }
  .padding {
    padding: 20px 10px;
  }
  .list-sec .col-md-6:nth-child(odd) {
    padding-left: 20px !important;
  }
  .list-sec .col-md-6 {
    padding-left: 20px !important;
  }
  .form-container .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .form1 .select2 {
    margin-top: 10px !important;
    width: 100%;
  }
  .form-container h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .form-container .form-row input,
  .form-container .form-row select,
  .form-container .submit-btn {
    width: 100%;
    text-align: left;
    line-height: inherit;
  }

  .form-container {
    padding: 20px;
  }

  .form-container .container {
    text-align: left;
  }
  .form2 {
    float: right;
    width: 100% !important;
  }
  .form-container
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    text-align: left !important;
  }
  .form-container .select2-container {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .form-container {
    padding: 15px;
  }

  .form-container h2 {
    font-size: 20px;
  }

  .form-container p {
    font-size: 13px;
  }

  .form-container .submit-btn {
    font-size: 16px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .rqst_call {
    padding: 5px 8px !important;
    font-size: 11px !important;
  }
  .form-container .select2-container {
    width: 300px !important;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .form-container .select2-container {
    width: 360px !important;
  }
  .inner-content th,
  td {
    font-size: 14px !important;
  }
}
@media (min-width: 1300px) {
  .table-col-size .col-md-3 {
    width: 20% !important;
  }
  .table-col-size .col-md-9 {
    width: 80% !important;
  }
}
@media (min-width: 280px) and (max-width: 767px) {
  .pull-right {
    float: right !important;
    text-align: auto;
    width: auto !important;
  }
  .faq .panel-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#stickyfrom {
  position: sticky;
  top: 200px;
  z-index: 10;
  transition: top 0.3s ease, transform 0.3s ease;
}
.stuck {
  position: sticky;
  top: 20px;
}

.unstuck {
  position: absolute;
}

.custom-pagination {
  text-align: center;
  margin-top: 10px;
}
.custom-pagination .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.custom-pagination .dot.active {
  background: #000;
}

.reset-btn {
  display: none;
  background: rgb(60, 162, 218);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  width: 100px;
}
.select-box-design{
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center; border: 1px solid #286090; color: #286090;
}
.filter-box-sm-design{
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center; padding: 9px 12px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0652a4;
  /* arrow color */
  background-color: rgba(255, 255, 255, 0.9);
  
  border-radius: 50%;
  width: 30px !important;
  /* smaller width */
  height: 30px !important;
  /* smaller height */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  /* smaller arrow size */
  transition: 0.3s ease;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #0652a4;
  color: #ffffff;
}

/* Adjust position */
.swiper-button-next {
  right: 5px;

}

.swiper-button-prev {
  left: 5px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
  font-size: 20px !important;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "next";
  font-size: 20px !important;
}
