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

header .bottom {
  padding: 20px 0;
  background-color: #ffffff;
}
header .bottom img {
  width: 140px;
}
header .bottom form {
  width: 600px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  margin-left: 20px;
}
header .bottom .form {
  border: 2px solid rgb(188, 227, 201);
  width: 700px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 4px;
  align-items: center;
}
header .bottom .form i {
  font-size: 20px;
  color: gray;
}
header .bottom .form .form-select {
  width: 155px;
  height: 48px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  color: #253d4e;
}
header .bottom .form .form-input {
  width: 520px;
  height: 48px;
  margin: 0px 0px 0px 20px;
  padding: 1px 4px 1px 0px;
  border: 0px;
}
header .bottom .form .form-input:focus {
  outline: none;
}
header .bottom a {
  text-decoration: none;
  font-size: 16px;
  color: #7e7e7e;
  margin-right: 30px;
  display: inline-block;
  margin-top: 20px;
}
header .bottom .dropdown2 {
  position: relative;
}
header .bottom .content2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
header .bottom i {
  margin-right: 10px;
  font-size: 15px;
  position: relative;
}
header .bottom #pro {
  background-color: #20c997;
  position: absolute;
  right: -11px;
  top: -18px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.nav-bar {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
  transform: translateX(-100%);
}
.nav-bar.active-nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav-bar .nav-bar-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-bar .nav-bar-inner input {
  font-size: 14px;
  height: 45px;
  width: 320px;
  color: #f2f3f4;
  background-color: #f2f3f4;
  border-radius: 5px;
  padding: 3px 50px 3px 20px;
  margin-left: 20px;
}
.nav-bar .nav-bar-inner .box1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-bar .nav-bar-inner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar .nav-bar-inner .box .close {
  color: #20c997;
  font-size: 14px;
  margin-top: 20px;
  padding: 1px 2px;
  border-radius: 15px;
  margin-top: 20px;
}
.nav-bar .nav-bar-inner img {
  width: 30%;
}
.nav-bar .nav-bar-inner a {
  text-decoration: none;
  color: #253d4e;
  font-size: 14px;
}
.nav-bar .nav-bar-inner .text {
  text-align: center;
}
.nav-bar .nav-bar-inner .inputs {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}
.nav-bar .nav-bar-inner .inputs a {
  display: block;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 10px;
}
.nav-bar .nav-bar-inner .inputs i {
  color: #20c997;
  margin-right: 20px;
}
.nav-bar .nav-bar-inner i {
  color: #20c997;
  margin-left: 10px;
  margin-bottom: 40px;
}
.nav-bar .nav-bar-inner p {
  color: #b6b6b6;
  font-size: 13px;
}

