




body {
    padding: 0;
    margin: 0;
    font-family: roboto;
    overflow-x: hidden;
    width:100vw;
}

h1,h2,h3,h4,h5,h6,p,span{
    font-family:roboto !important;
    color:white;
}

h1{
    font-size:70px;
    font-weight:bold;
    margin:0;
}
h2{
    font-size:40px;
}

h3{
    font-size:28px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 285px 285px;
    gap: 20px;
    padding-bottom: 10px;
}

.grid-h {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
    padding-bottom: 10px;
}

.trustpilot-banner {
    width: 100%;
    height: 53px;
    background-color: #003152;
    color: white;
    box-shadow: 0 0 5px black;
    display:flex;
    justify-content:center;
    align-items:center;
}

.head-title p {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.head-banner .head-content {
    max-width: 1700px;
    margin: auto;
    padding: 30px 130px;
    z-index: 1;
   /* height: calc(116vh - 240px);
    max-height: 845px;*/
   min-height:600px;
}

    .head-banner .head-content .head-main {
        display: block;
    }

.head-banner .head-content .nav{
    display:grid;
    grid-template-columns: 50% 50%;
    align-items:center;
}
.head-banner .head-content .nav .nav-right{
    display:flex;
    flex-wrap:nowrap;
    justify-content:end;
    gap:10px;
    position:relative;
    height:60px;
}

.head-banner .head-offer{
    font-size:60px;
}

.cta {
    width: 100%;
    max-width: 238px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none !important;
    transform:scale(1.15);
    transition: 0.5s;
}

.cta:hover {
    background-color: #003152;
    transform:scale(1);
    border:1px solid white;
}

.head-banner .linesopen {
    float: right;
    position: absolute;
    bottom: -34px;
    color: white;
    font-size:12px;
}

.border-white {
    border: 1px solid white;
}

.bk-orange {
    background-color: #EB191B;
}
.btn{
    display:block;
    text-decoration:none;
    padding:15px 10px;
    color:white;
    text-align:center;
    border-radius:3px;
    font-weight:bold;
}

.cta .v-divider{
    border-right:1px solid white;
    height:100%;
}

.cta{
    color:white !important;
}

.cta .content{
    font-size:16px;
}

.head-banner .background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100svh;
    max-height: 1112px;
    /*height: calc(100% + 183px);*/
    /*min-height:1000px;*/
}
.head-banner .background img{
    width:100%;
    height:100%;
    object-fit:cover;
}
    .head-banner .background .background-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.55;
        background: rgb(67,159,221);
        background: linear-gradient(179deg, #003152 0%, #00315200 100%);
    }
.head-banner .head-main{
    padding-top:60px;
}
.head-banner .head-main h1, .head-banner .head-main p {
    text-align: center;
}

.nav .nav-left img {
    width: 250px;
}
.custom-shape-divider-bottom-1690976655 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom-1690976655 svg {
        position: relative;
        display: block;
        width: calc(300% + -1.7000000000000455px);
        height: 670px;
        margin-right: -100px;
        right: 55%;
    }

    .custom-shape-divider-bottom-1690976655 .shape-fill {
        fill: #FFFFFF;
    }


.head-banner .head-form {
    max-width: 558px;
    background-color: white;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    min-height: 326px;
    margin: auto;
    box-shadow: 6px 6px 25px rgba(0,0,0,0.2);
    padding: 10px 20px;
}

.form{
    width:100%;
}
.form span, .form p{
    display:inline-block;
    width:100%;
}
.head-banner .head-form h2 {
    color: #003152;
    text-align:center;
}
.head-banner .wpcf7-spinner{
    display:none;
}
.head-banner .head-form p {
    margin: 0;
}
.head-banner .head-form input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #003152;
    background-color: white;
}
        .head-banner .head-form input, .head-banner .head-form input::placeholder, .head-banner .head-form select:nth-child(1){
            color: #0031528a;
        }
    .head-banner .head-form .fullwidth{
        width:100%;
        max-width:600px;
    }
