*{

    box-sizing: border-box;
    margin: 0;
    padding: 25px;
}

@font-face {
  font-family: Ubuntu;
  src: url(Ubuntu.woff2) format(woff2),
       url(Ubuntu.woff) format(woff),
       url(Ubuntu.ttf) format(truetype);
}

body {
  font-family: Ubuntu, sans-serif;
  background-color: #b1c8c9;
}
a {
  width: 100%;
    text-decoration: none;
  
}

  
  li{
    list-style-type: none;
    width: 100%;
  }

/*====================================================================== Old Form ===========================================*/

/*=========================================== Top Nav ===============================================================*/
.form-group-1-nav{
  width: 100%;
  padding: 0;
}
#Top-nav h3{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  text-decoration: underline;
}

.top-nav-bar{
  display: flex;
}

.top-nav-bar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ffc001;
  
}

.top-nav-bar ul{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00738C;
  border-radius: 10px;
  text-align: center;
  color: white;
  width: 100%;
  height: 25px;
}

.top-nav-bar ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
padding: 0;
height: 60px;
}

.top-nav-bar ul li a{
  color: white;
  padding: 0;
}
.top-nav-bar ul li:hover{
  background-color: #FFA205;
  border-radius: 10px;
  font-weight: bolder;
  font-size: 18pt;
}

/*============================================================= Top Nav End ==================================================*/
.propertytype-group{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #8392aa;
  border-radius: 5px;
  width: 95%;
  padding: 2px;
}
.property-item-header{
  color: #12a6ab;
  text-decoration: underline;
}
.property-type{
  width: 100%;
  display: flex;
  margin: 5px;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.property-type h3{
  padding: 2px;
}
.property-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0px;
  padding: 0px;
  color: #006087;
}

.property-item input[type="checkbox"]{
  font-size: 20pt;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid rebeccapurple;
  background-color: #006087;
  color: #12a6ab;
  cursor: pointer;
}

.property-item input[type="checkbox"]:checked{
  background-color: #dd8d03;
  border-color: #dd8d03;
}

.form-body{
  background-image: url(./images/quot.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  width: 100%;
  padding: 60px;
}
#h2{
  color: white;
  background-color: #ffc001;
  font-size: 6vh;
  text-align: center;
  margin: 20px;
  padding: 10px;
  width: 100%;
}
.quote-form-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group-1 {
  width: 100%;
  margin-bottom: 0;
  padding: 0;

}

.form-group-1 label {
  margin: 0;
  color: #8392aa;
  padding: 0;
  font-weight: lighter;
  font-size: 20pt;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group-1 input, .form-group-1 select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-group-1 input{
  width: 100%;
}

#move-date{
  width: 94%;
  margin: 25px 0px;

}

#move-date input{
  margin: 0 auto;
}

#date-group{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
button[type="submit"] {
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: orange;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #006087;
}

.back{
  display: flex;
  margin: 20px;
}
.back a{
  color: orange;
  margin: 0 auto;
}
.back a:hover{
  color: #006087;
  margin: 0 auto;
}

.group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

.one{

  padding: 5px;
}
.two{
  padding: 5px;
  margin: 0px 10px;
  flex-grow: 3;
}

  

.three{
  
  padding: 5px;
}

hr{


  color: orange;
  background-color: orange;
  height: 1px;
 
}
#property-type-categories{
  display: flex;
  margin: 5px;
  width: 0 auto;
}
.property-type-class{
  margin: 10px;
}


/*====================================================================== Old Form Ends=======================================*/

/*=====================================================================================================================================================*/
.nav-bar{
  background-color: #12a6ab;
  border-radius: 10px;
  padding: 10px 0px;
  width: 25%;

  
}

.nav-bar ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.nav-bar ul li{
  display: flex;
  justify-content: center;
  align-items: center;
text-align: center;
padding: 0;
}

.nav-bar ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.nav-bar ul h3{
  background-color: #dd8d03;
  font-size: larger;
  margin: 0 auto;
  padding: 10PX;
  width: 100%;
  color: white;
}

