/*** Feedback form css start ***/

.feedback-form-bg1 {
  background: #027181;
}


.feedback-btn1 {
  border-color: #ffffff;
  padding: 10px 15px 10px 15px;
  color: white;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
}

.input-item .nice-select {
  border: 2px solid;
  border-color: var(--border-color-1);
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 45px;
  width: 100%;
  margin-bottom: 30px;
}

/*** Feedback form css End ***/

/*** WEB Enquire Now Button Start ***/
.icon-bar1 {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10001;
  right: 0px;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a:hover {
  background-color: #000;
}

.message {
  background: #43aba1;
  color: white;
}

/*** WEB Enquire Now END ***/



/*** MOBILE VIEW Enquire Now Start ***/

@media (min-width: 100px) and (max-width: 991px) {}

/*** MOBILE VIEW Enquire Now End ***/

/*** TEAM CSS START ***/
.team-card {
  box-shadow: 0px 7px 14px 0px rgb(162 104 97);
  border-radius: 25px;
}

/*** TEAM CSS END ***/