/*header*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    color: #000;
    font-family: "Open Sans", serif;
    font-size: 1rem;
}

:root {
    --theme-color: #B3D48B;
    --btn-color: #5d6568;
}

header {
    background: #5d6568;
    padding: 23px 0;
}

.hgh-front-logo {
    width: 100%;
    max-width: 600px;
}

.exh-reg-type {
    text-align: center;
}

.exh-recf {
    text-align: center;
    margin: 0 0 30px 0;
  }

  .btn-theme {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fff;
    border-radius: 35px;
    position: relative;
    display: block;
    padding: 11px 20px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    line-height: normal;
    max-width: 250px;
    width: 100%;
    transition: all .4s ease-in-out;
    background: var(--btn-color);
}

.btn-theme:hover {
    background-color: var(--theme-color);
    color: var(--btn-color);
}

.top-section {
    padding: 3rem 0;
}

.card {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.exh-reg-type-card {
    border: 5px var(--theme-color) solid;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.exh-reg-type-card img {
    width: 240px;
    display: block;
    margin: 0 auto 30px auto;
}

.custom-radio {
    margin: 0 0 0 0;
    font-family: 'Poppins', sans-serif;
  }
  
  .custom-radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }
  
  .custom-radio label {
      display: inline-block;
      background-color: #fff;
      padding: 7px 12px;
      font-size: 14px;
    font-weight: 500;
      border: 1px solid #444;
      border-radius: 25px;
      color: #333; 
      cursor: pointer;
      margin-bottom: 10px;
    min-width: 100px;
    text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
  }
  
  .custom-radio input[type="radio"]:checked + label {
      background: #b5d58f;
      border-color: #b5d58f;
      color:#000;
  }
  
  .custom-radio input[type="radio"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin: 0 6px 0 0;
    font-weight: 900;
  }

  .sq-mtrs {
    position: absolute;
    font-weight: 400;
    right: 13px;
    top: 39px;
  }

  .tob ul {
    list-style: none;
    padding: 0 0 0 0;
  }

  .tob .guidelines {
    color: #ff0000;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 0 0 16px;
    font-size: 90%;
  }

  .tob label {
    margin-bottom: 0;
  }

  .tob .col-xl-6 {
    background: #f0f0f0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .alert-light {
    color: #000 !important;
  }

  .inote h3 {
    font-size: 1.3rem;
    margin: 0 0 25px 0;
    color: #ff0000;
  }

  .inote h4 {
    font-size: 1.1rem;
  }

.card-in-acrd {
  box-shadow: none;
  border-radius: 4px;
  border: 1px #ccc solid;
}

.page-header {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-bottom: 0;
  border-bottom: 1px #060865 solid;
}

.page-header h1 {
  border-bottom: 2px #060865 solid;
  margin: 0 0 0 0;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 0 8px 0;
  font-weight: 700;
}

.otp-reg-card h3 {
  text-align: center;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.otp-reg-card p {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 7px;
}

.otp-reg-card .form-control {
  background: #E6ECF1;
  font-weight: 700;
  color: #000;
  font-size: 1.1rem;
}

.otp-reg-card img {
  width: 120px;
  margin: 0 auto 20px auto;
  display: block;
}

.resend-otp {
  margin: 0;
}

.resend-otp a {
  margin-top: 10px;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}

.form-control {
  transition: 0.5s all ease-in-out;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #5d6568;
  outline: 0;
  box-shadow: none;
}

.mt-30 {
  margin-top: 30px !important;
}

.vr-form-main .card-header {
  background: #2b2a66;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  font-weight: 700;
  font-size: 1.3rem;
}

.vr-user-img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.uphoto {
  position: relative;
  text-align: center;
  padding: 25px 0 5px 0;
}

.uphoto p {
  color: #ff0000;
  margin: 0 0 10px 0;
}

.uphoto label {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #444;
  border-radius: 25px;
  margin-bottom: 25px;
  min-width: 200px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
  height: auto !important;
  font-size: 1rem;
  font-weight: 700;
  background: #b5d58f;
    color: #000;
    cursor: pointer;
}

.uphoto-inp {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#cropped-result
{
  width: 100%;
  max-width: 250px !important;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

#image-container {
  max-width: 100%;
  max-height: 400px;
  overflow: hidden;
}

#crop-btn {
  padding: 10px 15px;
  border: 1px solid #444;
  border-radius: 25px;
  margin-bottom: 0;
  margin-top: 15px !important;
  min-width: 200px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
  height: auto !important;
  font-size: 1rem;
  font-weight: 700;
  background: #b5d58f;
    color: #000;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.delete-photo-url {
  color: #fff;
  background: #ff0000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s all;
}

.delete-photo-url:hover {
  color: #fff;
  background: #000;
}

.vr-photo {
  position: relative;
  width: 250px;
  margin: 0 auto;
}

.required {
  color: #ff0000 !important;
}

.inp-file {
  padding: 4px;
}

.vr-step-card {
  margin-bottom: 30px;
}

.vr-card {
  text-align: right;
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0;
  padding-top: 10px;
}

.vr-card .btn
{
  border-radius: 25px !important;
  border: 2px #444444 solid;
  box-shadow: none;
  padding: 0.8rem 3rem !important;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.5s all;
  background: #afce8b;
}

.vr-card .btn:hover
{
  background: #2b2a66 !important;
  color: #ffffff !important;
  font-weight: bold;
  border-color: #000;
}

.vr-card .btn:focus
{
	background: transparent !important;
    color: #c92a75 !important;
    font-weight: bold;
    border-color: #c92a75;
}

.vr-card .btn i
{
	font-size: 20px;
    margin: 0 0;
    position: relative;
    top: 1px;
}

.vf-checkbox-sec .form-check {
  padding: 0 0 0 0 !important;
}

.vf-checkbox-sec ul {
  list-style: none;
  padding: 0 0 0 0 !important;
}

.vf-checkbox-sec p {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.vf-checkbox-sec label {
  font-weight: normal;
  margin-bottom: 0;
}

.institutional-buyer-feild, .distribution-feild {
  margin-top: 6px;
}

.theme-card {
  background: #faa831;
    border-color: #faa831;
}

.custom-accordion {
  /* border: 1px #9E9E9E solid; */
  margin-bottom: 30px;
  border-radius: 0;
}

