.first-screen {

    min-height: 40rem;
    /* border: 1px solid red; */
    background: url("/assets/images/footer_BG.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
}

.first-screen .top {
    margin: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
    /* border: 1px solid red; */
    border-radius: 1.3rem;
    background-color: #1D4394;

}


.first-screen .top>div {

    background-color: white;
    color: black;
    border-radius: 1.3rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.first-screen .top>div>div {
    /* border: 1px solid red; */
    gap: 1rem;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.first-screen .top>div>div img {
    width: 3rem;
}

.first-screen .top>div>div span {
    font-size: var(--font-para4);
    font-weight: bold;

}

.first-screen .top>div>div img {
    width: 3rem;
}


.first-screen .top>div p {
    color: orange;
    font-weight: bolder;
    font-size: var(--font-para2);
    /* border: 1px solid red; */
}

.first-screen .top>.right p {
    /* color: orange; */
    color: black;
    font-size: var(--font-para3);
    font-weight: bold;
}


.first-screen p {
    font-size: var(--font-heading3);
    color: white;
    /* border: 1px solid red; */
    width: 90%;
    text-align: center;
}

.second-screen {
    background-color: #F2F7FA;
    margin: auto;
    text-align: center;
    padding: 3rem 1rem;
    position: relative;
}

.second-screen>.img1 {
    position: absolute;
    left: 10rem;
    bottom: 4rem;
    trans.form: rotate(180deg);
}

.second-screen>.img2 {
    position: absolute;
    right: 10rem;
    top: 4rem;
}

.second-screen .container {
    width: 65%;
    text-align: left;
    margin: auto;
}


.second-screen h2 {
    color: orange;
    font-size: var(--font-heading2);
}

.second-screen .bottom {
    margin-top: 5rem;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 3rem;
}

.second-screen .bottom>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    /* margin-top: 1rem; */
    /* border: 1px solid red; */
}

.second-screen .bottom div .icon {
    background-color: blue;
    /* padding: 1rem; */
    min-height: 5rem;
    min-width: 5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.second-screen .bottom div .icon i {
    font-size: 2rem;
}

.second-screen .bottom div div:nth-child(2) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    /* border: 1px solid red; */
}


.second-screen .bottom div div:nth-child(2) b {
    font-weight: bold;
    font-size: var(--font-para2);
}

.second-screen .bottom div div:nth-child(2) span {
    font-size: var(--font-para3);
    letter-spacing: 1px;
}

.third-screen {
    min-height: 40rem;
    /* border: 1px solid red; */
}

.third-screen .container {
    display: flex;

}

.third-screen .container {
    display: flex;
    flex-wrap: wrap;
}

.third-screen .container img {
    width: 100%;
    flex: 1;
}

.third-screen .container .right {
    flex: 1;
    padding: 5rem;
    background-color: var(--deep-blue);
    width: 100%;
}

.third-screen .container .right .form {
    /* border: 1px solid black; */

}

.third-screen .container .right .form .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.third-screen .container .right .form .row div {
    flex: 1;
    /* border: 1px solid red; */
}

.third-screen .container .right .form .row1 div:nth-child(1) {
    background-color: orange;
    height: 5rem;
    min-width: 200px;
    color: white;
    font-weight: bold;
    font-size: var(--font-para2);
    border-radius: 0.4rem;
    text-align: left;

}

.third-screen .container .right .form .row1 div:nth-child(1) p {
    width: fit-content;
    /* border: 1px solid red; */
    margin: 1rem 2rem;

}

.third-screen .container .right .form .row1 div:nth-child(2) {
    /* border: 2px solid red; */
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-screen .container .right .form .row1 div:nth-child(2) select {
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    font-size: var(--font-para3);
    border-radius: 0.4rem;
    cursor: pointer;
    min-width: 200px;
}

.third-screen .container .right .form .row input {
    width: 100%;
    flex: 1;
    outline: none;
    border: none;
    font-size: var(--font-para3);
    height: 5rem;
    padding: 0rem 2rem;
    border-radius: 0.4rem;
    min-width: 250px;
}

.third-screen .container .right .form .row textarea {
    width: 100%;
    flex: 1;
    outline: none;
    border: none;
    font-size: var(--font-para3);
    height: 20rem;
    padding: 1rem 2rem;
    border-radius: 0.4rem;
}

.third-screen .container .right .form button {
    width: 100%;
    background-color: orange;
    font-size: var(--font-para2);
    color: white;
    border: none;
    outline: none;
    border-radius: 0.4rem;
    margin-bottom: 2rem;
    cursor: pointer;
}

.third-screen .container .right .form p {

    text-align: center;
    font-size: var(--font-para2);
    color: white;
    width: 70%;
    margin: auto;
}

.third-screen .container .right .form p a {
    text-decoration: underline;
    color: var(--deep-orange);
}

@media (max-width: 1100px) {
    .second-screen>img {
        display: none;
    }

    .second-screen .container {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .second-screen .container {
        width: 90%;
    }

    .third-screen .container .right .form p {
        width: 90%;
        /* border: 1px solid red; */
    }
}

@media (max-width: 454px) {
    .first-screen .top {
        flex-direction: column;
    }

    .first-screen .top>div {
        width: 100%;
    }

    .third-screen .container .right {
        padding: 2rem;
    }




}