.ty-sec01 {
    background-image: url(../images/main-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 10rem 8rem;
    color: #fff;
}
.ty-sec01 .container {
    max-width: 100%;
}
.ty-sec01 .col-12 {
    width: 21.341%;
}
img.ty-logo {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}
.ty-sec01-row02 {
    max-width: 117rem;
    margin: 0 auto;
}
.ty-sec01-row02 .col-md-4 {
    width: 34.188%;
}
.ty-sec01-row02 .col-md-8 {
    width: 65.812%;
}
img.ty-sec01-img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}
.ty-sec02 .col-md-4 {
    width: 54.786%;
}
.ty-sec02 .col-md-8 {
    width: 45.214%;
}
.ty-sec02 {
    padding: 60px 0px 60px 0px;
    background-image: url(../images/sec-two-bg.jpg);
}
.img-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.check-col {
    width: 8%;
}
.text-col {
    width: 92%;
    padding-left: 6px;
}
img.ty-sec02-img {
    margin: 0% 16% 0% 1%;
    display: block;
    max-width: 42rem;
    width: 100%;
}
.footer-sec01 {
    display: none;
}

.step-form form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.step-form form > div {
    width: calc(33.33% - 1rem);
    margin-bottom: 10px;
}
.rc-div {
    width: 100%;
    margin-top: -10px;
}
.step-form .element-field {
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-radius: 2px 2px 2px 2px;
    width: 100%;
    padding: .7rem 2rem;
    min-height: 5rem;
    font-size: 1.8rem;
}
.step-form button.element-button {
    width: 100%;
    font-family: "Roboto", Sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 11px 11px 11px 11px;
    background-color: #0066b3;
    color: #ffffff;
    min-height: 5rem;
    border-radius: 5px;
    border: none;
    line-height: 1;
}
.message-success {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    text-align: left;
    font-weight: 300;
    position: relative;
    display: none;
    text-align: left;
}
.message-success:before {
    display: inline-block;
    margin-inline-end: 5px;
    vertical-align: middle;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: '\f00c';
    font-size: 90%;
}
.message-error-recaptcha {
    display: none;
}
.message-error {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0;
    color: #FF7B7B;
    font-family: 'Rubik', sans-serif;
    text-align: left;
    font-weight: 300;
    position: relative;
    display: none;
    text-align: left;
}
.message-error:before {
    display: inline-block;
    margin-inline-end: 5px;
    vertical-align: middle;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: '\f00d';
    font-size: 90%;
}

@media (max-width: 1024px) {
    .ty-sec01 {
	    padding: 2rem 2rem 3rem;
	    background-image: url(../images/landing-v1-mobile-bg.jpg) !important;
        background-position: bottom center !important;
	}
	.ty-sec01 .col-12, .ty-sec01-row02 .col-md-4, .ty-sec01-row02 .col-md-8 {
	    width: 100%;
	}
	img.ty-sec01-img {
	    margin: 0 auto 3rem;
	}
	.ty-sec02 {
	    padding: 5rem 0px 4rem 0px;
	}
}

@media (max-width: 767px) {
	img.ty-sec01-img {
        margin: 0 auto 3rem;
        max-width: 50%;
    }
    .ty-sec01 {
        padding: 2rem 1rem 4rem;
    }
    .font-40 {
	    font-size: 3rem;
	}
	.ty-sec02 .col-md-4, .ty-sec02 .col-md-8 {
	    width: 100%;
	}
	.ty-sec02 .row {
	    flex-direction: column-reverse;
	}
	img.ty-sec02-img {
        margin: 0 auto 3rem;
        max-width: 23rem;
    }
    .ty-sec02 {
        padding: 5rem 2rem 3rem;
    }
    .check-col {
	    width: 11%;
	    padding-right: 15px;
	}
	.text-col {
	    width: 89%;
	    padding-left: 0;
	}
    .step-form {
        padding: 0 1rem;
    }
    .step-form form > div {
        width: 100%;
        margin-bottom: 0;
    }
    .step-form .element-field {
        padding: .7rem 2rem;
    }
    .step-form button.element-button {
        font-size: 2rem;
    }
    .rc-div {
        margin-top: 0;
    }
}