form-label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 2px solid #d4d4d5;
  border-radius: 10px;
  background-color: whitesmoke;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.form-item {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px;
  color: rgb(82, 78, 95);
}


.form-item:last-child {
  border-bottom: none;
}

.form-quantity {
  width: 50px;
  height: 20px;
  padding: 5px;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-size: 25pt;
  font-weight: bolder;
  width: 30%;
  background-color: #a70000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form-submit:hover {
  background-color: #3e8e41;
}

.form-seperator{
  display: flex;
  align-items: center;
  justify-content: center ;
  flex-grow:0.3 ;
  width:20%;
  margin: 0;
  padding: 0;
  border-radius: 20px;
}
.form-seperator img{
  width: 80px;
}





/*============================================================Formone========================================================*/

#General-Nav{
  background-color: #6E2E8E;

}

#General-Nav ul h3{
  background-color: #D90091;
}

#General-Nav ul li:hover{
  background-color: whitesmoke;
 
}

#General-Nav ul li a:hover{
  color: #6E2E8E;
}
/*=============================================================Form General Nav======================================================*/
.form-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin: 0 auto;
  padding: 0;
}

.form-title h3{
  font-size: 20vh;
  font-weight: lighter;
  margin: 0 auto;
  color: #6E2E8E;
  padding: 10px 0px 10px 10px;
}

.form-title p{
  font-size: 3vh;
  margin: 0 auto;
  color: #706565;
}


.form-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  /*background-color: orange;*/
  width: 2%;
  height: auto;
}

.form-icon img{
  width: 50%;
}

.form-elements{
  flex-grow: 5;
  width: 100%;
  border-color: #6E2E8E;
  border-width: 2px;
  outline-color: #6E2E8E;
  outline-width: 2px;
  padding: 0;
}

.element-title{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 4vh;
  border-radius: 10px;
  height: 25px;

}

#element-title-general{
  background-color: #6E2E8E;

}


/*============================================================Form-two========================================================*/

#Lounge-Nav{
  background-color: #00738C;

}

#Lounge-Nav ul h3{
  background-color: #30B8A2;
}

#Lounge-Nav ul li:hover{
  background-color: whitesmoke;
 
}

#Lounge-Nav ul li a:hover{
  color: #00738C;
}
/*=============================================================Form Lounge Nav======================================================*/




#form-title-two h3{

  color: #30B8A2;
  
}

.form-title-two p{
  font-size: 3vh;
  text-align: center;
  margin: 0 auto;
  color: #706565;
}


.form-icon-two{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  /*background-color: orange;*/
  width: 2%;
  height: auto;
}

.form-icon-two img{
  width: 65%;
}

.form-elements-two{
  flex-grow: 5;
  border-color: #00738C;
  border-width: 2px;
  outline-color: #00738C;
  outline-width: 2px;
}

#element-title-lounge{

  background-color: #30B8A2;
 

}

/*============================================================ Kitchen Form-three========================================================*/

#Kitchen-Nav{
  background-color: #F5571A

}

#Kitchen-Nav ul h3{
  background-color: #FFA205;
}

#Kitchen-Nav ul li:hover{
  background-color: whitesmoke;
 
}

#Kitchen-Nav ul li a:hover{
  color: #F5571A;
}

/*========================================================== Kitchen Nav ============================================*/



#form-title-three h3{
 
  color: #FFA205;
  
}

.form-title-three p{
  font-size: 3vh;
  margin: 0 auto;
  color: #706565;
}


.form-icon-three{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  /*background-color: orange;*/
  width: 2%;
  height: auto;
}

.form-icon-three img{
  width: 65%;
}

.form-elements-three{
  flex-grow: 5;
  border-color: #F5571A;
  border-width: 2px;
  outline-color: #F5571A;
  outline-width: 2px;
}

#element-title-kitchen{
  
  background-color: #FFA205;
  

}

/*============================================================Form-four========================================================*/
#Bedroom-Nav{
  background-color: #900201

}
#Bedroom-Nav ul h3{
  background-color: #EC0A00;
}
#Bedroom-Nav ul li:hover{
  background-color: whitesmoke;
 
}

