@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&amp;display=swap');

@font-face {
    font-family: "Kurti Dev";
    src: url("../font/Kruti-Dev-165-Regular.ttf") format('truetype');
}



*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    user-select: none;
    position: relative;
    overflow-x: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
}

.container2 {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}

.btn-default {
    color: #fff;
    border: none;

    background-color: #3c65f5;
    line-height: 26px;
    padding: 10px 25px;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}


.burger-icon {
    display: none;
    flex-direction: column;
    gap: .5rem;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    width: 2.5rem;
    height: 2px;
    background-color: #343a40;
}


.header2 {
    padding: 1.5rem 0;

    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: 0.5s all ease;



}

.header2.header2_active {
    padding: 3rem 0;
    background-color: #fff;






    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;


}

.main-header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 8rem;

}

.logo img {
    height: 100%;

    object-fit: contain;
}





.link {
    position: relative;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #05264e;
    display: block;
}



.link::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #3c65f5;
    position: absolute;
    bottom: -10px;
    left: 0;

}

.link:hover {
    color: #3c65f5;
}


.link:hover::before {
    width: 100%;
}

.menu {
    display: flex;
}


.main-menu {
    display: flex;
    align-items: center;
    gap: 3rem;

}



.header2_active.link {
    color: #fff;
}

.bg {

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;

    min-height: 75rem;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    right: 0;

}

.banner {
    margin-top: 10.6rem;
}

.box {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}


