.tn_img_ht {
    height: auto;
}
.tn_flex_radio .gfield_radio,
.tn_flex_radio .gfield_checkbox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.tn_flex_radio .gfield_radio .gchoice,
.tn_flex_radio .gfield_checkbox .gchoice{
    width: 50%;
}
.tn_img_ht .elementor-container.elementor-column-gap-default {
    width: 100%;
}
h2.gform_title {
    text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}
.container-wrap {
    padding: 0 !important;
}
.tn_checkbox {
    position: relative;
	width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    height: auto;
}
.tn_checkbox .ginput_container.ginput_container_checkbox {
    width: 100%;
    position: absolute;
    top: -175px;
    height: 100%;
}
.tn_checkbox legend {
    width: 90%;
    position: relative;
    right: -75px;
}
.container-wrap {
    padding: 0;
}
.tn_custom_form form {
    padding: 30px;
    background: white;
    border-radius: 30px;
    margin-top: 30px;
}
.tn_custom_form .gform_wrapper.gravity-theme .gf_progressbar_title,
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar span {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: none;
    margin: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar {
    margin-bottom: 0;
}
.tn_custom_form label.gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;
    font-weight: 500 !important;
    color: black;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px !important;
}
.ginput_container.ginput_container_checkbox .gchoice {
    margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: black;
    margin-left: 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    margin-top: -16px;
    height: 33px;
    width: 10%;
}
.gf_progressbar.gf_progressbar_custom {
    margin-bottom: 20px !important;
}
.tn_custom_form .ginput_container textarea {
    border-radius: 10px;
    margin-top: 10px;
    background: #f7f7f7;
}
.gform_page_footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    flex-direction: column-reverse;
}
.gform_page_footer .gform_next_button {
    font-size: 25px;
    line-height: 1.4;
    font-family: Poppins;
    padding: 25px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 40px;
    background: #f96566;
}
.gform_page_footer .gform_next_button:hover {
    transform: scale(1.05);
}
.logo_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
}
.logo_flex a {
    width: 19%;
}
.footer_top {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.step_icon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
}
.step_icon .min_step {
    width: 32%;
    text-align: center;
}
.step_icon .min_step img {
    max-height: 150px;
    margin-bottom: 25px;
}
.step_icon .min_step .content_step {
    font-size: 20px;
    line-height: 1.4;
}