body{
    font-family:'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight:300;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
}
p, li{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    line-height: 24px;
    margin-bottom:16px;
    text-align: justify;

}
a{

}
ul li{
    list-style: none;
    margin-left:10px;

}
.flex-row{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}
/*ul li:before{*/
/*    content: " ";*/
/*    background-image: url("images/check-green.png");*/
/*    display: block;*/
/*    height: 2rem;*/
/*    text-align: left;*/
/*    transform: translate(-150%,150%);*/
/*    width: 2rem;*/
/*}*/
.img-responsive{display:inline-block;}
.shadow{box-shadow:0 0 20px 0 rgba(0,0,0,0.3)}

header{
    padding: 20px 0 0 0;
    position: relative;
    background: transparent url(images/bg-unge-2024.png) no-repeat center top / cover;

}


header h1{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background-color: #127133;
    color: #ffffff;
    padding: 35px 10px 30px 10px;
    margin: 0 0 -75px 0;
    border-radius: 7px;
}
.justify-content-center{
    display:flex;
    justify-content:center;
}
.title-img{
    position: absolute;
    transform: translateY(-50%);
}
header .img-title{
    width:250px;
    margin-bottom: 150px;
}

section{
    padding: 100px 0 80px 0;
    text-align: center;
}
section#main{
    padding-top:200px;
    padding-bottom:150px;
    text-align:left;
}
#insurances .row > div{
}
#insurances .row > div:not(:last-of-type){
    margin-bottom: 50px;
}
#insurances h3{
    font-weight: 700;
    font-size: 28px;
}
#insurances .subtitle{
    font-family: 'Roboto', sans-serif;
    /*color: #d02a4c;*/
}
#insurances ul{
    list-style: none;
    padding: 0;
    text-align: left;
}
#insurances ul li{
    font-family: 'Roboto', sans-serif;
    background: transparent url(img/check.png) no-repeat left 6px;
    padding-left: 15px;
    margin-bottom: 5px;
}


 h2{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
     text-align: center;
}
#main-guarantees .item-guarantee{
    margin-bottom: 15px;
}
#main-guarantees .item-guarantee p{
    text-transform: uppercase;
}
#main-guarantees hr{
    width: 50px;
    height: 2px;
    margin-bottom: 30px;
}
#main-guarantees p{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0 20px 0;
}
section#form{
    background: transparent url(images/bg-unge-green.png) no-repeat center center / cover;
    color:white;
    padding: 150px 0;

}
section#form p{
    text-align: center;

}
.my-20{
    margin-top:20px;
    margin-bottom: 20px;
}
#form h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

label{
    font-weight:lighter;
}

.red {
    color:#d02a4c;
}
.red:hover{
    color:#d02a4c;
}