.trends {
  width: 1495.2px;
  height: 70.2px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #ececec;
}
.trends .trend {
  width: 243.85px;
  height: 44px;
  background-color: #3bb77e;
  margin-top: 12px;
  padding: 0px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.trends .dropdownss {
  width: 963.66px;
  height: 70.8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.trends .dropdownss a {
  color: #242424;
}
.trends .dropdownss div {
  font-size: 17px;
  margin-left: 30px;
  color: #242424;
}
.trends .dropdownss div .dropdownsi {
  font-size: 10px;
}
.trends .dropdownss .dropdownhome {
  width: 250px;
  height: 241px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 100px;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  background-color: #fff;
}
.trends .dropdownss .dropdownhome .homedrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownss .dropdownhome .homedrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownss .dropdownshop {
  width: 250px;
  height: 451px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 300px;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownss .shopdrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownss .shopdrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownss .dropdownshops:hover .dropdownshop {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownhomes:hover .dropdownhome {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownvendors {
  width: 250px;
  height: 241px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 300px;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownvendors .vendordrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownvendors .vendordrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownsvendors:hover .dropdownvendors {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownblogs {
  width: 230px;
  height: 221px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 60%;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownblogs .blogdrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownblogs .blogdrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownsblogs:hover .dropdownblogs {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownpages {
  width: 210px;
  height: 351px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 70%;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownpages .pagedrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownpages .pagedrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownspages:hover .dropdownpages {
  opacity: 100;
  visibility: visible;
}
.trends .megamenu {
  position: relative;
}
.trends .megamenudropdown {
  width: 1495.2px;
  height: 376.53px;
  margin-top: 20px;
  border: 1px solid rgb(236, 236, 236);
  padding: 35px 25px 35px 35px;
  position: absolute;
  background-color: #ffffff;
  top: 25px;
  left: -876px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  display: flex;
  flex-direction: row;
}
.trends .megamenudropdown .megamenudrop1 {
  width: 315.3px;
  height: 243px;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
.trends .megamenudropdown .megamenudrop1 .maindrop {
  width: 305.3px;
  height: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: Quicksand;
  color: rgb(59, 183, 126);
}
.trends .megamenudropdown .megamenudrop1 .megamenudrops {
  width: 305.3px;
  height: 21px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-right: 10px;
  color: rgb(126, 126, 126);
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
}
.trends .megamenudropdown .megamenudrop2 {
  width: 315.3px;
  height: 243px;
  display: flex;
  flex-direction: column;
}
.trends .megamenudropdown .megamenudrop2 .maindrop {
  width: 305.3px;
  height: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: Quicksand;
  color: rgb(59, 183, 126);
}
.trends .megamenudropdown .megamenudrop2 .megamenudrops {
  padding-top: 25px;
  width: 305.3px;
  height: 21px;
  margin-bottom: 14px;
  padding-right: 10px;
  color: rgb(126, 126, 126);
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
}
.trends .megamenudropdown .megamenudrop3 {
  width: 315.3px;
  height: 243px;
  display: flex;
  flex-direction: column;
}
.trends .megamenudropdown .megamenudrop3 .maindrop {
  width: 305.3px;
  height: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: Quicksand;
  color: rgb(59, 183, 126);
}
.trends .megamenudropdown .megamenudrop3 .megamenudrops {
  padding-top: 25px;
  width: 305.3px;
  height: 21px;
  margin-bottom: 14px;
  padding-right: 10px;
  color: rgb(126, 126, 126);
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
}
.trends .megamenudropdown .megamenudropimg {
  width: 487.29px;
  height: 304.52px;
  background-image: url(http://wp.alithemes.com/html/nest/demo/assets/imgs/banner/banner-menu.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: cover;
}
.trends .megamenudropdown .megamenudropimg h4 {
  position: absolute;
  font-weight: normal;
  top: 30px;
  left: 30px;
}
.trends .megamenudropdown .megamenudropimg h3 {
  font-size: 24px;
  font-family: Quicksand;
  color: #253d45;
  font-weight: bolder;
  position: absolute;
  top: 60px;
  left: 30px;
}
.trends .megamenudropdown .megamenudropimg h2 {
  font-size: 24px;
  font-family: Quicksand;
  color: #81b13d;
  font-weight: bolder;
  position: absolute;
  top: 130px;
  left: 30px;
}
.trends .megamenudropdown .megamenudropimg button {
  width: 119.25px;
  height: 42px;
  font-size: 16px;
  font-family: Quicksand;
  font-weight: bolder;
  padding: 12px 22px 14px;
  color: #ffffff;
  background-color: #3bb77e;
  border-radius: 26px;
  position: absolute;
  border: 0px;
  top: 180px;
  left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.trends .megamenudropdown .megamenudropimg button:hover {
  background-color: #fd6e6e;
}
.trends .megamenudropdown .megamenudropimg .off25 {
  width: 80px;
  height: 80px;
  background-color: #ffd55a;
  color: #253d45;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  left: 240px;
}
.trends .megamenudropdown .megamenudropimg .off25 h1 {
  font-size: 19px;
  color: #333333;
  font-family: Quicksand;
}
.trends .megamenu:hover .megamenudropdown {
  opacity: 100;
  visibility: visible;
}
.trends .callcenter {
  width: 174.14px;
  height: 70.2px;
  margin-left: 60px;
}
.trends .callcenter .all {
  width: 174.14px;
  height: 38px;
  display: flex;
  flex-direction: row;
}
.trends .callcenter .all .callcenterimg {
  width: 36px;
  height: 38px;
  margin: 13px 12px 0px 0px;
}
.trends .callcenter .all .numbers {
  width: 126.14px;
  height: 38px;
  display: flex;
  flex-direction: column;
}
.trends .callcenter .all .numbers .bignumbers {
  font-size: 26px;
  color: #3bb77e;
  font-weight: bolder;
  margin: 0;
}
.trends .callcenter .all .numbers span {
  font-size: 12px;
  color: #242424;
}
.trends a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.trends .wide {
  text-decoration: none;
  color: #253D45;
  font-size: 14px;
}

#small {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
#small a {
  text-decoration: none;
  color: #20c997;
}
#small i {
  margin-right: 5px;
}
#small span {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}

#helping {
  padding: 50px 0;
}
#helping h4 {
  color: #20c997;
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
#helping h1 {
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
  font-size: 48px;
  margin-bottom: 30px;
}
#helping p {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: #7e7e7e;
}
#helping h5 {
  margin-top: 100px;
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
}
#helping .bill {
  margin-top: 40px;
  color: #3bb77e !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
#helping .bill2 {
  margin-top: 40px;
}

#office {
  padding: 40px 0;
}
#office h4 {
  color: #20c997;
  margin-bottom: 20px;
  font-size: 24px;
}
#office p {
  color: #7e7e7e;
  font-size: 14px;
}
#office button {
  border: 1px solid transparent;
  background-color: #3bb77e;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 18px;
  color: #fff;
  transition: 0.2s;
}
#office button:hover {
  background-color: orange;
  transform: translateY(-5px);
}

#drop {
  padding: 50px 0;
}
#drop h5 {
  margin-bottom: 10px;
  color: #3bb77e;
  font-size: 20px;
}
#drop h2 {
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}
#drop input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}
#drop input:focus {
  outline: none;
}
#drop input .mess {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 200px;
  box-shadow: none;
  padding: 40px 10px 40px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 200px;
  line-height: 200px;
}
#drop button {
  font-size: 17px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: #253d4e;
  border-radius: 10px;
  font-family: "Quicksand", sans-serif;
}
#drop button:hover {
  background-color: #3bb77e;
}
#drop img {
  width: 359.99px;
  height: 340.91px;
  border-radius: 15px;
  margin-bottom: 50px;
}
#drop p {
  font-size: 14px;
  color: #b6b6b6;
}

