
@font-face {
    font-family: 'font1';
    src: url('font1.TTF') format('truetype');
}


@media screen and (max-width: 800px) {
   #menubackid {
    display: block;
   }
   #headernavid {
    flex-direction: column;
   }
   .visiblecss {
    visibility: hidden;
   }
   #newdivimgid {
    max-width: 100vw;
   }
}

@media screen and (min-width: 801px) {
    #menubackid {
     display: none;
    }
    #headernavid {
    flex-direction: row;
    }
    .visiblecss {
        visibility: visible;
    }
    #newdivimgid {
        max-width: 50vw;
    }
 }


*{
    font-family: Arial, 'font1', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}

.displaynonecss {
    display: none;
}
.displayblockcss {
    display: block;
}

.bodyblurcss > :not(#staffportallogindivid, #bookanappointmentdivid, #newdivid){
    filter: blur(7px);
    -webkit-filter: blur(7px);
   
}

#closerdivid {
    z-index: 102;
    position: fixed;
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: grey;
    opacity: 0.8;
    cursor: url('closeicon.png'), pointer;
}


#toppid {
    z-index: 105;
    position: fixed;
    bottom: 1px;
    right: 1px;
    background-color: grey;
    color: white;
    border-radius: 100%;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#toppid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}

#whatsappfloaterdivid {
    z-index: 99;
    position: fixed;
    top: calc(50% - 100px);
    right: 0;
    border-radius: 100%;
    background-color: grey;
    border: 1px solid red;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#whatsappfloaterdivid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}

#linkedinfloaterdivid {
    z-index: 99;
    position: fixed;
    top: calc(50% - 60px);
    right: 0;
    border-radius: 100%;
    background-color: grey;
    border: 1px solid red;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#linkedinfloaterdivid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}

#instagramfloaterdivid {
    z-index: 99;
    position: fixed;
    top: calc(50% - 20px);
    right: 0;
    border-radius: 100%;
    background-color: grey;
    border: 1px solid red;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#instagramfloaterdivid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}

#youtubetfloaterdivid {
    z-index: 99;
    position: fixed;
    top: calc(50% + 20px);
    right: 0;
    border-radius: 100%;
    background-color: grey;
    border: 1px solid red;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#youtubetfloaterdivid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}

#storefloaterdivid {
    z-index: 99;
    position: fixed;
    bottom: 100px;
    left: 1px;
    border-radius: 100%;
    background-color: grey;
    border: 1px solid red;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#storefloaterdivid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}

#bookanappointmentfloaterdivid {
    z-index: 99;
    position: fixed;
    bottom: 1px;
    left: 1px;
    border-radius: 100%;
    background-color: grey;
    border: 1px solid red;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#bookanappointmentfloaterdivid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}

#donatenowfloaterdivid {
    z-index: 99;
    position: fixed;
    bottom: 100px;
    right: 1px;
    border-radius: 100%;
    background-color: grey;
    border: 1px solid red;
    cursor: pointer;
    padding: 8px;
    opacity: 0.8;
}
#donatenowfloaterdivid:hover {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 0, 0);
    color: red;
}



body {
    background-color: rgb(0, 0, 0);
    -ms-overflow-style: none;
    scrollbar-width: none; 
    overflow-y: scroll;
    overflow-x: scroll;
}

header {
    z-index: 100;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: grey;
    white-space: nowrap;
}

main {
    width: 100%;
    background-color: rgb(255, 255, 255);
    justify-items: center;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    width: 100%;
    justify-items: center;

}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

a:hover {
    color: red;
    cursor: pointer;
}

div h1 {
    color: rgb(255, 0, 0);
    text-align: center;
}



#headernavid {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-wrap: initial;
    background-color: grey;
}
nav a{
    background-color: grey;
    color: black;
    cursor: pointer;
    text-decoration: none;
    width: 100px;
    height: 46px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    margin: 2px;
} 
nav a:hover {
    cursor: pointer;
    width: 100px;
    text-align: center;
    color: red;
    background-color: black;
}

#brandimgid {
    z-index: 101;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 46px;
    width: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

#brandimgid:hover{
    background-color: rgb(0, 0, 0);
    border-radius: 100px;
    cursor: pointer;
}

#staffportalimgid{
    z-index: 101;
    position: fixed;
    top: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#staffportalimgid:hover{
    background-color: rgb(0, 0, 0);
    border: 2px solid red;
    border-radius: 100px;
    transform: scale(150%);
    cursor: pointer;
}

#menubackid{
    position: relative;
    z-index: 103;
    cursor: pointer;
    top: 10px;
    left: calc(50% - 25px);
    width: 50px;
}
.line1css {
    width: 50px;
    height: 6px;
    background-color: #FF9933;
    transition: 0.7s;
}
.line2css {
    width: 50px;
    height: 6px;
    background-color: #FFFFFF;
    margin-top: 6px;
    transition: 0.7s;
}
.line3css {
    width: 50px;
    height: 6px;
    background-color: #138808;
    margin-top: 6px;
    transition: 0.7s;
}
.changebackcss .line1css {
    transform: translate(0, 5px) rotate(-45deg) scale(0.4);
}
.changebackcss .line2css {
    transform: translate(10px, 0) scale(0.7);
}
.changebackcss .line3css {
    transform: translate(0, -5px) rotate(45deg) scale(0.4);
}


#newpid {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 16px;
    padding: 2px;
    background-color: rgba(255, 68, 0, 0.8);
    white-space: nowrap;
    cursor: pointer;
}

#bookanappointmentdivid {
    z-index: 104;
    position: fixed;
    top: calc(50% - 300px);
    left: calc(50% - 150px);
    height: 600px;
    width: 300px;
    background-color: rgb(255, 157, 157);
    color: white;
}

#staffportallogindivid {
    z-index: 104;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 150px);
    height: 400px;
    width: 300px;
    background-color: rgb(255, 0, 0);
    color: white;
}

#newdivid {
    z-index: 104;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    background-color: grey;
    justify-items: center;
    align-content: center;
}
#xnewdivaid {
    z-index: 105;
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 30px;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    align-content: center;
    background-color: rgb(255, 255, 255);
}
#xnewdivaid:hover{
    background-color: black;
    color: red;
    border-style: dotted;
}
#newdivimgid {
    max-height: auto;
    justify-items: center;
}
#mapdivid {
    justify-items: center;
    align-content: center;
}
#brandnewdivimgid {
    position: fixed;
    top: 0;
    left: 0;
    height: 46px;
    width: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}
#brandnewdivimgid:hover {
    background-color: rgb(0, 0, 0);
    border-radius: 100px;
    cursor: pointer;
}

#brandivid {
    background-color: rgb(255, 255, 255);
    width: 100%;
}

#logobrandmaindivimgid {
    width: 24vw;
    height: auto;
    margin-top: 1px;
    margin-bottom: 1px;
}

#logobrandmaindivh1id {
    text-align: center;
    font-size: 11vw;
    white-space: nowrap;
    color: red;
}

#logobrandmaindivh4id {
    text-align: center;
    white-space: nowrap;
    font-size: 4vw;
    color: red;
}

#logobrandmaindivh6id {
    text-align: center;
    white-space: nowrap;
    font-size: 1vw;
    color: red;
}













#footertophrid {
    border-color: 1px solid rgb(0, 0, 0);
    width:100%;
}
footer table tr td{
    font-size: 80%;
}
#logofooterimgid {
    width: 16px;
    height: 16px;
    vertical-align:top;
}








  

  
 