@import url("https://fonts.googleapis.com/css2?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");

/************* Font CSS **************/
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*********** Font CSS End here **********/
.page-top-navbar {
  background-color: #fff;
}
.brand-cta {
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: space-around;
  padding: 7px;
}
.page-top-navbar .navbar-nav .nav-link {
  color: #212121;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
}
.brand-cta a {
  border: 1px solid #005ba1;
  padding: 5px 13px;
  text-decoration: none;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  background: #005ba1;
  color: #fff;
  width: 48%;
  text-align: center;
}
.brand-product {
  transition: 0.3s ease;
  margin-bottom: 16px;
}
.brand-product .brand-img {
  aspect-ratio: 1/1;
  max-height: 200px;
  margin: 0 auto;
}

.brand-product .brand-img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.brand-product:hover.brand-product {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  border-radius: 5px;
}
.brand-product:hover .brand-cta {
  visibility: visible;
}

.exhibition-section-wrapper .exhibition-section .flex-shrink-0 {
  flex-shrink: 0 !important;
  width: 80px;
  height: 80px;
  border: 2px solid grey;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exhibition-date p {
  font-size: 11px;
  font-family: "Roboto";
  font-weight: 400;
  color: #666666;
}
/* .exhibition-section-wrapper {
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
} */
.connect-with-us-section {
  background: #005ba12e;
  padding: 30px;
  border-radius: 10px;
}
.connect-with-us-section img {
  width: 58px;
  margin-top: -20px;
}
.connect-with-us-form {
  width: 55%;
  margin: 0 auto;
}
#EnquiryModal .connect-with-us-form {
  width: 100%;
  margin: 0 auto;
  padding: 30px 90px 10px 90px;
  background: #aecce5;
  border-top: 5px solid;
  border-radius: 7px;
}
#EnquiryModal .modal-header {
  border: none;
  padding: 16px 32px;
}
#EnquiryModal .modal-header h5 {
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 500;
  color: black;
}
#EnquiryModal .modal-body {
  padding: 0 32px;
}
.form-tile {
  max-width: 215px;
}
.event-pic {
  position: relative;
}
.event-pic img {
  width: 100%;
}
.event-details {
  position: absolute;
  top: 27%;
  background: #0000004f;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.event-details h4 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn-primary:disabled {
  cursor: not-allowed;
}
.product-heading h4 {
  font-size: 20px;
  color: #212121;
  font-family: "Roboto";
}
.brand-category h6 {
  font-size: 13px;
  line-height: 15px;
  min-height: 30px;
}
.brand-category h6 span {
  color: #005ba1;
}
.brand-logo {
  max-width: 160px;
  margin: 16px auto 8px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.brand-logo img {
  max-width: 100%;
  max-height: 100%;
}
.exhibition-heading h6 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  color: #212121;
}
.exhibition-main-wrapper {
  margin-bottom: 30px;
}
.exhibition-desc {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  line-height: 15px;
}
.exhibition-enquiry a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 12px;
  color: #005ba1;
}
.view-more-exibition a {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  color: #005ba1;
}
.load-more-brand-cta button,
.connect-with-us-cta button {
  background: #005ba1;
  color: #fff;
  padding: 10px 60px;
  font-size: 17px;
  font-family: "Roboto";
}

.load-more-brand-cta button:hover {
  color: #fff;
}
.product-heading img {
  margin-top: -25px;
}
.mandotory {
  border: 2px solid red;
}
.connect-head {
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 700;
  color: #000;
}

#all_brand_from_korea .productItem,
#imported_brand_on_request .productItem {
  display: none;
}
.modalCodeFromPage .brand-cta {
  display: none;
}

.showInModalOnly {
  display: none;
}
.modalCodeFromPage .showInModalOnly {
  display: block;
}
.showInModalOnly {
  width: 90%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #005ba1;
  margin: 0px auto;
  color: #005ba1;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 5px;
}
#EnquiryModal .modal-content {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 32px;
}
#IECCode {
  /* flex-basis: 56%; */
  margin-left: auto;
}
.form-control[readonly] {
  cursor: no-drop;
}
.form-control {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}
.modalCodeFromPage .d-flex {
  display: block !important;
  text-align: center;
}

