* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  /*width: 100vw;*/
  /*  background-color: #f9fbff;*/
}

@media (max-width: 900px) {
  body {
    width: auto;
    height: auto;
  }
}

#devis .choice,
#property .choice,
#objective .choice {
  width: 30%;
}

#status .choice,
#rooms .choice,
#services .choice {
  width: 24%;
}

#status .choice-3 h3,
#rooms .choice-3 h3,
#services .choice-3 h3 {
  text-align: center;
}

#status .choice-1 h3,
#status .choice-1 i,
#status .choice-3 h3,
#status .choice-3 i,
#rooms .choice-1 h3,
#rooms .choice-1 i,
#rooms .choice-3 h3,
#rooms .choice-3 i,
#services .choice-1 h3,
#services .choice-1 i,
#services .choice-3 h3,
#services .choice-3 i {
  color: #000;
}

#status .choice-1 h6,
#status .choice-3 h6,
#rooms .choice-1 h6,
#rooms .choice-3 h6,
#services .choice-1 h6,
#services .choice-3 h6 {
  margin-bottom: 15px;
}

#status .choice-2 h3,
#status .choice-2 i,
#status .choice-4 h3,
#status .choice-4 i,
#rooms .choice-2 h3,
#rooms .choice-2 i,
#rooms .choice-4 h3,
#rooms .choice-4 i,
#services .choice-2 h3,
#services .choice-2 i,
#services .choice-4 h3,
#services .choice-4 i {
  color: #000;
}

#status .choice-2 h6,
#status .choice-4 h6,
#rooms .choice-2 h6,
#rooms .choice-4 h6,
#services .choice-2 h6,
#services .choice-4 h6 {
  margin-bottom: 15px;
}

#rooms h6 {
  font-size: 25px;
}

#rooms .resultat {
  margin-bottom: 15px;
  font-size: 30px;
}

#rooms .buttons button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #2980b9;
  color: #fff;
  border: none;
  outline: none;
  font-size: 40px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#rooms .buttons button:hover {
  background-color: #409ad5;
  cursor: pointer;
}

#rooms .buttons button:first-child {
  margin-right: 5px;
}

#property .choice-1,
#property .choice-3,
#objective .choice-1,
#objective .choice-3,
#rooms .choice-1,
#rooms .choice-3 {
  color: #f39c12;
}

#property .choice-2,
#objective .choice-2,
#rooms .choice-2 {
  color: #2980b9;
}

#property .condo,
#property .real-estate,
#property .house,
#property .house-refresh,
#property .bed,
#property .stove,
#property .sofa,
#property .bathtub,
#objective .condo,
#objective .real-estate,
#objective .house,
#objective .house-refresh,
#objective .bed,
#objective .stove,
#objective .sofa,
#objective .bathtub,
#rooms .condo,
#rooms .real-estate,
#rooms .house,
#rooms .house-refresh,
#rooms .bed,
#rooms .stove,
#rooms .sofa,
#rooms .bathtub {
  width: 80px;
  margin-bottom: 20px;
}

#rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 200px auto;
}

#rooms h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

#rooms .choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  #rooms .choices {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#rooms .choices .choice {
  height: 300px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

#rooms .choices .choice:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 10px #ccc;
  cursor: pointer;
}

#rooms .choices .choice i {
  margin-bottom: 20px;
}

#rooms .choices .choice i.fa-hammer {
  color: #1abc9c;
}

#rooms .choices .choice i.fa-paint-roller {
  color: #3498db;
}

#rooms .choices .choice i.fa-tools {
  color: #e74c3c;
}

#rooms .choices .choice h3 {
  font-size: 30px;
  text-align: center;
}

@media (max-width: 900px) {
  #rooms .choices .choice {
    margin-bottom: 20px;
    padding: 10px;
    width: 45%;
  }
  #rooms .choices .choice h6 {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  #rooms .choices .choice {
    width: 100%;
  }
}

#devis,
#status,
#property,
#services,
#surface,
#objective {
  width: 80%;
  margin: 300px auto 200px auto;
}

#devis h1,
#status h1,
#property h1,
#services h1,
#surface h1,
#objective h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

#devis .choices,
#status .choices,
#property .choices,
#services .choices,
#surface .choices,
#objective .choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#services input[type='checkbox'] {
  cursor: pointer;
}

