@font-face {
  font-family: 'Proxima-Nova-Regular';
  src: url('../fonts/Proxima-Nova-Regular.ttf') format('opentype');
  font-weight: 400;
}

body {
  padding: 0 0 0 0;
  margin: 0;
  color: #000;
  font-family: 'Proxima-Nova-Regular'; 
}

form,
ul {
  padding: 0;
  margin: 0;
}

a {
  color: #ff0000;
  text-decoration: underline;
  outline: 0;
}

a:hover {
  color: #5d4e41;
  transition: 0.5s;
  text-decoration: none;
}

a:focus {
  color: #5d4e41;
  transition: 0.5s;
  outline: none;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pd-0 {
  padding: 0px !important;
}

.pd-5 {
  padding: 5px !important;
}

.pd-10 {
  padding: 10px !important;
}

.pd-15 {
  padding: 15px !important;
}

.pd-20 {
  padding: 20px !important;
}

.pd-30 {
  padding: 30px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 30px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

/*header*/


.visreg-form {
  padding: 2rem 0;
  background: #fff;
}

.form-sub-heading {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 50px;
  color: #000;
  font-weight: 600;
}

.form-control {
  font-size: 0.8rem;
  padding-left:10px;
}

label {
  font-size: 0.8rem;
}

.w-62 {
  width: 62%;
}

.font-14 {
  font-size: 14px;
}

.visreg-form .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(99, 104, 85, 0.7);
  border-radius: 0;
}

.form-control {
  border: 1px solid rgba(99, 104, 85, 0.7);
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid #335DA6;
  border-radius: 0;
  box-shadow: none;
}

.form-select {
  border: 1px solid rgba(99, 104, 85, 0.7);
  border-radius: 0;
  padding-top: .24rem;
  padding-bottom: .24rem;
}

.form-select:focus {
  border: 1px solid #335DA6;
  border-radius: 0;
  box-shadow: none;
}

.btn-primary {
  color: #000;
  background-color: #335DA6;
  border-color: #335DA6;
  line-height: normal;
  border-radius: 25px !important;
  padding: 0.5rem 3rem;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #335DA6;
  border-color: #335DA6;
  box-shadow: none;
}

.btn-primary:hover {
  color: #335DA6;
  background-color: #000;
  border-color: #000;
}

.form-check-input {
  border: 1px solid rgba(99, 104, 85, 0.7);
}

/* .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
} */

.form-check-input:checked {
  background-color: #335DA6;
  border-color: #335DA6;
}

.form-check-input:focus {
  border-color: #335DA6;
  outline: 0;
  box-shadow: none;
}

/* .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
} */

#ScrolltoTop {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #000;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 2%;
  bottom: 6%;
  font-size: 30px;
  color: #335DA6;
}

#ScrolltoTop:hover {
  background: #335DA6;
  color: #000;
}

#ScrolltoTop:focus {
  background: #335DA6;
  color: #000;
}

.scroll-top {
  display: block !important;
}

.form-check {
  display: flex;
  align-items: start;
}

.form-check .form-check-input {
  margin-right: 5px;
  min-width: 20px;
  min-height: 20px;
}

.media-banner {
  /* background: url(../images/vr-top-banner-web.jpg) no-repeat center center;  */
  background: url(../images/media_registration_banner.jpg) no-repeat center center;
  padding: 100px;
  background-size: cover;
  height:450px;
}



.vr-banner {
  /* background: url(../images/vr-top-banner-web.jpg) no-repeat center center;  */
  /* background: url(../images/infocomm-asia-2025.jpg) no-repeat center center; */
  background: url(../images/infocomm-aisa-image.jpg) no-repeat bottom center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
}

.vr-banner .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: auto;
  color: #fff;
  padding: 250px 0 100px 0;
  text-align: center;
}

.vr-banner .overlay h1 {
  font-weight: bold;
  font-size: 50px;
}

.vr-banner .breadcrumb {
  justify-content: center;
}

.vr-banner .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.vr-banner .breadcrumb-item.active {
  color: #fff;
}


.vr-banner .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.red-star {
  color: #ff0000;
  font-weight: bold;
}

.visreg-form label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 17px;
}

.font-17 {
  font-size: 17px !important;
}

.form-control {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid rgba(99, 104, 85, 0.7);
  padding-left: 0;
  font-size: 16px;
  padding-top: 0;
}