.modalCodeFromPage .flex-grow-1 {
  margin: 0 !important;
  padding-top: 15px;
}

.modalCodeFromPage .exhibition-enquiry {
  display: none;
}
.importerInput {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.connect-with-us-form .required {
  border: 1px solid #ed0909;
}
/* .custom_brand_bg  {
    background: #c7c7c7;
} */
.custom_brand_bg img {
  max-width: 160px;
  /* padding: 10px; */
  height: auto;
}
.custom_brand_height img {
  height: 190px;
}
.custom_brand_No_bg img {
  width: 80px;
  padding: 10px;
}
.expe-logo-bg {
  background-color: grey;
}
.opportunities-desc {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #212121;
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-20%, -49%);
}
.opportunities .d-flex {
  border: 1px solid grey;
  border-radius: 8px;
  padding: 10px;
}

.opportunities .exhibition-heading {
  padding: 10px;
  width: 76%;
  float: left;
}
.opportunities:hover .exhibition-heading {
  background: #eff7ff;
}
.opportunities:hover .opportunities {
  border: 3px solid #eff7ff;
}

.opportunities {
  position: relative;
  overflow: hidden;
  border: 1px solid grey;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
}
.oppor-logo {
  width: 24%;
  float: left;
  text-align: center;
  padding: 15px;
  display: flex;
  justify-content: center;
  border-right: 1px solid grey;
}
.logo-1 {
  background: #7bd3ea;
}
.logo-2 {
  background: #a1eebd;
}
.logo-3 {
  background: #ecdfff;
}
.logo-4 {
  background: #f6d6d6;
}
.opportunities .flex-shrink-0 img {
  width: 40px;
  height: 40px;
}
.connect-with-us-form {
  color: #545454;
  font-family: "Roboto";
  font-size: 14px;
}
.connect-with-us-form input::placeholder,
.connect-with-us-form textarea::placeholder,
.connect-with-us-form select {
  color: #545454;
  font-family: "Roboto";
  font-size: 14px;
}
.connect-with-us-form input[type="text"],
.connect-with-us-form input[type="email"],
.connect-with-us-form select {
  height: 48px;
}

.importerInputInline {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 31px;
}
.container.all-brand-patner-wrapper {
  padding: 0px 25px;
}
.opportunity-category-heading {
  font-size: 24px;
  font-family: "Roboto";
  color: #212121;
  font-weight: 500;
}
.opportunity-category-heading img {
  margin-top: -25px;
}
.caterory-brand-all-product {
  display: flex;
  flex-wrap: wrap;
}

.col.brandMainWrapper {
  max-width: 20%;
  flex: 8 8 50%;
}
.caterory-brand-all-product .brand-category h6 {
  display: none;
}
.modalCodeFromPage .brand-category h6 {
  display: none;
}
.s-brand-name {
  font-size: 13px;
  line-height: 15px;
  min-height: 50px;
  font-family: "Roboto";
  font-weight: 700;
  color: #005ba1;
}

.s-brand-name span {
  color: #212121;
}
.modalCodeFromPage.indexPageModal .brand-category h6 {
  display: block;
}
.invalid-message {
  display: none;
  color: #ed0909;
  font-family: Roboto;
  font-size: 12px;
}
.connect-with-us-form .alert-danger {
  text-align: center;
  width: 100%;
  margin-top: -8px !important;
  background: no-repeat;
  border: 0;
  padding-top: 0;
  color: #ed0909;
  font-size: 12px;
  font-family: "Roboto";
  padding-bottom: 8px;
}
/*************** Page 2 CSS ****************/
.banner-with-text {
  height: 160px;
  background: #0c53a4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
}
.all-exhibition-wrapper{
  min-height:300px;
}
.all-exhibition-wrapper .exhibition-section:hover.exhibition-section {
  background: #eff7ff;
  transition: 0.3s ease;
}
.all-exhibition-wrapper .exhibition-section {
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin-bottom: 20px;
  transition: 0.3s ease;
}
.footer-div {
  background-color: #363844;
  font-size: 13px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}
