:root {
  --secondaryClr: #00CCC2;
}

#contact-banner ,
#book-a-demo-banner{
  background: url(../images/tappin-images/contact-banner.png) center top no-repeat;
  background-size: cover;
  height: 630px;
  margin-top: 92px;
}
#book-a-demo-banner{
  background: url(../images/tappin-images/Book-demo-header.png) center top no-repeat;
  background-size: cover;

}
#ready-for-event-bg {
  background: url(../images/tappin-images/event-bg.png) center top 370px no-repeat;
  background-size: cover;
  min-height: 1600px;
}

.event-cnt {
  max-width: 1150px;
  margin: -370px auto 0;
}

#ready-for-event {
  border-radius: 5px;
  background: #FFF;
  padding: 40px;
}

#ready-for-event .event-form {
  display: flex;

  gap: 50px;
}

#ready-for-event .event-form .left-form {
  width: 50%;
}

#ready-for-event h2 {
  color: #00183E;
  font-family: 'galanogrotesque-muploadedfile';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.4px;
  margin-bottom: 38px;
}


#ready-for-event .event-form .right-consent {
  width: 50%;
  color: #14171C;
  text-align: justify;
  font-family: 'galanogrotesque-ruploadedfile';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: 0;
}

#ready-for-event .form-group label {
  color: #000;
  font-family: 'galanogrotesque-muploadedfile';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
}

#ready-for-event .form-group input {
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  height: 34px;
}

#ready-for-event .form-group {
  margin-bottom: 10px;
}


.form-btn input[type="submit"] {
  border-radius: 5px;
  background: #FF8000;
  color: #00183E;
  text-align: center;
  font-family: 'galanogrotesque-suploadedfile';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  min-width: 155px;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
}

.form-check-label {
  font-family: 'galanogrotesque-ruploadedfile' !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  margin-left: 5px;
  margin-top: 4px;
}

#ready-for-event .form-group.form-check input {
  height: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #FF8000;
}


.contact-info {
  max-width: 1150px;
  margin: 50px auto 30px;
  color: #fff;
}

.contact-info .info {
  display: flex;
  justify-content: space-between;
}

.contact-info .info div {
  display: flex;
  align-items: center;
  font-family: 'galanogrotesque-muploadedfile';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.contact-info .info div p {
  margin: 0;
}

.contact-info .info div img {
  /* width: 40px;
    height: 40px; */
  margin-right: 10px;
}

.hubspot-txt {
  display: flex;
  color: #FF7B57;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
}

.hubspot-txt span {
  margin-left: 10px;
}

.hubspot-txt span+span {
  color: #00CCC2;
}

.tappin-team {
  margin-top: 100px;
}

.tappin-team h2 {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 40px;
}


#section-team {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 100px;

}
/* 
#section-team ul.main-ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  background: lightgray;
}

#section-team li.main-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#section-team li.main-list .inner {
  background-color: #ffffff;
  border: 2px solid var(--secondaryClr);
  padding: 2rem 1rem;
  min-height: 460px;
  overflow: hidden;
  margin: 0.75rem;
}

#section-team li.main-list .inner:hover {
  background-color: #36ced6;
}

#section-team li.main-list .inner .main-image,
#section-team li.main-list .inner:hover .hover-image {
  display: block;
}

#section-team li.main-list .inner .hover-image,
#section-team li.main-list .inner:hover .main-image {
  display: none;
}

#section-team li.main-list .inner:hover .details h3 {
  color: #ffffff;
}

#section-team li.main-list .inner:hover ul.social {
  margin-bottom: 0;
  opacity: 1;
}

#section-team li.main-list .inner:hover .details p {
  margin-top: -50px;
  opacity: 0;
}

#section-team li.main-list .inner .details p {
  font-family: "Open Sans", sans-serif;
  color: #000;
  position: relative;
  font-weight: 400;
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

#section-team figure {
  margin-bottom: 30px;
}

#section-team figure img {
  display: block;
  width: 228px;
  height: 228px;
  margin: auto;
  border-radius: 50%;
  margin: auto;
  border: 10px solid #f8f8f8;
}

#section-team li.main-list .inner:hover figure img {
  border-color: #36ced6
}

#section-team h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #292929;
}

#section-team p {
  text-align: center;
}

#section-team li.main-list .inner:hover h3:before {
  background-color: #000;
}

#section-team li.main-list .inner:hover h3:after {
  background-color: #fff;
}

#section-team h3:before {
  content: '';
  width: 100px;
  position: absolute;
  bottom: -6px;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--secondaryClr);
}

#section-team h3:after {
  content: '';
  width: 32px;
  position: absolute;
  bottom: -6px;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  z-index: 2;
}

#section-team ul.social {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
  position: relative;
  margin: 0px 0 0px;
  opacity: 0;
  margin-bottom: -50px;
  transition: all 0.3s ease 0s;
}

#section-team ul.social li:last-child {
  margin-right: 0;
}

#section-team ul.social li {
  margin: 0 8px 8px 0;
  padding: 0;
}

#section-team ul.social li a {
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
  line-height: 34px;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  border-radius: 10%;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
}

.tooltip-inner {
  background-color: rgba(0, 119, 181, 0.90);
  padding: 0.6rem 1.25rem;
}

.tooltip .arrow {
  display: none
}

#section-team ul.social li a.icn-linkdin {
  border: 1px solid rgba(0, 119, 181, 1);
  background-color: rgba(0, 119, 181, 1);
  color: #ffffff;
}

#section-team ul.social li a.icn-linkdin:hover {
  color: rgba(0, 119, 181, 1) !important;
  background-color: #ffffff !important;
}

#section-team ul.social li a.icn-email {
  border: 1px solid rgba(0, 150, 136, 1);
  background-color: rgba(0, 150, 136, 1);
  color: #ffffff;
}

#section-team ul.social li a.icn-email:hover {
  color: rgba(0, 150, 136, 1) !important;
  background-color: #ffffff !important;
}

#section-team ul.social li a.icn-phone {
  border: 1px solid rgba(0, 150, 136, 1);
  background-color: rgba(0, 150, 136, 1);
  color: #ffffff;
}

#section-team ul.social li a.icn-phone:hover {
  color: rgba(0, 150, 136, 1) !important;
  background-color: #ffffff !important;
}

#section-team ul.social li a.icn-facebook {
  border: 1px solid rgba(59, 89, 153, 1);
  background-color: rgba(59, 89, 153, 1);
  color: #ffffff;
}

#section-team ul.social li a.icn-facebook:hover {
  color: rgba(59, 89, 153, 1) !important;
  background-color: #ffffff !important;
}

#section-team ul.social li a.icn-instagram {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #e4405f;
}

#section-team ul.social li a.icn-instagram:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-color: #e4405f !important;
}

#section-team ul.social li a.icn-twitter {
  border: 1px solid rgba(85, 172, 238, 1);
  background-color: rgba(85, 172, 238, 1);
  color: #ffffff;
}

#section-team ul.social li a.icn-twitter:hover {
  color: rgba(85, 172, 238, 1) !important;
  background-color: #ffffff !important;
}

#section-team ul.social li a.icn-whatsapp {
  border: 1px solid rgba(37, 211, 102, 1);
  background-color: rgba(37, 211, 102, 1);
  color: #ffffff;
}

#section-team ul.social li a.icn-whatsapp:hover {
  color: rgba(37, 211, 102, 1) !important;
  background-color: #ffffff !important;
} */

