@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.hero-section{
    background-color: #005db6;
    padding: 40px 0px;
}
.hero-section .content .toptitle{
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 10px;
}
.hero-section .content h1{
    font-size: 54px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}
.hero-section .content h3{
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
.hero-section .content p{
    font-size: 19px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
}
/* .hero-section .content a{
    color: #ffffff;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    background-color: #fb952e;
    border-radius: 100px;
} */
.hero-section .content a {
    color: #ffffff;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    text-decoration: none;
    background-color: #fb952e;
    border-radius: 100px;
}

.get-section{
    background-color: #005db6;
    padding: 40px 0px;
    text-align: center;
}
.get-section .toptext{
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 0px;
}
.get-section h2{
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 0px;
}
.get-section p{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    margin-top: 10px;
}
.get-section .textcontent{
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0px;
    color: #ffffff;
}
.get-section .textcontent span{
    color: #6bc1e5;
}

.get-section .content{
    padding: 40px 20px;
    border-radius: 10px;
    /* overflow: hidden; */
    position: relative;
    background-image: url(https://work.xtrazcon.com/u2connectlifeline/assest/image/background-image.jpeg);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 24px;
    margin-bottom: 40px;
    padding-left: 250px;
}
.get-section .content::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 1) 100%);
}
.get-section .content .box{
    position: relative;
    height: 180px;
    display: flex;
    align-items: end;
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.get-section .content .box.new-image{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 250px;
    height: auto;
    padding: 0px;
}
.get-section .content .box-main::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 1) 100%);
}
.get-section .content .box-main div{
    position: relative;
}
.get-section .content .box-main h4 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 1;
}
.get-section .content .box-main span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}
.get-section .checkbox ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.get-section .checkbox ul li{
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}
.get-section .checkbox ul li:last-child{
    margin-bottom: 0px;
}
.get-section .checkbox ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    height: 28px;
    width: 28px;
    border-radius: 0px 10px 0px 10px;
    background-color: #fb952e;
    color: #005db6;
    line-height: 1;
    font-weight: 900;
    font-size: 18px;
}
.apply-now{
    padding: 40px 0px;
    background-color: #005db6;
    text-align: center;
}
.apply-now h2{
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 0px;
}
.apply-now h2 span{
    color: #6bc1e5;
}
.form {
    background-color: #fb952e;
    padding: 40px 0px;
}
.form iframe{
    height: 1710px;
}

.really-free {
    background-color: #fb952e;
    padding: 40px 0px 0px;
    position: relative;
}
.really-free .content{
    padding: 40px;
    border-radius: 40px;
    border: 4px solid #ffffff;
    position: relative;
    margin-bottom: 40px;
}
.really-free .content h3{
    font-size: 50px;
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
}
.really-free .content h3 span{
    font-size: 100px;
}
.really-free .content p{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}
.really-free .content .icon{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #005db6;
    border-radius: 500px;
    transform: translate(-60px, -60px);
}
.really-free .content .icon span{
    font-size: 100px;
    font-weight: 700;
    font-style: italic;
}
.really-free .bottomdesign{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.really-free .bottomdesign img{
    height: 300px;
    width: 100%;
}

footer {
    background-color: #005db6;
}
footer p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ffffff;
}
footer p a {
    text-decoration: none;
    color: #fb952e;
    font-weight: 700;
}


.topbar .buttons a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #fb952e;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}





@media (max-width: 1199px) {
    .form iframe {
        height: 1740px;
    }
    .hero-section .content h1 {
        font-size: 44px;
    }
    .really-free .content h3 {
        font-size: 40px;
    }
    .hero-section .content h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .form iframe {
        height: 1850px;
    }
    .get-section .content {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .form iframe {
        height: 1960px;
    }
    .really-free .content h3 span {
        font-size: 70px;
    }
}
@media (max-width: 575px) {
    .form iframe {
        height: 2030px;
        width: 100%;
    }
    .really-free .content .icon {
        transform: translate(40px, -60px);
    }
    .get-section .content {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 538px) {
    .really-free .content {
        padding: 60px 20px 20px;
    }
    .really-free .content .icon {
        transform: translate(20px, -60px);
    }
}
@media (max-width: 498px) {
    .form iframe {
        height: 2080px;
    }
}
@media (max-width: 480px) {
    .get-section .content {
        padding-left: 20px;
    }
    .get-section .content .box.new-image{
        display: none;
    }
}
@media (max-width: 471px) {
    .form iframe {
        height: 2100px;
    }
}
@media (max-width: 432px) {
    .form iframe {
        height: 2270px;
    }
}
@media (max-width: 385px) {
    .form iframe {
        height: 2380px;
    }
}
@media (max-width: 361px) {
    .form iframe {
        height: 2550px;
    }
}