.captcha-row {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1185px;
    padding: 0px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .container.all-brand-patner-wrapper {
    padding: 10px;
  }
  .col.brandMainWrapper {
    max-width: 50%;
    flex: 8 8 50%;
  }
  #all_brand_from_korea .productItem,
  #imported_brand_on_request .productItem {
    padding: 0 8px;
  }
}

@media screen and (max-width: 430px) {
  .banner-with-text {
    height: 100px;
    font-size: 21px;
    padding: 0px 10px;
  }
  .opportunity-category-heading h3 {
    font-size: 18px;
  }
  .col.brandMainWrapper {
    max-width: 50%;
    flex: 8 8 50%;
  }
  .brand-product .brand-img {
    margin: 0 auto;
  }
  .brand-cta a {
    padding: 5px 11px;
    font-size: 11px;
  }
}

@media screen and (max-width: 375px) {
  .col.brandMainWrapper {
    max-width: 100%;
    flex: 8 8 100%;
  }
  .brand-cta a {
    padding: 5px 7px;
    font-size: 11px;
  }
  .connect-with-us-section {
    margin-bottom: 30px;
  }
  .event-pic img {
    width: 100%;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
  #EnquiryModal .connect-with-us-form {
    padding: 30px 20px;
  }
  .form-tile {
    margin: 0 auto;
    max-width: 100%;
  }
  .connect-with-us-form {
    width: 100%;
  }
  .col.brandMainWrapper {
    max-width: 33.33%;
    flex: 8 8 50%;
  }
  .container.all-brand-patner-wrapper {
    padding: 10px;
  }
  .footer-div .container-fluid {
    flex-direction: column;
    justify-content: unset;
  }
  .separator {
    display: none !important;
  }
  .brand-product {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .brand-cta {
    visibility: visible;
  }
  .connect-with-us-section {
    margin-bottom: 30px;
  }
  .event-pic img {
    width: 100%;
  }
  #EnquiryModal .modal-dialog {
    max-width: 100%;
  }
  .importerInputInline .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .opportunities-desc {
    top: 36%;
    left: 30%;
    transform: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Mobile devices */
@media (max-width: 767px) {
  #EnquiryModal .connect-with-us-form {
    padding: 30px 20px;
  }
  .form-tile {
    margin: 0 auto;
    max-width: 100%;
  }
  .connect-with-us-form {
    width: 100%;
  }
  .brand-product {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .brand-cta {
    visibility: visible;
  }
  .connect-with-us-section {
    margin-bottom: 30px;
    margin-top: 15px !important;
  }
  .event-pic img {
    width: 100%;
  }
  .importerInputInline .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .navbar-brand {
    margin-right: 0.5rem;
  }
  .navbar-light .navbar-toggler {
    border: 0;
    padding-right: 0;
  }
  .navbar-nav {
    align-items: start !important;
  }
  .navbar-text,
  .nav-item {
    width: 100%;
  }
  .nav-item:first-child .nav-link {
    border-bottom: 1px solid #c1c1c1;
  }
}

/* Class to handle removed href from anchor*/
a:not([href]):hover {
  cursor: pointer;
}

.modalCodeFromPage .exhibition-section img {
  max-width: 57%;
  height: 100%;
}

.modalCodeFromPage .exhibition-section {
  margin-top: 20px;
}
.modalCodeFromPage .exhibition-section .exhibition-heading h6 {
  margin-bottom: 10px;
}
.exhibitionCode {
  cursor: pointer;
}
.font-16{
  font-size:16px;
}
.font-14{
  font-size:14px;
}
.font-12{
  font-size:12px;
}
.chungnam-banner{
  cursor: pointer;
}