@font-face {
  font-family: luto;
  src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

body {
  background: #f1f5f8;
  font-family: "Open Sans", sans-serif !important;
}
.eventlogoshow {
  display: show;
}
.register_now,
.register_now_std {
  font-size: 14px;
  font-family: luto;
}

.navbar-nav p {
  font-family: luto;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.navbar-nav span {
  font-size: 14px;
}

.navbar-nav li {
  margin: 0 8px;
}

.marketing_category_block .search-bg {
  background: #5c6e7c;
  width: 100%;
  height: 45px;
  line-height: 47px;
  margin-top: 0px !important;
  float: left;
  margin-right: 6px !important;
  text-transform: uppercase;
  background-position: 10px;
  padding: 0px 28px 0px 28px !important;
  font-size: 14px !important;
  border: 0;
}

.navbar-brand {
  margin-right: 1.6rem;
}

.multiselect-native-select .btn-group {
  width: 100% !important;
}

.custom-select {
  height: calc(1.5em + 0.75rem + 9px);
}

.custom-select {
  border: 1px solid #c0c0c0;
  color: #97a8b8 !important;
  border-radius: 8px !important;
  text-align: left !important;
  background-color: #ffffff;
  background: rgb(255, 255, 255) url(../images/select_arrow.png) right 10px
    center no-repeat !important;
  background-position: 96%;
}
.dropdown-box {
  border-radius: 8px !important;
  text-align: left !important;
  background-color: #ffffff;
  background: rgb(255, 255, 255) url(../images/select_arrow.png) right 10px
    center no-repeat !important;
  background-position: 96%;
}

@media (min-width: 380px) {
  .dropdown-content {
    width: 100%;
    min-width: 380px;
    max-width: 100%;
  }
  .countrysrch .dropdown-menu {
    min-width: 380px !important;
    max-width: 380px;
    width: 100%;
  }
  .countrysrch .dropdown-item {
    white-space: wrap !important;
  }
  .countrysrch button {
    border: 1px solid #bdc2c8;
    border-radius: 10px;
    text-transform: unset;
    height: 44px;
  }
  .countrysrch .bootstrap-select {
    width: 100% !important;
  }
}
.dropdown-content ul .parentcat {
  font-weight: bold;
} /*
.dropdown-content ul .parentcat:after
{
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	Font-size: 18px;
}*/
.parentcat {
  display: inline-flex; /* keep label inline */
  align-items: center; /* vertically align text + checkbox */
  gap: 5px; /* small space between checkbox and text */
}
.dparrow {
  display: inline-block; /* keep arrow on same line */ /* space between label text and arrow */
  cursor: pointer;
  font-size: 14px;
  transition: transform 0.3s;
  vertical-align: middle;
}
.catsub {
  display: inline-flex; /* keep label inline */
  align-items: center; /* vertically align text + checkbox */
  gap: 5px; /* small space between checkbox and text */
}
/* ▼ Add dropdown arrow only if li has a ul.subcategory */
.dropdown-content ul > li:has(> ul.subcategory) > .dparrow::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  font-size: 18px;
  transition: transform 0.2s ease;
}

/* ▲ Change arrow direction when checkbox is checked */
.dropdown-content
  ul
  > li:has(> input[type="checkbox"]:checked)
  > .dparrow::after {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  transform: rotate(180deg);
}

/* Add dropdown arrow only if li contains a <ul> */
.dropdown-content
  ul.subcategory
  > li:has(> ul.subsubcategory)
  > .dparrow::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  font-size: 18px;
}

/* Optional: rotate or change when expanded (if using checkbox toggle) */
.dropdown-content
  ul.subcategory
  > li:has(> input[type="checkbox"]:checked)
  > .dparrow::after {
  content: ""; /* ▲ up arrow when opened */
}

.dropdown-content label {
  flex-wrap: nowrap;
  /*	display: flex;*/
  align-items: center;
}
.dropdown-content input {
  appearance: none;
  background-color: #f2f4f5;
  height: 17px;
  border-radius: 4px;
}
.dropdown-content input:after {
  content: "\f096";
  font-family: "FontAwesome";
  color: #cdcdcd;
  font-size: 23px;
  float: left;
  margin-top: -8px;
}
.dropdown-content input:checked {
  background-color: transparent;
}

.dropdown-content input:checked:after {
  content: "\f046";
  font-family: "FontAwesome";
  color: #5c6e7c;
  font-size: 23px;
  float: left;
  margin-top: -8px;
}
.modal-body .btn-success {
  background: #5d6f7d;
  border: none;
  border-radius: 4px;
  color: #ffffff !important;
}
.expanded {
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

#footer {
  /* background: url(../images/connectbg1.svg) no-repeat;*/
  background-size: cover;
  background-position: 0px -100px;
  background-color: #000 !important;
}

#overlay {
  /*background-color: rgba(92, 111, 124, .5) !important;*/
  width: 100%;
}