#stayhome .container {
  max-width: 1610px;
}
#stayhome .stay_hi {
  background-image: url(http://wp.alithemes.com/html/nest/demo/assets/imgs/banner/banner-10.png);
  position: relative;
  background-size: cover;
  padding: 84px 78px;
  clear: both;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 230px;
}
#stayhome h2 {
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 20px;
}
#stayhome p {
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 45px;
  color: #7e7e7e;
}
#stayhome img {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#stayhome form {
  background-color: #fff;
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
#stayhome form input {
  border: none;
  padding: 7px 5px;
  background-color: transparent;
}
#stayhome form input:focus {
  outline: none;
}
#stayhome form button {
  border-radius: 30px;
  background-color: #3bb77e;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid #3bb77e;
}
#stayhome form button:hover {
  background-color: orange;
}

#items {
  padding: 30px 0;
}
#items .box-wrapper {
  width: 19%;
}
#items .box-wrapper .box {
  display: flex;
  background: #F4F6FA;
  padding: 20px;
  border-radius: 10px;
  min-height: 131px;
}
#items .box-wrapper .box img {
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
#items .box-wrapper .box img:hover {
  transform: translateY(-5px);
}
#items .box-wrapper .box h3 {
  color: #242424;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
}
#items .box-wrapper .box p {
  color: #adadad;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
#items .row {
  display: flex;
}