.form-select {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid rgba(99, 104, 85, 0.7);
 padding-left: 0.2rem;
  font-size: 16px;
  height: 32px;
  padding-top: 0;
}

.form-select:focus {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #335DA6;
  font-size: 16px;
}

.form-control:focus {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #335DA6;
  /* padding-left: 0; */
  font-size: 16px;
}


.custom-radio-register {
  margin: 0 0 0 0;
}

.custom-radio-register input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}


.custom-radio-register label {
  display: inline-block;
  background-color: #C1C1C1;
  padding: 7px 7px;
  font-size: 14px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 500;
  margin-right: 15px;
}

.custom-radio-register label:hover {
  background-color: linear-gradient(45deg, #bf360c, #f57c00) !important;
}

.custom-radio-register input[type="radio"]:focus+label {}

.custom-radio-register input[type="radio"]:checked+label {
  background: #335DA6 !important;
  border-color: #335DA6 !important;
  color: #fff;
}

.custom-radio-register input[type="radio"]:checked+label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0 5px 0 0;
}

/*custom-checkbox-start*/

/*custom radio currency start*/
.custom-radio-currency {
  margin: 0 0 0 0;
}

.custom-radio-currency input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}


.custom-radio-currency label {
  display: inline-block;
  padding: 7px 7px;
  font-size: 14px;
  border: 1px solid #335DA6;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 500;
  margin-right: 15px;
  width: 100px;
  text-align: center;
  background: transparent;
  width: 100px;
}

.custom-radio-currency label:hover {
  background-color: linear-gradient(45deg, #bf360c, #f57c00) !important;
}

.custom-radio-currency input[type="radio"]:checked+label {
  background: #335DA6 !important;
  border-color: #335DA6 !important;
  color: #fff;
}

.custom-radio-currency input[type="radio"]:checked+label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0 5px 0 0;
}
/*custom radio currency end*/

.currency-amt p {
  font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.currency-amt {
  margin: 5px 0 30px 0;
  color: #000000;
}

.custom-checkbox-register {
  margin: 0 0 0 0;
}

.custom-checkbox-register input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}


.custom-checkbox-register label {
  display: inline-block;
  background-color: transparent;
  padding: 7px 16px;
  font-size: 14px;
  border: 2px solid #C1C1C1;
  border-radius: 12px;
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 600;
  margin-right: 15px;
}

.custom-checkbox-register label:hover {
  background-color: linear-gradient(45deg, #bf360c, #f57c00) !important;
}

.custom-checkbox-register input[type="checkbox"]:focus+label {}

.custom-checkbox-register input[type="checkbox"]:checked+label {
  background: #335DA6 !important;
  border-color: #335DA6 !important;
  color: #fff;
}

/*.custom-checkbox-register input[type="checkbox"]:checked + label::before
{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin: 0 5px 0 0;
}*/
/*custom-checkbox-end*/

.visreg-form .mb-3 {
  margin-bottom: 2rem !important;
}

.navbar .logo-area {
  height: 53px;
}

.event-date {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}

.event-date::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #335DA6;
  top: 0;
  left: 0;
}

.event-date::after {
  content: "";
  position: absolute !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  right: auto !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-right: 0;
  border-left: 6px solid #335DA6 !important;
}

.event-date .date-text {
  padding-left: 0px;
  display: block;
  text-align: left;
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
}

.event-date .date-text span {
  display: block;
  font-weight: normal;
}

.infocomm-form {
  padding: 30px 0;
  background: #f0f0f0;
}

.infocomm-form h3 {
  font-size: 1.2rem;
}

.infocomm-form h4 {
  font-size: 1rem;
  padding-bottom: 5px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 15px;
}

.infocomm-form .table>:not(caption)>*>* {
  /*padding: 0rem 0.3rem;*/
  color: #000;
  font-size: 1rem;
  border: 0;
}

.infocomm-form .table {}

.infocomm-form label {
  font-size: 1rem;
}

.normal-list {
  padding: 0 0 0 20px;
}

.normal-list li {
  margin-bottom: 10px;
}

.invite-head {
  margin-bottom: 20px;
}

.invite-head h3 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 0 15px 0;
  color: #dc3545;
}

.invite-msg {
  background-color: #f0f0f0;
}

label {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px;
}

.header-right-btn {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}