#footer a {
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.2s linear;
}

#footer a {
  word-wrap: normal !important;
}

.menu2 {
  font-size: 15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", Arial, sans serif;
}

hr.style1 {
  border-top: 2px solid #ffffff;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

#footer .blurp {
  font-size: 13px;
  font-weight: 300;
  margin: 0 auto;
}

#footer a:hover,
#footer a:focus {
  color: #cdde31 !important;
  text-decoration: underline;
}

#footer .resetr {
  padding-right: 0;
  text-align: right !important;
}

.dropdown-item-text {
  color: #000;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold !important;
  border-bottom: 1px solid #eee;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  font-size: 13px !important;
  color: #000000 !important;
  display: block;
}

.form-check-input {
  appearance: none;
  background-color: #f2f4f5;
  height: 17px;
  border-radius: 4px;
}

.form-check-input:after {
  content: "\f096";
  font-family: "FontAwesome";
  color: #cdcdcd;
  font-size: 23px;
  float: left;
  margin-top: -8px;
}

.form-check-input:checked {
  background-color: transparent;
}

.form-check-input:checked:after {
  content: "\f046";
  font-family: "FontAwesome";
  color: #5c6e7c;
  font-size: 23px;
  float: left;
  margin-top: -8px;
}

.form-check-label {
  line-height: 26px;
  padding-left: 10px;
  line-height: 15px;
  padding-top: 5px;
}

.company_image {
  max-width: 150px;
  height: 150px;
}
/*
.img_event_box {
    height: 130px;
	text-align: center;
}
.img_event_box img
{
	width: 100%;
	max-width: 130px;
	min-width: 120px;
}*/
.img_event_box {
  height: 130px; /* Increase height to fit button */
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push button to bottom */
  align-items: center;
  padding: 10px;
}