.head-banner .head-form .wpcf7-textarea {
    background-color: white !important;
    width: calc(100% - 6px);
    border-radius: 5px;
    border: 1px solid #003152;
    font-family:Roboto !important;
}
    .head-banner .head-form .wpcf7-textarea::placeholder{
        font-size:14px;
    }


    .head-banner .head-form select {
        width: 294px;
        height: 43px;
        border-radius: 5px;
        border: 1px solid #003152;
        background-color: white !important;
        -webkit-appearance: menulist;
    }
.head-banner .head-form input[type="date"] {
    width: 100%;
    width: 289px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #003152;
}
    .head-banner .head-form input[type="date"]::placeholder {
        font-family: Roboto;
        color: #0031528a;
        font-size:16px;
    }
    .head-banner .head-form form {
        margin: auto;
        max-width: 600px;
    }

.head-banner .head-form .wpcf7-submit {
    background: #EB191B !important;
    width: 250px;
    margin: auto;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    height: 50px;
    -webkit-appearance: none;
}
        .head-banner .head-form .wpcf7-submit:hover {
            background: #003152 !important;
            transform: scale(1.1);
            border: 1px solid white;
        }

        .head-banner .service-banner {
            width: 100%;
            max-width: 1088px;
            height: 92px;
            border-radius: 5px;
            background-color: #003152;
            margin: auto;
            display: flex;
            padding: 10px;
            justify-content: space-between;
            align-items: center;
            box-shadow: 6px 6px 25px rgba(0,0,0,0.2);
        }

            .head-banner .service-banner .service {
                display: flex;
                justify-content: space-between;
                padding: 10px;
                flex-flow: column;
                transition: 0.5s;
                height: 100%;
                align-items: center;
                max-height: 90px;
                transition: 0.5s;
            }
       
        .head-banner .service-banner .service img {
            width: 100%;
        }
        .head-banner .service-banner .service i, .head-banner .service-banner .service p {
            color: white;
        }
            .head-banner .service-banner .service i{
                font-size:28px;
            }
        .head-banner .service-banner .service p {
            font-size: 16px;
        }
            .head-banner .service-banner .service .linesopen {
                display: block;
            }

.mb-25{
    margin-bottom:25px;
}
.mt-25 {
    margin-top: 25px;
}

.step-info {
    position: relative;
}
    .step-info .steps {
        display: flex;
        justify-content: space-between;
        margin: auto;
        max-width: 1200px;
    }
        .step-info .steps .counter {
            border-radius: 50%;
            background-color: white;
            width: 122px;
            height: 122px;
            box-shadow: 0 0 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 70px;
            color: #439FDD;
            font-weight:bold;
            box-shadow:6px 6px 25px rgba(0,0,0,0.2);
            margin:auto;
        }

    .step-info .line {
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
    }
   /* .step-info .line svg{
        max-width:850px;
    }*/
    .step-info .steps .step {
        display: flex;
        justify-content: center;
        text-align: center;
        max-width:300px;
        padding-top:10px;
    }
        .step-info .steps .step p, .step-info .steps .step .img_container{
            height:115px;

        }

        .step-info .steps .step p, .step-info .steps .step h4 {
            color: #003152;
        }
        .step-info .steps .step h4{
            font-size:28px;
            margin-top:35px;
            margin-bottom:25px;
        }

.container{

}
.container .content{
    margin:auto;
    max-width:661px;
}
.text-black {
    color: #003152;
}
.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6, .text-black p, .text-black span {
    color: #003152;
}
.mw-250{
    max-width:170px;
}

.custom-shape-divider-bottom-1691051530 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index:-1;
}

    .custom-shape-divider-bottom-1691051530 svg {
        position: relative;
        display: block;
        width: calc(220% + 13.300000000000011px);
        height: 514px;
        left: -215px;
    }

    .custom-shape-divider-bottom-1691051530 .shape-fill {
        fill: #F9F9FA;
    }

.roundshad{
    border-radius:20px;
    box-shadow:6px 6px 25px rgba(0,0,0,0.2);
}