.btn {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  fill: #fff;
  color: #fff;
  background-color: #1b75ba;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #1b75ba;
  border-radius: 50px 50px 50px 50px;
  position: relative;
  padding: .375rem 0.75rem;
}

.btn:hover {
  border: 2px #335DA6 solid !important;
  color: #000 !important;
  background-color: #fff !important;
}

.btn i {
  font-size: 0.9rem;
  margin: 0px 0 0 3px;
  position: relative;
  top: 0px;
}

.btn-next {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 40px 40px 40px 40px;
  padding: 0px 80px 0px 80px;
  min-height: 47px;
  transition: 0.3s all ease-in-out;
}

.btn-next:hover {
  transition: 0.5s all ease-in-out;
}

.form-bottom-check label {
  font-weight: normal;
}

.form-bottom-check .form-check {
  min-height: 2.2rem;
}

.oth_field {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.oth_field:focus {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.normal-list {
  padding: 0 0 0 15px;
}


.bk-appt {

  padding: 30px 0px;
  height: auto;
}


.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  text-align: left;
  color: #000;
  border: 1px solid #ccc;

}

.table>thead {
  vertical-align: bottom;
  background: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.table {

  color: #ffffff;
}

.book-appt {
  font-size: 20px;
  font-weight: 600;
}

.bk-btn {
  background: #335DA6;
  color: #000;
  font-size: 12px;
  padding: 4px 16px;
  text-transform: capitalize;
}

.bk-btn:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.bk-btn1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 0px 80px 0px 80px;
  min-height: 47px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.bk-btn1:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.bk-btn:focus {
  background: #335DA6 !important;
  border-color: #335DA6 !important;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: none;
}

.table>:not(:first-child) {
  border-top: 2px solid currentColor;
  border: 1px solid #ccc;
}

.custom-check input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-check h6 {
  margin-top: 15px;
}

.custom-check h6:first-child {
  margin-top: 0px;
}

.custom-check label {
  display: inline-block;
  background-color: #fff !important;
  padding: 7px 12px;
  font-family: sans-serif, Arial;
  font-size: 12px;
  border: 1px solid #7fa224;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
}

.custom-check label:hover {
  background-color: linear-gradient(45deg, #bf360c, #f57c00) !important;
}

.custom-check input[type="checkbox"]:disabled+label {}

.custom-check input[type="checkbox"]:checked+label {
  background: linear-gradient(45deg, #aad145, #a7cf3e) !important;
  border-color: linear-gradient(45deg, #bf360c, #f57c00) !important;
  color: #fff;
}

.inp-txt {
  border: 1px #999 solid;
  padding: 5px;
  margin: 3px 0 0 0;
}

.inp-txt:focus {
  border: 1px #666 solid;
  outline: 0;
}

.slot-card {
  border: 0 !important;
  padding: 20px 0;
}

.book-appmt {
  font-size: 22px;
  font-weight: 600;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgb(255 255 255 / 3%);
  border-bottom: none;
  padding-left: 40px;
}

.mr-btm {
  margin-bottom: 20px;
}


.custom-check input[type="checkbox"]:disabled+label {
  background: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
  cursor: no-drop;
}

.main-head {
  font-weight: bold;
  font-size: 1.5rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #f0f0f0;
  border: 0;
  border-bottom: 5px #000000 solid;
  border-radius: 0;
}

.nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  border-bottom: 5px transparent solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: bold;
  color: #000;
  font-size: 1rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: 0;
  border-bottom: 5px #000 solid;
  isolation: isolate;
}

.theme-tab-content {
  padding-top: 20px;
}

.thead-bg {
  background-color: #d5d5d5 !important;
  color: #000 !important;
}

.table>:not(caption)>*>* {
  vertical-align: middle;
}

.btn-accept {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
  color: #fff !important;
}

.btn-reject {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #fff !important;
}

.btn-reschedule {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
  color: #fff !important;
}

.custom-radio-infocomm {
  margin: 0 0 0 0;
}

.custom-radio-infocomm input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-radio-infocomm label {
  display: inline-block;
  background-color: #335DA6;
  padding: 2px 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  border: 1px solid #335DA6;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 600;
}

.custom-radio-infocomm label:hover {
  background-color: linear-gradient(45deg, #bf360c, #f57c00) !important;
}

.custom-radio-infocomm input[type="radio"]:focus+label {}

.custom-radio-infocomm input[type="radio"]:checked+label {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #335DA6;
}

.custom-radio-infocomm input[type="radio"]:checked+label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0 5px 0 0;
}

.navbar-light .navbar-brand {
  display: flex;
}

.navbar-light .navbar-brand img {
  margin: 0 30px 0 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
}

.navbar {
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 10%);
  padding: 15px 30px 15px 30px;
  width: 95%;
  margin: 0 auto;
  border-radius: 0px 0px 30px 30px;
}

.sign-in-btn {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #000;
  background-color: #335DA6;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #335DA6;
  border-radius: 50px 50px 50px 50px;
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  line-height: normal;
  max-width: 200px;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #335DA6;
}

button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #000;
}


/*webloader*/
/*loading-css*/
.webloader {
  position: fixed;
  z-index: 10000;
  height: auto;
  width: auto;
  overflow: inherit;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: 'Oswald', sans-serif;
}



.webloader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));*/
  background: rgba(0, 0, 0, 0.7);
}