.img_event_box a:first-child {
  height: 100px; /* Fixed image area */
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_event_box img {
  max-width: 130px;
  object-fit: contain; /* Maintain logo ratio */
  width: 100%;
}

.img_event_box .btn {
  width: 100%;
  font-size: 12px !important;
}

.leftbox {
  float: left;
  padding-top: 7px;
}

.dmgfooter {
  width: 100%;
  display: table;
  /* position: absolute; */
  overflow: hidden;
  background-color: #000000;
  z-index: 100;
  left: 4px;
  font-size: 12px !important;
  font-family: "Montserrat", Arial, sans serif;
  top: -1px;
  /* min-height: 278px; */
  color: #ffffff;
}

.footer_wrapper {
  clear: both;
}

.custom-select:focus {
  box-shadow: none;
  border: 2px solid #000000;
}

.marketing_category_block .reset-bg {
  background: #5c6e7c;
  height: 45px;
  width: 100%;
  line-height: 47px;
  font-size: 14px;
  margin-right: 0px;
  margin-top: 0px;
  float: left;
  padding: 0px 15px;
  text-transform: uppercase;
  border: 0;
}

.list-group-item-text {
  max-height: 45px;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 21px;
  font-size: 14px;
}

.magnifier {
  height: 45px;
  border: 1px solid #bdc2c8;
  border-radius: 10px;
  width: 100%;
  font-size: 14px;
  padding-left: 40px;
  /*color: #97a8b8 !important;*/
  margin-bottom: 10px;
  background: rgb(255, 255, 255) url(../images/red_magnifier.png) 10px center
    no-repeat;
}

.item_heading .heading {
  text-transform: uppercase;
  font-size: 18px;
  color: #162b4d;
  font-weight: bold;
}

.marketing_category_block select {
  width: 100%;
  font-size: 14px;
  padding: 4px 15px 4px 15px;
  background: rgb(255, 255, 255) url(../images/select_arrow.png) right 10px
    center no-repeat !important;
  background-position: 96%;
  border-radius: 8px;
  border: 1px solid #c0c0c0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  height: 45px;
  color: #000000 !important;
  margin-bottom: 10px;
}

.multiselect-selected-text {
  font-size: 14px;
  color: #000;
}

.alphabetical_search_block .search-all {
  background: #5c6e7c;
  height: 36px;
  line-height: 13px !important;
  font-size: 12px;
  float: left;
  margin: 10px 15px 10px 0px !important;
  padding: 10px 21px;
}

.alphabetical_search_block a.alphabetical_search {
  height: 36px;
  width: 40px;
  border: 1px solid #c2c7cc;
  display: block;
  float: left;
  border-radius: 5px;
  background: #fff;
  line-height: 35px;
  text-align: center;
  /*color: #c2c7cc !important;*/
  color: #454343;
  /* margin: 10px 0.5% 10px 0px;*/
  margin: 10px 0.5% 0px 0px;
  text-decoration: none;
}

.alphabetical_search_block a.alphabetical_search:hover {
  color: #5c6e7c !important;
  border: 1px solid #5c6e7c;
}

.alphabetical_search_block a.alphabetical_search.active {
  color: #5c6e7c !important;
  border: 1px solid #5c6e7c;
}

.mian {
  margin-top: 20px;
}

.sector_block li {
  float: left;
  margin-right: 6px;
  margin-top: 10px;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #959fa6;
  min-width: 50px;
  overflow: hidden;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  /* text-transform: uppercase; */
}

.sector_block {
  list-style-type: none;
  padding-left: 0px;
  max-height: fit-content;
  margin-bottom: 0px;
  overflow: hidden;
  display: inline-block;
}

.btn {
  background: #ffffff;
  border: 1px solid;
  /* height: 40px;*/
  line-height: 26px;
  color: #000000 !important;
  /*width: 150px;*/
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 0px;
}

.view_description {
  float: right;
  background: none;
  height: 24px;
  width: 24px;
  border: none;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  top: 0px;
  /*right: 25px;*/
}

.button_heading {
  font-size: 16px;
  margin-top: 0px;
  border: none;
  padding: 15px 0px;
  font-weight: bold;
  background: none;
  text-align: left;
}

.tabmain .nav-tabs {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 0;
  border-left: 1px solid #dee2e6;
  border-radius: 10px 10px 0 0;
  background-color: #eaeaea;
}

.tabmain .tab-content {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-radius: 0 0 10px 10px;
  padding: 25px;
  background-color: #ffffff;
  padding: 25px;
}

.tabmain .nav-tabs .nav-link.active {
  -webkit-box-shadow: 9px 1px 7px -9px rgb(0 0 0 / 50%);
  -moz-box-shadow: 9px 1px 7px -9px rgba(0, 0, 0, 0.5);
}

.tabmain .nav-tabs .nav-link.active,
.tabmain .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.tabmain .nav-tabs .nav-link {
  color: #2c2c2c !important;
  line-height: 48px;
  padding: 0px 40px;
  font-weight: bold;
}

.list-group-item {
  border-radius: 10px !important;
  border: 0;
  padding: 20px;
  margin-bottom: 15px;
}

.social_media_block ul li {
  color: #212121 !important;
  height: 40px;
  float: left;
  list-style-type: none;
  font-size: 16px;
}

.social_media_block ul {
  width: 100%;
  min-height: 40px;
  padding-left: 0px;
}

.social_media_block ul li a {
  color: #212121 !important;
  display: block;
  min-height: 40px;
  min-width: 30px;
  margin: 0px 0 0 5px;
}

.modal-dialog {
  max-width: 610px;
}

.modal-header {
  background-color: #ec1e39;
}

.modal-header.info-popup {
  background-color: transparent !important;
  border: 0 !important;
}

.modal-header.info-popup h5 {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}

.infopopup-content.modal-body {
  text-align: left !important;
}

.modal-content form {
  font-size: 15px;
}

.modal-title {
  color: #ffffff;
}

.social_media_block ul li span {
  padding-left: 50px;
}

.social_media_block {
  margin-top: 15px;
}

.discription_title {
  color: #778ba3;
  margin-top: 13px;
  font-size: 15px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.mandatory {
  color: #eb3409;
}

.ltl_list_as {
  float: left;
  margin-left: 0px;
  display: inline-block;
  background: #01a5e4;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
  color: #ffffff !important;
  min-width: 95px;
  overflow: hidden;
  padding: 0px 5px;
  font-weight: 600;
  margin-top: 2px;
  padding: 2px;
  border-radius: 0px;
}

.head_discription {
  /*float: left;*/
  width: 100%;
}

.list-group-item-text {
  font-size: 14px;
  width: 100%;
}

#gallery {
  padding: 10px 0 0 10px;
  background-color: white;
  text-align: center;
  margin: 0 auto;
  border: 2px solid blue;
}

.gallery-item {
  overflow: hidden;
  cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f5f8;
}

.pdf_td {
  width: 40px;
}

.text_td {
  width: 65%;
}

.broucher_view,
.broucher_download {
  height: 35px;
  padding: 5px 20px;
  /* line-height: 35px;
    float: left; */
  color: #e4e4e4 !important;
  margin-right: 20px;
  border-radius: 10px;
  background-color: #5d6f7d;
  text-transform: uppercase;
}

.previous {
  color: #000 !important;
  left: 20px;
  top: 45%;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 27px;
  line-height: 35px;
}

.next {
  color: #000 !important;
  right: 20px;
  top: 45%;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 27px;
  line-height: 35px;
}

.previous i {
  float: left;
  margin-left: 0;
}

.next i {
  float: left;
  margin-left: 0;
}

/*loader*/
#request {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  display: none;
}

.mloader {
  background: rgb(255, 255, 255) url(../images/loader.gif) no-repeat center
    center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 49%;
  left: 49%;
  border-radius: 50%;
}