ul {
    list-style-type: none;
    padding-left:0;
}
    ul li {
        background: url('/wp-content/uploads/2023/11/check-solid-1.png') no-repeat left top;
        background-size: contain;
        padding-left: 31px;
        margin-top: 20px;
        background-size: 20px;
        font-weight: bold;
    }

.service-list{
}

.footer a {
    color: #D95830;
    text-decoration:none;
}

.footer a:hover{
    color:orange;
}

.footer-cta h3{
    font-size:40px;
}
.footer-cta a{
    font-size:22px;
}

    .service-list .service {
        background-color: #003152;
        aspect-ratio:1 / 1;
        width:100%;
        display:flex;
        flex-flow:column;
        justify-content:flex-end;
        align-items:center;
        grid-gap:10px;
        border-radius:5px;
        transition:0.5s;
    }
        .service-list .service:hover {
            transform: scale(1.1);
            box-shadow:0px 0px 20px rgba(0,0,0,0.5);
        }
           
        .service-list .service p {
            font-size: 22px;
            margin-top: 42px;
            margin-bottom: 30px;
        }
        .grid-6 {
            display: grid;
            grid-template-columns: 16% 16% 16% 16% 16% 16%;
            grid-gap: 10px;
        }
.full-container {
    max-width: 1600px;
    margin: auto;
}
.full-container .content{
}

.footer-cta {
    width: 100%;
    height: 210px;
    background: rgb(0,49,82);
    background: linear-gradient(180deg, rgba(0,49,82,1) 0%, rgba(0,79,132,1) 100%);
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    grid-gap:30px;
}

    .footer-cta .fire {
        background-image: url('/wp-content/uploads/2023/08/flame.png');
        background-size:cover;
        background-position:center;
        width:100%;
        height:100%;
        max-width:1148px;
        position:absolute;
        z-index:0;
    }
.footer {
    height: 175px;
    background-color: #003152;
    padding: 20px 50px;
    color: white !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items:center;
}
    .footer .align-right {
        display: flex;
        flex-flow: column;
        align-items: end;
    }
    .grid-4 {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 10px;
    }
.footer .grid-4 {
    grid-template-columns: 66px 66px 66px 66px;
}
.footer .grid-h {
    max-width: 1600px;
    /*margin: auto;*/
    padding:0;
    align-items:center;
    justify-content:center;
    width:100%;
}
.footer .payments img{
    width:100%;
    border-radius:4px;
}

