
/*# sourceMappingURL=main.css.map */
 * {
  box-sizing: border-box;
}

.popup-logo {
  margin: 1em 0 0.2em;
}

.subscribe-popup {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 -1px 2px rgba(0, 0, 0, 0.05), 0 -5px 15px rgba(0, 0, 0, 0.05);
  width: 300px;
  background: #fff;
  height: 450px;
  position: fixed;
  top: 75%;
  margin-top: -390px;
  right: 0;
  border-radius: 8px 0 0 8px;
  transition: box-shadow 0.3s ease;
  padding: 1em;
  transition: right 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1049;
  text-align: center;
}
.subscribe-popup.hide2 {
  right: -300px;
}
.subscribe-popup:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 -2px 6px rgba(0, 0, 0, 0.05), 0 -10px 20px rgba(0, 0, 0, 0.05);
}
.subscribe-popup h4 {
  color: #121212;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  margin: 1.4em 0;
}

input[type="email"] {
  
}

/* #StickyFormEmail {
  width: 100%;
  display: block;
  margin: 1em 0 1rem 0;
  border: 2px solid #001943;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
} */

input[type="number"] {
  
}



.StickyFormNumberr {
  width: 100%;
  display: block;
  margin: 0 0rem 0.5rem 0rem;
  border: 2px solid #c93357;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 .btnpopup {
  
  border-radius: 4px;
  background: blue !important;
  color:white;
  text-transform: uppercase;
}

.asideicon {
  transform: rotate(90deg);
  position: absolute;
  left: -121px;
  top: 240px;
  text-align: center;
  padding: 0;
  font-size: 1em;
  height: 32px;
  background: #f57005;
  color: white;
  font-weight: 400;
  border-radius: 0 0 8px 8px;
  padding: 0.3em 10px;
}
.asideicon span {
  margin: 0 0 0 10px;
  display: inline-block;
}

.ctitlecolor {

  font-weight: bold;
}
.tw{
  color:#fff !important;
}
.menu-container{
  max-width:1180px;
}