.webloader-img {
  position: absolute;
  width: 350px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
}

.webloader-img .ball {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  z-index: 1;
  left: 0;
  top: 0px;
  right: 0;
  margin: 0 auto;
}

.webloader-img .color1 {
  background-color: #fff;
  animation: animateYellow 1.8s infinite;
}

.webloader-img .color2 {
  background-color: #FF9933;
  transform: translate(40px, 0);
  animation: animateBlue 1.8s infinite;
}

.webloader-img .color3 {
  background-color: #138808;
  transform: translate(-40px, 0);
  animation: animateGreen 1.8s infinite;
}

@keyframes animateYellow {
  50% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes animateGreen {
  50% {
    transform: translate(40px, 0px);
  }

  100% {
    transform: translate(-40px, 0px);
  }
}

@keyframes animateBlue {
  50% {
    transform: translate(-40px, 0px);
  }

  100% {
    transform: translate(40px, 0px);
  }
}


.webloader p {
  position: relative;
  color: rgba(0, 0, 0, .3);
  font-size: 20px;
}

.webloader img {
  width: 100px;
}

.webloader p {
  color: #fff;
  text-align: center;
  margin: 49px 0 0 0 !important;
}

.webloader span {
  letter-spacing: 2px;
  margin: 0 0 0 4px;
  font-weight: bold;
}

.webloader span:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  max-width: 7em;
  white-space: nowrap;
  color: #fff;
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    max-width: 0;
  }
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background: #335DA6;
  border-radius: 0;
  margin-top: 19px;
}

.btn-exhibit {
  background-color: #335DA6;
  border-color: #335DA6;
  color: #000;
  padding: 0.72rem 2.2rem;
}

.btn-exhibit:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}

.btn-exhibit:focus {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}

.summary-select-o ul {
  font-weight: bold;
}

.summary-select-o ul li:first-child {
  margin-top: 10px;
}

.summary-select-o ul li {
  margin-left: 15px;
  font-weight: normal;
  margin-bottom: 0;
}

.dashboard-page {
  margin-top: 40px;
}

.dashboard-page a {
  text-decoration: none;
}

.dashboard-card {
  margin-bottom: 20px;
}

.dashboard-card .card-body .d-flex {
  min-height: 65px;
}

.dashboard-card i {
  font-size: 2.5rem;
  margin: 0 10px 0 0;
}

.dashboard-card p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.dashboard-card h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.7rem;
}

.dcard-0 {
  background: #a6cf3d;
  color: #000;
  border-radius: 0;
  border: 0;
}

.dcard-1 {
  background: rgb(94, 35, 212);
  background: linear-gradient(90deg, rgba(94, 35, 212, 1) 0%, rgba(46, 94, 243, 1) 100%);
  color: #fff;
  border-radius: 0;
  border: 0;
}

.dcard-2 {
  background: rgb(16, 179, 145);
  background: linear-gradient(90deg, rgba(16, 179, 145, 1) 0%, rgba(123, 197, 78, 1) 100%);
  color: #fff;
  border-radius: 0;
  border: 0;
}

.dcard-3 {
  background: rgb(251, 89, 29);
  background: linear-gradient(90deg, rgba(251, 89, 29, 1) 0%, rgba(247, 168, 53, 1) 100%);
  color: #fff;
  border-radius: 0;
  border: 0;
}

.info-form-card {
  border: 0;
}

