<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.appointment
{
    width: 60%;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 6px;
    margin-top: 10px;
    background-color: rgb(2, 2, 63);
    /* background:#ff9a8d; */
    position: absolute;
    top: 5%;
    right: 23%;
    z-index: 1200;
    /*display: none;*/
    /* display: block; */
    position: fixed;
    color: white;
    /* z-index: 100; */
    
}
#contactUs
{
    /*width: 60%;*/
    /*box-shadow: 10px 10px 8px #888888;*/
    /*border-radius: 6px;*/
    /*margin-top: 10px;*/
    /*background-color: rgb(2, 2, 63); */
    /*position: absolute;*/
    /*top: 5%;*/
    /*right: 23%;*/
    /*z-index: 1200;*/
    display: none; 
    /*position: fixed;*/
    /*color: white; */
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 100%;
    background-color: rgb(0 0 0 / 73%);
    
}

#contactUs input
{
    border: 1px solid rgb(214, 211, 211);
    /* box-shadow:4px 4px 4px 4px #888888; */
    box-shadow: 1px 1px 1px 1px #888888;
    /* color: whitesmoke; */
    display: block;
    width: 90%;
    /* margin: 10px auto; */
    height: 40px;
    text-align: center;
    border-radius: 6px;
}
#contactUs select
{
    border: 1px solid rgb(214, 211, 211);
    box-shadow:3px 3px 3px #888888;
    /* color: whitesmoke; */
    display: block;
    width: 90%;
    /* margin: 10px auto; */
    height: 40px;
    text-align: center;
    border-radius: 6px;

}

.forminput
{
  width: 100%;
}
#contactUs textarea
{
    /* border: 1px solid grey; */
    border: 1px solid rgb(214, 211, 211);
    /* box-shadow: 4px 4px 4px #888888; */
    box-shadow: 1px 1px 1px 1px #888888;
    border-radius: 6px;
    display: block;
    width: 80%;
    /* margin: 10px auto; */
    text-align: center;
  font-family: 'Baloo Bhai 2', cursive;
  /* width: 100%; */
  font-size: 22px;
  display: block;
  margin: auto;
}
.contactusform div
{
    width: 100%;
    
}

#contactUs button
{
    display: block;
    /* margin: 10px auto; */
    /* height: 0px; */
    width: 200px;
    border-radius: 6px;
    margin: auto;

}
#contactUs img
{
  width: 20px;
  height: 20px;
  margin: 10px;
}
#formcancel
{
    height: 40px;
    width: 50px;
    object-fit: contain;
    position: absolute;
    right: 15px;
    top: 4px;
}</pre></body></html>