html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}

body{
    height:100%; /* force the BODY element to match the height of the HTML element */
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    line-height: 1.65;
    color: white;
    /* padding-top: 5rem; */
}

a, a:hover, a:visited {
    color: white;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

b {
    font-weight: 600 !important;
}


@font-face {
    font-family: 'NewYork';
    src: url("/webfonts/NewYork.otf") format("opentype");
}

.homepage_app_name {
    text-transform: none !important;
    font-family: 'NewYork' !important;
    font-size: 5rem !important;
    font-weight: 100;
}



#main_div {
   
    background: rgb(179,168,173);
    background: radial-gradient(circle, rgba(179,168,173,1) 0%, rgba(56,59,63,1) 100%);
    width: 100%;
    min-height: 100vh;
}


#main_content_div {
    padding: 4.5rem 2rem;
    min-height: 80vh;
}

.richText .fa{
    color:#333 !important;
}



#top_menu_wrapper {
    overflow: hidden;
    /* background-color: #333;  defined in layout script to change opcity on scroll*/ 
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    padding: 1rem;
}

#nav_bar_left {
    float: left;
    top: 1rem;
    left: 2rem; 
}

#nav_bar_left > div {
    display: inline-block;
    vertical-align: top;
}

#nav_bar_left .icon {
    padding: 0.5rem;
}

#nav_bar_right {
    float: right;
    top: 1rem;
    right: 2rem; 
}

#nav_bar_right > div {
    display: inline-block;
    vertical-align: top;
}

#nav_bar_right .icon {
    padding: 0.5rem;
}

#nav_bar_left_menu {
    display: none;
    background-color:#333;
    padding: 1rem;
    border-radius: 5%;
    border: 2px white;
    position: fixed;
    top: 60px;
    left: 0.5rem;
}

#nav_bar_left_menu ul{
    padding-left: 0;
    /* padding-right: 1rem; */
}

#nav_bar_left_icon_close {
    text-align: right;
    margin-bottom: 0.5rem;
}

#nav_bar_left_icon_close  a{
    font-weight:900;
}

#nav_bar_left_icon {
    font-size: 1.5rem;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}


#profile_menu {
    display: none;
    background-color:#333;
    padding: 1rem;
    border-radius: 5%;
    border: 2px white;
    position: fixed;
    right: 6rem;
    top: 60px
}

#profile_menu ul{
    padding-left: 0;
    padding-right: 1rem;
}

#profile_icon {
    text-align: right;
}

#profile_menu_close {
    text-align: right;
    margin-bottom: 0.5rem;
}

#profile_menu_close  a{
    font-weight:900;
}

#home_header > .inner {
    border-top: 1px white solid;
    border-bottom: 1px white solid;
    text-align: center;
}

#home_header > .inner > p {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 0.7rem;
}


.modal {
    color: #333;
}

/*keep all z-indexes here to make sure nothing overwritten*/

#modal_dialog_loading {
    z-index: 9999;
}

#modal_generic_message {
    z-index: 9998;
}

#nav_bar_left {
    z-index: 9901;
}

#top_menu_wrapper {
    z-index: 9900;
}

.richText {
    z-index: 100;
}

#nav_bar_left_menu, #profile_menu, .btn_left_right_float_actions , .grecaptcha-badge {
    z-index: 3;
}

#main_content_div {
    z-index: 2;
}

#home_header_video {
    z-index: 1;
}


/*keep all z-indexes here to make sure nothing overwritten*/

#main_content_div {
    position: relative; left:0; top:0;
}

#home_header_video {
    position: absolute;
    width: 100%;
    height: 1200px;
    left:0; top:-100;
    /* background-color: red; */
}

#home_header_video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
#home_header_video > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.btn-primary {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus  {
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid white;
    box-shadow: none;
}



.table {
    color: white;
}

.custom_select {
    padding: 0.5rem;
    height: 2rem  !important;
    line-height: 2rem !important;
}

.table_list_items td {
    bottom: 1px solid white;
    width: 100%;
}

#footer {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    text-align: center;
    margin-top: auto;
}

.copyright {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    opacity: 0.75;
}

.social_icons .icon {
    border: 1px solid white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    text-align: center;
    margin-right: 0.5rem;
    font-size: 1rem;
    padding-top: 5px; /* just to align middle :-( */
}

.content_blocks {
    background-color: #36383F;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border: #d1cfcf 1px solid;
}

.content_blocks_title {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    padding-bottom: 0.5rem;
    margin: 0 0 2rem 0;
    font-size: 1rem;
    border-bottom: solid 1px #ffffff;
}

#btn_back_to_top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    background-color: #333;
    color: white;
}

#div_left_float_whatsapp {
    position: fixed;
    bottom: 80px;
    left: 10px;
    background-color: #333;
    color: white;
}

#div_left_float_book {
    position: fixed;
    bottom: 30px;
    left: 10px;
    background-color: #333;
    color: white;
}

#nav_below_header {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    padding: 2rem;
    /* border-bottom: 1px solid white; */
}

#nav_below_header > .row > div {
    border-right: 1px solid white;
}

#nav_below_header > .row > div:last-child {
    border-right: none;
}

.modal-title {
    color: #333;
}

.weightloss_div {
    width: 400px;
    height: 455px;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: contain; /* or cover */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    margin-top: 1rem; /* when responsive to make a gap*/
}

.weightloss_img {
    width: 300px;
    height: 455px;
    
}

.weightloss_vid {
    width: 300px;
    height: 455px;
    
}

#weightloss .col {
    margin-top: 1rem; /* when responsive to make a gap*/
}

.treatment_div {
    width: 300px;
    height: 355px;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    margin-top: 1rem; /* when responsive to make a gap*/
}

.treatment_details_image {
    height: 100%; 
    width: 100%; 
    object-fit:contain;
}

#home_price_list_table {
    color: white !important;
}



@media screen and (max-width: 1680px) {
    #nav_bar_right {
        font-size: 0.8rem;
    }

    #main_content_div {
        padding: 5.5rem 2rem;
    }

    .homepage_app_name {
        font-size: 5rem !important;
    }

    #home_header .inner {
        padding: 2.5rem 0;
    }

}

@media screen and (max-width: 1000px) {

    #nav_below_header > .row > div {
        border-right: none;
    }

}

@media screen and (max-width: 736px) {

    #nav_bar_right {
        font-size: 0.8rem;
    }

    #main_content_div {
        padding: 5.5rem 1rem;
    }

    .homepage_app_name {
        font-size: 3rem !important;
    }

    #home_header .inner {
        padding: 2.5rem 0;
    }

    #nav_below_header > .row > div {
        border-right: none;
    }

}

@media screen and (max-width: 480px) {
    #nav_bar_right {
        font-size: 0.8rem;
    }

    #main_content_div {
        padding: 5.5rem 1rem;
    }

    .homepage_app_name {
        font-size: 2rem !important;
    }

    #home_header .inner {
        padding: 2.5rem 0;
    }

    
    #nav_below_header > .row > div {
        border-right: none;
    }

}