html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 15px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background: white;
}
.page-wrapper {
  width: 100%;
  height: 100%;
  background: url(https://goo.gl/OeVhun) center no-repeat;
  background-size: cover;
}

.blur-it {
  filter: blur(4px);
}

a.btn {
  width: 200px;
  padding: 18px 0;
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  background: #e2525c;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  background: rgba(41, 171, 164, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 600px;
  height: 700px;
  display: block;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 50%; 
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.modal-wrapper.open .modal {
  margin-top: -300px;
  opacity: 1;
}

.head { 
  width: 90%;
  height: 32px;
  padding: 12px 30px;
  overflow: hidden;
  background: #e2525c;
}

.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}

.content {
  padding: 10%;
}

.good-job {
  text-align: center;
  font-family: 'Montserrat', Arial,       Helvetica, sans-serif;
  color: #e2525c;
}
.good-job .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job h1 {
  font-size: 45px;
}
.search{
  height: 10px;
  width: 100px;
  border: 1px ;
  background: #ff973d;
  margin-left: -130px;
  }
  #value{
    border: none;
    background: #E0D3B6;
    padding: 6px;
    font-size: 18px;
    width: 80%;
    border-radius: 6px;
    color: white;
  }
  #value:focus{
    outline: none;
  }
.m-dropdown {
  margin: 10px auto;
  width: 140px;
  display: block;

}
.m-dropdown .e-button {
 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-left: auto;
  line-height: 20px;
  z-index: 900;
  color: #fff;
  font-weight: 900;
  position: relative;
  border: 2px solid transparent;
  margin-top: 2px;
  font-family: "Open Sans", sans-serif;
  z-index: 5;
  display: block;
  width: 135px;
  margin: 0 auto;
  background: #666467;
}
.m-dropdown .e-button:hover {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: white;
}
.m-dropdown .e-button:hover .e-burger span {
  background: white;
}
.m-dropdown .e-button:after, .m-dropdown .e-button:before {
  display: block;
  content: " ";
  position: absolute;
  top: 2px;
  height: 100%;
  background: white;
  z-index: 0;
}
.m-dropdown .e-button:after {
  left: 100%;
  margin-left: -500px;
  border-bottom-left-radius: 10px;
}
.m-dropdown .e-button:before {
  right: 100%;
  margin-right:20px;
  border-bottom-right-radius: 10px;
}
.m-dropdown .e-button .e-burger {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 15px;
  height: 14px;
  transform-origin: center;
  z-index: -1;
}
.m-dropdown .e-button .e-burger span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  left: 0;
  transform-origin: center;
}
.m-dropdown .e-button .e-burger span:first-child {
  top: 0;
  transform: none;
}
.m-dropdown .e-button .e-burger span:last-child {
  top: auto;
  bottom: 0;
  transform: none;
}
.m-dropdown .e-button .e-burger:after {
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  content: " ";
  display: block;
  position: absolute;
  top: 12px;
  right: -37px;
  height: 0;
  width: 199px;
  left: auto;
  z-index: -2;
  background: #ff973d;
  opacity: 0;
}
.m-dropdown .e-button.open {
  border-color: transparent;
  background: #ff973d;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: black;
}
.m-dropdown .e-button.open .e-burger span {
  background: black;
}
.m-dropdown .e-button.open .e-burger span:first-child {
  opacity: 0;
}
.m-dropdown .e-button.open .e-burger span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.m-dropdown .e-button.open .e-burger span:nth-child(3) {
  transform: translateY(-50%) rotate(45deg);
}
.m-dropdown .e-button.open .e-burger span:last-child {
  opacity: 0;
}
.m-dropdown .e-button.open .e-burger:after {
  height: 15px;
  opacity: 1;
}
.m-dropdown .e-list {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ff973d;
  float: left;
  width: 140px;
  height: 200px;
  overflow: auto;
  z-index: 999;

}
.e-list::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.e-list {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.m-dropdown .e-list li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  box-sizing: border-box;
}
.m-dropdown .e-list li:last-child {
  border: none;
}
.m-dropdown .e-list li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 13;
  box-sizing: border-box;
}
.m-dropdown .e-list li a:hover {
  background: #fff;
  color: #ff973d;
}


#btn-location2{
position: absolute;
right: 168px;
top: 2px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
display: block;
width: 80px;
height: 40px;
overflow: hidden;
cursor: pointer;
}


.list{
  margin-right: 167px;


}
#btn-location3{
  position: absolute;
  right: 188px;
  top: 2px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
  display: block;
  width: 80px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  }



#btn-location4{
  position: absolute;
  right: 208px;
  top: 2px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
  display: block;
  width: 80px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  }



  tyle.css
/** Code By WebDevTrick ( https://webdevtrick.com) **/
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
}
 
.switch input {
  display:none;
}
 
.slider {
  position: absolute;
  cursor: pointer;
  width: 99px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  transition: .4s;
}
 
 
.slider:before {
  position: absolute;
  
  content: "";
  height: 42px;
  width: 40px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}
 
input:checked + .slider {
  background-color: #00FF00;
}
 
input:focus + .slider {
  box-shadow: 0 0 1px #00FF00;
}
 
input:checked + .slider:before {
  transform: translateX(52px);
}
 
.slider.round {
  border-radius: 34px;
}
 
.slider.round:before {
  border-radius: 50%;
}
 
#box {
  padding-top:50px;
}
 
.heading {
  font-size:40px;
  font-weight:bold;
  font-family:Impact, Serif;
}
 
body {
  background-color: white;
}
 
.centereddiv {
  padding-top:20px;
}
 
.subtitle {
  padding-top:20px;
  font-family:Times, Serif;
  font-size:40px;
}