body {
  font-family: 'Roboto-Regular';
  margin: 0;
}

p {
  font-family: 'Roboto-Regular';
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/fonts/roboto_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/fonts/roboto_bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('fonts/fonts/roboto_semibold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

.header {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    height: 50px;
}

.header-title-subtitle {
  float: left;
  display: inline-block;
  width: 270px;
}

.header-title {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 265px;
    height: 1.2em;
    white-space: nowrap;
}

.header-subtitle {
    font-family: 'Roboto-Regular';
    font-size: 12px;
    color: #7F7F7F;
    float: left;
    margin-top: 3px;
}

.profile-pic-main {
    width: 42px;
    height: 42px;
    float: right;
    border-radius: 50%;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #979797;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 5;
    background-color: #fff;
}

.bottom-nav-item {
    text-align: center;
    display: inline-block;
    float: left;
    width: 25%;
}

.bottom-nav-item img{
    height: 24px;
}

.bottom-nav-title {
  margin-top: 1px;
  font-family: 'Roboto-SemiBold';
  font-size: 12px;
  color: #B4B0B0;
}

.bottom-nav-title.active {
  color: black;
}

.main-book-call-to-action {
  display: block;
  height: 200px;
  height: 123px;
  width: 100%;
  margin-top: 20px;
}

.main-book-call-to-action-inside {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}

.main-book-call-to-action-rectangle {
  background-color: #24772E;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
}

.main-book-call-to-action-text {
  color: #fff;
  font-family: 'Roboto-SemiBold';
  font-size: 15px;
}

.main-book-call-to-action-button {
  margin-top: 15px;
  margin-bottom: 4px;
  text-align: center;
  color: black;
  font-family: 'Roboto-Bold';
  font-size: 15px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.main-fast-book {
  width: 100%;
  margin-top: 25px;
}

.main-fast-book-title {
  padding-left: 20px;
  font-family: 'Roboto-Bold';
  font-size: 19px;
}

.main-fast-book-subtitle {
  padding-left: 20px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  margin-top: 3px;
  color: #7F7F7F;
}

.main-fast-book-carousel-item {
  height: auto;
  width: 250px;
  border-radius: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}

.main-fast-book-carousel-item-image {
  border-radius: 12px;
  height: 173px;
}

.owl-stage {
  padding-left: 20px;
}

.main-fast-book-carousel-item-title {
  padding-left: 12px;
  font-family: 'Roboto-Bold';
  font-size: 15px;
  margin-top: 7px;
}

.main-fast-book-carousel-item-subtitle {
  padding-left: 12px;
  font-family: 'Roboto-Regular';
  font-size: 13px;
  color: #7A7A7A;
  margin-top: 4px;
}

.star-rating {
  padding-left: 12px;
  margin-top: 4px;
  padding-bottom: 10px;
}

.star-rating-img {
  width: 15px !important;
  display: inline-block !important;
  vertical-align: middle;
}

.star-rating-caption {
  font-family: 'Roboto-Regular';
  font-size: 13px;
  color: #7A7A7A;
  display: inline-block !important;
  vertical-align: middle;
}

.advice-modal {
  width: 100%;
}

.advice-modal-inside {
  padding-left: 20px;
  padding-right: 20px;
}

.advice-modal-rectangle {
  border-radius: 5px;
  background-color: #EAEAEA;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.advice-modal-img {
  width: 20px;
  height: 46px;
  display: inline-block;
}

.advice-modal-text {
  font-family: 'Roboto-SemiBold';
  font-size: 12px;
  color: #434343;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 8px;
}

.page-title-subtitle {
  width: 100%;
}

.page-title-subtitle-inside {
  padding-left: 20px;
  margin-top: 20px;
  height: 53px;
}

.page-title {
  font-family: 'Roboto-Bold';
  font-size: 24px;
}

.page-subtitle {
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #7F7F7F;
  margin-top: 3px;
}

.notification-cards-wrapper {
  width: 100%;
}

.notification-cards {
  padding-left: 20px;
  padding-right: 20px;
}

.notification-card {
    margin-top: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.notification-card-title {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Roboto-SemiBold';
  font-size: 12px;
  padding-top: 7px;
  color: #ABABAB;
}

.notification-card-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #000;
  padding-bottom: 10px;
}

.profile-pic {
  margin-left: 20px;
  border-radius: 50%;
  height: 103px;
}

.profile-header {
  height: auto;
  margin-top: 30px;
}

.profile-header-name {
  font-family: 'Roboto-Bold';
  font-size: 24px;
  padding-top: 3px;
  padding-left: 20px;
}

.profile-header-email {
  padding-left: 20px;
  margin-top: 20px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #7F7F7F;
  margin-top: 3px;
  padding-top: 6px;
}

.profile-settings-category-title {
  margin-top: 20px;
  font-family: 'Roboto-Bold';
  font-size: 19px;
  padding-top: 3px;
  padding-left: 20px;
}

.profile-settings-category {
  font-family: 'Roboto-Regular';
  font-size: 15px;
  padding-top: 3px;
  padding-left: 20px;
  display: inline-block;
}

.profile-settings-category-wrapper {
   margin-top: 7px;
}

.profile-settings-arrow {
    height: 19px;
    float: right;
    padding-right: 20px;
    margin-top: 3px;
}

.logout-button-wrapper {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.logout-button {
  background-color: #FF1717;
  padding: 12px 0px;
  border-radius: 6px;
  color: white;
  font-family: 'Roboto-Semibold';
  font-size: 15px;
}

.delete-acc-button-wrapper {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.delete-acc-button {
  background-color: #FF1717;
  padding: 12px 0px;
  border-radius: 6px;
  color: white;
  font-family: 'Roboto-Semibold';
  font-size: 15px;
}

.profile-overlay {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background-color: #fff;
    transition: transform .25s ease,-webkit-transform .25s ease;
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.profile-overlay-opened {
    -webkit-transform: none;
    transform: none;
}

.profile-overlay-header {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}

.profile-overlay-close {
    height: 34px;
    width: 34px;
    vertical-align: middle;
}

.profile-overlay-title {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
}

.profile-contact-form {
    margin-top: 20px;
    padding: 0px 20px;
    display: flex;
    flex-wrap: wrap;
}

.profile-contact-form input {
  font-family: 'Roboto-Regular';
  width: 100%;
  border-radius: 6px;
  height: 22px;
  font-size: 15px;
  border: 1px solid #979797;
  margin-top: 10px;
  padding: 10px;
}

.profile-contact-form textarea {
  font-family: 'Roboto-Regular';
    width: 100%;
    border-radius: 6px;
    height: 161px;
    font-size: 15px;
    border: 1px solid rgb(151, 151, 151);
    margin: 10px 0px 0px;
    padding: 10px;
    height: 149px;
}

.profile-contact-form-button-wrapper {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}

.profile-contact-form-button {
  background-color: #1247FE;
    padding: 12px 0px;
    border-radius: 6px;
    color: white;
    font-family: 'Roboto-Semibold';
    font-size: 15px;
}


.profile-basicinfo-form {
    margin-top: 20px;
    padding: 0px 20px;
    display: flex;
    flex-wrap: wrap;
}

.profile-basicinfo-form input {
  font-family: 'Roboto-Regular';
  width: 100%;
  border-radius: 6px;
  height: 22px;
  font-size: 15px;
  border: 1px solid #979797;
  margin-top: 10px;
  padding: 10px;
}

.profile-basicinfo-form-button-wrapper {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}

.profile-basicinfo-form-button {
  background-color: #1247FE;
    padding: 12px 0px;
    border-radius: 6px;
    color: white;
    font-family: 'Roboto-Semibold';
    font-size: 15px;
}


.tc-text {
  padding: 30px 20px;
  font-family: 'Roboto-Regular';
  font-size: 13px;
  margin-bottom: 93px;
}

.input-label {
  margin-top: 9px;
}

.profile-pic-change {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    margin-bottom: 30px;
}

.profile-photo-button-wrapper {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.profile-photo-button {
    background-color: #1247FE;
    padding: 12px 0px;
    border-radius: 6px;
    color: white;
    font-family: 'Roboto-Semibold';
    font-size: 15px;
}

.spacer {
  height: 100px;
  width: 30px;
}

.load-more-button-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    margin-bottom: 100px;
}

.load-more-button {
    text-align: center;
    background-color: #FFE800;
    padding: 12px 0px;
    border-radius: 6px;
    color: #000;
    font-family: 'Roboto-Semibold';
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
}
