/*  Error 404 Page and Thank You Page Here */

.et_pb_row.error_thank_you_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
} 

.et_pb_section.et_pb_section_0_tb_body.error_thank_you_page{
    padding: 80px 0px !important;
}

.et_pb_row.error_thank_you_row .left_col  {
    width: 40%;
}
.et_pb_row.error_thank_you_row .right_col {
    width: 60%;
    padding-left: 80px;
}

.et_pb_row.error_thank_you_row .right_col h1{
    color: #000;
    padding-bottom: 10px;
}

.et_pb_row.error_thank_you_row .right_col p{
    padding-bottom: 20px;
}

.et_pb_row.error_thank_you_row .left_col .et_pb_image .et_pb_image_wrap img{
    max-width: 100%;
    height: auto;
    display: block;
}

.right_col .et_pb_button_module_wrapper {
    display: inline-flex;
    text-transform: uppercase;
}

a.et_pb_button.hm_btn.df-btn.back-to-home {
    margin-right: 20px;
}

a.et_pb_button.hm_btn.df-btn.contact-btn {
    background-color: transparent;
    color: #0000ff;
}

a.et_pb_button.hm_btn.df-btn.contact-btn:hover {
    background-color: #0000ff;
    color: #fff;
}



/* Thank you page css start  */

.et_pb_section.thankyou.error-section {
    padding: 80px 0px;
}

.thankyou-row.error-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.thankyou-row.error-row .error-image-col{
    width: 40% !important;
}
.et_pb_column.error-content-col {
    width: 60% !important;
    padding-left: 80px;
}
.thankyou-row.error-row .error-content-col h1{
    color: #000;
    padding-bottom: 10px;
}

.thankyou-row.error-row .error-content-col p{
    padding-bottom: 20px;
}

.thankyou-row.error-row .et_pb_button.df-btn{
    text-transform: uppercase;
}


@media only screen and (max-width: 1199px){

.et_pb_section.et_pb_section_0_tb_body.error_thank_you_page{
    padding: 70px 0px !important;
}

.et_pb_row.error_thank_you_row .right_col {
    padding-left: 60px;
}

.et_pb_section.thankyou.error-section {
    padding: 70px 0px;
}

.thankyou-row.error-row .error-content-col h1{
    font-size: 44px;
    line-height: 54px;
}

}

@media only screen and (max-width: 980px){
    .et_pb_row.error_thank_you_row{
        flex-direction: column;
    }

    .et_pb_row.error_thank_you_row .left_col  {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

    
    .et_pb_row.error_thank_you_row .right_col .et_pb_module.et_pb_text {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        padding: 0;
    }



    .et_pb_row.error_thank_you_row .right_col{
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    
    .thankyou-row.error-row{
        flex-direction: column;
    }
    .thankyou-row.error-row .error-image-col{
        width: 100% !important;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

    .et_pb_column.error-content-col{
        margin-top: 30px;
        width: 100% !important;
        text-align: center;
        padding: 0;
    }

    .et_pb_column.error-content-col .error-content{
        text-align: center;
    }


}


@media only screen and (max-width: 767px){
    .et_pb_section.et_pb_section_0_tb_body.error_thank_you_page{
        padding: 60px 0px !important;
    }

    .et_pb_row.error_thank_you_row .right_col h1{
        font-size: 32px;
        line-height: 42px;
    }

    a.et_pb_button.hm_btn.df-btn.back-to-home {
        margin-right: 10px;
    }

    .et_pb_section.thankyou.error-section {
        padding: 60px 0px;
    }

    .thankyou-row.error-row .error-content-col h1{
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 479px){
    a.et_pb_button.hm_btn.df-btn.back-to-home {
        margin-bottom: 18px;
    }
    .et_pb_column.error-content-col{
        margin-bottom: 20px;
    }

    .thankyou-row.error-row .error-content-col h1{
        margin-top: 25px;
        font-size: 32px;
        line-height: 42px;
    }

    a.et_pb_button.hm_btn.df-btn.back-to-home {
        margin-right: 0px;
    }
    .right_col .et_pb_button_module_wrapper {
        display: flex;
        justify-content: center;
    }
	div.cf-turnstile {
        transform: scale(.8);
    }

    .ginput_container.ginput_container_turnstile {
        display: flex;
        justify-content: center;
    }

}