.trustpilot-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cta-banner {
    width: 100%;
    height: 210px;
    background-image: url('');
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cta-banner .overlay {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(0,49,82);
        background: linear-gradient(266deg, rgba(0,49,82,1) 0%, rgba(0,79,132,1) 100%);
        opacity:0.8;
    }
    .cta-banner .row {
        margin: auto;
        max-width: 1200px;
        width:100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        z-index:1;
    }
    .cta-banner .row h3{
        font-size:40px;
        margin-bottom:0;
    }
        .cta-banner .row p {
            font-size: 26px;
        }
        .cta-banner .row .service {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }




@media (min-width:700px) {
    .hidedesktop {
        display: none !important;
    }
}

@media (max-width:700px) {
    .titles{
        padding:10px 5px !important;
    }
    h2{
        font-size:30px;
    }

    h4{
        font-size:25px;
    }


    .head-banner .background img{
        position:absolute;
        right:-60%;
    }

    .cta-banner{
        display:none;
    }
    .head-offer {
        font-size: 30px !important;
    }

    .trustpilot-container {
        padding-top: 48px;
        padding-bottom: 35px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .hidemobile {
        display: none !important;
    }

    h1 {
        font-size: 40px;
    }

    .head-banner .background{
        overflow-x:hidden;
        min-height:390px;
        /*height:70svh;*/
    }

    .head-banner .head-form .fullwidth {
        width: calc(100% + 5px);
        max-width: 600px;
    }

    .head-banner .head-content{
        padding:30px 10px !important;
       /* height:70svh !important;*/
        max-height:9999px !important;
        min-height:100px;
    }

    .head-banner .head-content .nav {
        grid-template-columns: 100%;
    }

    .head-banner .head-content .nav .nav-left{
        display:flex;
        justify-content:center;
    }
    .nav .nav-left img{
        width:250px;
    }

    .head-banner .head-title{
        padding-bottom:20px;
    }

    .cta-mob {
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
        gap:15px;
    }

    .linesopen {
        float: none !important;
        position: relative !important;
        bottom: 0px !important;
    }

    .head-banner .background img {
        width: auto !important;
        height: 100% !important;
    }

    .custom-shape-divider-bottom-1690976655 svg {
        position: relative;
        display: block;
        width: calc(400% + -1.7000000000000455px);
        height: 100px !important;
        margin-right: -100px;
        right: 90%;
    }

    .grid-2{
        grid-template-columns:100%;
        gap:10px;
    }
    .head-banner .head-form input, .head-banner .head-form input[type="date"], .head-banner .head-form select, .head-banner .head-form textarea {
        width: 100%;
    }
    .head-banner .head-form .wpcf7-textarea {
        background-color: white !important;
    }
    .head-banner .head-form input {
        max-width: calc(100% - 40px);
    }
    .head-banner .head-form select {
        width: calc(100% - 6px);
        background-color: white !important;
        max-width: 100%;
    }
    .head-banner .head-form {
        padding-bottom: 40px;
    }
        .head-banner .head-form .wpcf7-textarea {
            width: calc(100% - 0px) !important;
            max-width: calc(100% - 40px);
        }
        .head-banner .head-form select {
            width: calc(100% + 6px);
            max-width: calc(100% - 32px);
        }
    .head-banner .service-banner {
        display: grid !important;
        grid-template-columns: 33% 33% 33%;
        width: 100% !important;
        height: auto !important;
        margin-left:-10px;
        border-radius:0;
    }

    .step-info .steps {
        justify-content: center;
        align-items: center;
        flex-flow:column;
    }

    .step-info .steps .counter{
        font-size:28px !important;
        width:58px !important;
        height:58px !important;
    }

    .step-info .line{display:none !important;}

    .grid-h{
        grid-template-columns:100%;
    }
    .mw-250{
        max-width:160px;
    }
    .service-gassafe {
        width: 74px !important;
        bottom: -5px !important;
    }
    .m-p{
        padding-bottom:0 !important;
        padding-top:20px !important;
    }
    .grid-6{
        grid-template-columns:30% 30% 30%;
        margin-left:5% !important;
    }
    .service-list{
        position:relative;
        z-index:1;
    }
    .service-list .service img{
        width:30px !important;
    }
    .service-list .service p{
        font-size:16px !important;
        margin-bottom:0px !important;
        margin-top:10px;
        text-align:center;
    }

        .service-list .service {
            gap: 0 !important;
            justify-content: center !important;
        }

    .footer-cta{
        flex-flow:column;
        gap:20px !important;
        height:350px !important;
    }
    .footer-cta h3{
        font-size:32px !important;
        padding-bottom:0;
        margin-bottom:0 !important;
    }

    .footer{
        height:auto !important;
        text-align:left;
        padding:20px 25px !important;
    }
    .footer .col-right{
        align-items:flex-start !important;
    }
    .footer .grid-h{
        gap:0 !important;
    }
    .custom-shape-divider-top-1691064487 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }

        .custom-shape-divider-top-1691064487 svg {
            position: relative;
            display: block;
            width: calc(407% + 1.3px);
            height: 496px;
            left: -281px;
        
        }

        .custom-shape-divider-top-1691064487 .shape-fill {
            fill: #FFFFFF;
        }

    .grid-h .col-left img, .grid-h .col-right img {
        transform: translate(0) !important;
    }

    .grid-h {
        padding-bottom: 40px !important;
    }

    .mobile-flex-flip {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .overlayopacity{
        opacity:0.4 !important;
    }
}

@media (max-width:900px){
    .grid-2{
        grid-template-columns:100% !important;
    }

    .grid-2 input, .grid-2 select, .grid-2 textarea{
        width:100% !important;
    }
}