.ms-day-head {
  font-weight: bold;
  font-size: 1.1rem;
}

.table>:not(caption)>*>* {
  vertical-align: middle;
  font-size: 14px;
  padding: 0.2rem 0.5rem;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}

table .btn {
  padding: .175rem 0.55rem;
  margin-bottom: 4px;
  text-transform: capitalize;
}

#additional_attendees .col-xl-6 {
  position: relative;
}

#additional_attendees .btn {
  position: absolute;
  right: -35px;
  top: 17px;
}

.swal-footer {
  text-align: center !important;
}

.swal-text {
  color: #000 !important;
}

.swal-button {
  background-color: #335DA6;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 24px;
  margin: 0;
  border: 2px #fff solid;
}

.swal-button:hover {
  background-color: transparent;
  color: #000;
  border: 2px #000 solid;
}

.swal-button:not([disabled]):hover {
  background-color: transparent;
  background-color: transparent;
  color: #000;
  border: 2px #000 solid;
}

.icon_first_pref {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #4caf50;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 0 10px;
  line-height: 24px;
  position: relative;
  right: -28px;
}

.icon_second_pref {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #2196f3;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 0 10px;
  line-height: 24px;
  position: relative;
  right: -28px;
}

.tbl_preference_div {
  max-width: 290px;
  position: relative;
}

.tbl_preference {
  list-style: none;
  padding: 0;
  max-width: 218px;
  text-align: center;

}

.tbl_preference li:first-child {
  margin-bottom: 10px;
}

.tbl_preference li:nth-child(1) {
  background: #4caf50;
  color: #fff;
  border-radius: 25px;
  padding: 4px;
}

.tbl_preference li:nth-child(2) {
  background: #2196f3;
  color: #fff;
  border-radius: 25px;
  padding: 4px;
}

.btn_switch {
  position: absolute;
  right: 0;
  top: 17px;
}

.btn_switch i {
  transform: rotate(90deg);
  top: 0;
  margin: 0;
  font-size: 20px;
}

.inp {
  width: 100%;
  height: 40px;
  border: 1px #9f9999 solid;
  outline: none;
  padding-left: 8px;
}

.inp:hover {
  box-shadow: 0 0 3px #ccc;
  transition: 0.5s;
}

.inp:focus {
  border: 1px #999 solid;
  outline: none;
  box-shadow: 0 0 3px #ccc;
  transition: 0.5s;
}

.choose-time-slot-div {
  position: relative;
}

.choose-time-slot-div .formError {
  position: absolute !important;
  top: -5px !important;
  left: 64px !important;
}

table .btn.disabled,
table .btn:disabled,
table fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
  background: #d5d5d5;
  border-color: #d5d5d5;
}

.mto-color {
  width: 30px;
  height: 20px;
  background: #5d4e41;
  display: inline-block;
  margin-right: 5px;
}

.theme-green {
  background: #A9D043;
}

.theme-green-2 {
  background: #4caf50;
}

.theme-blue {
  background: #2196F3;
}

.theme-gray {
  background: #D0D0D0;
}

.theme-purple {
  background: #9c27b0;
}

.bg-green {
  background: #4caf50;
}

.bg-blue {
  background: #2196f3;
}

.bg-grey {
  background: #d0d0d0;
  color: #000;
}

.swal2-styled.swal2-confirm {}


.swal2-styled.swal2-confirm {
  background-color: #A6CE3B !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 25px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 8px 24px !important;
  margin: 0 !important;
  border: 2px #fff solid !important;
}

.swal2-styled.swal2-confirm:hover {
  background-color: transparent !important;
  color: #000 !important;
  border: 2px #000 solid !important;
}

.swal2-styled.swal2-confirm:not([disabled]):hover {
  background-color: transparent;
  background-color: transparent;
  color: #000;
  border: 2px #000 solid;
}

.green-head {
  background: #335DA6 !important;
}

.table thead th {
  background: #335DA6 !important;
}

#visitor_survey {
  margin-top: 20px;
}

.form-heading-sm {
  font-size: 1.2rem;
}

.induscheckbox {
  display: none;
}

.font-sm {
  font-size: 17px !important;
  font-weight: 700;
}

.font-head {
  font-size: 1.5rem !important;
  margin-bottom: 1px;
}

.thead-bg-green {
  background: #335DA6 !important;
}

/*button*/