.web_title {
  color: rgb(98, 98, 98);
  font-size: 24px;
  font-weight: 600;
  margin: 10px 30px 20px;
}

.card-main .rounded {
  border-radius: 10px !important;
}

.card-main .shadow {
  box-shadow: 1px 1px 10px 0px rgb(20 16 16 / 25%) !important;
  -webkit-box-shadow: 1px 1px 10px 0px rgb(20 16 16 / 25%) !important;
}

/*loader-close*/
.btn-success:hover {
  background-color: #0cafe4 !important;
  border-color: #000000 !important;
}

.modal {
  text-align: center;

  margin: 0 auto 20px auto;
}

.modal-open {
  margin: 0 auto;
  overflow: auto;
}

#modal-image {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 5px;
}

.btn.back {
  width: auto;
}

.modal-image-caption {
  text-transform: capitalize;
}

@media screen and (min-width: 600px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (min-width: 300px) and (max-width: 599px) {
  .mian {
    margin-top: 30px !important;
  }

  .tabmain .nav-tabs {
    display: block !important;
  }

  .data-holder {
    display: block !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .data-holder div {
    display: block;
  }

  .data-holder div a {
    display: block;
    margin: 5px 0px;
  }
}

.messagefail i {
  font-size: 40px;
  color: red;
}

.modal-footer {
  justify-content: center;
  border-top: none;
}

.footer_bottom_strip {
  background-color: #222222;
}

.footer_wrapper div,
.footer_wrapper ul li,
.footer_wrapper span {
  font-size: 13px;
}

.warning-section {
  text-align: left;
  padding-top: 38px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer_warning_border {
  border-bottom: 1px solid #9a9595;
}

.warning-section {
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.warning-section {
  background-color: #222222 !important;
  color: white;
}

.warning-section {
  background-color: #3d3d3d;
}

.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.warning-section .warn-bar {
  border-right: 2px solid #e23454;
  height: 80px;
  text-align: left;
}

.warning-section .warn-side {
  color: white;
  font-size: 13px;
  height: 100px;
  text-align: left;
}

.warning-section .warn-btn {
  background: #e23454;
  color: white;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  width: 250px;
}

.ancerlink-color {
  color: #eb3409;
}

.warning-section .warn-text {
  color: white;
  font-size: 18px;
}

.footer_links_firts {
  padding-right: 11%;
}

.footer_text_color_gray {
  color: #989898;
}

.font600 {
  font-weight: 600;
}

.footer_click_here,
.footer_click_here:hover,
#footer .footer_click_here,
#footer .footer_click_here:hover {
  color: #da2e00 !important;
}

.footer_text_color_red {
  color: #ed3200;
}

.product_details h2 {
  font-size: 18px;
  margin-top: 8px;
  width: 90%;
  /* margin: 0 auto; */
  float: left;
  /* height: 40px; */
  overflow: hidden;
}

.product_details {
  width: 100%;
  float: left;
  margin-top: 0px;
}

.product_image {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.product_with_details {
  width: 100%;
  display: inline-block;
  color: #142b4d;
  padding: 22px;
}

.featured_star {
  background-color: #e5ac00 !important;
  color: #ffffff !important;
  padding: 10px 16px;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  right: 14px;
}

.featured_list_exb {
  background-color: #bdf1fe !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .marketing_category_block .search-bg {
    padding: 0px 20px 0px 20px !important;
    font-size: 13px !important;
  }

  .marketing_category_block .reset-bg {
    padding: 0px 10px !important;
    font-size: 13px !important;
  }

  .alphabetical_search_block a.alphabetical_search {
    margin: 10px 0.3% 10px 0px;
  }

  .alphabetical_search_block .search-all {
    padding: 10px 13px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .caption .button_block {
    text-align: left !important;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .thumbnail .img-event .img_event_box,
  .company_image {
    float: none;
    margin: 0 auto 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .navbar {
    text-align: center;
  }

  .navbar-brand {
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar-collapse,
  .navbar-brand,
  .navbar-brand img {
    float: none !important;
    margin: 0 auto;
  }

  .caption .button_block .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .search_block_input {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
  }
  .marketing_category_block {
    width: 100%;
    padding-top: 10px;
  }
  .eventlogoshow {
    display: none;
  }
}

@media only screen and (max-width: 985px) and (min-width: 768px) {
  .search_block_input {
    width: 50%;
  }
}

@media only screen and (max-width: 460px) {
  .head_discription .sector_block_outer .sector_block li {
    height: auto;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1174px) and (min-width: 320px) {
  .head_discription .sector_block_outer {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 850px) {
  .list-group-item .button_block {
    position: revert;
    text-align: center !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .featured_star {
    position: relative !important;
    text-align: center;
    right: unset;
  }
}

.img-responsive {
  width: 100% !important;
}

.mian .search_block {
  float: none;
  margin: 0 auto;
  max-width: 1300px;
}

.mian .search_block_colocated_show {
  float: none;
  margin: 0 auto;
  /* max-width: 1300px; */
  padding-left: 27px !important;
}

.view_co_show {
  /*margin-top: 20px;*/
  display: inline-block;
  width: 100%;
}

.view_co_show ul {
  padding-left: 0px;
  height: 40px;
  width: 100%;
  list-style-type: none;
}

.view_co_show ul li {
  font-size: 14px;
  float: left;
  margin-left: 5px;
}

.view_co_show ul li h2 {
  font-size: 16px;
  line-height: 40px;
  margin-top: 0px;
}

.view_co_show ul li.co_button {
  font-size: 14px;
  /* float: right; */
  float: left;
}

.mian .view_co_show ul li.co_button a.co_btn {
  display: block;
  color: #8796a1 !important;
  padding: 10px;
  background: #fff;
}

/*.mian a:not(.type_btn) {
        color: #1576bb !important;
        font-weight: bold;
        cursor: pointer;
    }*/
.mian .view_co_show ul li.co_button a.active_show,
.mian .view_co_show ul li.co_button a.co_btn:hover {
  color: #fff !important;
  background: #005694;
}

a:hover {
  text-decoration: none;
}

a {
  color: #337ab7;
  text-decoration: none;
}

.mian .view_co_show ul li.co_button a.active_show,
.mian .view_co_show ul li.co_button a.co_btn:hover {
  color: #fff !important;
  background: #005694;
}

.data-holder {
  display: flex;
  border-top: 1px solid #ccc;
  padding: 10px;
}

.data-holder .title-text {
  flex: 50%;
  color: #000 !important;
}

.data-holder:nth-child(odd) {
  background-color: #f1f5f8;
}

.btn-img-link {
  border: 1px solid #ccc;
  padding: 5px 20px;
  background-color: #fff;
  margin: 0px 15px 0px 0px;
  display: inline-flex;
  position: relative;
  border-radius: 8px;
}

.btn-img-link img {
  height: 34px;
  max-width: inherit !important;
}

.btn-img-link.active::after,
.btn-img-link.active::before {
  width: 0;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}

.btn-img-link.active::before {
  border-left-width: 11px;
  border-right-width: 11px;
  border-top-width: 11px;
  border-top-color: #ccc;
  bottom: -12px;
}

/* .dropdown-toggle:not(.collapsed)::after{ */
/* transform:rotate(-180deg); */
/* } */

/* closedToggle */
.closedToggle {
  white-space: nowrap;
}
.closedToggle:empty::after {
  margin-left: 0;
}
.closedToggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(180deg) !important;
}
.alphabetical_search_block .pagination .page-link {
  line-height: 20px;
}

/* New Exhibitor design css start */

.logo-holder {
  text-align: center;
  padding: 20px;
  border: 1px solid #f1f5f8;
}
.badge {
  margin-right: 8px;
  color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #6c757d;
}
.about-company .nav-link {
  color: var(--color-black);
  font-weight: 700;
  border: 1px solid var(--color-border);
  margin-right: 5px;
  border-radius: 0.7rem;
}
.list-pagination .page-item .page-link.active-reset {
  background-color: #000;
  border-color: #000;
  color: #fff;
  width: 100px;
  margin-left: 0.5rem;
}
.list-pagination .page-item .page-link.active,
.list-pagination .page-item .page-link.active-reset {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}
.cardsidebar {
  background: #ff609f26;
  border: 1px solid rgb(242 229 226);
  border-radius: 0.37rem;
  padding: 20px;
}
.cardsidebar h4 {
  color: #8c5b76;
  font-size: 22px;
  margin-bottom: 15px;
}
.cardsidebar-box {
  margin-bottom: 30px;
}
.liststyle {
  height: 200px;
  overflow: auto;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1400px;
  }
}
.artistlist-group-image {
  max-height: 200px;
  min-height: 200px;
  /*object-fit: cover;*/
}
.card-img {
  padding: 30px 10px 10px 10px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.list-pagination span {
  background-color: #122e84;
  border-color: #122e84;
  color: #fff;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  margin-bottom: 5px;
}
.info-icon-holder {
  position: absolute;
  right: 0;
  padding: 4px 8px;
  top: 0;
  border-radius: 0px 0.25rem;
  font-size: 16px;
  cursor: pointer;
}
.trans-bg {
  background: transparent !important;
}
.btn-light1 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light1:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.artistdetsupport-group-image {
  max-height: 90px;
  min-height: 90px;
  height: 100%;
  width: 100%;
}
.ecotrailicon-img {
  position: absolute;
  top: 5px;
  right: 5px;
}
html,
body {
  /*height: 100%;*/
  margin: 0;
  /*display: flex;*/
  flex-direction: column;
}
footer {
  margin-top: 50px;
  background-color: #000;
  padding: 25px;
}
.footer_wrapper .footerpanel {
  margin-top: auto !important;
}
.pagination {
  margin-bottom: 0px !important;
  flex-wrap: wrap;
}
.alphabetical_search_block {
  margin-bottom: 10px;
}
.headerBtn {
  position: relative;
  top: 0;
  right: 0;
  /*display: flex;*/
  align-items: flex-end;
  height: 100%;
  opacity: unset;
  z-index: 9999;
  margin-right: 0 !important;
}
.whiteOutline-btn {
  border-radius: 40px;
  position: relative;
  color: #262626;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
  overflow: hidden;
  letter-spacing: 1.2px;
  padding: 9px 30px;
  font-weight: 600;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-moz-transition: all 0.3s ease-in-out 0s;
  -webkit-font-smoothing: antialiased;
}
.whiteOutline-btn:before {
  z-index: -1;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #ffdcb6;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-moz-transition: all 0.3s ease-in-out 0s;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}

.whiteOutline-btn.ColoredBtn {
  color: #fff;
}
.whiteOutline-btn.ColoredBtn:hover {
  color: #262626;
}
.whiteOutline-btn.ColoredBtn:before {
  z-index: -1;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/BTN-BG.png);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-moz-transition: all 0.3s ease-in-out 0s;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.whiteOutline-btn:hover:before {
  top: 58px;
  border-radius: 100px;
  width: 0px;
  transform: translate(-50%, -50%);
}
.whiteOutline-btn:hover {
  color: #262626;
  text-decoration: none;
  border-color: #ea5f84;
}
.searchWrapper {
  background: #ff609f12;
  padding: 20px 0 10px 0;
  box-shadow: 0 0 15px #00000009;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 70px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) {
  html,
  body {
    /*height: 100%;*/
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden; /* Avoid horizontal scroll */
    overflow-y: auto;
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .pagination-info {
    flex-basis: 100%;
    text-align: right;
    margin-bottom: 3px;
  }
  .page-item {
    margin-bottom: 5px;
  }
}
.page-item {
  margin-bottom: 5px;
}
::placeholder {
  color: #000;
  opacity: 1;
}
.homelink a {
  font-size: 18px;
  color: #000;
}
.homelink a:hover {
  color: #ff2a83;
}
.homelink i {
  font-size: 26px;
}
@media (min-width: 300px) and (max-width: 320px) {
  .navbar-brand {
    text-align: center;
  }
  .navbar {
    text-align: center;
  }
}
/* New Exhibitor design css end */

.featured {
  position: relative;
  border: 1px solid #5c6e7c !important;
}
.featured-badge {
  background-color: #5c6e7c;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 105px;
  position: absolute;
  font-size: 14px;
  top: 0;
}

/*Css for venue dropdown*/

.dropdown-venue {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-btn {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.parent input,
.children input {
  width: 18px;
  height: 18px;
}
.caret {
  float: right;
  opacity: 0.6;
}

.menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 12px;
  z-index: 1000;
  display: none;
  max-height: 340px;
  overflow-y: auto;
}

/* 🟢 Two-column grid for DWTC & DEC */
.menu-grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

/* Each main category box */
.menu-column {
  flex: 1;
  min-width: 180px;
}

/* Parent row (DWTC, DEC) */
.menu-column .parent {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fb;
  padding: 8px 5px;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid #eee;
}

/* Subcategory area */
.menu-column .children {
  margin-top: 6px;
  margin-left: 22px;
}
.menu-column .children label {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
  gap: 4px;
}
.menu-column .children label:hover {
  background: #f2f6fa;
}

/* Buttons footer */
.menu-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.btn {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.btn.primary {
  background: #2b7cff;
  color: #fff;
  border-color: #2266d6;
}

/* Preview area below dropdown */
.summary {
  font-size: 13px;
  color: #333;
  opacity: 0.9;
}

/* Show menu */
.show {
  display: block !important;
}
.parent-left label {
  font-size: 13px;
  align-items: center;
  display: flex;
}
.children label {
  font-size: 13px;
  align-items: center;
}
#dropdownLabel {
  font-size: 14px;
}
/* Responsive (for small screens) */
@media (max-width: 600px) {
  .menu-grid {
    flex-direction: column;
    gap: 20px;
  }
}
.keysec p {
  font-size: 8px;
  text-align: center;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .sm-pl-pr-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-keysector {
    display: block;
  }
  .lg-keysector {
    display: none;
  }
}
@media (min-width: 768px) {
  .lg-keysector {
    display: block;
  }
  .sm-keysector {
    display: none;
  }
}
@media (min-width: 1200px) {
  .smmt80 {
    margin-top: 80px;
  }
}
.activeSector {
  color: #fc0030 !important;
  font-weight: bold;
  font-size: 11px !important;
}
.textClear {
  font-size: 12px;
  color: #000;
  border: none;
  background: none;
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 13px;
  right: 10px;
}

.card-header {
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}
.label-title {
  font-weight: 600;
  font-size: 14px;
  margin-left: 8px;
}
.chevron {
  float: right;
  transition: 0.3s;
}
.rotate {
  transform: rotate(180deg);
}
.filter-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.filter-list li {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
.sub-accordion .card-header {
  padding: 5px 15px;
  font-size: 13px;
  background: #fafafa;
}
.sub-accordion2 .card-header {
  padding: 5px 0px;
  font-size: 12px;
  background: #f6f6f6;
}
.sub-accordion .card-body,
.sub-accordion2 .card-body {
  padding: 8px 15px;
}

.register_now {
  border-radius: 25px !important;
  background-color: #ec1e39 !important;
}
.register_now_std {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 25px !important;
}
.alphabetical_search_block a.alphabetical_search {
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
}
.alphabetical_search_block .search-all {
  height: 30px !important;
  padding: 10px 15px !important;
}
.fontsize-20px {
  font-size: 20px !important;
}
.fontsize-14px {
  font-size: 14px !important;
}
.fontsize-12px {
  font-size: 12px !important;
}
.gf-tabs button {
  background: #fff !important;
  color: #000 !important;
  border: #fff !important;
}
.gf-tabs button.active {
  background: #ec1e39 !important;
  color: #fff !important;
  border: #ec1e39 !important;
}
.alphabets_data a {
  border: 1px solid #b9b2b2;
  margin: 3px;
  padding: 3px 9px;
  color: #000;
}
.bg-color {
  background-color: #ec1e39 !important;
}
.text-color {
  color: #ec1e39 !important;
}
.gridlist a {
  border: 1px solid #fff;
}
.gridlist a.active {
  border: 1px solid #ec1e39;
  background: #ec1e39 !important;
  color: #fff;
}
.gridlist a.active i {
  color: #fff;
}
.featuredbg {
  border: 2px solid #ec1e39;
  position: relative;
}
.featuredbg .badge {
  top: 0; /* adjust vertical position */
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
}
.product_author {
  font-size: 20px;
}
.product_abstract {
  font-size: 17px;
}
.discription_det {
  color: #333;
  margin-top: 13px;
  font-size: 15px;
  float: left;
  width: 100%;
}
.right32 {
  right: 32px !important;
}
.top14 {
  top: 14px !important;
}

/*Responsive*/
@media (min-width: 991px) {
  .md-left10 {
    left: 10% !important;
  }
}
.sponsorbg {
  border: 2px solid #333;
}
.sponsorbg span {
  top: 0;
  left: 5%;
}
.list-group-item + .list-group-item {
  border-top-width: 2px !important;
}
input[type="checkbox"] {
  width: 22px !important;
  height: 22px !important;
  accent-color: #ec1e39;
}
.card-header .fa-angle-down {
  transition: transform 0.3s ease;
}

/* When accordion is open, rotate the arrow */
.card-header:not(.collapsed) .fa-angle-down {
  transform: rotate(180deg);
}

.card-header .fa-angle-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  top: 2px;
}

/* When accordion is open, rotate the arrow */
.card-header:not(.collapsed) .fa-angle-right {
  transform: rotate(90deg);
}
.active {
  background: #ec1e39;
  color: #fff !important;
  border-color: #ec1e39 !important;
}
.img-event {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}

.featuredbg {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.item_heading {
  flex-grow: 1; /* expand to fill space */
  display: flex;
  flex-direction: column;
}
.text-clear {
  position: absolute;
  right: 10px;
  top: 10px;
}
.category-search {
  position: relative;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
.btn-light:not(:disabled):not(.disabled).active {
  border-color: #ec1e39 !important;
}

.boxheight-category {
  min-height: 100px;
  max-height: 350px;
  height: auto;
  overflow-y: scroll;
}
.viewbtn {
  background: #ec1e39 !important;
  border-color: #ec1e39 !important;
  color: #fff !important;
  padding: 3px 5px;
}

#myTabContent .tab-pane.active {
  background: transparent !important;
}
.sectoricontop {
  position: absolute;
  top: 5px; /* Adjust up/down */
  right: 5px; /* Adjust left/right */
  text-align: right;
}

.sectoricontop img {
  display: block;
  margin-left: auto;
}

/**Product Details start */
.product-gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.myThumbs {
  position: relative;
  width: 200px !important;
  height: 400px;
}

.myThumbs .swiper-slide {
  opacity: 0.5;
  padding: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
}

.myThumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #0d6efd;
}

.myThumbs img {
  width: 100%;
  border-radius: 6px;
}

.myMain {
  width: 600px;
}

.myMain img {
  width: 100%;
  border-radius: 10px;
}

.main-next {
  right: -40px;
}

/* Custom arrow appearance */
.custom-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  font-size: 22px; /* icon size */
  color: #000; /* icon color */
  cursor: pointer;
  padding: 5px 8px;
}

/* Top arrow */
.thumb-prev {
  top: -18px;
}

/* Bottom arrow */
.thumb-next {
  bottom: -18px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  border: 1px solid #333;
  border-radius: 15px; /* Perfect circle */
  text-align: center;
  color: #333 !important;
  box-sizing: border-box;
  backface-visibility: hidden;
  transform: none !important; /* Remove blurry transform */
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem !important;
  font-weight: 900;
}
html:not([dir="rtl"]) .swiper-button-prev {
  left: 0 !important;
  background: #fff;
}
html:not([dir="rtl"]) .swiper-button-next {
  right: 0 !important;
  background: #fff;
}
/**Product Details end */

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .product-gallery {
    flex-direction: column;
    align-items: center;
  }

  .myThumbs {
    width: 100%;
    height: auto;
    order: 2;
  }

  .myThumbs .swiper-wrapper {
    padding: 0 !important;
    display: flex;
  }

  .custom-arrow {
    display: none !important; /* hide arrows on mobile */
  }

  .myMain {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 767px) and(max-width:991px) {
  #category .card-header label,
  #country .card-header label,
  #venue .card-header label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 6px;
  }
  #category .card-body label,
  #country .card-body label,
  #venue .card-body label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 6px;
  }
}
@media (min-width: 991px) {
  #category .card-header label,
  #country .card-header label,
  #venue .card-header label {
    display: flex !important;
    align-items: center !important;
  }
  #category .card-body label,
  #country .card-body label,
  #venue .card-body label,
  #business-type-main .card-body label  {
    display: flex !important;
    align-items: center !important;
  }
}
@media (min-width: 767px) {
  /* --------- COMMON: Category + Country + Venue ---------- */
  #category .card-header label,
  #country .card-header label,
  #venue .card-header label,
  #business-type-main .card-header label {
    display: flex !important;
    gap: 8px;
    line-height: 1.2;
  }

  /* Checkbox size consistency */
  #category input[type="checkbox"],
  #country input[type="checkbox"],
  #venue input[type="checkbox"],
 #business-type-main input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
  }

  /* Prevent text from wrapping under checkbox */
  #category .card-header span.fontsize-12px,
  #country .card-header span.fontsize-12px,
  #venue .card-header span {
    display: inline-block;
    white-space: normal;
  }

  /* Also apply to inside card-body labels */
  #category .card-body label,
  #country .card-body label,
  #venue .card-body label {
    display: flex !important;
    gap: 8px;
    white-space: normal;
  }
}
.exb-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exb-title-limit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#productInfo .modal-header {
  border-bottom: 1px solid #ddd !important;
}

.brochure-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; /* Important for responsiveness */
  align-items: center;
}

.brochure-links a {
  font-size: 14px;
  text-decoration: none;
  color: #007bff;
  display: flex;
  align-items: center;
}

.brochure-links i {
  margin-right: 4px;
}

/* Mobile responsive behavior */
@media (max-width: 576px) {
  .brochure-links {
    flex-direction: column; /* Stack links on small screen */
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .smp-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-pl-pr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #category .card-header label,
  #country .card-header label,
  #venue .card-header label {
    display: flex !important;
    align-items: center !important;
    gap: 6px;
  }
  #category .card-body label,
  #country .card-body label,
  #venue .card-body label {
    display: flex !important;
    align-items: center !important;
    gap: 6px;
  }
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
html,
body {
  height: 100%;
  margin: 0;
}
.wrappers {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mian {
  flex: 1;
}
.co-located-events {
  margin: 20px 0px 10px 0px;
}

.co-located-events h5 {
  display: inline-flex;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}

.co-located-events .btn {
  background-color: #fff;
  font-weight: 600;
}

.co-located-events .btn:hover,
.co-located-events .btn.active {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.co-located-events a {
  margin-bottom: 15px;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  padding-top: 0.75rem;
  color: inherit;
}
.show {
  display: block !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.fa-close {
  font-size: 12px;
}
.top18 {
  top: 18px !important;
}
.no-pointer {
    cursor: default !important;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.featured-badge {
  background-color: #5c6e7c;
  background-color: #ff0000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 105px;
  position: absolute;
  font-size: 14px;
  top: 0;
}
.featuredbg:has(.featured-badge) .thumbnail {
  padding-top: 10px;
}
.form-control{
	font-size: 0.8rem !important;
}
.modal-title{
	font-size: 1.1rem !important;
}
.modal-body{
	text-align: left !important;
}
.featuredbg:has(.featured-badge) .img_event_box {
  margin-top: 15px;
}
@media (min-width: 1460px) {
.newContainerFluid{
	align-items: end !important;
	max-width: 1460px;
}
}

@media (min-width: 991px) {
  .h125 {
    height: 125px;
  }
}