/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2021 | 14:44:40 */
.page-id-528 header.fusion-header-wrapper {
    display: none;
}
div#btn-col p a.header-btn:hover {
    cursor: pointer;
    color: #015189;
    background-color: #fff;
}

div#btn-col p a.header-btn {
    color: #fff;
    font-weight: 600;
    background-color: #dd791f;
    display: block;
    padding: 12px 40px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 16px;
    width: fit-content;
}
div#btn-col p {
    margin: 0;
    line-height: 1.3;
    text-align: center;
}
div#header-contact p a:hover {
    color: #dd791f;
}

div#header-contact p a {
    color: #fff;
    font-weight: 400;
}
div#header-contact p {
    margin: 0;
    line-height: 1.5;
    color: #dd791f;
    font-weight: 600;
    font-size: 16px;
}
/* Reviews*/
div#review-heading h4 {
    color: #b6b115;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: initial;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
div#review-heading h2 {
    font-size: 40px;
    color: #073b5f;
    line-height: initial;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
div#review-box-content h3 {
    font-weight: bold;
    color: #010101;
    font-size: 30px;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    letter-spacing: 0px;
}
div#review-box-content p {
    color: #073b5f;
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
div#review-box-content a {
    color: #073b5f;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding-top: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
div#review-box-content a:hover {
    color: #B8B41D;
}
/* Footer */
div#footer-contact h3 {
    margin: 0 0 18px 0;
    font-weight: 700;
    color: #fff;
    font-family: 'Barlow Condensed';
}
div#footer a:hover {
    color: #dd791f;
}

div#footer a {
    color: #dedede;
    font-weight: 400;
}
div#call-text h3 {
    margin: 0 0 18px 0;
    font-weight: 700;
    color: #b6b115;
    font-family: 'Barlow Condensed';
    text-align: center;
}
div#call-num p a {
    font-weight: 700;
    color: #fff;
      font-size: 20px;
}
div#call-num p {
    font-weight: 700;
    color: #fff;
  margin: 0;
}


/* Responsive */
@media (max-width: 800px)
{
  a.header-btn {
    margin: 0 auto 16px auto;
}
  div#header-contact p {
    margin-top: 16px;
    text-align: center !important;
}
div#footer-contact {
    text-align: center;
}
  div#call-text {
    text-align: center;
}
}
@media (max-width: 425px)
{
div#btn-col p a.header-btn {
    font-size: 12px;
}
  div#footer-contact h3,
  div#call-text h3{
    font-size: 24px !important;
}
  div#footer a {
    font-size: 16px;
}
  div#footer p > span {
    font-size: 16px !important;
}
  div#call-text h2 {
    font-size: 26px !important;
    margin-bottom:20px;
}
  div#footer
  {
    padding-bottom: 30px !important;
  }
}