@media (max-width: 768px) {
  #devis .choices,
  #status .choices,
  #property .choices,
  #services .choices,
  #surface .choices,
  #objective .choices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#devis .choices .choice,
#status .choices .choice,
#property .choices .choice,
#services .choices .choice,
#surface .choices .choice,
#objective .choices .choice {
  height: 250px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

#devis .choices .choice:hover,
#status .choices .choice:hover,
#property .choices .choice:hover,
#services .choices .choice:hover,
#surface .choices .choice:hover,
#objective .choices .choice:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 10px #ccc;
  cursor: pointer;
}

#devis .choices .choice i,
#status .choices .choice i,
#property .choices .choice i,
#services .choices .choice i,
#surface .choices .choice i,
#objective .choices .choice i {
  margin-bottom: 20px;
  color: #000;
}

#devis .choices .choice i.fa-hammer,
#status .choices .choice i.fa-hammer,
#property .choices .choice i.fa-hammer,
#services .choices .choice i.fa-hammer,
#surface .choices .choice i.fa-hammer,
#objective .choices .choice i.fa-hammer {
  color: #000;
}

#devis .choices .choice i.fa-paint-roller,
#status .choices .choice i.fa-paint-roller,
#property .choices .choice i.fa-paint-roller,
#services .choices .choice i.fa-paint-roller,
#surface .choices .choice i.fa-paint-roller,
#objective .choices .choice i.fa-paint-roller {
  color: #000;
}

#devis .choices .choice i.fa-tools,
#status .choices .choice i.fa-tools,
#property .choices .choice i.fa-tools,
#services .choices .choice i.fa-tools,
#surface .choices .choice i.fa-tools,
#objective .choices .choice i.fa-tools {
  color: #000;
}

#devis .choices .choice h3,
#status .choices .choice h3,
#property .choices .choice h3,
#services .choices .choice h3,
#surface .choices .choice h3,
#objective .choices .choice h3 {
  font-size: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  #devis .choices .choice,
  #status .choices .choice,
  #property .choices .choice,
  #services .choices .choice,
  #surface .choices .choice,
  #objective .choices .choice {
    height: auto;
    width: 200px;
    margin-bottom: 20px;
    padding: 10px;
  }
  #devis .choices .choice h3,
  #status .choices .choice h3,
  #property .choices .choice h3,
  #services .choices .choice h3,
  #surface .choices .choice h3,
  #objective .choices .choice h3 {
    font-size: 15px;
  }
}

#services form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#services input[type='checkbox'] {
  margin: 20px 0;
  width: 20px;
  height: 20px;
}

#rooms .btn,
#services .btn,
#surface .btn,
#budget .btn,
#consulting_needed .btn,
#estimation .btn {
  padding: 20px 30px;
  color: #fff;
  font-size: 30px;
  border: none;
  margin: 80px 0 0 0;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #2980b9;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.btn:hover {
  background-color: #20638f;
  cursor: pointer;
}

#surface {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}

#surface form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#surface form label {
  color: #333;
  font-size: 30px;
}

#surface form input[type='text'] {
  margin: 30px 0;
  padding: 20px 40px;
}

#surface h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

#surface .btn {
  margin-top: 50px;
}

#budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 150px auto 80px auto;
}

#budget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#budget form label {
  color: #333;
  font-size: 30px;
}

#budget form input[type='text'] {
  margin: 30px 0;
  padding: 20px 40px;
}

#budget h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

#budget p {
  text-align: center;
  width: 60%;
  line-height: 1.5;
  margin: 30px 0;
}

#budget .btn {
  margin-top: 50px;
}

#budget .fourchette-basse label,
#budget .fourchette-haute label {
  margin-right: 20px;
}

#expected_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 200px auto 80px auto;
}

#expected_start h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

#expected_start .choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  #expected_start .choices {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#expected_start .choices .choice {
  height: 250px;
  width: 24%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

#expected_start .choices .choice:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 10px #ccc;
  cursor: pointer;
}

#expected_start .choices .choice h3 {
  font-size: 30px;
  text-align: center;
}

@media (max-width: 900px) {
  #expected_start .choices .choice {
    margin-bottom: 20px;
    padding: 10px;
    width: 45%;
  }
  #expected_start .choices .choice h3 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  #expected_start .choices .choice {
    width: 100%;
  }
}