.list-view .nav-tabs {
  margin-bottom: 10px;
  border-bottom: none;
  border-top: none;
}

.list-view .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #335DA6;
  border: 0;
  border-bottom: 5px #335DA6 solid;
  border-radius: 0;
}

.list-view .nav-tabs .nav-link {
  border: 1px solid #ccc;
}


.list-item {
  margin-left: auto;
}

.showinper {
  display: none;
}

.showinper1 {
  display: none;
}

.font-normal {
  font-weight: normal !important;
}

.percentage-btn {
  position: relative;
}

.np-btn {
  position: absolute;
  right: 0;
  top: -47px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: end;
}

.page-link {
  border: 1px solid #b1aeae;
  color: #000000;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: #335DA6;
  border-color: #335DA6;
  font-weight: 500;
}

.page-link:focus {
  box-shadow: none;
}

.highcharts-button {
  display: none !important;
}

.dataTables_processing {
  border: 0 !important;
  text-align: center;
}

.infocomm-header-btn {
  margin-left: 10px;
}

.infocomm-header-btn {
  top: 0px !important;
  right: -3px !important;
}

.select2-container {
  width: 100% !important;
  margin: 8px 0 0 0;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(99, 104, 85, 0.7) !important;
}

.btn-rejects
{
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

.thankyou-card {
  text-align: center;
  border: 0 !important;
}

.thankyou-card h3 {
  margin-bottom: 25px;
}

.av-thank {
  border: 0 !important;
}

.av-thank h4 {
  font-size: 1rem;
}

.mr-formcheck .form-check-input {
  width: 1.5em;
  height: 1.1em;
}

.orange_txt {
  color: #E67E22;
}

.summary-list li {
  margin-left: 25px !important;
}

.checkbox-error-msg {
  position: relative;
}

.checkbox-error-msg .formError {
  position: absolute !important;
  top: -21px !important;
  left: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.font-weight-bold {
  font-weight: bold;
}

.pl-35 {
  padding-left: 35px;
}

#send_avixa-error {
  background: #ff0000;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 24px;
  padding: 0px 5px 3px 5px;
  font-size: 0.9rem;
  line-height: normal;
}

#d_sign-error {
  background: #ff0000;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 24px;
  padding: 0px 5px 3px 5px;
  font-size: 0.9rem;
  line-height: normal;
}

.mci-sec .formError.inline {
  position: absolute !important;
    top: -22px !important;
    left: 12px !important;
}

.custom-error {
  position: relative !important;
}

.custom-error .formError.inline {
  position: absolute !important;
  top: -22px !important;
  left: 10px !important;
}

.normal-ce {
  position: relative !important;  
}

.salutation-ce {
  position: relative !important;  
}

.normal-ce .formError.inline {
  position: absolute !important;
  top: -23px !important;
}

.formError .formErrorContent {
  padding: 2px 6px 2px 6px !important;
}

.salutation-ce .formError.inline {
  position: absolute !important;
  top: 2px !important;
  padding: 0;
  left: 93px !important;
}

.mci-checkbox .form-check {
  min-height: inherit;
  margin-bottom: 0;
}

.mci-checkbox-main {
  position: relative;
  margin-bottom: 20px;
}

.mci-checkbox .formError {
  position: absolute !important;
  top: -17px !important;
}

.mycompany-ce {
  position: relative;
}

.mycompany-ce .formError.inline {
  position: absolute !important;
  top: 2px !important;
  left: 129px !important;
}

.privacy-ce {
  position: relative;
}

.privacy-ce .formError.inline {
  position: absolute !important;
  top: -17px !important;
  left: 24px !important;
}

.role-decision-making-process {
  position: relative;
  margin-top: 40px !important;
}

.role-decision-making-process .formError {
  position: absolute !important;
    top: -18px !important;
    left: 11px !important;
}