@media(max-width:1199px) {

  .event-cnt {
    max-width: 900px;
  }

  .contact-info .info div,
  .hubspot-txt {
    font-size: 18px;
  }

}

@media(max-width:991px) {

  .event-cnt {
    max-width: 700px;
  }

  .contact-info .info div,
  .hubspot-txt {
    font-size: 16px;
  }

  .tappin-team {
    margin-top: 70px;
  }
  #contact-banner, #book-a-demo-banner{
    height: 450px;
  }
  .event-cnt {
    margin: -220px auto 0;
  }
  #ready-for-event-bg{
    background-position: center top 220px;
  }
}

@media(max-width:767px) {
  .event-cnt {
    max-width: 500px;
  }

  #ready-for-event {
    padding: 20px;
  }

  .contact-info .info {
    flex-direction: column;
  }

  .contact-info .info div {
    margin-bottom: 20px;
  }

  .hubspot-txt {
    flex-direction: column;
  }

  #contact-banner {
    margin-top: 72px;
  }

  #ready-for-event .event-form {
    flex-direction: column;
  }

  #ready-for-event .event-form .left-form,
  #ready-for-event .event-form .right-consent {
    width: 100%;
  }

  #section-team {
    padding-bottom: 50px;
  }

  #ready-for-event h2 {
    font-size: 24px;
  }
  #contact-banner, #book-a-demo-banner {
    height: 360px;
}
.event-cnt {
  margin: -230px auto 0;
}
  #ready-for-event-bg {
  background-position: center top 230px;
}
#contact-banner, #book-a-demo-banner{
  margin-top: 72px;
}
.contact-info .info div img.phone-img{
  margin-right: 15px;
}
.contact-info .info div img.location-img{
  margin-right: 20px;
}
}

@media(max-width:575px) {
  .event-cnt {
    max-width: 350px;
  }
  #contact-banner, #book-a-demo-banner {
    height: 190px;
}
.event-cnt {
  margin: -55px auto 0;
}
#ready-for-event-bg {
  background-position: center top 55px;
}



}

.page-template-book-a-demo #ready-for-event-bg {
  min-height: 819px;
}
.event-form .form-check .wpcf7-list-item{
  display: inline;

}