#consulting_needed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 200px auto 80px auto;
}

#consulting_needed .architect {
  width: 15%;
  margin: 30px 0;
}

#consulting_needed h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

#estimation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 200px auto 80px auto;
}

#estimation h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

#estimation p {
  color: #333;
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  #estimation p {
    width: 100%;
  }
}

#estimation .estimation-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 900px) {
  #estimation .estimation-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#estimation .estimation-content-form,
#estimation .estimation-content-list {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media (max-width: 900px) {
  #estimation .estimation-content-form,
  #estimation .estimation-content-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

#estimation .estimation-content-list {
  background-color: #fff;
  padding: 20px;
}

#estimation .estimation-content-list h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 30px;
  position: relative;
}

#estimation .estimation-content-list h3:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 3px;
  width: 75%;
  background-color: #444;
}

#estimation .estimation-content-list ul {
  margin-bottom: 30px;
}

#estimation .estimation-content-list ul li {
  list-style-type: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #222;
}

#estimation .estimation-content-list ul li::first-letter {
  font-weight: bold;
}

#estimation .estimation-content-list ul li i {
  color: #2ecc71;
  margin-right: 10px;
}

#estimation .estimation-content-list .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#estimation .estimation-content-list .total h5 {
  font-size: 25px;
  color: #2980b9;
}

#estimation .estimation-content-list .total-blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  font-size: 20px;
}

@media (max-width: 900px) {
  #estimation .estimation-content-list {
    margin-bottom: 50px;
  }
}

#estimation .estimation-content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#estimation .estimation-content-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#estimation .estimation-content-form .input-group {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

#estimation .estimation-content-form .input-group input {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: none;
  line-height: 22px;
  padding: 8px 12px 7px;
  width: 400px;
  height: 40px;
}

#estimation .estimation-content-form .input-group textarea {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: none;
  line-height: 22px;
  padding: 8px 12px 7px;
  width: 400px;
  margin-top: 5px;
  display: none;
}

#estimation .estimation-content-form .input-group input,
#estimation .estimation-content-form .input-group label {
  display: block;
}

#estimation .estimation-content-form .input-group label {
  color: #666;
  margin-bottom: 15px;
  font-size: 20px;
}

#estimation .estimation-content-form .btn-toggle-tarea i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #2980b9;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 1px;
}

#estimation .estimation-content-form .btn {
  margin-top: 30px;
  padding: 10px;
  font-size: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #2980b9;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

#estimation .estimation-content-form .btn:hover {
  background-color: #20638f;
  cursor: pointer;
}

