@media screen and (max-width: 767px) {
  .profile .col-6 {
    padding: 15px !important;
  }
  .profile .col-6 .form-item {
    padding: 0!important;
  }
}
.profile .cart-block {
  min-height: 483px;
}

@media screen and (max-width: 769px) {
  .billing {
    padding-right: 0 !important;
  }
}
.billing-page-title {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 18px;
  padding-bottom: 17px;
  padding-top: 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .billing-page-title {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 24px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.billing-block-action {
  display: flex;
  padding-left: 21px !important;
  border-bottom: 1px solid #DCDEE2;
  margin-bottom: 25px;
}
.billing-block-action .tab-trigger {
  padding-top: 13px;
  padding-bottom: 15px;
  margin-right: 37px;
  position: relative;
}
.billing-block-action .tab-trigger a {
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Roboto-Bold", sans-serif;
  cursor: pointer;
  color: #97999F;
}
.billing-block-action .tab-trigger:last-of-type {
  margin-right: 0;
}
.billing-block-action .tab-trigger.active a {
  color: #1A1D24;
}
.billing-block-action .tab-trigger.active:after {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  content: '';
  background: #19F000;
  padding: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.billing-block-action .tab-trigger.disabled {
  cursor: not-allowed;
}
@media screen and (max-width: 769px) {
  .billing-block-container .form-item {
    padding: 0 16px !important;
  }
}
.block-title {
  font-size: 14px;
  font-family: "Roboto-Bold", sans-serif;
}
@media screen and (min-width: 768px) {
  .block-title {
    font-size: 18px;
    font-family: "Roboto-Bold", sans-serif;
    padding-bottom: 25px;
  }
}
.no-items {
  font-size: 14px;
  padding-top: 20px;
  font-family: "Roboto-Bold", sans-serif;
}
.finish-icon img {
  height: 42px;
  margin-bottom: 18px;
}
.finish-message {
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}
.finish-message-text {
  font-size: 14px;
  max-width: 176px !important;
}
@media screen and (min-width: 768px) {
  .finish-message-text {
    font-size: 24px;
    font-family: "Roboto-Bold", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .finish-orders {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .finish-orders .pick {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media screen and (max-width: 590px) {
  #AcceptUIContainer {
    margin-left: 0px !important;
  }
}

.short-bio {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  height: 170px;
}
.short-bio.expanded {
  display: initial;
  height: auto;
}

.schedules-content-block-title {
  font-size: 28px;
  font-family: "Roboto-Bold", sans-serif;
  border-bottom: 1px solid #DCDEE2;
  padding-top: 32px;
  margin-bottom: 18px;
  padding-bottom: 8px;
}
.schedules-content-items .item {
  padding-right: 10px !important;
}
.schedules-content-items .item-body {
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.schedules-content-items .item-body img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.schedules-content-items .item-body button {
  font-family: "Roboto-Bold", sans-serif;
  margin-top: 22px;
}
.schedules-content-items .item-text {
  position: absolute;
  padding: 128px 30px 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.schedules-content-items .item-title {
  font-size: 28px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
}
.schedules-content-items .item-logo {
  left: 30px;
  position: absolute;
  top: 30px;
}
.schedules-page-title {
  padding-top: 25px;
  font-size: 40px;
  font-family: "Roboto-Bold", sans-serif;
  display: inline-block;
}
.schedules-page-link {
  display: inline-block;
}
.schedules-page-link span {
  display: block;
  font-weight: 600;
}
.schedules-page-link a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .schedules-page-title,
  .schedules-page-link {
    margin-right: 1rem;
  }
  .schedules-page-link {
    position: relative;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .schedules-page-title {
    font-size: 30px;
  }
  .schedules-page-title,
  .schedules-page-link {
    margin-bottom: 1rem;
  }
}

.modal {
  z-index: 999999999!important;
}
.modal-overlay {
  justify-content: center;
}
.modal-trigger {
  cursor: pointer;
}
.modal-content {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  position: fixed !important;
  z-index: 999;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin-top: 30px!important;
  padding-bottom: 30px !important;
  width: auto !important;
}
.modal-content.login {
  width: auto !important;
  max-width: 462px !important;
  top: calc(50vh - 250px);
}
@media (max-height: 500px) {
  .modal-content.login {
    top: 0;
  }
}
.modal-content.sing-up {
  width: auto !important;
  max-width: 844px !important;
  top: calc(50vh - 400px);
}
@media (max-height: 800px) {
  .modal-content.sing-up {
    top: 0;
    bottom: 10px;
  }
}
.modal-header {
  background: #0D2369;
  height: 56px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-header div {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto-Bold", sans-serif;
}
.modal-header span {
  cursor: pointer;
  position: absolute;
  right: 21px;
}
.modal-body {
  background: #fff;
  padding: 20px 26px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 10px !important;
    overflow: scroll;
    max-height: 100vh;
  }
}

.sing-up-success-title {
  text-align: center;
  font-size: 18px;
  font-family: "Roboto-Bold", sans-serif;
}
.sing-up-success-image {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sing-up-success-image img {
  height: 85px;
}
.sing-up-success-content {
  font-size: 14px;
  text-align: center;
}
.sing-up-success-action {
  margin-top: 93px;
}

.account-page-navigator {
  display: flex;
  border-bottom: 1px solid #DCDEE2;
  align-items: flex-end;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .account-page-navigator {
    margin-top: 30px;
    margin-bottom: 22px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.account-page-navigator-title {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-right: 1px solid #1A1D24;
  min-width: 125px;
  margin: 22px 10px;
}
@media screen and (min-width: 768px) {
  .account-page-navigator-title {
    font-size: 24px;
    padding: 10px;
    text-transform: none;
    border-right: 0;
    margin: 0 32px 0 0;
  }
}
.account-page-navigator-log-out {
  padding: 10px 0;
  color: #97999F;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.account-page-navigator-log-out svg {
  margin-right: 8px;
}
.account-page-navigator ul {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .account-page-navigator ul {
    overflow-x: scroll;
  }
}
.account-page-navigator ul li {
  margin-right: 35px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 767px) {
  .account-page-navigator ul li {
    padding: 22px 0 22px 0;
  }
}
.account-page-navigator ul li.active a {
  color: #1A1D24;
}
.account-page-navigator ul li.active:after {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  content: '';
  background: #19F000;
  padding: 2px;
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 100%;
}
.account-page-navigator ul li a {
  font-family: "Roboto-Bold", sans-serif;
  color: #97999F;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .account-page-navigator ul li a {
    padding: 14px 0 10px 0;
  }
}

.orders {
  margin-left: -15px !important;
}
.orders .order {
  padding: 20px;
  border: 1px solid #DCDEE2;
  border-radius: 10px;
}
.orders .order-title {
  padding-bottom: 4px;
  font-size: 16px;
  font-family: "Roboto-Bold", sans-serif;
}
.orders .order-date {
  color: #8D99AE;
  font-size: 12px;
  padding-bottom: 12px;
}
.orders .order-price {
  display: flex;
  position: relative;
  text-transform: uppercase;
  border-top: 1px solid #DCDEE2;
  padding-top: 12px;
  font-size: 12px;
  font-family: "Roboto-Bold", sans-serif;
}
.orders .order-price span {
  position: absolute;
  font-family: "Roboto-Bold", sans-serif;
  right: 0;
}
.orders .order-number {
  display: flex;
  font-size: 12px;
  color: #8D99AE;
  padding-bottom: 5px;
}
.orders .order-number a {
  color: #8D99AE;
  margin-left: 4px;
  text-decoration: underline;
}
.orders .order-number a:hover {
  color: #000;
}
.orders .order .order-description.active .order-description-content {
  display: block;
  padding-top: 5px;
}
.orders .order .order-description .order-description-content {
  display: none;
}
.orders .order .order-description .order-description-content span {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.orders .order .order-description .order-description-content p {
  color: #8D99AE;
  font-size: 12px;
  margin-bottom: 5px;
}

.header {
  padding-top: 53px;
  display: flex;
}
@media (max-width: 767px) {
  .header {
    padding-top: 25px;
    padding-bottom: 25px !important;
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .header {
    margin-left: 100px;
  }
}
.header-title {
  font-size: 56px;
  font-family: "Roboto-Bold", sans-serif;
}
@media (max-width: 767px) {
  .header-title {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-buttons {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-content {
    text-align: center;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .header-image svg {
    width: auto;
    height: auto;
    right: -320px;
  }
}
.header-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header button {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .header button,
  .header a {
    width: 100% !important;
  }
}
.header .desktop svg,
.header .desktop img {
  width: 630px;
}
@media (max-width: 1111px) {
  .header .desktop svg,
  .header .desktop img {
    width: 500px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .header .desktop svg,
  .header .desktop img {
    width: 425px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header .desktop svg,
  .header .desktop img {
    width: 100%;
    height: auto;
  }
}
.header .mobile {
  width: auto;
}
@media (max-width: 769px) {
  .header .mobile {
    width: 100%;
  }
}
.header .mobile svg,
.header .mobile img {
  margin-top: -25px;
}
@media (max-width: 1111px) {
  .header .mobile svg,
  .header .mobile img {
    width: 470px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .header .mobile svg,
  .header .mobile img {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header .mobile svg,
  .header .mobile img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.group-title {
  text-align: center;
  font-size: 36px;
  font-family: "Roboto-Bold", sans-serif;
}
@media (max-width: 767px) {
  .group-title {
    font-size: 28px;
    padding-top: 47px !important;
  }
}
@media (max-width: 767px) {
  .screens-features-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 25px !important;
  }
}
@media (max-width: 1111px) {
  .screens-features-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .screens-features-item {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.screens-features .cart-block {
  min-height: 256px;
}
.screens-features .icon-with-border {
  background: #E1E9FF;
  border-radius: 10px;
  max-height: 56px;
  max-width: 56px;
}
.toggle-pricing {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle-pricing label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  cursor: pointer;
}
.toggle-pricing label input {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .toggle-pricing label input {
    margin-right: initial !important;
    margin-left: initial !important;
  }
}
@media (max-width: 767px) {
  .toggle-pricing label {
    flex-direction: column;
    justify-content: center;
  }
}
.toggle-pricing span {
  color: #8D99AE;
  font-size: 18px;
}
.toggle-pricing span.active {
  color: #1A1D24;
}
@media (max-width: 767px) {
  .pricing .col-4,
  .pricing .col-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 15px !important;
  }
}
.pricing-option-list li {
  padding: 18px 0;
  border-bottom: 1px solid #DCDEE2;
  font-family: "Roboto-Bold", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.pricing-option-list li:last-of-type {
  border: 0;
}
.pricing-option-list li span {
  position: absolute;
  right: 0;
}
.pricing .cart-block {
  padding: 40px;
  min-height: 557px;
}
@media (max-width: 767px) {
  .pricing .cart-block {
    min-height: auto;
  }
}
.pricing .cart-block-title {
  font-size: 28px;
  font-family: "Roboto-Bold", sans-serif;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .pricing .cart-block-title {
    font-size: 20px;
  }
}
.pricing .cart-block-price {
  padding-bottom: 8px;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 40px;
}
@media (max-width: 767px) {
  .pricing .cart-block-price {
    font-size: 30px;
  }
}
.pricing .cart-block-price-small-text {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.pricing .cart-block-price-plan-list li {
  border: 1px solid #DCDEE2;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pricing .cart-block-price-plan-list li.active {
  border: 1px solid #19F000;
}
.pricing .cart-block-price-plan-list li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-family: "Roboto-Bold", sans-serif;
  padding: 23px 0 23px 18px;
  cursor: pointer;
  position: relative;
}
.pricing .cart-block-price-plan-list li label .radio-text {
  position: relative !important;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .pricing .cart-block-price-plan-list li label .radio-text {
    flex-direction: column;
    right: -10px !important;
    display: flex;
  }
}
.pricing .cart-block-price-plan-list li label span {
  font-family: "Roboto-Bold", sans-serif;
}
.pricing .cart-block-price-plan-list li label span:last-of-type {
  position: absolute;
  right: 6px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1233px) {
  .pricing .cart-block-price-plan-list li label span:last-of-type {
    position: relative;
    right: 0 !important;
    display: block;
  }
}
.pricing .cart-block-price-plan-list li label input {
  margin-right: 10px;
  margin-left: 0;
}
.price.description {
  min-height: 40px;
}
.free.price.description {
  min-height: 97px;
}
.page-menu {
  display: flex;
}
.page-menu-title {
  margin: 13px 8px 13px 0;
  font-family: "Roboto-Bold", sans-serif;
  border-right: 1px solid #1A1D24;
  padding-right: 8px;
}
.page-menu .sub-menu-list li {
  min-width: 135px;
}
.page-menu .sub-menu-list li:first-of-type {
  border-right: 0;
}
.page-menu .sub-menu-list li a {
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  .overview-item {
    display: flex;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 16px !important;
  }
  .overview-item-icon {
    margin-right: 14px;
  }
}