footer .text-reset {
  opacity: 1;
}
footer p {
  color: #253d4e;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
footer p i {
  color: #20c997;
}
footer h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
footer img {
  margin-right: 8px;
}
footer .first {
  width: 215px;
  height: 66px;
}
footer .secure {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
footer a {
  text-decoration: none;
  font-size: 15px;
  color: #253d4e;
}
footer h4 {
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}
footer hr {
  color: #3bb77e;
}
footer .bottom {
  padding: 15px 0;
}
footer .bottom h6 {
  margin-right: 10px;
}
footer .bottom i {
  margin-left: 10px;
}
footer .bottom .work {
  color: #20c997;
  font-size: 26px;
}
footer .bottom .work span {
  color: #253d4e;
  font-size: 12px;
}
footer .bottom i {
  color: #20c997;
}
footer .bottom .all {
  display: flex;
}
footer .bottom .all .callcenterimg {
  margin-left: 30px;
}
footer .bottom .all .callcenterimg img {
  width: 30px;
  height: 40px;
  margin-top: 18px;
}
footer .bottom .all .numbers {
  display: flex;
  flex-direction: column;
}
footer .bottom .all .numbers .bignumbers {
  color: #3bb77e;
  font-size: 26px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  display: block;
  line-height: 1;
}
footer .bottom .all .numbers span {
  font-weight: 500;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  display: block;
  letter-spacing: 0.9px;
}
footer .follow {
  margin-left: 200px;
}

#phone-header {
  display: none;
}
#phone-header #pro {
  background-color: #20c997;
  position: absolute;
  right: -11px;
  top: -14px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
#phone-header i {
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  color: #7e7e7e;
}
#phone-header img {
  width: 40%;
}
#phone-header a {
  display: block;
}
#phone-header .box {
  display: flex;
}

.nav-bar {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
  transform: translateX(-100%);
}
.nav-bar.active-nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav-bar .nav-bar-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-bar .nav-bar-inner input {
  font-size: 14px;
  height: 45px;
  width: 320px;
  color: #f2f3f4;
  background-color: #f2f3f4;
  border-radius: 5px;
  padding: 3px 50px 3px 20px;
  margin-left: 20px;
}
.nav-bar .nav-bar-inner .box1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-bar .nav-bar-inner .box1 #close-nav {
  color: #20c997;
  font-size: 20px;
  padding: 6px 2px;
  border-radius: 15px;
  margin-top: 40px;
}
.nav-bar .nav-bar-inner .box {
  padding: 6px 42px;
}
.nav-bar .nav-bar-inner img {
  width: 30%;
}
.nav-bar .nav-bar-inner a {
  text-decoration: none;
  color: #253d4e;
  font-size: 14px;
}
.nav-bar .nav-bar-inner .text {
  text-align: center;
}
.nav-bar .nav-bar-inner .inputs {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}
.nav-bar .nav-bar-inner .inputs a {
  display: block;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 10px;
}
.nav-bar .nav-bar-inner .inputs i {
  color: #20c997;
  margin-right: 20px;
}
.nav-bar .nav-bar-inner i {
  color: #20c997;
  margin-left: 10px;
  margin-bottom: 40px;
}
.nav-bar .nav-bar-inner p {
  color: #b6b6b6;
  font-size: 13px;
}

@media (max-width: 576px) {
  body {
    overflow-x: hidden !important;
  }

  header {
    display: none;
  }

  #phone-header {
    padding: 10px 0;
    display: block;
  }
  #phone-header img {
    width: 100%;
  }

  .trends {
    display: none !important;
  }

  #helping h4 {
    font-size: 16px !important;
  }
  #helping h1 {
    font-size: 16px !important;
  }
  #helping p {
    font-size: 14px !important;
  }

  #map {
    display: none;
  }

  #office button {
    margin-bottom: 10px;
  }

  #drop input {
    width: 80%;
  }
  #drop button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #drop img {
    display: none;
  }
  #drop p {
    font-size: 16px !important;
  }

  #stayhome .stay_hi {
    padding: 84px 0px !important;
  }
  #stayhome button {
    padding: 15px 17px !important;
  }
  #stayhome .text-home {
    padding: 0 17px !important;
  }
  #stayhome .text-home h2 {
    font-size: 24px !important;
  }
  #stayhome form {
    width: 100% !important;
  }
  #stayhome img {
    width: 70%;
    bottom: 0;
    z-index: -1;
  }
  #stayhome img {
    width: 60%;
  }

  #items .box-wrapper {
    width: 100% !important;
    margin-bottom: 20px;
  }

  footer .visa {
    width: 124px !important;
  }

  .bottom {
    text-align: left !important;
  }
  .bottom .all {
    display: none !important;
  }
  .bottom .follow {
    display: none !important;
  }
  .bottom .disc {
    display: none !important;
  }
}/*# sourceMappingURL=contact.css.map */