.form-control,
.form-control::placeholder{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.form-control{
    border-radius: 2px;
    border: solid 1px #dddddd;
}
.form-control:focus{
    /*border:none;*/
    text-decoration: none;
}
form input,
form input::placeholder,
form textarea,
form textarea::placeholder{
}
form textarea{
    resize: none;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked{
    position:relative;
    left:-14px;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
    display: none;
}
.price::after{
     content: '';
     display: block;
     position: absolute;
     right:3rem;
     top:0;
     bottom:0;
     width:6rem;
     height:6rem;
     background-image: url("images/euro.svg") !important;
     background-size: 2rem !important;
     background-position: 95% 50%;
     background-repeat: no-repeat;
}
/*.wpcf7-list-item label span,
.wpcf7-list-item-label{
    margin-left:-14px;
}*/
form .newsletter .wpcf7-list-item-label,
form .js-acceptance .wpcf7-list-item-label{
    cursor: pointer;
}

.commercial-offers p{
    text-align: left !important;
}
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    position: relative;
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0;
}
.wpcf7-checkbox label,
.js-acceptance{
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox]{
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-acceptance input[type=checkbox] + span{
    /* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before,
.js-acceptance .acceptance + span:before{
    display: block;
    position: absolute;
    content: '';
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.wpcf7-checkbox input[type=checkbox] + span:after,
.js-acceptance .acceptance + span:after{
    display: block;
    position: absolute;
    content: "\2713";
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before,
.js-acceptance .acceptance + span.js-acceptance-label-checked:before{
    background-color: #127133;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after,
.js-acceptance .acceptance + span.js-acceptance-label-checked:after{
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 35px;
    display: inline-block;
}
 .wpcf7-radio{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.wpcf7-radio .wpcf7-list-item{
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
    margin-left: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea{
    border-radius: 10px;
    height:60px;
}
input[type="radio"]{
    height:25px;
    width:25px;
    accent-color: #127133;
}
.mt-5{
    margin-top: 50px;
}
.subtitle{
    font-family: "Montserrat", sans-serif;"
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.block-white{
    background-color: #ffffff;
    padding: 50px ;
    border-radius: 10px;
    color: black;
}
.block-white h4{
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    color:#127133;
    margin-bottom:20px;
    font-weight: 600;
}
.block-white .wpcf7-list-item {
    width: 50%; /* Set each checkbox to take up 50% of the container */
    box-sizing: border-box; /* Include padding and border in the width calculation */
}

.block-white .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}

.block-white .wpcf7-list-item label {
    width: 100%; /* Make the label take up the full width of the checkbox item */
    display: flex;
    text-align: left;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus{
    font-family:'Montserrat', 'Arial', sans-serif;
    background-color:#127133;
    color:#fff;
    border: 2px solid #127133;
    padding: 12px 40px;
    font-weight:bold;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
}
.btn-primary:not(:disabled):hover,
.btn-primary:not(:disabled):focus{
    cursor:pointer;
    background-color:#fff;
    color:#127133;
    border: 2px solid #127133;
}
.btn-primary:disabled:hover{
    cursor:not-allowed;
    background-color:#127133;
    color:#fff;
    border: 2px solid #127133;
}
.btn-form{
    margin-top:3rem;
    display:flex;
    justify-content:center;

}
section#team h2{
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    color:#127133;
    font-weight: 600;

}
.card{
    display: flex;
}
.card img{
    object-fit:contain;
}
.card .card-body{
    flex: 1;
    text-align: left;
    padding-left:12px;
}
.card .card-body h3{
    font-size:18px;
    font-weight: 700;
    font-family: "roboto", sans-serif;
    margin-bottom:0;
    margin-top:0;
}
.card .card-body p{
    font-size: 14px;
    font-weight: 400;
    font-family: "roboto", sans-serif;
    margin-bottom: 0;
    line-height: unset;
}
.card .card-body a{
    font-size: 14px;
    font-weight: 400;
    font-family: "roboto", sans-serif;
    color: #79b029;
}
footer{
    background-color:#f4f2f0;
    padding: 80px 0 50px 0;
    text-align: left;
}
footer p{
    font-family: 'Open Sans', sans-serif;
    font-size:11px;
    line-height: 12px;
    color: #000000;
}
footer p a, footer p a:hover, footer p a:focus{
    color: #000000;
}
footer .legals p{
    /*color:#bb2c49;*/
    font-size:12px;
}
.success{
    display: none;
    flex-direction: column;
}
.success img{
    max-width: 10rem;
    margin: 0 auto;
    margin-bottom:3rem;
}

@media (min-width:576px) {
    header h1{
        font-size: 26px;
        line-height: 36px;
        padding-top: 40px;
    }

    section#main h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom:3rem;
    }


}
@media (min-width:768px) {
    header{
        padding-top: 30px;
    }
    header h1{
        font-size: 32px;
        line-height: 40px;
        padding: 50px 50px 40px 50px;
        margin: 0 0 -80px 0;
    }
    header .img-title{
        margin-bottom: 170px;
    }

    #insurances h3{
        font-size: 24px;
    }

}
@media (min-width:992px) {
    body {
        font-size: 16px;
    }
    header{
        padding-top: 40px;
    }
    header .img-title{
        width:350px;
        margin-bottom: 300px;
    }
    header h1{
        font-size: 38px;
        line-height: 46px;
        padding: 45px 75px 40px 75px;
        margin: 0 0 -100px 0;
    }
    #insurances{
        padding-top: 140px;
    }
    #insurances h3{
        font-size: 22px;
    }
    .block-white .wpcf7-checkbox{
        flex-direction: row;
    }

}
@media (min-width:1200px) {
    header h1{
        font-size: 50px;
        line-height: 60px;
        padding: 50px 20px;
        padding: 50px 20px;
        margin: 0 0 -120px 0;
    }
    #insurances{
        padding-top: 170px;
    }
    #insurances h3{
        font-size: 28px;
    }


}

.mt-30{
    margin-top:30px;
}
.mt-50{
    margin-top:50px;
}
.mt-100{
    margin-top:100px;
}
