

.topheader
        {
            background-color: rgb(140, 21, 21);
          

            width:auto;
            height: fit-content;
            border: 4px solid rgb(140, 21, 21);
            /* border-radius: 10px; */
            margin-top: 0px;
            
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
            font-size: 160%;
            /* font-weight: bold; */
            font-family: 'Times New Roman', Times, serif;
            /* box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.5); */
            /* padding: 2px; */

            position:fixed;
            /* margin-top: -5%; */
            top: 0;
            /* margin-left: 2%;
            margin-right: 2%; */
            width: 100%;
            

        }



        .head 
        {
            background-color: rgb(140, 21, 21);
            
            color:white;
        

            height: auto;
            /* width: 100px; */
            /* margin: .3%; */
            
          
            border: 2px solid rgb(140, 21, 21);
            border-radius: 8px;
            /* margin:auto; */
            padding: 3px;
            display: block;
            text-align: center;

        }

        .head a
        {
            color: white;
            color: red;
            color: navy;
            color: orange;
            color: white;
            
            /* font-weight: bold; */
            text-decoration: none;

        }

        .head a:hover
        {
            background-color: white;
            /* border:3px solid white; */
            color: black;
            border-radius: 5px;
            


        }

        
        

        /* This is for middle part */



        .bottom
        {
            
            
            height: 250px;
            background-color: rgb(140, 21, 21);
            width:100%;
            /* margin: 2%; */
            margin-bottom: 0;
            /* border-radius: 10px; */
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
          
            

        }



          .address
        {
            
            color: white;
            margin:0.2%;
            margin-left: 5%;
            margin-right: 5%;
            margin-top: 20px;
            margin-bottom: 20px;
            /* width: 25%; */
            font-size: 100%;
            /* border-radius: 10px; */
            text-align: center;
            
            
        } 


        /* Screen response system */

        @media (max-width : 32in) and (min-width: 11.1in)
        {
          #left
          {
          aspect-ratio: 1/1;
          }

          #left2
          {
          aspect-ratio: 1/1;
          }

          #right
          {
          aspect-ratio: 1/1;
          }

          #right2
          {
          aspect-ratio: 1/1;
          }

          
          #middle
          {
            aspect-ratio: 1/1;
          }

          #middle2
          {
            aspect-ratio: 1/1;
          }


        }


        @media (max-width : 11in) and (min-width: 9.1in)
        {
          #left
          {
          aspect-ratio: 1/2;
          }

          #left2
          {
          aspect-ratio: 1/2;
          }

          #right
          {
          aspect-ratio: 1/2;
          }

          #right2
          {
          aspect-ratio: 1/2;
          }

          
          #middle
          {
            aspect-ratio: 1/1;
          }

          #middle2
          {
            aspect-ratio: 1/1;
          }


        }

        @media (max-width : 9in) and (min-width: 8.1in)
        {
          #left
          {
          aspect-ratio: 1/2.5;
          }

          #left2
          {
          aspect-ratio: 1/2.5;
          }

          #right
          {
          aspect-ratio: 1/2.5;
          }

          #right2
          {
          aspect-ratio: 1/2.5;
          }

          
          #middle
          {
            aspect-ratio: 1/1;
          }

          #middle2
          {
            aspect-ratio: 1/1;
          }


        }


        @media (max-width : 8in) and (min-width: 7.1in)
        {
          #left
          {
          aspect-ratio: 1/3;
          }

          #left2
          {
          aspect-ratio: 1/3;
          }

          #right
          {
          aspect-ratio: 1/3;
          }

          #right2
          {
          aspect-ratio: 1/3;
          }

          
          #middle
          {
            aspect-ratio: 1/1;
          }

          #middle2
          {
            aspect-ratio: 1/1;
          }


        }


        @media (max-width : 7in)  and (min-width: 0in)
        {
          #left
          {
          width: 100%;
          aspect-ratio: none;
          }

          #left2
          {
          width: 100%;
          aspect-ratio: none;
            
          }

          #right
          {
          width: 100%;
          aspect-ratio: none;
            
          }

          #right2
          {
          width: 100%;
          aspect-ratio: none;
          
          }

          
          #middle
          {
            width: 100%;
            aspect-ratio: 1/1;
          }


          #middle2
          {
            width: 100%;
            aspect-ratio: 1/1;
          }


        }


        /* This section is only for Top Header */


        /* Font size management based on Screen Size */


        @media (max-width:18in) and (min-width:16.1in)
        {
          .topheader
          {
          font-size: 180%;
          }
        }

        @media (max-width:20in) and (min-width:18.1in)
        {
          .topheader
          {
          font-size: 200%;
          }
        }


        @media (max-width:22in) and (min-width:20.1in)
        {
          .topheader
          {
          font-size: 220%;
          }
        }

        @media (max-width:24in) and (min-width:22.1in)
        {
          .topheader
          {
          font-size: 240%;
          }
        }

        @media (max-width:26in) and (min-width:24.1in)
        {
          .topheader
          {
          font-size: 260%;
          }
        }

        @media (max-width:28in) and (min-width:26.1in)
        {
          .topheader
          {
          font-size: 280%;
          }
        }

        @media (max-width:30in) and (min-width:28.1in)
        {
          .topheader
          {
          font-size: 300%;
          }
        }

        @media (max-width:32in) and (min-width:30.1in)
        {
          .topheader
          {
          font-size: 320%;
          }
        }


        /* Universal setter properties  */
        *
        {
            margin: 0px;
            padding:0px;
        }

        /* New Change here to remove decoration from the link */
        a
        {
            text-decoration: none;
        }

        .PostUser
        {
            margin-left: 2%;
            margin-right: 2%;
        }
        
        

         .Guideline h1
        {
            background-color: rgb(140, 21, 21);
            margin-top: 150px;
            color: white;
            margin-bottom: 25px;
            text-align: center;  
            border-radius: 10px;
             
            
        
        }

         .Guideline p
        {
            text-align: justify; 
            font-size: 22px; 
            line-height: 1.5; 
             
        }


        .sign h2
        {
            background-color: rgb(140, 21, 21);
            color: white;
            text-align: justify;  
            border-radius: 5px; 
            margin-top: 25px;
            padding-left:2%;
            padding-right:2%;

            
            
        }

        .sign form
        {
            margin-top: 25px;
                       
        }

        .sign input
        {
            width: 75%; 
            font-size: 20px; 
            margin-top: 10px; 
            height: 20px;
            border-radius: 10px; 
            text-align: center;         
        }
        
        #loginsubmit
        {
            height: 24px;
        }


        #loginsubmit:hover
        {
            background-color: rgb(140, 21, 21);
            color: white;
            cursor: pointer;
        }
        


        .class
        {
        font-weight: bold; 
        font-size: 20px;
        }


        .forget
        {
            font-size:20px;
            margin-top:20px;
            width: 75%; 
            

        }


        .forget a
        {
            color: white;
            padding: 2px;   
            background-color: crimson;
            border-radius: 5px;
            padding-left:2%;
            padding-right:2%;
        }

        .forget a:hover
        {  
            background-color: rgb(140, 21, 21); 
        }
        

        .post h2
        {
            background-color: rgb(140, 21, 21);
            color: white;
            margin-bottom: 25px;
            margin-top:50px;
            padding-left:2%;
            padding-right:2%;

            
            
            
        }


        .post input
        {
            width: 75%; 
            font-size: 20px; 
            margin-top: 10px; 
            height: 20px;
            border-radius: 10px; 
            text-align: center;         
        }

        .post textarea
        {
            font-size: 20px; 
            border-radius: 10px; 
            width: 100%; 
            height: 150px; 
            line-height: 1.5; 
            text-align: justify ; 
            margin-top: 5px;
        }
        
        #Qsubmit
        {
            height: 24px;
        }


        #Qsubmit:hover
        {
            background-color: rgb(140, 21, 21);
            color: white;
            cursor: pointer;
        }

        .QA
        {
            text-align: justify; 
            margin-top:50px;
            margin-left:2%;
            margin-right:2%;
             
        }
        .QA h2
        {
            background-color: rgb(140, 21, 21);
            color: white;
            margin-bottom: 25px;
            border-radius: 5px;
            padding-left:2%;
            padding-right:2%;
            
        }

        details
        {
            padding-left:2%;
            padding-right:2%;
            margin-top: 25px;
        }

        .answer
        {
            list-style: none;
            margin-left: 2%;  
        }

        .answer a
        {
            font-size: 20px; 
            border-radius: 5px;
            background-color: rgb(169, 243, 169); 
            color: black; 
            cursor: pointer; 
             
        }

        .answerForm 
        {
            font-weight: bold; 
            font-size: 20px; 
            margin-top: 10px; 
            margin-left: 4%; 
            margin-right: 4%;

        }

        .answerForm input
        {
            width: 75%; 
            font-size: 20px; 
            margin-top: 10px; 
            height: 20px;
            border-radius: 10px; 
            text-align: center;         
        }

        .answerForm textarea
        {
            width: 75%; 
            font-size: 20px; 
            margin-top: 10px; 
            border-radius: 10px; width: 100%; height: 150px; 
            line-height: 1.5; 
            text-align: justify; 

        }

        #Asubmit
        {
            height: 24px;
        }

        #Asubmit:hover
        {
            background-color: rgb(140, 21, 21);
            color: white;
            cursor: pointer;
        }





        .Danswer
        {
            list-style: none;
            margin-left: 4%;  
            margin-bottom: 20px;
            margin-top: 0px;
        }

        .Danswer a
        {
        font-size: 20px; 
        border-radius: 5px; 
        background-color: rgb(119, 8, 8); 
        color: white; 
        cursor: pointer; 
        
        }

        .DanswerForm 
        {
            font-weight: bold; 
            font-size: 20px; 
            margin-top: 10px; 
            margin-left: 4%; 
            margin-right: 4%;

        }

        .DanswerForm input
        {
            width: 75%; 
            font-size: 20px; 
            margin-top: 10px; 
            height: 20px;
            border-radius: 10px; 
            text-align: center;         
        }

        #DAsubmit
        {
            height:24px;
        }


        #DAsubmit:hover
        {
            background-color: rgb(140, 21, 21);
            color: white;
            cursor: pointer;
        }




        .Dquestion
        {
            list-style: none;
            margin-left: 2%;  
        }

        .Dquestion a
        {
        font-size: 20px; 
        border-radius: 5px; 
        background-color: rgb(119, 8, 8); 
        color: white; 
        cursor: pointer; 
        
        }

        .DquestionForm 
        {
            font-weight: bold; 
            font-size: 20px; 
            margin-top: 10px; 
            margin-left: 4%; 
            margin-right: 4%;

        }

        .DquestionForm input
        {
            width: 75%; 
            font-size: 20px; 
            margin-top: 10px; 
            height: 20px;
            border-radius: 10px; 
            text-align: center;         
        }

         #DQsubmit
        {
            height:24px;
        }

        #DQsubmit:hover
        {
            background-color: rgb(140, 21, 21);
            color: white;
            cursor: pointer;
        }






        .postQuestionId
        {
            box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.2) ; 
            font-size: 18px; 
            border-radius: 5px; 
            background-color: gray; 
            color: white;
        }

        .postQuestion
        {   
            box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1) ; 
            font-size: 20px; 
            border-radius: 5px; 
            margin-left: 3%; 
            line-height: 1.5; 
            text-align: justify;
            margin-top: 15px;
            margin-bottom: 15px;
            line-height: 1.5; 
            padding-left:2%;
            padding-right:2%;
        }

        .commentId
        {
            box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3) ; 
            font-size: 18px; 
            border-radius: 5px; 
            margin-left: 3%; 
            background-color: white; 
            color: rgb(140, 21, 21); 
            margin-top: 10px;
        }

        .commentAnswer
        {
            box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1) ; 
            font-size: 20px; 
            border-radius: 5px; 
            margin-left: 6%; 
            line-height: 1.5; 
            text-align: justify;
            margin-top: 5px;
            margin-bottom: -15px;
            padding-left:2%;
            padding-right:2%;
        }