#Bedroom-Nav ul li a:hover{
  color: #900201;
}

/*========================================================== Kitchen Nav ============================================*/

.form-title-four{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin: 0 auto;
}

#form-title-four h3{
 
  color: #EC0A00;
  
}

.form-title-four p{
  font-size: 3vh;
  margin: 0 auto;
  color: #706565;
}


.form-icon-four{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  /*background-color: orange;*/
  width: 2%;
  height: auto;
}

.form-icon-four img{
  width: 65%;
}

.form-elements-four{
  flex-grow: 5;
  border-color: #900201;
  border-width: 2px;
  outline-color: #900201;
  outline-width: 2px;
}

#element-title-bedroom{
  text-align: center;
  color: white;
  background-color: #EC0A00;
  font-size: 4vh;
  border-radius: 10px;

}





/*===================================================extent===========================================================*/

 .form-item input{
  width: 50px;
  padding: 10px;
  color: rgb(82, 78, 95);
  border: 1px solid rgb(76, 74, 87);
}

.call-box{
  bottom: 0;
  right: 0;
  position: fixed;
  
  display: flex;
  align-items: center;
  justify-content: center;
	width: 150px;
  padding: 10px;
  border-radius: 5px;
	background-color: #0ab53d;
	color: #fff;
}
.call-box img{
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0;
}
.call-box p{
  margin: 5px;
  padding: 2px;
  font-size: large;
}
.call-box:hover{
  cursor: pointer;
  background-color: #106613;
}

/*====================================================================================================================================================

                                                                            Desktop

======================================================================================================================================================*/
/*Based on your HTML and CSS code, I'll provide you with some media queries to make your website responsive for desktop, laptop, tablet, and mobile phone.

*Media Queries*
```*/
/* Desktop */
@media (min-width: 1201px){


}


/*====================================================================================================================================================

                                                                            Laptop

======================================================================================================================================================*/
/*Based on your HTML and CSS code, I'll provide you with some media queries to make your website responsive for desktop, laptop, tablet, and mobile phone.

*Media Queries*
```*/
/* Laptop */
@media (min-width: 993px) and (max-width: 1200px){

}



/*====================================================================================================================================================

                                                                            TABLATE

======================================================================================================================================================*/
/*Based on your HTML and CSS code, I'll provide you with some media queries to make your website responsive for desktop, laptop, tablet, and mobile phone.

*Media Queries*
```*/
/* Tablate */
@media (min-width: 769px) and (max-width: 992px){


}


/*====================================================================================================================================================

                                                                            Mobile Phone

======================================================================================================================================================*/
/*Based on your HTML and CSS code, I'll provide you with some media queries to make your website responsive for desktop, laptop, tablet, and mobile phone.

*Media Queries*
```*/
/* Mobile Phone */
@media (max-width: 768px){
  *{
    padding: 5;
  }
  body{
    padding: 0;
  }
  #quote-form{
    padding: 0;
  }

  .form-group{

    flex-direction: column;
  }
    
  .form-seperator{
    margin: 0;
    padding: 0;
  
}

.nav-bar{
  width: 100%;
}

.nav-bar ul li {
  padding: 0;
}
.form-title h3{
  font-size: 10vh;
}


.form-seperator img{
  transform: rotate(90deg);
}

.form-seperator{
  width: 100%;
  height: 40px;
}

.form-elements{
  padding: 20px;
}

.form-submit{
  width: 100%;
}
.top-nav-bar ul{

  flex-direction: column;
  height: auto;


}
.top-nav-bar ul li{

  height: 30px;
  padding: 5px;
}
.top-nav-bar{
  padding: 0;
}
.top-nav-bar h3{
  padding-top: 0;
}
.group{

  flex-direction: column;
  
}
.one, .two, .three{
  flex-grow: 1;
  width: 100%;
}
.property-type{
  flex-direction: column;
  width: 100%;
  margin-left: 25px;
  padding-left: 65px;
  align-items: center;
  text-align: left;

  justify-content: center;


}
.property-item{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: left;
  align-items: center;
}


}
