#section-page{
  margin-top: 81px;
  min-height: 500px;
  background-color: #ffffff;
  padding-top: 1px ;
}
#form_search_service{
    display: flex;
    max-width: 700px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    border-radius: 50px;
    height: 60px;
    overflow: hidden;
    margin: 1em auto;
    box-shadow: 0 0 6px #dadada;
  }
  #form_search_service .input_search_service{
    flex: 1;
    display: block;
  }
  #form_search_service .input_search_service input{
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    padding-left: 1em;
    outline: none;
    font-weight: 600;
    color: #025099;
  }
  #form_search_service .input_search_service input::placeholder {
    color: #050505;
    font-weight: 600;
    font-size: 14px;
    opacity: .8;
  }
  #form_search_service button{
    display: inline-block;
    border: none;
    background: #6927ff;
    color: #ffffff;
    padding: .8em;
    margin: .5em .6em 0 0;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
  }
  .how_work{
    padding: 20px 0;
  }
  .how_work img,.how_work p{
    display: block;
    margin: auto;
  }
  .how_work img{
    width: 90px;
    display: block;
    margin: 10px auto;
  }
  .how_work h2{
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
  }
  .how_work p {
	margin: 0 auto;
	max-width: 191px;
	text-align: center;
    font-size: 13px;
    color: #000000;
}
#top_home {
  height: 550px;
  margin-top: 100px;
  margin-bottom: 2em;
	background-image: url(/web-assets/images/home.png);
	background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}
.navitemsclose{display: none;}
.menu-mobile-show{background: #d80202;outline: none;}
.menu-mobile-show .navitemsdefault{display: none;}
.menu-mobile-show .navitemsclose{display: block;}
@media screen and (max-width:1199px){
  #top_home {
    margin-top: 50px;
    background-size: auto 70%;
  } 
}
@media screen and (max-width:991px){
  #top_home {
    background: #4f12da;
    margin-top: 0px;
  }
  .hero-wrap .slider-text h1{
    color: #ffffff !important;
  }
  .hero-wrap .slider-text p{color: #ffffff;}
  #form_search_service{box-shadow: 0 0 6px #282828;}
}
@media screen and (max-width:450px){
  #form_search_service button{
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  #form_search_service button .text_btn{
    display: none;
  }
}