.banner .left {
    width: 50%;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.banner .left h1 {
    font-size: 48px;
    line-height: 60px;
    color: #05264e;
    font-weight: 800;
}

.brand {
    color: #3c65f5;
    position: relative;
}

.banner .left p {
    position: relative;
    font-size: 1.8rem;
    line-height: 24px;
    color: #4f5e64;
}

.form_wrap {
    background: #fff;
    box-shadow: 0 18px 40px rgba(25, 15, 9, .1);
    border-radius: .8rem;
    display: inline-block;
    width: 100%;
    padding: 1rem;
    margin-top: 3rem;

}

.form_wrap form {
    display: flex;
    align-items: center;
}

.form_element {
    width: 100%;
    max-width: 180px;
    margin-right: 1rem;
}

.form_element:first-child select {
    background: url("../images/icon-job.svg") no-repeat left 18px center;

}

.form_element select {
    font-size: 1.6rem;
    color: #4f5e64;
    outline: none;
    border: none;
    padding: 10px 20px 10px 34px;
    display: inline-block;
    width: 100%;

}

/* .form_wrap form input {
    border: none;
    outline: none;
    font-size: 1.6rem;
    padding: 10px 20px 10px 34px;
    display: inline-block;
    width: 100%;
    margin-right: 1rem;
    background: url("../images/key.svg") no-repeat left 10px center;
} */


/*
.form_wrap button {
    border: none;
    font-weight: 500;
    font-size: 1.4rem;

    border-radius: .8rem;
}

.form_wrap button:hover {
    transform: translateY(-.3rem);
    color: #ffffff;
    background-color: #05264e;
} */



@media (max-width:576px) {
    .form_wrap form {
        flex-direction: column;
        gap: 1rem;
    }

    .form_wrap form input {
        border: 1px solid #4f5e6488;
        border-radius: .8rem;
        margin-right: 0;
    }



    .form_element {
        max-width: 100%;
        margin-right: 0;
        border: 1px solid #4f5e6488;
        border-radius: .8rem;

    }


    .form_element select {
        width: 100%;

    }

    .form_wrap button {
        width: 100%;
    }

}

.tag {
    font-size: 1.4rem;
    margin-top: 3rem;
}

.tag strong {
    font-weight: 700;
    color: #4f5e64;
}

.tag a {
    color: #4f5e64;
    font-size: 14px;
    margin-left: 2px;
    text-decoration: underline;
    margin-right: 5px;
}


.brand::after {
    content: "";
    background-color: #3c65f5;
    height: 25px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -6px;
    z-index: -1;
    opacity: .1;
}

.right {
    width: 35%;


}

.banner_img {
    padding: 65px 0 0;
    position: relative;
    height: 100%;
    min-height: 540px;
}

.img_1 {
    position: absolute;
    top: 10%;
    left: -15%;
    border-radius: 1rem;
    overflow: hidden;

    animation: first 2s linear infinite alternate;

}

/* .img_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: second 4s linear infinite alternate;
    height: 210px;
    width: 333px;
}

.img_3 {
    position: absolute;
    top: 21%;
    right: 15%;
    animation: third 4s linear infinite alternate;
    height: 88px;
    width: 95px;

}

.img_4 {
    position: absolute;
    bottom: 8%;
    left: 0%;
    animation: fourth 4s linear infinite alternate;
    height: 50px;
    width: 90px;
} */


@keyframes first {
    from {
        transform: translateY(-20px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes second {
    from {
        transform: translateY(-20px) translateX(-50px);
    }

    to {
        transform: translateY(-20px) translateX(0);
    }
}

@keyframes third {
    from {
        transform: translateY(-50px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes fourth {
    from {
        transform: translateY(-50px);
    }

    to {
        transform: translateY(0);
    }
}

@media (max-width:992px) {
    .right {
        display: none;
    }

    .banner .left {
        width: 100%;
    }
}

/*find job
/////*/
.find-jobs {
    margin: 6rem 0 4rem;
}


.find-jobs-right {
    padding: 4rem 0;
}

.find-jobs-left,
.find-jobs-right {
    width: 50%;
}

.find-jobs-left {
    position: relative;
}

/* .find-jobs-img_1 {
    position: absolute;

    top: -18%;
    left: -30%;
    height: 35rem;
    width: 40rem;
}

.find-jobs-img_2 {
    position: absolute;
    bottom: -38%;
    right: -10%;
    height: 36rem;
    width: 40rem;
} */

.find-jobs .main {
    position: relative;

    width: 100%;


    overflow: hidden;
}

.find-jobs .main img {

    object-fit: cover;
    border-radius: 1rem;
    object-position: center;
}


.find-jobs-right span {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 800;
    color: #a0abb8;
}

.find-jobs-right h2,
.color {
    font-size: 5.2rem !important;
    line-height: 6.6rem;
    font-weight: 800;
    color: #05264e;
}

.color {
    color: #3c65f5 !important;
}

.find-jobs-right p {
    width: 85%;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    color: #4f5e64;
}

.btn_wrap {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.btn {
    width: 100%;
    border-radius: .8rem;
    font-size: 1.4rem;
}

.btn:hover {
    background-color: #05264e;
    transform: translateY(-2px);
    transition: .2s;
}

.link-page {
    color: #4f5e64;
    text-decoration: underline;
    font-size: 1.4rem;
}

.link-page:hover {
    color: #3c65f5;
}

@media (max-width:998px) {

    .find-jobs-left,
    .find-jobs-right {
        width: 100%;
    }

    .find-jobs-img_1,
    .find-jobs-img_2 {
        display: none;
    }


    .main img {
        max-width: 100%;
    }

}

@media (max-width:768px) {

    .find-jobs {
        margin-block: 6rem;
    }

    .search {
        margin-block: 6rem;
    }



    .main {
        height: 30rem;
    }

    .find-jobs-right {
        padding: 0 !important;
    }
}

/*job listing*/
.jobs {
    margin-top: 7rem;
}

.text_content {
    text-align: center;

}

.jobs .text_content h2 {
    margin-bottom: 1rem;
    color: #05264e;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.5rem;
}

.text_content p {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #66789c;
}

.tabs {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.tabs span {
    padding: 1.3rem 1.7rem;

    background: #fff;
    border: 1px solid #e0e6f7;
    border-radius: 8px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .3s ease 0s;


}

.tabs span:hover {
    cursor: pointer;
    color: #3c65f5;
    border-color: #3c65f5;
    box-shadow: 0 2px 4px -5px #0a2a69;
}

.jobs .grid {
    margin-top: 7rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
    gap: 2rem;
}

.card {
    border-radius: 8px;
    border: 1px solid #e0e6f7;
    overflow: hidden;

    position: relative;
    background: #f8faff;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.card:hover {
    border-color: #b4c0e0;
    background-color: #fff;
    transform: translateY(-3px);
}

.job-top {
    padding: 3rem 2rem 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    gap: 1.5rem;
}

.job-top img {
    height: 4.5rem;
    width: 4.5rem;
    object-fit: cover;

}

.flash {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    background: url("../images/flash.svg") no-repeat 0 0;
}

.title a {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #05264e;
    font-weight: 700;
    display: block;
    margin-bottom: .5rem;
}

.title a:hover {
    color: #3c65f5;
}

.title span {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 12px;
    color: #a0abb8;
    background: url("../images/location.svg") no-repeat 0 0;
}

.job-bottom {
    margin: 0;
    padding: 5px 10px 20px;
}

.job-bottom h6 a {
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    color: #05264e;
    font-size: 1.6rem;
}

.job-bottom h6 a:hover {
    color: #3c65f5;
}

.type {
    margin-top: .5rem;
}

.type span {
    font-size: 1.2rem;
    color: #a0abb8;
    display: inline-block;
    padding: 0 1.8rem;
}

.type span:first-child {
    background: url('../images/brief.svg') no-repeat 0 2.5px;
}

.type span:last-child {
    background: url('../images/time.svg') no-repeat 0 2.5px;
}

.job-bottom p {
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    line-height: 2.2rem;
    color: #3c65f5;
}

.tags {
    margin-top: 1.5rem;
    display: flex;
    gap: .5rem;
}

.tags a {
    background-color: #eff3fc;
    font-size: 1.2rem;
    padding: .7rem 1rem;
    border-radius: .5rem;
    color: #4f5e64;
}

.tags a:hover {
    color: #3c65f5;
}

.apply-btn {
    display: flex;
    align-items: center;

    margin-top: 1.5rem;
    width: 100%;
}

.job-left span:first-child {
    color: #3c65f5;

    font-weight: 700;
    font-size: 2.2rem;
}

.job-left span:last-child {
    color: #6c757d;
    font-size: 1.4rem;
}

.apply .btn {
    width: 100%;
}

.btn a {
    all: unset;
    display: inline-block;

    color: #ffffff;
    width: 100%;
    text-align: center;

    padding: 1.2rem 0;

    border-radius: 4px;
    font-size: 1.2rem;
    transition: .2s;
    cursor: pointer;
    background-color: #3c65f5;
}

.card:hover .btn a {

    color: #3c65f5;
    background-color: #e0e6f7;
}

@media (max-width:768px) {
    .jobs {
        margin-top: 3rem;
    }

    .jobs .grid {
        margin-top: 3rem;
        grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    }

}

@media (max-width:576px) {
    .jobs .grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

}



/*newsletter//////////////////
*/

.newsletter {
    margin-top: 7rem;
}

.newsletter_box {
    padding: 6rem 3rem 6rem;
    background-image: url("../images/bg-newsletter.41bc541a.svg");
    background-size: cover;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;

}

.newsletter .left,
.newsletter .right {
    position: relative;
    padding: 0;

    width: 25%;




}

.newsletter .left img {

    height: 30rem;
    object-fit: contain;

}

.newsletter .right img {
    height: 25rem;
    object-fit: contain;
}

.newsletter .center {
    flex: 0 0 auto;
    width: 50%;

}

.newsletter .center h2 {
    color: #fff;
    font-size: 37px;
    line-height: 55px;

    font-weight: 700;
    text-align: center;
}

.newsletter .form_wrap {
    background: #fff;
    max-width: 60.1rem;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    margin-top: 4rem;
}

.newsletter .form_wrap form {
    display: flex;
}

.form_wrap .input-newsletter {
    width: 90%;
    outline: none;
    font-size: 1.4rem;
    border: 0;
    min-height: 60px;
    background-image: url("../images/mail.svg");
    background-repeat: no-repeat;
    background-position: left 17px center;
    padding: 15px 15px 15px 60px;
}

.form_wrap .news-btn {
    border: none;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: .8rem;
    position: relative;
    background-image: url("../images/apply.svg");
    background-repeat: no-repeat;
    background-position: left 17px center;
    padding-left: 45px;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.form_wrap .news-btn:hover {
    transform: translateY(-.3rem);
    color: #ffffff;
    background-color: #05264e;
}


@media (max-width:998px) {

    .newsletter .left,
    .newsletter .right {
        display: none;
    }

    .newsletter .center {
        width: 100%;
    }

    .newsletter .center .form_wrap {
        max-width: 100%;
    }
}



@media (max-width:768px) {
    .newsletter_box {
        padding: 3rem 1.5rem;
    }

    .newsletter .center h2 {
        font-size: 2rem;
        line-height: 24px;
    }

    .newsletter .form_wrap {
        margin-top: 1.5rem;

        padding: .5rem;
    }

    .form_wrap form {
        flex-direction: column;
    }

    .center h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    /* .form_wrap input{
            padding: 1rem;
        } */
}





/*footer////////////////
*/
.footer {
    margin-top: 5rem;


}

/*.row {

    display: flex;
    justify-content: space-between;
    border-top: .5px solid #ccc;
    padding-top: 4rem;



    flex-wrap: wrap;
}*/

.column-1 {
    flex: 0 0 auto;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;

}

.flogo {
    height: 6rem;
    width: 15rem;

}

.flogo img {
    height: 100%;

    object-fit: contain;

}

.column-1 p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #66789c;
    font-weight: 500;
}


.icon {
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.icon:hover {
    transform: translateY(-.3rem);
}

.icon-facebook {
    background-image: url("../images/facebook.svg");

}

.icon-twitter {
    background-image: url("../images/twitter.svg");

}

.icon-link {
    background-image: url("../images/linkedin.svg");
}

.column-2 {

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.column-2 h6,
.column-6 h6 {
    font-size: 1.6rem;
    color: #05264e;
    font-weight: 700;
    line-height: 26px;

}

.column-2 ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.4rem;

}

.column-2 ul li {

    transition: all .25s cubic-bezier(.02, .01, .47, 1);

}

.column-2 ul li a {
    color: #4f5e64;
}

.column-2 ul li:hover {
    color: #3c65f5;
    transform: translateX(.5rem);


}


.column-6 {
    flex: 0 0 auto;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.column-6 p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #66789c;
    font-weight: 500;

}

.column-6 .download {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bottom {
    margin-top: 5rem;


    border-top: 1px solid #e0e6f7;
    padding: 3rem 0;
    color: #4f5e64;
    font-size: 1.2rem;
}


.row-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.cta,
.policy {
    flex: 0 0 auto;
    width: 50%;
}

.policy {
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
}

@media (max-width:998px) {
    .column-6 {
        width: 31.33%;
        margin-bottom: 20px;
    }

    .column-2,
    .column-1 {
        width: 31.33%;
        margin-bottom: 20px;
    }

}

@media (max-width:768px) {


    .column-2,
    .column-1,
    .column-6 {
        width: 48%;
        margin-bottom: 20px;
    }

}

@media (max-width:568px) {


    .column-2,
    .column-1,
    .column-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .row-cta {
        flex-direction: column;
    }

    .cta,
    .policy {
        width: 100%;
        justify-content: flex-start;
    }

}

@media (max-width:998px) {
    .register {
        display: none;
    }

    .main-menu {
        position: absolute;
        width: 100%;
        padding: 6rem 0;
        top: 9.6rem;
        left: 0;
        flex-direction: column;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        transform: translateX(-100%);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    .link {
        font-size: 2rem;
    }

    .active {
        transform: translate(0);
    }
}

@media (max-width:1200px) {

    .container2 {
        width: 90%;
    }

}

@media (max-width:998px) {
    .burger-icon {
        display: flex;
    }
}

@media (max-width:768px) {
    .flex {
        flex-direction: column;
        gap: 3rem;
    }
}



.jobs-page {
    margin-top: 13rem !important;
}


.result {
    margin-top: 12rem;
}


.search {
    padding: 6rem 0;
    background: #f2f6fd;
    border-radius: 16px;
    margin-bottom: 3rem;
    text-align: center;

}

.search h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.search form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search .element {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 50%;

}


.search .element input {
    width: 100%;
    padding: 1rem 1rem;
    outline: none;
    border: 1px solid#c3c3c3;
    border-radius: .5rem;
}

.element button {
    border: none;
    padding: 1rem 3rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: #3c65f5;
    border-radius: .5rem;

}

.table table {

    border-collapse: collapse;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
}

.table table th,
.table table td {
    padding: 1rem;

    border: 1px solid black;
    border-collapse: collapse;
}

.table tr:nth-child(even) {
    background-color: #D6EEEE;
}

.table table th {
    background-color: #1b4965;
    color: #fff;
}

.table a {
    background-color: rgb(0, 140, 255);
    color: #fff;
    padding: .5rem 3rem;
    border: none;
    border-radius: 2rem;
    font-size: 1.2rem;


}



/*Apply form*/

.apply {
    /*margin-top: 10rem !important;*/
}


.apply-form {
    padding: 5rem 0;
}

.heading-wrapper {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.language-change {
    display: none;

}

.language-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6rem;
    height: 3rem;
    border-radius: 2rem;
    background-color: #3c65f5;
    position: relative;
    cursor: pointer;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.2s linear;

}

.language-label small {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}



.circle {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: 0.2s linear;

}

.language-change:checked+.language-label .circle {
    left: calc(100% - 2.8rem)
}

.apply-form h2 {
    font-size: 3.6rem;
    line-height: 4.5rem;
    margin-bottom: 1rem;
}

.apply-form p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #66789c;
}

.apply-form_wrap {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}


.apply-form-left {
    width: 60%;


}

.apply-form-left form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form_group {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.err {
    width: 50%;
}

.error-message {
    display: block;
    font-size: 1.2rem;
    color: red;
    padding: 0 0 .3rem;
}

.element {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #e0e6f7;
    border-radius: 4px;
}


.code {
    padding-left: 0 !important;
    width: fit-content !important;
}

.form_group.border {
    border: 1px solid #e0e6f7;
    border-radius: 4px;
    margin-bottom: 1rem;

}

.element input,
.form_group input,
.element select {
    outline: none;
    width: 100%;
    border: none;
    outline: none;

    height: 5rem;
    box-shadow: none;
    padding-left: 2rem;
    font-size: 1.4rem;
    width: 100%;
    color: #66789c;
}

.dob {
    font-size: 1.2rem;
    color: #66789c;
    padding-left: 1rem;
}

.present {
    display: block;
    font-size: 1.2rem;
    color: #66789c;
    margin-bottom: 1rem;

}

.checkbox {
    display: flex;
    align-items: center;
}

.element input::placeholder {
    color: #66789c;
}

.file {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;

}

.file label {
    font-size: 1.4rem;
    color: #66789c;
    font-size: 600;
}

.present-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.same-address {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.file input[type=file] {
    width: 35rem;
    max-width: 100%;
    color: #444;
    padding: .8rem;
    font-size: 1.4rem;
    background: #fff;
    border-radius: .8rem;
    border: 1px solid #e0e6f7;
}

.file input[type=file]::file-selector-button {
    margin-right: 2rem;
    border: none;
    background-color: #1a750e;
    padding: 1rem 2rem;
    border-radius: .6rem;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.file input[type=file]::file-selector-button:hover {
    background: #1a750e;
}

.apply-form .apply-btn {

    all: unset;
    width: 100%;
    text-align: center;
    background-color: #c3c3c3;
    padding: 1.3rem 0;
    border-radius: .8rem;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
}


.apply-form-right {
    width: 40%;
    height: 40rem;
    position: relative;

}

.apply-form-right img {
    object-fit: cover;
}

@media (max-width:998px) {
    .apply-form-right {
        display: none;
    }

    .apply-form-left {
        width: 100%;
    }
}

@media (max-width:598px) {
    .form_group {
        flex-direction: column;
    }

    .element,
    .err {
        width: 100%;
    }

    .file {
        flex-direction: column;
        align-items: flex-start;
    }

    .file label {
        padding-bottom: .5rem;
    }
}



.terms {
    margin-top: 15rem;
    font-family: "Kurti Dev";
}

.terms h3 {
    font-size: 4rem;
}

.terms p {
    font-size: 18px;
    line-height: 1.5;
}


/*
modal
*/


.modal {
    position: fixed;
    display: none;
    font-family: "Kurti Dev";

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


    height: 80vh;
    width: 60%;
    padding: 3rem;
    margin: 0 auto;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 999;



    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;


}

.modal-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-button small {
    font-size: 1.2rem;
    color: #777;
    margin-right: 1rem;
}

.modal-button button {
    border: none;
    font-size: 1.4rem !important;
    background-color: #444499;
    box-shadow: 0rem 0.5rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.25s, box-shadow 0.25s;
}

.modal-button button:hover {
    box-shadow: 0rem 0rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
    transform: translateY(-0.3rem);
}