.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.section {
  font-family: Poppins, sans-serif;
}

.div-block {
  padding: 40px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.82);
  font-family: Poppins, sans-serif;
}

.section-2 {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #05233d;
  background-image: url('../images/homepanda-banner.jpg');
  background-position: 0px 0px;
  background-size: cover;
  direction: ltr;
  font-family: Poppins, sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  margin-bottom: 25px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}

.field-label {
  color: #fff;
  font-weight: 400;
}

.field-label-2 {
  color: #fff;
  font-weight: 300;
}

.button {
  background-color: #f79410;
}

.submit-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f79410;
  direction: ltr;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  padding-right: 0px;
  padding-left: 60px;
  border-radius: 20px;
}

.text-field {
  margin-bottom: 20px;
  border-radius: 4px;
}

.select-field {
  border-radius: 4px;
}

.select-field-2 {
  border-radius: 4px;
}

.textarea {
  border-radius: 4px;
}

.select-field-3 {
  border-radius: 4px;
}

.heading-2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
}

.column-2 {
  padding-top: 0px;
}

.list {
  display: block;
}

.text-block {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.column-3 {
  padding-right: 0px;
}

.columns {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 30px;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e2e2e2;
  font-family: Poppins, sans-serif;
}

.heading-3 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  color: #0b8fd9;
  font-size: 30px;
  text-align: left;
}

.heading-4 {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b1b1;
  font-family: Poppins, sans-serif;
  color: #0a0a0a;
  font-weight: 500;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  font-family: Poppins, sans-serif;
}

.image-4 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding: 20px;
  }

  .section-2 {
    padding: 100px 40px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .columns {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .section-2 {
    height: auto;
    padding: 20px 20px 100px;
    direction: ltr;
    white-space: normal;
  }

  .column {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
  }

  .column-2 {
    padding-top: 0px;
  }

  .text-block {
    font-size: 18px;
  }

  .column-3 {
    display: block;
    padding-right: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .columns {
    padding-right: 0px;
    text-align: center;
  }

  .image {
    padding-bottom: 20px;
  }

  .image-2 {
    padding-bottom: 20px;
  }

  .image-3 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    text-align: left;
  }

  .column-2 {
    text-align: left;
  }

  .text-block {
    text-align: left;
  }

  .column-3 {
    text-align: left;
  }
}

#w-node-_71f74bac-f336-afc5-2e9b-336886863bd8-2dbe88ce {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_71f74bac-f336-afc5-2e9b-336886863bd8-2dbe88ce {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}



/* CONTACT FORM */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}


input {
  padding: 10px;
  /*width: 100%;*/
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid, select.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
  width: 100%;
}

button {
  background-color: #F79410;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: poppins;
  cursor: pointer;
  font-weight: 600;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}


.hide-section {display: none;}



/* The container */
.container-label {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ffffff;
    padding: 14px;
    border-radius: 6px;
	padding-left: 40px;
  color: #ffffff;
  font-weight: 400;
}

/* Hide the browser's default radio button */
.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 10px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
  margin-top: 14px;
}

/* On mouse-over, add a grey background color */
.container-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-label input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-label .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.special-container {
	display: flex;
  
}