@media (max-width: 1023px) {

  .hamburger{
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
  }

  .header{
    height: 55px;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .header.is-active{
    height: 290px;
  }

  .header .navigation{
    opacity: 0;
    transition: all 0.5s ease;
    text-align: center;
    padding: 10px 0px 10px 0px;
  }

  .header.is-active .navigation{
    opacity: 1;
  }

  .header .navigation li{
    display: block;
    margin: 0px;
    padding: 10px 0px;
  }

  .header .navigation li.tel,
  .header .navigation li.facebook{
    display: inline-block;
  }
}

@media (max-width: 767px) {

  .special-offer{
    position: relative;
    top: auto;
    left: auto;
  }

  .page_slider .overlay{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
  }

  .page_slider .overlay .inner{
    transform: none;
    top: auto;
    padding-bottom: 20px;
  }

  .page_slider .navigation{
    text-align: center;
    padding: 20px;
  }

  .page_slider .caption{
    text-align: center;
    padding: 0px 20px;
  }

  .page_slider .caption h3{
    font-size: 22px;
  }

  .page_testimonials .item p{
    font-size: 16px;
    line-height: 26px;
  }

  .page_testimonials .item h3{
    font-size: 22px;
    text-align: center;
  }

  .page_testimonials .item{
    padding: 20px;
    text-align: center;
  }

  .page_testimonials .navigation button{
    font-size: 22px;
  }

  .get_quote .content{
    padding-top: 0px;
  }

  .get_quote .wizard > .content{
    min-height: 340px;
    border-radius: 0;
  }

  .get_quote .wizard > .content > .body{
    float: none;
    position: relative;
  }

  .get_quote .steps{
    display: none;
  }

  .get_quote .content .title{
    position: relative;
    width: 100%;
    text-align: center;
    top: auto!important;
    left: auto!important;
    background: #f0c316;
    padding: 10px;
    color: #891720;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .get_quote .content .title.current{
    color: #f0c316;
    background: #891720;
  }

  #get_quote_form-p-2 h4{
    text-align: center;
  }

  #get_quote_form-p-2 #contact_details,
  #get_quote_form-p-2 #property_details {
    text-align: center;
  }

  #contact_details p:last-child{
    margin-bottom: 20px;
  }

  .get_quote .content input[type="text"] {
    font-size: 14px;
  }

  .get_quote .actions a{
    font-size: 22px;
  }

  .click_here{
    font-size: 22px!important;
    padding-left: 90px!important;
    width: 345px!important;
    height: 64px!important;
    line-height: 64px!important;
    margin: 0px auto;
  }
}

@media (max-width: 523px) {
  .special-offer .title{
    font-size: 18px;
  }

  .special-offer .text{
    font-size: 12px;
  }

  .address_search .overlay .td{
    padding: 0px 3%;
  }

  .address_search img{
    margin: 0px -20%;
    max-width: 140%;
  }

  .address_search h1{
    font-size: 22px;
    line-height: 22px;
    margin-top: 70px;
  }

  .address_search p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }

  .address_search .input{
    margin-top: 10px;
  }

  .address_search input[type="text"] {
    font-size: 14px;
  }

  .address_search input[type="submit"] {
    margin-top: 0px;
    font-size: 22px;
  }


}
