/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*{
    margin : 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

@font-face {
    src: url('assets/Big-Caslon-Medium.ttf');
    font-family: "Big Casion";
}

section {
    padding: 0 7.431vw;
}

.call-us{
    width: 100%;
    height: 2.639vw; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282878;
    color: #fff;
    font-family: "Lato";
    font-weight: 900;
    font-size: 0.972vw;
    letter-spacing: 0.175vw;
}

.header{
    width: 100%;
    height: 7.153vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#fff ;
    color: #282878;
    font-size: 0.5vw;
    font-family: "Lato";
    font-weight: 900;
}

.logo{
    width: 17.361vw;
    height: 3.75vw;
    margin-right: 3.056vw;
    justify-content: flex-end;
    display: flex;
    margin-left: 0;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-description{
    background-color:#fff ;
    color: #282878;
    font-size: 1.042vw;
    font-family: "Lato";
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.1em;
}
.hamburger-icon{
    visibility: hidden;
}
.first-section{
    height: 38.125vw;
    width: 100%;
    display: flex;
    background: center / cover no-repeat url(./assets/hero.jpg);
    background-position: center;
    background-size: cover;
}

.notification{
    width: 36.806vw;
    display: grid;
    align-content: center;
    justify-items: start;
}

.notification h1{
    margin-bottom: 2.778vw;
    margin-top: 1.597vw;
    font-weight: 400;
    text-align: start;
    font-size: 3.472vw;
    font-family: "Big Casion";
    line-height: 1;
    padding-top: 1.736vw;
    position: relative;
}

.notification h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28.75vw;
    height: 0.069vw;
    background-color: #201a1c;
}

.notification-logo{
    background: url(./assets/section_logo.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 18.819vw;
    height: 6.528vw;
    /* border-bottom: 0.1vw solid black; */
}

.quote-btn{
    background-color: #BC2424;
    color: #fff;
    width: 15.625vw;
    height: 3.125vw;
    border: none;
    cursor: pointer;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 0.972vw;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 1vw;
    display: block;
    line-height: 1.15;
}

.notification .quote-btn {
    margin-bottom: 0.694vw;
}

.second-section{
    width: 100%;
    height: 100%;
    background-color: #282878;
    display: flex;
    position: relative;
    padding-top: 5.208vw;
    padding-bottom: 5.486vw;
}


.second-section-logo{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50.278vw;
    box-shadow: 0 1.528vw 3.472vw 0.903vw rgba(0,0,0,.2);
}

.second-section-description{
    width: 45%;
    display: block;
    text-align: start;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    margin: 0 0 0 auto;
}

.second-section-description h1{
    margin-bottom: 1.25vw;
    font-family: "Big Casion";
    font-size: 2.917vw;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
}
.second-section-description p{
    margin-bottom: 3.125vw;
    font-size: 1.111vw;
    line-height: 1.5;
    font-family: "Lato";
}

.section-thre{
    width: 100%;
    padding-bottom: 4.514vw;
}

.section-thre-description{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 4.028vw;
    margin-bottom: 4.028vw;
}

.section-thre-description h1 {
    font-size: 2.917vw;
    font-family: "Big Caslon";
    color: #201a1c;
    font-weight: 500;
    margin: 0;
}

.section-thre .images{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-thre img {
    display: block;
    width: 100%;
}
.first-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.second-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.third-image{
    margin-right: 2vw;
    width: 19.792vw;
}
.forth-image {
    width: 19.792vw;
}

.images-description {
    margin-top: 2.431vw;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.181vw;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 0.2em;
}
.section-thre  .quote-btn {
    width: 23.958vw;
    display: block;
    margin: 4.514vw auto 0;
}

.section-thre-btn{
    width: 21vw;
    height: 3vw;
    background-color: #BC2424;
    color: #fff;
    border: none;
    font-family: "Lato";
    margin-top: 1vw;
}


.section-four{
    width: 100%;
    background-color: #F3F4F8;
    display: flex;
    justify-content: space-between;
    padding-top: 5.347vw;
    padding-bottom: 5.347vw;
}

.usa-div{
    width: 50%;
    height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
}
.section-four .item {
    width: 41.389vw;
}
.section-four img {
    width: 100%;
    display: block;
}
.section-four .image {
    position: relative;
}
.section-four .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #282878;
    opacity: 0.5;
}

.cat-dog{
    height: 100%;
    display: grid;
    justify-items: center;
    align-content: center;
}
.section-four-btn{
    margin-top: -5.208vw;
    width: 15.625vw;
    height: 3.125vw;
    background: #BC2424;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Lato";
    justify-self: start;
    margin-left: 2.083vw;
    z-index: 5;
    font-size: 0.972vw;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.section-five{
    width: 100%;
    height: 41.181vw;
    justify-content: center;
    align-items: center;
    display: flex;
    background: url(./assets/wetprotect.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.content{
    width: 48.194vw;
    background-color: #fff;
    text-align: center;
    display: grid;
    z-index: 1000;
   box-shadow: 0 1.528vw 3.472vw 0.903vw rgba(0, 0, 0, 0.1);
    padding: 3.819vw 5.903vw 4.375vw;
    font-size: 1.111vw;
    font-family: Lato;
    font-weight: 500;
    line-height: 1.5;
}
.content h2{
    font-size: 1.4vw;
    font-weight: 300;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    font-family: "Lato";
}
.logo-five{
   width: 28.194vw;
   margin: 0 auto 0.694vw;
}
.logo-five img {
    display: block;
    width: 100%;
}
.section-five .quote-btn {
    display: block;
    margin: 2.778vw auto 0;
}

.quote-btn-5{
    background-color: #BC2424;
    color: #fff;
    width: 18vw;
    height: 3vw;
    border: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    font-family: "Lato";
}

.section-six{
    width: 100%;
    height: 33.611vw;
    justify-content: center;
    align-items: center;
    display: flex;
}

.content-six{
    background: url(./assets/SectionSixImg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 31.111vw;
    width: 87.083vw;
}

.footer{
    width: 100%;
    height: 100%;
    background-color: #282878;
    display: grid;
    align-content: space-evenly;
    justify-items: center;
    padding-bottom: 5.347vw;
    padding-top: 5.417vw;
}

.footer-logos{
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;   
    padding-bottom: 3%;
}
.footer-logos img {
    width: 15vw;
    display: block;
}
img.footer-first-logo{
    margin-right: 5.903vw;
    width: 22.083vw;
}
.footer-btn{
    background-color: #BC2424;
    color: #fff;
    width: 30%;
    height: 80%;
    font-family: "Lato";
    cursor: pointer;
    border: none;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.footer .quote-btn {
    width: 23.958vw;
    margin-top: 1.736vw;
}
 .notification .mobile-text {
    display: none;
 }

 .mobile {
    display: none;
 }
 a {
    color: inherit;
    text-decoration: none;
 }

.disclaimer{ margin: 10px 0;font-size: 14px;font-family: "Lato"; }
.disclaimer a{ color: #cc0000; }
.disclaimer a:hover{ text-decoration: underline;color: #ff0a0a;}

/* responsive  css */

@media screen and (max-width: 999px) {
    .call-us{
        height: 9.179vw;
        font-size: 3.382vw;
        letter-spacing: 0.2em;
    }
    .header{
        height: 19.082vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 4.831vw 0 4.348vw;
    }
    .logo {
        width: 50vw;
        height: 10.628vw;
        position: initial;
        z-index: 3;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        margin: auto;
    }
    
    .header-description{
        display: none;
    }
    .hamburger-icon{
        visibility: visible;
        margin-right: 1vw;
        width: 6.522vw;
        display: none;
    }
    .hamburger-icon span {
        display: block;
        height: 0.966vw;
        border-radius: 4.831vw;
        background-color: #000067;
        margin-bottom: 0.966vw;
        display: none;
    }
    .hamburger-icon span:last-child {
        margin-bottom: 0;
    }
    .quote-btn{
        width: 47.101vw;
        height: 10.870vw;
        font-size: 3.382vw;
        padding-top: 3.5vw;
    }
    section {
        padding: 0 5.797vw;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

    
    .first-section{
        height: 135.266vw;
        width: 100%;
        display: flex;
        background: center / cover no-repeat url(./assets/hero-mobile.jpg);
        background-position: center;
        background-size: cover;
    }

    .notification{
        width: 100%;
        display: grid;
        align-content: center;
        justify-items: start;
    }

    .second-section-description p{
        font-size: 3.865vw;
    }
    .section-thre-description{
        height: 100%
    }
    .notification{
        width: 100%;
        padding-left: 0vw;
        justify-items: center;
        text-align: center;
        display: block;
        padding-top: 4.831vw;
    }
    .notification-logo{
        background: url(./assets/logo_ta.png) no-repeat;
        background-position: center;
        background-size: cover;
        width: 62.560vw;
        height: 20.048vw;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    .notification-logo:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        /*box-shadow: 0 0 20.531vw 7.729vw rgba(255, 255, 255, .6);*/
        z-index: -1;
    }
    .notification h1{
        margin-bottom: 4.831vw;
        margin-top: 5.314vw;
        font-weight: 500;
        text-align: start;
        font-size: 8.213vw;
        font-family: "Big Casion";
        line-height: 1;
        padding-top: 4.831vw;
        position: relative;
        text-align: center;
    }

    .notification h1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 76.087vw;
        height: 0.242vw;
        background-color: #201a1c;
    }

    .notification .mobile-text {
        display: block;
        font-size: 3.623vw;
        font-weight: 900;
        color: #000000;
        text-shadow: 0 0 20.531vw rgba(255, 255, 255, 0.7);
        text-align: center;
        font-family: "Lato";
        margin-bottom: 31.401vw;
        letter-spacing: 0.1em;
    }

    .notification .quote-btn {
        margin: 7vw auto 0;
    }


    .second-section{
        width: 100%;
        display: grid;
        height: 100%;
        align-content: space-evenly;
        justify-items: center;
        text-align: center;
        padding: 10.628vw 6.039vw 11.836vw;
    }
    .second-section-logo{
        width: 100%;
        position: static;
        transform: none;
        box-shadow: 0 5.314vw 12.077vw 3.140vw rgba(0,0,0,.2);
        
        margin-bottom: 8.454vw;
    }
    .second-section-description{
        width: 100%;
    }
    .second-section p {
        width: 100%;
        padding: 0;
    }
    .second-section h1 {
        font-size: 10.145vw;
        margin-bottom: 4.348vw;
    }

    .second-section .quote-btn {
        margin: 0 auto;
        display: block;
        width: 54.348vw;
        margin-top: 10.870vw;
    }
    .section-thre{
        height: 100%;
        padding-bottom: 13.768vw;
    }
    .section-thre .images{
        display: grid;
        grid-template-columns: auto auto;
        height: 100%;
    }
    .section-thre-description h1 {
        font-size: 10.145vw;
        text-align: center;
        line-height: 1;
    }
    .section-thre-description {
        margin: 9.662vw 0 10vw;
        font-size: 3.382vw;
    }
    .images-description{
        font-size: 2vw;
        margin: 4.831vw 0 7.246vw;
        font-size: 3.382vw;
    }

    button.section-thre-btn{
        width: 80%;
        height: 5vw;
    }
    .section-thre img {
        height: 41.546vw;
    }
    .section-thre .quote-btn {
        margin-top: 4.106vw;
        width: 83.333vw;
    }

    .first-image{
        width: 41.546vw;
        height: auto;
        margin-right: 5.314vw;
    }
    .second-image{
        width: 41.546vw;
        height: auto;
    }
    .third-image{
        width: 41.546vw;
        height: auto;
        margin-right: 5.314vw;
    }
    .forth-image{
        width: 41.546vw;
        height: auto;
    }

    
    .section-four{
        padding: 13.527vw 6.280vw 13.043vw;
        display: block;
    }

    .section-four .item {
        width: 100%;
        margin-bottom: 10.628vw;
    }
    .section-four .item:last-child {
        margin-bottom: 0;
    }
    .section-four-btn{
        margin: -5.314vw auto 0;
        width: 54.348vw;
        height: 10.870vw;
        z-index: 5;
        font-size: 3.382vw;
    }
    .section-five{
        padding: 0;
        width: 100%;
        height: 141.304vw;
        padding-top: 10.145vw;
        display: block;
        background: url(./assets/section-5-mobile.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .content{
        width: 100%;
        background-color: transparent;
       box-shadow: none;
        padding: 0 6.039vw;
        font-size: 3.865vw;
        font-family: Lato;
        font-weight: 500;
        line-height: 1.5;
    }
    .content h2{
        font-size: 1.4vw;
        font-weight: 300;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 2vw;
        font-family: "Lato";
    }
    .logo-five{
      width: 86.232vw;
       margin: 0 auto 2.415vw;
    }
    .section-five .quote-btn {
        display: block;
        margin: 6.522vw auto 0;
        width: 54.348vw;
    }

    .section-six {
        height: 100%;
        height: 103.140vw;
        padding-top: 2.415vw;
    }

    button.quote-btn-5{
        width: 40%;
        height: 100%;
    }

    .content-six{
        background: url(./assets/SectionSixMobile.svg) no-repeat;
        background-position: center;
        background-size: cover;
        width: 89.614vw;
        height: 84.541vw;
    }

    h2.section-five-description{
        font-size: 2.5vw;
        width: 70%;
        justify-self: center;
    }

    .footer{
        display:block;
        padding-bottom: 12.077vw;
        padding-top: 12.077vw;
    }

    .footer-logos{
        width: 100%;
        height: 100%;
        justify-content: center;
        display: flex;
        align-items: center; 
        flex-direction: column;  
        padding-bottom: 0;
    }
    .footer-logos img {
        display: block;
        width: 52.174vw;
    }
    img.footer-first-logo{
        margin-right: 0;
        margin-bottom: 10.628vw;
        width: 76.812vw;
    }
    .footer .quote-btn {
        width: 83.333vw;
        margin: 11.594vw auto 0;
    }
}

@media(max-width: 999px) {
    logo .img {
        margin-left: auto;
        margin-right: auto;
    }
}

/*Flyout Form */

.tab-heading {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-top: 3px;
}

#flyout {
    display: block;
    position: fixed;
    align-items: center;
    z-index: 99999;
    right: -50px;
    top: 50%;
    transform: rotate(90deg);
    background-color: #e40808;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

#close-button {
    position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 20px;
    background-color: #e40808;
    text-align: center;
    border-radius: 20px;
    padding: 0px 12px;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

#flyout-contact {
	display: block;
    position: fixed;
    top: 20%;
    z-index: 99999;
    right: -110%;
    background-color: #fff;
    padding: 10px 20px;
	transition: 1s;
	width: 400px;
	overflow: auto;
    height: 520px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
	box-shadow: 0px 0px 15px 0px rgba(121,121,121,0.5);
}

#flyout-contact .gfield_required {
	display: none !important;
}

#flyout-contact input,
#flyout-contact textarea {
    width: 100% !important;
    background: #d9d9e8;
    border: none;
    margin-top: 8px;
    padding: 10px;
}

#flyout-contact textarea {
    height: 80px;
}

#flyout-contact .request_form-field {
    font-family: 'Montserrat', sans-serif;
}

#flyout-contact .request_form-field input[type=submit]{
    background: #e40808 !important;
    color: #fff;
    font-style: normal !important;
    padding: 8px 40px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    cursor : pointer;
}

#flyout-contact .info {
    font-size: small;
    color: red;
    padding-left: 0.5vw;
    display:none;
}

@media screen and (max-width: 999px) {
    #flyout-contact {
        width: 100%;
    }
}