@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #3C3C3C;
    font-size: 16px;
}
body {
    margin-top: 6rem;
}
body.home_page {
    margin-top: 0;
}
a {
    color: #3C3C3C;
}
a, a:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
ul {
    padding: 0px;
    margin: 0px;
}
ul li {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.form-control:focus {
    box-shadow: 0 0 0 0.01rem rgb(13 110 253 / 25%);
}
p {
    margin: 0;
}
.relative {
    position: relative;
}
img {
    max-width: 100%;
    width: auto;
}
section {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}
select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.theme_btn {
    background: #F7A210;
    color: #ffffff;
    /* max-width: 170px;
    width: 100%; */
    font-weight: 600;
    font-size: 0.9rem;
    padding: .5rem .75rem;
    border-radius: 2rem;
    transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;
}
.submit_data .theme_btn {
    font-size: 1.1rem;
    padding: 1rem 2rem;
    max-width: 250px;
    width: 100%;
}
.theme_btn:hover { 
    background: #F7A210;
    color: #ffffff;
}
.theme_btn.back_btn {
    max-width: 100px;
    background: #3C3C3C;
}

.contact-info {
  }
  .contact-no {
    position: static;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    display: block;
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 6px 9px;
    float: right;
    border-radius: 5px;
    background-color: #f59c01;
    text-align: center;
  }
  .questions-text {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
  }
  .contact-number {
    display: inline-block;
    color: #021858;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
  }
  .header .container {
    width: 95%;
    display: flex;
    max-width: 1400px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .btn.theme_btn.freequote {
    margin-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    float: right;
    border: 1px solid #021858;
    border-radius: 5px;
    background-color: #fff;
    font-family: Oswald,sans-serif;
    color: #021858;
    line-height: 17px;
    font-weight: 701;
    text-transform: uppercase;
  }
/*---------------Hack css for Safari-----------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {}
/*---------------Hack css for Google Chrome-----------*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {}
/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 1rem 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    padding-bottom: 0px;
}
.header_inner_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    /*flex: 0 0 auto;
    width: 200px; */
    display: block;
  width: 225px;
  height: auto;
  float: left;
}
.navigations ul {
    display: flex;
    align-items: center;
}
.navigations ul li {
    padding: 0 1rem;
}
span.call_to_action {
    color: #FD7F20;
    font-size: 1.8rem;
    font-weight: 800;
}
/* banner */
.promotional_banner {
    font-size: 1.5rem;
    background: #F8021E;
    padding: 1rem;
    color: #ffffff;
    text-align: center;
}
.hero_banner {
    background-size: cover;
    object-fit:cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero_banner .theme_heading {
    text-align: center;
    color: #ffffffff;
}
.theme_heading span {
    position: relative;
    z-index: 1;
    font-weight: 700;
}
.arrow-mobile {
    display: none;
}
.footertextcustom {
 font-size: 13px; 
 color:#94A3B8;
}
.hero_banner .theme_heading::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: '';
    background:-moz-linear-gradient(180deg, rgba(2, 44, 60, 1) 0%, rgba(133, 155, 163, 0.015) 100%); 
    background:-webkit-linear-gradient(180deg, rgba(2, 44, 60, 1) 0%, rgba(133, 155, 163, 0.015) 100%);
    background:-o-linear-gradient(180deg, rgba(2, 44, 60, 1) 0%, rgba(133, 155, 163, 0.015) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859BA3', endColorstr='#022C3C', GradientType=1 );
    background:-ms-linear-gradient(180deg, rgba(2, 44, 60, 1) 0%, rgba(133, 155, 163, 0.0151) 100%);
    background:linear-gradient(180deg, rgba(2, 44, 60, 1) 0%, rgba(133, 155, 163, 0.015) 100%);
}
.hero_banner_form {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 1rem;
    margin: 2rem 0 2rem;
    border-radius: 0.25rem;
}
.form_heading {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    margin: 0 0 1rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
}
.form_lbl_caption {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
}
.form_group {
    position: relative;
    margin-bottom: 1rem;
}
.zip_inp {
    position: relative;
}
.zip_inp .form-control {
    padding-right: 20px;
}
span.zipIcon {
    position: absolute;
    top: 8px;
    right: 8px;
}
.submit_data {
    padding: 1rem 0 0;
    border-top: 1px solid #e5e5e5;
    margin: 1rem 0 0;
}
.descr_text {
    color: #94A3B8;
    font-size: 11px;
    line-height: 1.5;
}
.descr_text a {
    color: #94A3B8;
}
.footer {
    padding: 2rem 0;
    text-align: center;
    color: #ffffff;
    background: #f2f2f2;
}
.footer_logo {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    text-align: center;
    border-bottom: 1px solid #131F58;
}
.services .item-box h3 {
    color: #061845;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
}
.services .item-box {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 40px;
}
.footer_desp {
    max-width: 690px;
    margin: 0 auto;
}
.footers_links {
    margin: 3rem 0;
    display: inline-block;
}
.copy a {
    color: #fd7f20;
} 
.footer_socials {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
    font-size: 2rem;
}
.footer_socials a {
    color: #ffffff;
    margin: 0 1rem;
}
.footer_socials a:hover {
    color: #fd7f20;
}

.error{
        background-color: #f8cdcd;
        color:#000000;
}

.footer_links {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    justify-content: center;
}
.footer_links a {
    margin: 0 0.5rem 0.5rem;
    color: #999999;
    text-decoration: underline;
}
.footer_links a:hover { 
    color: #292929;
}
.footer_links a:last-child {
    margin-right: 0;
}
.form-control {
    margin-bottom: 1rem;
}
.mobile-contact-number {
    display: none;
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}
.mobile-contact-number a {
    color: #000000;
}
img.telephone {
    width: 6%;
}
.counter-container {
    /* margin: 0 20px 0 auto; */
    margin: 0 auto;
}
.counter-item {
    display: block;
    width: 50px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
}
.counter-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fbab19;
    font-family: Oswald,sans-serif;
    color: #061845;
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
}
.counter-text {
    padding-top: 3px;
    font-family: Proximanova,sans-serif;
    color: #061845;
    font-size: 11px;
    line-height: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.counter-text {
    padding-top: 3px;
    font-family: Proximanova,sans-serif;
    color: #061845;
    font-size: 11px;
    line-height: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}