    .slideshow--xlarge.bg-size{
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    .slideshow--xlarge {
        height: 640px;
    }
    
@media only screen and (max-width: 767px) {
    .slideshow--xlarge.bg-size{
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    .slideshow--xlarge {
        height: 450px;
    }
}

@media only screen and (max-width: 667px) {
    .slideshow--xlarge.bg-size{
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    .slideshow--xlarge {
        height: 330px;
    }
}

@media only screen and (max-width: 412px) {
    .slideshow--xlarge.bg-size{
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .slideshow--xlarge {
        height: 200px;
    }
}

.slider-form {
    background-color: #545454b0;
    z-index: 9999;
    width: 400px;
    padding: 20px 40px 5px 40px;
    position: absolute;
    top: calc(50% + 50px);
    right: 8%;
    transform: translateY(-50%);
    border-radius: 20px;
}

.about-one__text-1 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.frm_button_submit {
    color: white;
    margin-top: 20px;
    background-color: #036297;
}

#form_ask-for-a-quote.frm_submit  button {
    background: #3a4678 !important;
    color: #fff;
}

#frm_form_3_container .with_frm_style .frm_submit button {
     background: #3a4678 !important;
    color: #fff;
}

#form_ask-for-a-quote .frm_form_field{
    padding:5px 0px;
}

#form_ask-for-a-quote .frm_button_submit{
    margin:0px;
}

.with_frm_style .frm_submit.frm_flex{
    justify-content: center;
}

@media screen and (max-width: 667px) {
    .slider-form {
        width: 380px;
        padding: 20px 25px 5px 25px;
        position: absolute;
        top: calc(50% + 0px);
        right: 50%;
        transform: translate(50%, -50%);
    }
}
