/* Below design is for form styles  */
*{
    margin: 0%;
    padding: 0%;
}
body{
    background-color: white;
}
.navbar{
    width: 100%;
}

.collapse{
    width:100%;
    float: right;
}

.navbar ul{
    width:100%;
    float: right;
}

header{
    width: 100%;
    background: cover;
    background-color: rgb(12, 31, 10);
    height: 70px;
    color: white;
}

.chi{
    float: left;
}

 .menu1{
    margin-left:0px;
    float:right; 
    color: white;
 }
 
 .menu1 ul{
    padding-top: 20px;
 }
 
  .menu1 ul li{
    margin-right: 50px;
    display: inline;
    
  }
  .menu1 ul li a{
     text-decoration: none;
     font-size: 20px;
     margin-right: 80px;
     color: white;
  }

  .heads{
    width: 100%;
    background-color:rgba(56, 55, 55, 0.897);
    height: 70px;
    color: white;
}
.heads .dropdown_1{
    padding-top:30px;
   margin-left: 50px;
}

.heads .dropdown_1 li{
    text-decoration: none;
    display: inline-block;
}



form{
    background-color: rgb(12, 58, 58);
    color: white;
    text-align: center;
    padding: 10px;
    width: 50%;
    margin: 0%auto;
    margin-top: 40px;
    margin-left: 400px;
    padding: 10px;
}


.writeC{
    background-color: rgb(12, 58, 58);
    padding-top: 40px;
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
   
}

.writeC .container{
    color: white;
}
.writeC h1{
    color: whitesmoke;
}

form h2{
    font-size: 30px;
}

form label{
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

form legend{
    font-size: 20px;
    text-align: center;
}


form input{
    font-size: 20px;
    margin: 5px;
    padding: 10px;
    display: block;
    width: 90%;
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    border-bottom-color: white;
    border-bottom-width: 80%;
    color: white;
}

button{
    width: 95%;
    background: red;
    color: white;
    margin-top: 10px;
    padding: 10px;
    font-size: 20px
}



/* this design is for contact*/

h3{
    text-align: center;
    padding: 20px;
}

.content{
    background:black;
    width: 100%;
    color: rgb(246, 249, 252);
    font-size: 20px;
    margin-top: 0px;
}



.phone{
    margin-top: 20px;
    padding: 7px;
    padding-top: 0px;
    margin-left: 10px;
    margin-bottom:20px; 
}


.phone-con{
    float: left;
    margin-left: 100px;
}


.email{
    margin-top: 20px;
    padding: 7px;
    padding-top: 0px;
    margin-left: 10px;
    margin-bottom:20px; 
}

.locate{
    margin-top: 20px;
    padding: 7px;
    padding-top: 0px;
    margin-left: 10px;
    margin-bottom:20px;   
}

.locate-con{
    margin-left: 20px;
}

form h2{
    font-style: italic;
}

textarea{
    width:100%;
    background:  black;
    color: white;
}

.button1{
    width: 70%;
    background-color: rgb(141, 13, 13);
    color: white;
}

footer{
    width: 100%;
    color: white;
    float: left;
    text-align: center;
}


.container{
    text-align: justify;
}

.subtitle{
    text-align: justify;
}

 .footer-menu ul li{
    margin-right: 200px;
    display: inline;
    text-decoration: none;
  }

  .footer-menu ul{
    display: inline;
    text-decoration: none;
    color: white;
  }
  .footer-menu ul li a{
     text-decoration: none;
     font-size: 20px;
     margin-right: 80px;
     color: white;
  }

  .subtitle{
      margin-top: 30px;
  }


/* This Design is for loginadmin  */

.login1{
    color: white;
    width: 50%;
    margin-top: 40px;
    margin-left: 380px;
    padding: 0px;
    background-color:green;
}



.foot{
    margin-top:10px;
    height: 240px;
    font-size: 20px;
    background-size: cover;
    background-color: black;
    width: 100%;
    color: white;
    float: left;
    text-align: center;
    padding: 20px;
}



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

    .navbar{
        float:none;
        width: 100%;
        margin-top: 0px;
    }

    .collapse{
        width:10%;
        float: none;
    }

    .navbar ul{
        width: 50%;
        float: none;
        text-align: justify;
    }
    header{
        width: 100%;
        background: cover;
        height: 70px;
        color: white;
    }
    

    
    .chi{
        float: none;
        font-size: 15px;
    }
    
     .menu1{
        margin-left: 20px;
        float: none; 
        color: white;
     }
     
     .menu1 ul{
        padding-top: 0px;
     }
     
      .menu1 ul li{
        margin-right: 20px;
        display: inline;
        
      }
      .menu1 ul li a{
         text-decoration: none;
         font-size: 15px;
         margin-right: 0px;
         color: white;
      }
    
      .heads{
        width: 100%;
        background-color:rgba(56, 55, 55, 0.897);
        height: 70px;
        color: white;
    }
    .heads .dropdown_1{
        padding-top:30px;
       margin-left: 50px;
    }
    
    .heads .dropdown_1 li{
        text-decoration: none;
        display: inline-block;
    }
    


    form{
        background-color: rgb(4, 39, 39);
        width: 97%;
        margin: 0%auto;
        margin-top: 40px;
        margin-bottom: 0px;
        padding: 10px;
        color: white;
        text-align: center;
    }

    .writeC{
        background-color: rgb(12, 58, 58);
        padding-top: 40px;
        margin: 0%auto;
        margin-top: 20px;
        color: white;
        text-align: center;
        font-size: 20px;
        border-radius:35px;
        width: 90%;
       
    }

    .writeC .container{
        color: white;
    }
    .writeC h1{
        color: whitesmoke;
    }
        
    form legend{
            font-size: 20px;
            text-align: center;
        } 

    .content{
            background:black;
            width: 100%;
            color: rgb(246, 249, 252);
            font-size: 20px;
            margin-top: 0px;
        }
       
            
    .phone{
            padding: 7px;
            padding-top: 0px;
            margin-left: 10px;
            margin-bottom:20px; 
        }

        
    .phone-con{
            float: none;
            margin-right: 10px;
            margin-left: 20px;
        }

    textarea{
            float:none;
            width: 100%;
            height: 150px;
            background:  black;
            color: white;
        }

    .login1{
            color: white;
            width: 50%;
            margin-top: 40px;
            margin-left: 380px;
            padding: 0px;
            background-color:green;
        }
       
    .foot{
            margin-top:50px;
            height: 560px;
            font-size: 15px;
            background-size: cover;
            background-color: black;
            width: 100%;
            color: white;
            float: none;
            text-align: center;  
        }


        footer{
            width: 100%;
            color: white;
            float: left;
            text-align: center;
        } 
        
        .container{
            text-align: justify;
        }
        
        .subtitle{
            text-align: justify;
        }
        
         .footer-menu ul li{
            margin-right: 200px;
            display: inline;
            text-decoration: none;
          }
        
          .footer-menu ul{
            display: inline;
            text-decoration: none;
            color: white;
          }
          .footer-menu ul li a{
             text-decoration: none;
             font-size: 20px;
             margin-right: 80px;
             color: white;
          }
        
          .subtitle{
              margin-top: 30px;
          }
        

}
