body, .header-brand {
  background: #F6F6F6;
}

.header {
  display: none;
}

@media (max-width: 767px) {
  .header-brand {
    padding-top: 15px;
  }
}
.header .navbar-header {
  display: flex;
  justify-content: center;
  width: 100%;
}

.content-wrap .cell > div > * {
  padding: 0;
}

#footer-mini .div, #footer-mini a {
  display: none;
}

#top-text h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  max-width: 862px;
  margin: 70px auto 0 auto;
  text-transform: unset;
}
#top-text h1 .blue {
  color: #F57F17;
}
#top-text .red-and-underline {
  color: #0060E6;
  text-decoration-line: underline;
}
#top-text .under-h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  max-width: 637px;
  margin-left: auto;
  margin-right: auto;
}
#top-text .phone-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
#top-text .phone-wrapper .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 20px;
}
#top-text .phone-wrapper .btn {
  margin: 0;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-text .phone-wrapper .btn img {
  margin-right: 12px;
}
@media (max-width: 767px) {
  #top-text h1 {
    margin: 20px 0 0 0;
    font-size: 19px;
    line-height: 1.4;
  }
  #top-text .under-h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #top-text .phone-wrapper {
    flex-direction: column;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  #top-text .phone-wrapper .title {
    margin-right: 0;
  }
}

#calendar {
  margin-bottom: 20px;
}
#calendar .calendly-inline-widget {
  min-width: 320px;
  height: 690px;
}
@media (max-width: 1200px) {
  #calendar .calendly-inline-widget {
    height: 868px;
  }
}
@media (max-width: 767px) {
  #calendar {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #calendar .calendly-inline-widget {
    height: calc(100vh - 200px);
  }
  #calendar .container {
    padding: 0;
  }
}