.custom-accordion .card {
  border: 1px #9E9E9E solid;
  margin-bottom: 8px;
  border-radius: 0;
}

.custom-accordion .card .card-header {
  border-bottom: 1px solid #9E9E9E;
  padding: 8px 8px;
  background: #f5f5f5;
  border-radius: 0;
}

.custom-accordion .card .card-header .btn {
  display: block;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 1rem;
}

.custom-accordion .card .card-header h5 {
  display: block;
  width: 100%;
  text-align: left;
}

.card-under-card .card {
  border-radius: 0 !important;
  box-shadow: none;
  margin: 0 0 20px 0;
  border: 0;
  background: transparent;
}

.card-under-card .card .card-header {
  background: transparent;
  color: #2b2a66;
  border: 0;
  padding-bottom: 0;
}

.table-dark tr th {
  background: #000;
  color: #fff;
}

.btn-purchase {
  margin-left: inherit;
}


.formError {
  position: relative !important; 
  top: auto !important; 
  left: 0 !important; 
  margin-top: 5px !important; 
  width: 100%; 
  z-index: 1; 
}

.formError .formErrorArrow {
  display: none !important;
}

.formError .formErrorContent {
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.exh-reg-point {
  font-size: 0.9rem;
}

.btn-big {
  padding: 10px 30px;
  width: auto;
  max-width: inherit;
  display: inline-block;
}

.form-head {
  font-size: 1.3rem;
  font-weight: 600;
}

.link {
  color: #ff0000 !important;
    text-decoration: underline;
    margin: 7px 0 0 0;
    display: block;
    font-size: 0.9rem;
}

.prl-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.exh-con-payment-details {
  margin-bottom: 12px;
}

.table-footer {
  background-color: #efefef;
}

.cost-active i {
  transform: rotate(180deg);
  transition: 0.5s all;
}

.exh-form-main .card {
  margin-bottom: 30px;
}

.product-display {
  min-height: 120px;
}

.catalogue-products-accordion .card {
  margin-bottom: 6px;
  box-shadow: none;
  border-radius: 0;
}

.catalogue-products-accordion .card .card-header {
  padding: 0;
}

.catalogue-products-accordion .card .form-check label {
  cursor: pointer;
}

.catalogue-products-accordion .card .card-header a {
  background-color: #f8f9fa; /* Default Light Gray */
  padding: 5px 10px;
  display: block;
  border-radius: 0;
  font-weight: 600;
}

/* Change color when the accordion is expanded */
.catalogue-products-accordion .card .card-header a[aria-expanded="true"] {
  background-color: #ac3434 !important;
  color: white !important;
}

.catalogue-products-accordion .card .card-header a[aria-expanded="true"] i {
  transform: rotate(90deg);
  transition: 0.5s all ease;
}

.accordian-effect {
  transition: 0.5s all ease;
}

.guideline-btn {
  color: #ff0000;
  display: inline-block;
  margin: 0 0 0 12px;
  cursor: pointer;
}

.guideline-area {

}

.inpfile-formate {
  font-size: 12px;
  margin: 12px 0 0 0;
  color: #000;
  font-weight: 500;
}

.privacy-policy ul li {
  margin-bottom: 10px;
}

.privacy-policy ul li a {
  text-decoration: underline;
  color: #3F51B5;
}

.media-login-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.thank-you-card
{
	text-align: center;
}

.thank-you-card h4
{
  font-size: 2rem !important;
  font-weight: 700;
  margin: 5px auto 0 auto;
  line-height: normal !important;
  width: 100%;
  max-width: 530px;
}

.thank-you-card h5
{
	font-size: 24px !important;
	font-weight: 300;
	margin: 5px 0 10px 0;
	line-height: normal !important;
}

.thank-you-card p {
  font-size: 1.1rem;
  margin: 15px 0 15px 0;
}

.thank-you-card p strong
{
	display: block;
	margin-bottom: 0px;
}

.thank-you-card img.s-tick
{
	width: 100px;
	margin-bottom: 5px;
	margin-top: 25px;
}

.thank-you-card img.e-logo
{
	width: 160px;
	margin: 10px 0 20px 0;
}

.ms-card {
  background: #B3D48B;
  color: #000;
  text-align: center;
  transition: 0.5s all;
  box-shadow: none !important;
}

.ms-card:hover {
  background: #5d6568;
  color: #B3D48B;
  text-decoration: none;
}

.ms-card .card-body {
  padding-top: 1.5rem;
}

.ms-card i {
  font-size: 2.8rem;
}

.ms-card h4 {
  margin-top: 15px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.wm-welcome {
  text-align: right;
  margin: 0 10px 10px 0;
  font-size: 1.2rem;
}

.visitor-services-tab {
	display: flex;
    justify-content: start;
}

.visitor-services-tab a {
	height: 100px;
    display: inline-flex;
    align-items: center;
    color: #000 !important;
    font-weight: 600;
    border: 0;
	margin: 0 15px;
	transition: 0.5s all;
}

.visitor-services-tab a:hover {
	background: #be78b4 !important;
}

.vs-card .card {
  margin-bottom: 25px;
  box-shadow: none;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  background-color: #afce8b;
  min-height: 100px;
  transition: 0.5s all;
}

.vs-card .card:hover {
  text-decoration: none;
  background-color: #5d6568;
  color: #fff;
}

.vs-card .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*responsive css start*/
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 92%;
    }

    .container-sm {
        max-width: 1270px;
    }
}