.rce-section {
  padding: 40px 0 0 0;
}

  .other-feild-new .formError {
    position: absolute !important;
    top: 1px !important;
    left: 143px !important;
  }

  .hb-list {
    padding: 0 0 0 30px;
  }

  .hb-list li {
    margin-bottom: 7px;
  }

  .hb-list li ul {
    padding: 0 0 0 30px;
  }

  #query_count {
    font-size: 16px;
    margin: 7px 0 0 0;
  }

  .other-How-did-learn {
    margin-top: 10px;
  }

  .thank-you-hb {
    text-align: center;
  }

  .thank-you-hb h2 {
    margin-bottom: 22px;
    font-size: 40px;
  }

  .thank-you-hb h4 {
    font-size: 1.2rem;
    width: 100%;
    max-width: 700px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .hb-thank-card {
    text-align: center;
    padding: 1.2rem 1rem;
  }

  .hb-thank-card p {
    width: 100%;
    max-width: 700px;
    margin: 18px auto 0 auto;
  }

  .form-close-card {
    width: 100%;
    max-width: 950px;
    margin: 80px auto 0 auto;
    display: block;
    text-align: center;
    border-color: #000;
  }

  .form-close-card .card-body {
    padding:  3.2rem 2.2rem; 
  }

  .form-close-card h2 {
    margin-bottom: 25px;
  }

  .form-close-card h4 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .currency-card {
    border-radius: 4px;
    background: #f7f9f1 !important;
  }

  .currency-card .form-check-input {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0.7rem;
    top: 2rem;
  }

  .currency-card h3 {
   margin-bottom: 0;
  }

  .tick-img {
    width: 100px;
    margin: 0 auto 25px auto;
    display: block;
  }

  .fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}



.auth-wrapper .authentication-form .logo-centered {
  width: auto !important;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.auth-wrapper {
  background: #0f75bc;
  height: 100vh;
      background: linear-gradient(to right, #0f75bc 0%, #7a2265 100%);
}

.auth-wrapper .authentication-form .form-group .form-control {
  border-radius: 25px;
  height: 40px;
}

.auth-wrapper .authentication-form .form-group .form-control~i {
  top: 13px !important;
  color: #009688;
}

.auth-wrapper .authentication-form {
  font-size: .9rem;
  width: 350px;
  display: block;
  padding: 25px 30px;
  margin: 60px 0;
  background: #fff;
  border-radius: 5px;
}

.btn-custom {
  border-radius: 25px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: linear-gradient(to right, #0f75bc 0%, #7a2265 100%);
  height: 40px;
  color: #fff;
  border: 0 !important;
}

.btn-custom:hover {
  color: #fff !important;
  border: 0 !important;
}

.btn-custom:focus {
  color: #fff !important;
  border: 0 !important;
}

/*responsive*/
@media only screen and (max-width: 1366px) {
  

  .media-banner {
    /* background: url(../images/vr-top-banner-web.jpg) no-repeat center center;  */
    background: url(../images/media_registration_banner.jpg) no-repeat center center;
    padding: 100px;
    background-size: cover;
    height:350px;
  }
}

@media only screen and (max-width: 1536px) {
  

  .media-banner {
    /* background: url(../images/vr-top-banner-web.jpg) no-repeat center center;  */
    background: url(../images/media_registration_banner.jpg) no-repeat center center;
    padding: 100px;
    background-size: cover;
    height:350px;
  }
}
@media only screen and (max-width: 1024px) {
  .table-responsive-custom {
    overflow-x: auto;
  }

  .media-banner {
    /* background: url(../images/vr-top-banner-web.jpg) no-repeat center center;  */
    background: url(../images/media_registration_banner.jpg) no-repeat center center;
    padding: 100px;
    background-size: cover;
    height:350px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding: 15px;
    border-radius: 0px 0px 30px 30px;
}

.event-date .date-text {
  white-space: normal;
}

.navbar-light .navbar-brand {
  margin: 0;
}

.navbar-collapse, .navbar-toggler {
  display: none;
}
}

@media only screen and (max-width: 767px) {
  .navbar .logo-area {
    height: 30px;
  }

  #additional_attendees .btn {
    position: absolute;
    right: 14px;
    top: 17px;
  }

  .res-mb-3 {
    margin-bottom: 2rem;
  }
  .vr-banner .overlay h1 {
    font-weight: bold;
    font-size: 2.2rem;
}

.media-banner {
  /* background: url(../images/vr-top-banner-web.jpg) no-repeat center center;  */
  background: url(../images/media_registration_banner_mobile.jpg) no-repeat center center;
  padding: 100px;
  background-size: cover;
  height:290px;
}

.vr-banner .overlay {
    padding: 112px 0 80px 0;
}

}

@media only screen and (max-width: 424px) {
  .list-view .nav-tabs .nav-link {
    border: 1px solid #ccc;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
}