body {
    /* overflow: hidden; */
}
header {
    display: block;
    width: 100%;
}
.area {
    width: calc(100% - 40px);
    max-width: 990px;
    margin: 0 auto;
    padding: 0 20px;
}
h4.form_thanks_h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
p.form_thanks_p {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}
#main {
    background: #0c2461d4 url(/images/ambulance.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    height: 100% !important;
    min-height: 100vh !important;
}
.magnet_header {
    position: relative;
    top: 0;
    width: 100%;
    height: 98px;
    overflow: hidden;
    background: rgba(0,0,0,.4);
    z-index: 99999;
    transition: .4s ease all;
    transition: .4s ease top;
}
.header {
    min-height: auto;
}
.header_logo {
    display: inline-block;
}

.header_phone {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    float: right;
}

.header_phone .five_crm_calltracking_phone a {
    color: white !important;
}
.header_phone .five_crm_calltracking_phone a:before {
    content: "+ ";
}
.header_phone .five_crm_calltracking_phone a:after {
    content: "\f095";
    padding-left: .5em;
    font-family: fontawesome;
}
.levitate .header_phone .five_crm_calltracking_phone a {
    color: black !important;
}

.header_phone a {
    display: block;
    padding: 37px 0;
    padding-right: 10px;
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_logo img {
    margin: 12px;
    height: 72px;
}

.header_text {
    display: block;
    position: relative;
    width: auto;
    margin-top: 100px;
}

.header_text h1 {
    width: auto;
    margin: 0 auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.header_text h1 span {
    display: block;
    padding: 5px 0;
}
.header_text h1 span b {
    color: #E9483D;
    background: #ffffffcc;
    margin: 0 10px;
}
.header_text h1 span:nth-child(1) b {
    padding: 0 5px;
    margin: 0 5px;
}
.header_text h1 span:nth-child(2) b {
    padding-left: 10px;
}
.header_text h1 span:nth-child(3) b {
    padding-right: 10px;
}
.header_list {
    display: block;
    text-align: left;
    width: calc(60% - 60px);
    margin: 0 30px;
    margin-bottom: 20px;
    float: left;
}
.header_list ul {
    color: white;
    list-style-type: disc;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
}
.header_list ul li {

}
.header_button {
    display: block;
    width: calc(40% - 60px);
    float: right;
    margin: 0 30px;
}
.header_button a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    color: white;
    background: #E9483D;
    border-radius: 5px;
}
.header_button a:hover {
    text-decoration: underline;
}
.header_button p {
    text-align: center;
    color: white;
    padding: 10px;
}

.new_buttons {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.new_buttons a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    width: 150px;
    padding: 10px 15px;
    margin: 0 5px;
    color: white;
    background: #E9483D;
    border-radius: 5px;
}
.new_buttons a:hover {
    text-decoration: underline;
}

.footer {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
.footer p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #cfd2d8;
    opacity: .6;
}

@media (max-width: 620px) {
    .header_button__pc {
        display: none;
    }
    .header_button__mobile {
        display: block;
    }
    .new_buttons {
        margin-bottom: 15px;
    }
}
@media (min-width: 620px) {
    .header_button__pc {
        display: block;
    }
    .header_button__mobile {
        display: none;
    }
}

.header_form {
    display: block;
    position: relative;
    width: calc(39% - 30px);
    margin-top: 22%;
    float: left;
    background: rgba(0,0,0,.4);
    border-radius: 5px;
    padding: 20px;
    padding-right: 10px;
    color: white;
}

.five_crm_calltracking_phone {
    display: block;
}

@media (max-width: 990px) {
  .area {
    display: inline-block;
  }
  .header_text {
    text-align: center;
    margin: 0 auto;
    margin-top: 110px;
    float: none;
  }
  .header_text h1 {
    font-size: 36px;
    width: 98%;
    line-height: 44px;
    margin-top: 12px;
  }
}
@media (max-width: 968px) {
  .magnet_header {
    height: auto;
  }
  .header_phone {
    position: relative;
    z-index: 99999;
  }
  .header_button a {
      line-height: 24px;
      padding: 15px;
  }
}
@media (max-width: 870px) {
    .header_button p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .header_text h1 {
        line-height: 45px;
    }
    .header_text h1 span {
        display: inline-block;
        padding: 5px 0;
    }
}

@media (max-width: 720px) {
    .header_text h1 span b {
        display: inline-block;
    }
}
@media (max-width: 650px) {
    .header_text h1 span b {
        padding: 0 10px;
    }
    .header_text h1 span:nth-child(1) b {
        margin: 0;
    }
}
@media (max-width: 620px) {
    .magnet_header {
        position: relative;
    }
    .header_logo {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .header_logo img {
        display: block;
        margin: 0 auto;
    }
    .header_phone {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .header_phone a {
        padding: 10px 0;
    }
    .header_text {
        margin-top: auto;
    }
    .header_text p {
        margin-top: auto;
    }
    .header_list {
        width: calc(100% - 60px);
    }
    .header_button {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .new_buttons a {
        width: 80%;
        padding: 15px 10px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }
    .new_buttons a:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 460px) {
  .header_phone {
    margin-left: 0;
  }
  .header_phone a {
    font-size: 20px;
  }
  .header_text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .header_text h1 span {
      padding: 0;
  }
  .header_button a {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 384px) {
  .header_phone a {
    font-size: 16px;
  }
}

@media (max-width: 990px) and (max-height: 550px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 850px) and (max-height: 590px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 720px) and (max-height: 640px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 650px) and (max-height: 690px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 570px) and (max-height: 740px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 520px) {
  .footer {
    display: inline-block;
    position: relative;
    text-align: center;
    left: unset;
    bottom: unset;
    width: 100%;
    transform: unset;
  }
}
@media (max-width: 520px) and (max-height: 800px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 470px) and (max-height: 850px) {
    #main {
        height: 100vh;
    }
}
@media (max-width: 460px) and (max-height: 770px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 380px) and (max-height: 820px) {
    #main {
        height: 100%;
    }
}
@media (max-width: 330px) and (max-height: 780px) {
    #main {
        height: 100%;
    }
}