/* **********************************
Navbar
***********************************
.navbar-brand img {
  width: 275px;
}

@media (max-width: 500px) {
  .navbar-brand img {
    width: 150px;
  }
}

#mainNav {
  background-color: #fff !important;
}

@media (max-width: 460px) {
  #mainNav {
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  #mainNav {
    height: 140px;
    -webkit-transition: height linear .1s;
    transition: height linear .1s;
    padding: 0;
    margin: 0;
  }
  #mainNav.reduce {
    height: 80px !important;
    padding: 5px 0;
  }
  #mainNav #navbarCollapse {
    height: 100%;
  }
  #mainNav .container {
    padding: 0;
    height: 100%;
  }
  #mainNav .navbar-nav {
    height: 100% !important;
  }
  #mainNav .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    width: auto;
  }
  #mainNav .navbar-nav .nav-item a {
    height: auto;
  }
  #mainNav .navbar-nav li {
    font-family: lato;
    font-weight: bold;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    text-align: center;
  }
  #mainNav .navbar-nav li > a {
    display: inline-block;
    color: #333;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  #mainNav .navbar-nav li:hover {
    background-color: #eeeeee;
    color: #343a40;
  }
  #mainNav .navbar-nav li:focus {
    background-color: #eeeeee;
    color: #343a40;
  }
  #mainNav .navbar-nav li.active {
    background-color: #eeeeee;
    color: #343a40;
  }
  #mainNav li a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1.2;
    color: #000 !important;
    height: 100%;
  }
  #mainNav #navbarCollapse {
    height: 100%;
  }
  #mainNav .container {
    padding: 0;
    height: 100%;
  }
  #mainNav .navbar-nav {
    height: 100% !important;
  }
  #mainNav .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
    width: auto;
  }
  #mainNav .navbar-nav .nav-item a {
    height: auto;
  }
  #mainNav .navbar-brand img {
    width: 275px;
  }
}

#footer .nav-footer {
  height: 100px;
  position: relative;
  top: 40px;
}

#footer .nav-footer .col-md-3.col-sm-12 {
  background-color: #01a59a;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  text-transform: uppercase;
}

#footer .nav-footer .col-md-3.col-sm-12 a {
  text-decoration: none;
  color: #fff;
}

#footer .nav-footer .col-md-3.col-sm-12 h3 {
  font-weight: 500;
  color: #fff;
}

#footer .nav-footer .col-md-3.col-sm-12 h3 div {
  font-size: 20px;
}

#footer .nav-footer .col-md-9.col-sm-12 {
  padding-top: 35px;
}

@media (max-width: 768px) {
  #footer .nav-footer .col-md-9.col-sm-12 {
    display: none;
  }
}

#footer .nav-footer .col-md-9.col-sm-12 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0 20px;
}

#footer .nav-footer .col-md-9.col-sm-12 ul li {
  list-style-type: none;
}

#footer .nav-footer .col-md-9.col-sm-12 ul li a {
  color: #717274;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  #footer .nav-footer {
    padding-top: 0;
    position: static;
    height: auto;
  }
  #footer .nav-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .nav-footer ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  #footer .nav-footer ul li:hover {
    background-color: #eeeeee;
    color: #343a40;
  }
}

@media screen and (max-width: 768px) {
  #footer .nav-footer {
    padding-top: 0;
    position: static;
    height: auto;
  }
  #footer .nav-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .nav-footer ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  #footer .nav-footer ul li:last-child {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #footer .nav-footer ul li:hover {
    background-color: #eeeeee;
    color: #343a40;
  }
}

@media screen and (max-width: 500px) {
  #footer .nav-footer {
    padding-top: 0;
    position: static;
    height: auto;
  }
  #footer .nav-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .nav-footer ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  #footer .nav-footer ul li:hover {
    background-color: #eeeeee;
    color: #343a40;
  }
}

#footer .main-footer {
  background-color: #01a59a;
  height: auto;
  padding-top: 100px;
  padding-bottom: 5px;
}

#footer .main-footer .col-md-3.col-sm-12 h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #footer .main-footer .col-md-3.col-sm-12 h3 {
    margin-bottom: 10px;
  }
}

#footer .main-footer .col-md-3.col-sm-12 p {
  color: #fff;
}

#footer .main-footer .col-md-3.col-sm-12:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #footer .main-footer .col-md-3.col-sm-12 {
    margin-bottom: 10px;
  }
}

#footer .main-footer .col-md-3.col-sm-12 ul {
  color: #fff;
  padding-left: 20px;
}

#footer .main-footer .col-md-3.col-sm-12 ul li {
  list-style-type: circle;
  margin-bottom: 10px;
  padding-right: 15px;
}

#footer .main-footer .col-md-3.col-sm-12 ul li.list-group-item {
  border: none !important;
}

#footer .main-footer .col-md-3.col-sm-12 ul li.list-group-item strong {
  display: block;
}

#footer .main-footer .separator {
  width: 100%;
  height: 1px;
  border: 1px solid #07777b;
  margin: 20px 0;
}

#footer .main-footer > .container > p {
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 1000px) {
  #footer .main-footer > .container > p {
    margin: 0;
  }
}

#footer .main-footer img {
  width: 100%;
}

@media (max-width: 1000px) {
  #footer .main-footer {
    height: auto;
    padding-top: 20px;
  }
  #footer .main-footer .col-md-3.col-sm-12 h3 {
    margin-bottom: 5px;
  }
  #footer .main-footer .col-md-3.col-sm-12 p {
    margin-bottom: 20px;
  }
  #footer .main-footer .separator {
    margin: 10px 0;
  }
}

#button_scroll_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#button_scroll_top img {
  width: 45px;
}
 */

#property .choices,
#objective .choices {
  flex-wrap: wrap;
}

#property .choices .choice-1,
#property .choices .choice-2,
#property .choices .choice-3 {
  margin-bottom: 20px;
}

#objective .choices .choice-1 {
  margin-bottom: 20px;
}
