.addcontactformbg{
    background-color: #70c1a7;
    height: 100%;
}

.addfootercontactbg{
    background-color: #70c1a7;
}

.embeddedformiframe{
    width: 100%;
    height: 620px;
    background-color: #70c1a7;
}

@media (max-width: 1050px) {
    .embeddedformiframe{
        height: 760px;
    }
}
    
@media (max-width: 900px) {
    .embeddedformiframe{
        height: 810px;
    }
}

@media (max-width: 750px) {
    .embeddedformiframe{
        height: 970px;
    }
}

iframe html{
    height: 100%;
    background-color: red;
}

.extralayout.embeddedcontactform{
    padding: 0 20px;
    background-color: #70c1a7;
}


.extralayout.embeddedcontactform .contactouter{
    max-width: 1650px;
    margin: 0 auto;
    background-color: #70c1a7;
}

.extralayout.embeddedcontactform .contactouter span.message{
    opacity: 0;
    display: none;
    position: absolute;
}

.extralayout.embeddedcontactform .contactouter input[type=text]:has(+ span.message.error),
.extralayout.embeddedcontactform .contactouter textarea:has(+ span.message.error),
.extralayout.embeddedcontactform .contactouter input[type=email]:has(+ span.message.error){
    outline: 2px solid red;
    outline-offset: -2px;
}

.extralayout.embeddedcontactform .contactouter .middleColumn:has(+ span.message.error) label{
    color: red;
}

.extralayout.embeddedcontactform .contactouter .fs3{
    color: white;
    text-align: center;
    font-weight: 300;
}

.extralayout.embeddedcontactform .contactouter .fs3 span{
    font-weight: 900;
}

@media (max-width: 600px) {
    .extralayout.embeddedcontactform .contactouter .fs3{
        padding-top: 20px;   
    }
}

.extralayout.embeddedcontactform .contactouter .contact-form .secondlinegroup.consent::before{
    border-top: 1px solid white;
}


@media (max-width: 500px) {
    .embeddedcontactform .contactouter{
        margin: 0 -10px;
    }
}

.embedformsuccessreturn{
    height: 400px;
    background-color: #70c1a7;
}

.embedformsuccessreturn #uff{
    background-color: #474547;
    padding: 10px;
    transform: translateY(270px);
}

.extralayout.embeddedcontactform .contactouter .cleft{
    padding: 10px 0;
    text-align: center;
    color: white;
}

.extralayout.embeddedcontactform .contactouter .cleft p{
    line-height: 1.4em;
    padding: 10px 0;
}

.extralayout.embeddedcontactform .contactouter .cleft p a{
    font-weight: bold;
    color: white;
}

.extralayout.embeddedcontactform .contactouter .cleft p a:hover{
    
}

@media (min-width: 1050px) {
    .extralayout.embeddedcontactform .contactouter{
        display: flex;
        gap: 60px;
        padding-top: 60px;
    }
    .extralayout.embeddedcontactform .contactouter .cleft{
        padding: 10px 0;
        text-align: left;
        min-width: 256px;
    }
    .extralayout.embeddedcontactform .contactouter .cleft p{
        padding: 0 0 20px;
    }
    
    .extralayout.embeddedcontactform .contactouter .cleft .fs3{
        text-align: left;
        line-height: 1.3em;
        padding-bottom: 20px;
    }
}


