/* New PSS Client CSS Properties */


* {
    font-family: "Roboto", sans-serif, "Font Awesome 5 Pro";
}

body {
    margin: 0;
    padding: 0;
}

.banner-logo {
    float: left;
}

.contact-button {
    width: 25rem;
    padding: 0.7rem 1.3rem 0.7rem 1.3rem;
    font-size: 18px;
    float: right;
    background-color: #0a1a3b;
    color: white;
    border: none;
    margin-right: 3rem;
    border-radius: 5px;
    cursor: pointer;
}

.body-container {
    display: flex;
    width: fit-content;
    z-index: 4;
    position: relative;
    padding: 4rem 1rem 5rem 10rem;
}

.body-form-container {
    margin-top: 0rem;
    margin-right: 8rem;
}

.sectors-container {
    width: fit-content;
    margin-top: 3.5rem;
    margin-right: 6rem;
}

.img-logo {
    width: 25rem;
}

.header-sector {
    margin-top: 2rem;
    font-size: 23px;
    font-weight: 700;
    color: #0a1a3b;
}

.about-container {
    text-align: justify;
}

.header-sector-content {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #3f4048;
    text-align: justify;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.sector-content {
    display: flex;
    float: left;
    width: 30rem;
}

.hire-sector-container {
    width: fit-content;
}

.sector-content-img1 img {
    width: 4.8rem;
    height: 5rem;
    margin: 1rem;
}

.sector-content-img2 img {
    width: 4rem;
    height: 3.5rem;
    margin: 2rem 1rem 1rem 2rem;
}

.sector-content-img3 img {
    width: 3rem;
    height: 4.5rem;
    margin: 2rem 2rem 0rem 3.8rem;
}

.sector-content-img4 img {
    width: 4.4rem;
    height: 4rem;
    margin: 2rem 1rem 1rem 1rem;
}

.sector-content-img5 img {
    width: 3.8rem;
    height: 4rem;
    margin: 2rem 1rem 1rem 3.5rem;
}

.sector-content-img6 img {
    width: 3rem;
    height: 3.2rem;
    margin: 2.5rem 1rem 0rem 3rem;
}

/* .healthcaretag{
    padding-top: 2rem;
} */
a:hover {
    text-decoration: none;
}

.sector-anchor-link1 {
    padding-top: 2rem;
    width: 7.5rem;
}

.sector-anchor-link2 {
    padding-top: 1.6rem;
    width: 7rem;
}

.sector-anchor-link3 {
    padding-top: 0.7rem;
    width: 7.5rem;
}

.sector-anchor-link4 {
    padding-top: 3rem;
    width: 7rem;
}

.sector-anchor-link5 {
    padding-top: 2rem;
    width: 7.5rem;
    padding-left: 0.5rem;
}

.sector-anchor-link6 {
    padding-top: 1.8rem;
    width: 7.5rem;
    padding-left: 0.5rem;
}

.sector-content a {
    font-size: 14px;
    text-decoration: none;
    color: #0a1a3b;
    font-weight: 400;
}

.sector-content a:hover {
    text-decoration: none !important;
    color: #0a1a3b !important;
    cursor: auto !important;
}

.attached-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.attached-button-wrap input[type="file"] {
    position: relative;
    z-index: -1;
    top: -0.2rem;
    width: 8rem;
    left: -11rem;
    height: 2rem;
    font-size: 17px;
    color: #b8b8b8;
}

.attached-button-wrap {
    position: relative;
}

.attached-button {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 0.7rem 1.2rem 0.7rem 1.2rem;
    width: 12rem;
    z-index: 2;
    background-color: #41dc8e;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}

.attached-button:hover {
    background-color: #10BF36;
    transition: 0.2s;
}

.attached-label-2 {
    position: relative;
    top: 0.5rem;
    z-index: 3;
    width: fit-content;
    left: 0.5rem;
    background: transparent;
    font-size: 14px;
    color: black;
}

.attached-cv input {
    background-color: transparent;
}

.form-header {
    margin-top: 1rem;
    font-size: 23px;
    margin-bottom: 2rem;
    margin-left: 1rem;
    font-weight: 600;
    color: #0a1a3b;
}

#msform {
    margin: 20px auto 20px;
    text-align: center;
    position: relative;
    overflow: hidden;

}

#progressbar {
    counter-reset: step;
    padding: 0;
}

#progressbar li {
    width: 49.33%;
    float: left;
    position: relative;
    list-style-type: none;
    padding-top: 0rem;
}

#progressbar li .fa-check {
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    background: #b1b1b1;
    color: #b1b1b1;
    border-radius: 15px;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 2;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: 0;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active .fa-check,
#progressbar li.active:after {
    background: #27AE60;
    color: white;
}

.fa-check:before {
    margin-left: 3px;
}

.Contact-btn-reachout {
    margin-top: 1.5rem;
    float: right;

}

.Contact-btn-reachout button {
    padding: 0.5rem 1.5rem;
    border: none;
    background-color: #0a1a3b;
    color: white;
    border-radius: 6px;
    font-size: 18px;
}

.main-form-container {
    width: max-content;
    margin-top: 5rem;
    border-radius: 15px;
    margin-left: 1rem;
    align-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem 1rem 1rem 2rem;
}

.form-container form div input {
    border: none;
    height: 2.8rem;
    padding-left: 1.4rem;
    border-radius: 4px;
    border: 1px solid gray;
    /* background-color: whitesmoke; */
}

.form-container form div textarea {
    border: none;
    padding-left: 1.4rem;
    border-radius: 4px;
    width: 100%;
    margin-right: 12px;
    border: 1px solid gray;
    /* background-color: whitesmoke; */
}

.form-container form div input::-webkit-input-placeholder {
    font-size: 14px !important;
}

.form-container form div select {
    border: none;
    height: 2.8rem;
    padding-left: 0.8rem;
    padding-right: 0rem;
    border-radius: 4px;
    border: 1px solid gray;
    /* background-color: whitesmoke; */
}

.sub-btn button {
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: white;
    background-color: #0a1a3b;
    width: 17rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
    padding: 0.7rem 0 0.7rem 0;
}

.sub-btn button:hover {
    background-color: #1e2290;
}

.email-section button {
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: white;
    background-color: #0a1a3b;
    width: 10rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
    padding: 0.7rem 0 0.7rem 0;
}

.sub-btn {
    background-color: white;
    text-align: center;
}

.in-form-container div {
    margin-top: 1rem;
}

#code {
    width: 5rem;
}

.linkedurl-section {
    position: relative;
    top: -2rem;
    float: right;
    margin-top: 0;
    /* margin-bottom: 0rem; */
    display: flex;
}

#linkedurl {
    width: 17.5rem;
}

#yexp {
    width: 15rem;
    margin-right: 1rem;
}

.same-input-div {
    display: flex;
    margin-right: 10px;
}

div input.same-input {
    margin-right: 10px;
    width: 100%;
}

#location {
    width: 14rem;
    margin-right: 1rem;
}

#fullName {
    width: 100%;
    margin-right: 12px;
}

/* #email{
    width: 29.5rem;
} */
#lname {
    width: 14rem;
    margin-right: 1rem;
}

#fname,
#lname,
#cweb,
#cskills {
    width: 14rem;
    margin-right: 1rem;
}

input#website {
    width: 100%;
    margin-right: 12px;
}

.industry-container select {
    width: 6rem;
}

.candidate-selction select {
    padding-left: 1rem;
    width: 25rem;
}

.select-container select,
option {
    width: 22rem;
}

option {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#industry-selection {
    margin-right: 1rem;
}

#degree {
    width: 12rem;
}

#einstitue {
    width: 21.5rem;
}

#incomesection {
    width: 11rem;
}

.INR-section select {
    width: 6.2rem;
    /* margin-right: 2rem; */
}

.new_ch_select_format .chosen-container a {
    height: 2.8rem;
    background: transparent;
}

.new_ch_select_format .chosen-container a span {
    position: relative;
    top: 9px;
    left: 15px;
    font-size: 15px;
    /* color: gray; */
    color: #786e6e;
}

.new_ch_select_format .chosen-container a div {
    top: -6px !important;
}

@media (max-width:1510px) {
    .body-container {
        padding: 4rem 1rem 5rem 5rem;
    }

    .body-form-container {
        margin-top: 0rem;
        margin-right: 4rem;
    }

    .sectors-container {
        width: fit-content;
        margin-top: 3.5rem;
        margin-right: 6rem;
    }

}

@media (max-width:1350px) {
    .body-container {
        display: flex;
        width: fit-content;
        z-index: 4;
        position: relative;
        padding: 4rem 2rem 5rem 2rem;
    }

    input#website {
        width: 100%;
    }

    #mphone {
        /* width: 11rem; */
        /* margin-right: 1rem; */
    }

    .body-form-container {
        margin-top: 0rem;
        margin-right: 4rem;
        margin: auto;
    }

    .sector-content {
        display: flex;
        float: left;
        width: 40rem;
    }

    .Contact-btn-reachout {
        margin-top: 1.5rem;
        float: right;
        margin-right: 2rem;
    }

    .sectors-container {
        width: fit-content;
        margin-top: 3.5rem;
        width: 40rem;
        margin-right: 0rem;
        margin-left: 2rem;
    }

    .main-form-container {
        width: 30rem;
        margin-left: 2.5rem;
        padding-top: 1.5rem;
        margin-right: 2rem;
    }

    #fname,
    #lname {
        width: 26rem;
        margin-right: 1rem;
    }

    /* #email {
    width: 26rem;
} */
    #location {
        width: 26rem;
        margin-right: 1rem;
    }

    #lname {
        margin-top: 1rem;
        width: 26rem;
        margin-right: 1rem;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        border: 1px solid gray;
        width: 100%;
        /* background-color: whitesmoke; */
    }

    .form-container form div select {
        border: none;
        height: 2.8rem;
        padding-left: 0.8rem;
        padding-right: 0rem;
        width: 26rem;
        border-radius: 4px;
        border: 1px solid gray;
        /* background-color: whitesmoke; */
    }
}

@media (max-width: 1272px) {
    .main-form-container {
        width: 30rem;
        margin-left: 1.5rem;
        padding-top: 1.5rem;
        margin-right: 2rem;
    }

    .sectors-container {
        width: fit-content;
        margin-top: 3.5rem;
        width: 38rem;
        margin-right: 0rem;
        margin-left: 2rem;
    }

    .sector-content-img1 img {
        width: 3.8rem;
        height: 4rem;
        margin: 1rem 0.5rem 1rem 0rem;
    }

    .sector-content-img2 img {
        width: 3rem;
        height: 3.2rem;
        margin: 1.8rem 0.5rem 1rem 0rem;
    }

    .sector-content-img3 img {
        width: 3rem;
        height: 4rem;
        margin: 1.6rem 1rem 0rem 0.5rem;
    }

    .sector-content-img4 img {
        width: 4.4rem;
        height: 4rem;
        margin: 2rem 0.5rem 1rem 0rem;
    }

    .sector-content-img5 img {
        width: 3.2rem;
        height: 3.5rem;
        margin: 2.5rem 0.3rem 1rem -0.5rem;
    }

    .sector-content-img6 img {
        width: 3rem;
        height: 3.2rem;
        margin: 2.5rem 0.6rem 0rem 0.2rem;
    }
}

@media (max-width: 1230px) {
    .main-form-container {
        width: 30rem;
        margin-left: 1.5rem;
        padding-top: 1.5rem;
        margin-right: 2rem;
    }

    .sectors-container {
        width: fit-content;
        margin-top: 3.5rem;
        width: 34rem;
        margin-right: 0rem;
        margin-left: 2rem;
    }

    .sector-content-img1 img {
        width: 3.8rem;
        height: 4rem;
        margin: 1rem 0.5rem 1rem 0rem;
    }

    .sector-content-img2 img {
        width: 3rem;
        height: 3.2rem;
        margin: 1.8rem 0.5rem 1rem 0rem;
    }

    .sector-content-img3 img {
        width: 3rem;
        height: 4rem;
        margin: 1.6rem 1rem 0rem 0.5rem;
    }

    .sector-content-img4 img {
        width: 4.4rem;
        height: 4rem;
        margin: 2rem 0.5rem 1rem 0rem;
    }

    .sector-content-img5 img {
        width: 3.2rem;
        height: 3.5rem;
        margin: 2.5rem 0.3rem 1rem -0.5rem;
    }

    .sector-content-img6 img {
        width: 3rem;
        height: 3.2rem;
        margin: 2.5rem 0.6rem 0rem 0.2rem;
    }
}


@media (max-width:1190px) {
    .body-container {
        display: grid;
        width: fit-content;
        z-index: 4;
        position: relative;
        padding: 4rem 1rem 5rem 2rem;
    }

    .body-form-container {
        margin-top: 0rem;
        margin-right: 4rem;
        margin: auto;
    }

    .sector-content {
        display: flex;
        float: left;
        width: 40rem;
    }

    .sectors-container {
        width: fit-content;
        margin-top: 3.5rem;
        margin-right: 0rem;
        margin-left: 3.5rem;
    }

    .main-form-container {
        width: 40rem;
        margin-left: 1.5rem;
        padding-top: 1.5rem;
    }

    #fname,
    #lname {
        width: 17rem;
        margin-right: 1rem;
    }

    /* #email {
    width: 35.2rem;
} */
    #location {
        width: 17rem;
        margin-right: 1rem;
    }

    #lname {
        width: 17rem;
        margin-right: 1rem;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        border: 1px solid gray;
        width: 100%;
        /* background-color: whitesmoke; */
    }

    .form-container form div select {
        border: none;
        height: 2.8rem;
        padding-left: 0.8rem;
        padding-right: 0rem;
        border-radius: 4px;
        border: 1px solid gray;
        /* background-color: whitesmoke; */
    }
}

@media (max-width:900px) {
    .body-container {
        display: inline-block;
        margin-left: 1.2rem;
    }

    .body-form-container {
        padding-top: 21rem;
    }

    .sectors-container {
        width: 32rem;
    }

    .img-logo {
        width: 22rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 27px;
        font-weight: 650;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 23px;
        font-weight: 300;
    }

    .sector-content {
        width: 35rem;
    }

    .sector-content-img1 img {
        width: 4.5rem;
        height: 3.7rem;
        margin: 1.8rem 1.5rem 0 1.8rem;
    }

    .sector-content-img2 img {
        width: 3.5rem;
        height: 3.7rem;
        margin: 1.8rem 1.5rem 0 1.8rem;
    }

    .sector-content-img3 img {
        width: 3.8rem;
        height: 4.1rem;
        margin: 1.8rem 1.5rem 0 3rem;
    }

    .sector-content-img4 img {
        width: 4.2rem;
        height: 4rem;
        margin: 1.8rem 1rem 0 1.8rem;
    }

    .sector-content-img5 img {
        width: 4.1rem;
        height: 4rem;
        margin: 1.8rem 1.5rem 0 1.8rem;
    }

    .sector-content-img6 img {
        width: 3.8rem;
        height: 3.8rem;
        margin: 1.8rem 1.2rem 0 1.8rem;
    }

    .sector-anchor-link1 {
        padding-top: 2rem;
        width: 7.5rem;
    }

    .sector-anchor-link2 {
        padding-top: 1.6rem;
        width: 7rem;
    }

    .sector-anchor-link3 {
        padding-top: 0.7rem;
        width: 7.5rem;
    }

    .sector-anchor-link4 {
        padding-top: 2rem;
        padding-left: .8rem;
        width: 7rem;
    }

    .sector-anchor-link5 {
        padding-top: 2rem;
        width: 8rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1rem;
        width: 8rem;
        padding-left: 0.5rem;
    }

    a {
        font-size: 20px;
        text-decoration: none;
        color: #0a1a3b;
    }

    /* Form Media - 900px */

    /* select file box start */
    .attached-label-2 {
        position: relative;
        top: 1.5rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 14px;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */
    .contact-button {
        float: none;
        margin-left: 8rem;
        width: 30rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 22px;
    }

    #msform {
        padding-left: 5rem;
    }

    #progressbar li {
        width: 42.33%;
        float: left;
        position: relative;
        list-style-type: none;
    }

    .main-form-container {
        width: 35rem;
        margin-left: 3.5rem;
        padding-top: 3rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 27px;
    }

    .form-container form div input {
        height: 3.8rem;
        padding-left: 1.7rem;
        font-size: large;
    }

    .form-container form div.INR-section select,
    option {
        height: 3.8rem;
        padding-left: 1.4rem;
        width: 8rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: large;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        border: 1px solid gray;
        /* background-color: whitesmoke; */
    }

    .form-container form div.select-container select,
    option {
        height: 3.8rem;
        padding-left: 1.4rem;
        width: 20rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: large;
    }

    .form-container form div.candidate-selction select,
    option {
        height: 3.8rem;
        padding-left: 1.4rem;
        width: 25rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: large;
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: large;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 22px;
        font-weight: 600;
        color: white;
        background-color: #0a1a3b;
        width: 18rem;
        margin-bottom: 2rem;
        padding: 0.9rem 0 0.9rem 0;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 6rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 1rem 0 1rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 30rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 30rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 6rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 18rem;
        margin-bottom: 1rem
    }

    #location,
    #designame {
        width: 100%;
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 18rem;
    }

    #degree {
        width: 8rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: flex !important;
    }

    /* .social-media-container{
    display: flex;
}

.follow-section-box{
    display: flex;
} */
}

@media (max-width:768px) {
    .body-container {
        display: inline-block;
        margin-left: 1.2rem;
    }

    .body-form-container {
        padding-top: 21rem;
    }

    .sectors-container {
        width: 32rem;
    }

    .img-logo {
        width: 22rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 27px;
        font-weight: 650;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 23px;
        font-weight: 300;
    }

    .sector-content {
        width: 35rem;
    }

    .sector-content-img1 img {
        width: 3.5rem;
        height: 2.7rem;
        margin: 1.8rem 0.8rem 0 1.8rem;
    }

    .sector-content-img2 img {
        width: 2.5rem;
        height: 2.7rem;
        margin: 1.8rem 1rem 0 1.2rem;
    }

    .sector-content-img3 img {
        width: 2.8rem;
        height: 3.1rem;
        margin: 1.8rem 1rem 0 1.2rem;
    }

    .sector-content-img4 img {
        width: 3.2rem;
        height: 3rem;
        margin: 1.8rem 0.8rem 0 1.8rem;
    }

    .sector-content-img5 img {
        width: 3.1rem;
        height: 3rem;
        margin: 1.8rem 1rem 0 2.5rem;
    }

    .sector-content-img6 img {
        width: 2.8rem;
        height: 2.8rem;
        margin: 1.8rem 0.1rem 0 0.5rem;
    }

    .sector-anchor-link1 {
        padding-top: 1.6rem;
        width: 5.5rem;
    }

    .sector-anchor-link2 {
        padding-top: 1rem;
        width: 7rem;
    }

    .sector-anchor-link3 {
        padding-top: 0.7rem;
        width: 7.5rem;
    }

    .sector-anchor-link4 {
        padding-top: 2rem;
        padding-left: 0.2rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 1.2rem;
        width: 8rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1rem;
        width: 8rem;
        padding-left: 0.5rem;
    }

    a {
        font-size: 20px;
        text-decoration: none;
        color: #0a1a3b;
    }

    /* Form Media - 900px */

    /* select file box start */
    .attached-label-2 {
        position: relative;
        top: 1.5rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 14px;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */
    .contact-button {
        float: none;
        margin-left: 8rem;
        width: 30rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 22px;
    }

    #msform {
        padding-left: 0.4rem;
    }

    #progressbar li {
        width: 49.33%;
        float: left;
        position: relative;
        list-style-type: none;
    }

    .main-form-container {
        width: 35rem;
        margin-left: 3.5rem;
        padding-top: 3rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 27px;
    }

    .form-container form div input {
        height: 3.8rem;
        padding-left: 1.7rem;
        font-size: large;
    }

    .form-container form div.INR-section select,
    option {
        height: 3.8rem;
        padding-left: 1.4rem;
        width: 8rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: large;
    }

    .form-container form div.select-container select,
    option {
        height: 3.8rem;
        padding-left: 1.4rem;
        width: 30rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: large;
    }

    .form-container form div.candidate-selction select,
    option {
        height: 3.8rem;
        padding-left: 1.4rem;
        width: 25rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: large;
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: large;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 22px;
        font-weight: 600;
        color: white;
        background-color: #0a1a3b;
        width: 25rem;
        margin-bottom: 2rem;
        padding: 0.9rem 0 0.9rem 0;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 6rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 1rem 0 1rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 30rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 30rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 6rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 18rem;
        margin-bottom: 1rem
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 18rem;
    }

    #degree {
        width: 8rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    /* .social-media-container{
    display: flex;
}

.follow-section-box{
    display: flex;
} */
}

@media (max-width:700px) {
    .body-container {
        display: inline-block;
        margin-left: 1.2rem;
    }

    .sectors-container {
        width: 24rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 18px;
        font-weight: 680;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 16px;
        font-weight: 400;
    }

    .sector-content a {
        font-size: 10px;
        line-height: normal;
        font-weight: 500;
    }

    .sector-content {
        width: 31rem;
    }

    .sector-content-img1 img {
        width: 2.5rem;
        height: 2.4rem;
        margin: 1.8rem 1rem 0 1.5rem;
    }

    .sector-content-img2 img {
        width: 2rem;
        height: 2.2rem;
        margin: 1.8rem 1rem 0 1.5rem;
    }

    .sector-content-img3 img {
        width: 2.8rem;
        height: 2.5rem;
        margin: 1.9rem 0.8rem 0 1.5rem;
    }

    .sector-content-img4 img {
        width: 2.7rem;
        height: 2.5rem;
        margin: 1.9rem 1rem 0 1.3rem;
    }

    .sector-content-img5 img {
        width: 2.5rem;
        height: 2.5rem;
        margin: 2rem 1rem 0 1rem;
    }

    .sector-content-img6 img {
        width: 2.2rem;
        height: 2.2rem;
        margin: 2rem 0.9rem 0 1rem;
    }

    .sector-anchor-link1 {
        padding-top: 1.5rem;
        width: 4rem;
    }

    .sector-anchor-link2 {
        padding-top: 1rem;
        width: 4rem;
    }

    .sector-anchor-link3 {
        padding-top: 0.7rem;
        width: 7.5rem;
    }

    .sector-anchor-link4 {
        padding-top: 1.6rem;
        padding-left: 0rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 1.5rem;
        width: 5rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1.5rem;
        width: 8rem;
        padding-left: 0rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 15rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;
    }

    .main-form-container {
        width: 25rem;
        margin-top: 5rem;
        margin-left: 5rem;
        padding-top: 1.5rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 18px;
        font-weight: 700;
    }

    .form-container form div input {
        height: 2.8rem;
        padding-left: 1rem;
        font-size: small;
    }

    .form-container form div.INR-section select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 20rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 19.5rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        border: 1px solid gray;
        /* background-color: whitesmoke; */
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 5rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 0.7rem 0 0.7rem 0;
    }

    .Contact-btn-reachout button {
        padding: 0.5rem 1.5rem;
        border: none;
        background-color: #0a1a3b;
        color: white;
        border-radius: 6px;
        font-size: 14px;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 20.2rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 20.2rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 14.5rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 20.2rem;
        /* margin-right: 3.5rem; */
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 13.5rem;
    }

    #degree {
        width: 6rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: 0rem;
        width: 7rem;
        left: -8rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:650px) {
    .main-form-container {
        width: 25rem;
        margin-top: 5rem;
        margin-left: 3rem;
        padding-top: 1.5rem;
    }
}

@media (max-width:616px) {
    .body-container {
        display: inline-block;
        margin-left: 1.2rem;
    }

    .sectors-container {
        width: 24rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 18px;
        font-weight: 680;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 16px;
        font-weight: 400;
    }

    .sector-content a {
        font-size: 10px;
        line-height: normal;
        font-weight: 500;
    }

    .sector-content {
        width: 28rem;
    }

    .sector-content-img1 img {
        width: 2.5rem;
        height: 2.4rem;
        margin: 1.8rem 1rem 0 1rem;
    }

    .sector-content-img2 img {
        width: 2rem;
        height: 2.2rem;
        margin: 1.8rem 1rem 0 1.5rem;
    }

    .sector-content-img3 img {
        width: 2.8rem;
        height: 2.5rem;
        margin: 1.9rem 0.8rem 0 1.5rem;
    }

    .sector-content-img4 img {
        width: 2.7rem;
        height: 2.5rem;
        margin: 1.9rem 1rem 0 1.3rem;
    }

    .sector-content-img5 img {
        width: 2.5rem;
        height: 2.5rem;
        margin: 2rem 1rem 0 1.8rem;
    }

    .sector-content-img6 img {
        width: 2.2rem;
        height: 2.2rem;
        margin: 2rem 0.9rem 0 2rem;
    }

    .sector-anchor-link1 {
        padding-top: 1.5rem;
        width: 6rem;
    }

    .sector-anchor-link2 {
        padding-top: 1rem;
        width: 7rem;
    }

    .sector-anchor-link3 {
        padding-top: 0.7rem;
        width: 7.5rem;
    }

    .sector-anchor-link4 {
        padding-top: 1.6rem;
        padding-left: 0rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 1.5rem;
        width: 7rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1.5rem;
        width: 8rem;
        padding-left: 0rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 15rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;
    }

    .main-form-container {
        width: 25rem;
        margin-top: 5rem;
        margin-left: 5rem;
        padding-top: 1.5rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 18px;
        font-weight: 700;
    }

    .form-container form div input {
        height: 2.8rem;
        padding-left: 1rem;
        font-size: small;
    }

    .form-container form div.INR-section select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 20rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 19.5rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border: 1px solid gray;
        border-radius: 4px;
        /* background-color: whitesmoke; */
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 5rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 0.7rem 0 0.7rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 20.2rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 20.2rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 14.5rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 20.2rem;
        /* margin-right: 3.5rem; */
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 13.5rem;
    }

    #degree {
        width: 6rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: 0rem;
        width: 7rem;
        left: -8rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:560px) {
    .body-container {
        display: inline-block;
        margin-left: -1rem;
    }

    .sectors-container {
        width: 24rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 18px;
        font-weight: 680;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 16px;
        font-weight: 400;
    }

    .sector-content a {
        font-size: 10px;
        line-height: normal;
        font-weight: 500;
    }

    .sector-content {
        width: 28rem;
    }

    .sector-content-img1 img {
        width: 2.5rem;
        height: 2.4rem;
        margin: 1.8rem 1rem 0 1rem;
    }

    .sector-content-img2 img {
        width: 2rem;
        height: 2.2rem;
        margin: 1.8rem 1rem 0 1.5rem;
    }

    .sector-content-img3 img {
        width: 2.8rem;
        height: 2.5rem;
        margin: 1.9rem 0.8rem 0 1.5rem;
    }

    .sector-content-img4 img {
        width: 2.7rem;
        height: 2.5rem;
        margin: 1.9rem 1rem 0 1.3rem;
    }

    .sector-content-img5 img {
        width: 2.5rem;
        height: 2.5rem;
        margin: 2rem 1rem 0 2rem;
    }

    .sector-content-img6 img {
        width: 2.2rem;
        height: 2.2rem;
        margin: 2rem 0.9rem 0 1rem;
    }

    .sector-anchor-link1 {
        padding-top: 1.5rem;
        width: 6rem;
    }

    .sector-anchor-link2 {
        padding-top: 1rem;
        width: 6rem;
    }

    .sector-anchor-link3 {
        padding-top: 0.7rem;
        width: 7.5rem;
    }

    .sector-anchor-link4 {
        padding-top: 1.6rem;
        padding-left: 0rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 1.5rem;
        width: 8rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1.5rem;
        width: 8rem;
        padding-left: 0rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 15rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;
    }

    .main-form-container {
        width: 25rem;
        margin-top: 5rem;
        margin-left: 5rem;
        padding-top: 1.5rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 18px;
        font-weight: 700;
    }

    .form-container form div input {
        height: 2.8rem;
        padding-left: 1rem;
        font-size: small;
    }

    .form-container form div.INR-section select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 20rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 2.8rem;
        padding-left: 1rem;
        width: 19.5rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        border: 1px solid gray;
        /* background-color: whitesmoke; */
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 5rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 0.7rem 0 0.7rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 20.2rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 20.2rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 14.5rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 20.2rem;
        /* margin-right: 3.5rem; */
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 13.5rem;
    }

    #degree {
        width: 6rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: 0rem;
        width: 7rem;
        left: -8rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:540px) {
    .body-container {
        display: inline-block;
        margin-left: 1.2rem;
    }

    .sectors-container {
        width: 20rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 14px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 12px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 8px;
        line-height: 12px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 20rem;
    }

    .sector-content-img1 img {
        width: 2rem;
        height: 2rem;
        margin: 1.5rem 0.5rem 0 1.5rem;
    }

    .sector-content-img2 img {
        width: 1.8rem;
        height: 1.9rem;
        margin: 1.4rem 0.6rem 0 1.5rem;
    }

    .sector-content-img3 img {
        width: 2rem;
        height: 2rem;
        margin: 1.9rem 0.7rem 0 2.2rem;
    }

    .sector-content-img4 img {
        width: 2rem;
        height: 2rem;
        margin: 1.9rem 0.7rem 0 1.3rem;
    }

    .sector-content-img5 img {
        width: 2rem;
        height: 2rem;
        margin: 1.8rem 0.5rem 0 2.2rem;
    }

    .sector-content-img6 img {
        width: 2rem;
        height: 2rem;
        margin: 1.8rem 0.5rem 0 1.7rem;
    }

    .sector-anchor-link1 {
        padding-top: 1.5rem;
        width: 5rem;
    }

    .sector-anchor-link2 {
        padding-top: 1.3rem;
        width: 4rem;
    }

    .sector-anchor-link3 {
        padding-top: 1.6rem;
        width: 6rem;
    }

    .sector-anchor-link4 {
        padding-top: 2rem;
        padding-left: 0rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 1.8rem;
        width: 4rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1.8rem;
        width: 5rem;
        padding-left: 0rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 10rem;
        margin: inherit;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    .main-form-container {
        width: 22rem;
        margin-top: 5rem;
        margin-left: 1rem;
        padding-top: 1.5rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 13px;
        font-weight: 650;
    }

    .form-container form div input {
        height: 2rem;
        padding-left: 1rem;
        font-size: small;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 18rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 14.3rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: small;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        width: 18rem;
        border: 1px solid gray;
        /* background-color: whitesmoke; */
    }

    .Contact-btn-reachout button {
        padding: 0.5rem 1.5rem;
        border: none;
        background-color: #0a1a3b;
        color: white;
        border-radius: 6px;
        font-size: 12px;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 18.2rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 9.2rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 14.5rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 14.2rem;
        /* margin-right: 3.5rem; */
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 14.2rem;

    }

    #degree {
        width: 14.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .same-input-div {
        display: block;
        margin-right: 10px;

    }

    .same-input-div input {
        margin-bottom: 1rem !important;
    }

    .in-form-container div {
        margin-top: 0rem;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: 0rem;
        width: 7rem;
        left: -8rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }

    .form-container form div input::-webkit-input-placeholder {
        font-size: 12px !important;
    }
}

@media (max-width:480px) {
    .body-container {
        display: inline-block;
        margin-left: 0.2rem;
    }

    .sectors-container {
        width: 20rem;
        margin-left: 1.5rem;
    }

    .rc-anchor-normal {
        height: auto !important;
        width: 80% !important;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 14px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 12px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 8px;
        line-height: 12px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 19rem;
    }

    .sectors-container {
        margin-right: 0rem;
    }

    .sector-content-img1 img {
        width: 2rem;
        height: 2rem;
        margin: 1.5rem 0.5rem 0 1.5rem;
    }

    .sector-content-img2 img {
        width: 1.8rem;
        height: 1.9rem;
        margin: 1.4rem 0.6rem 0 0.5rem;
    }

    .sector-content-img3 img {
        width: 2rem;
        height: 2rem;
        margin: 1.4rem 0.7rem 0 2.2rem;
    }

    .sector-content-img4 img {
        width: 2rem;
        height: 2rem;
        margin: 1.9rem 0.7rem 0 1.3rem;
    }

    .sector-content-img5 img {
        width: 2rem;
        height: 2rem;
        margin: 1.8rem 0.5rem 0 1.5rem;
    }

    .sector-content-img6 img {
        width: 2rem;
        height: 2rem;
        margin: 1.8rem 0.5rem 0 2.4rem;
    }

    .sector-anchor-link1 {
        padding-top: 1.5rem;
        width: 5rem;
    }

    .sector-anchor-link2 {
        padding-top: 1.3rem;
        width: 4rem;
    }

    .sector-anchor-link3 {
        padding-top: 1rem;
        width: 6rem;
    }

    .sector-anchor-link4 {
        padding-top: 2rem;
        padding-left: 0rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 1.8rem;
        width: 4rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1.8rem;
        width: 5rem;
        padding-left: 0rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 10rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    .main-form-container {
        width: 19rem;
        margin-top: 4.5rem;
        margin-left: 1.5rem;
        padding: 1rem;
    }

    .Contact-btn-reachout button {
        padding: 0.5rem 1.5rem;
        border: none;
        background-color: #0a1a3b;
        color: white;
        border-radius: 6px;
        font-size: 10px;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 13px;
        font-weight: 650;
        margin-bottom: 0rem;
    }

    .form-container form div input {
        height: 2rem;
        padding-left: 1rem;
        font-size: 11px !important;
    }

    #fullName {
        width: 100%;
        margin-top: 1rem;
        margin-right: 12px;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        border: 1px solid gray;
        width: 16rem;
        /* background-color: whitesmoke; */
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 16rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 14.3rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        font-size: small;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 16rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 9.2rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 14.5rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 16rem;
        /* margin-right: 3.5rem; */
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 16rem;

    }

    #degree {
        width: 14.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: 0rem;
        width: 7rem;
        left: -8rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:420px) {
    .body-container {
        display: inline-block;
        margin-left: 0.2rem;
    }

    .sectors-container {
        width: 17rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 14px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 12px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 8px;
        line-height: 12px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 19rem;
    }

    .sectors-container {
        margin-right: 0rem;
    }

    .sector-content-img1 img {
        width: 2rem;
        height: 2rem;
        margin: 0.9rem 0.5rem 0 0.4rem;
    }

    .sector-content-img2 img {
        width: 1.8rem;
        height: 1.9rem;
        margin: 1rem 0.6rem 0 0.5rem;
    }

    .sector-content-img3 img {
        width: 2rem;
        height: 2rem;
        margin: 1rem 0.7rem 0 1.2rem;
    }

    .sector-content-img4 img {
        width: 2rem;
        height: 2rem;
        margin: 0.5rem 0.5rem 0 0.3rem;
    }

    .sector-content-img5 img {
        width: 2rem;
        height: 2rem;
        margin: 0.8rem 0.5rem 0 0.5rem;
    }

    .sector-content-img6 img {
        width: 2rem;
        height: 2rem;
        margin: 0.8rem 0.5rem 0 0.6rem;
    }

    .sector-anchor-link1 {
        padding-top: 0.8rem;
        width: 5rem;
    }

    .sector-anchor-link2 {
        padding-top: 0.8rem;
        width: 4rem;
    }

    .sector-anchor-link3 {
        padding-top: 0.5rem;
        width: 6rem;
    }

    .sector-anchor-link4 {
        padding-top: 0.8rem;
        padding-left: 0rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 0.6rem;
        width: 4rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 0.5rem;
        width: 5rem;
        padding-left: 0rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 10rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    .main-form-container {
        width: 18rem;
        margin-top: 4rem;
        margin-left: 1rem;
        padding: 1rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 13px;
        font-weight: 650;
    }

    .form-container form div input {
        height: 2rem;
        padding-left: 1rem;
        font-size: 10px !important;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: 12px !important;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: 12px !important;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 15.8rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: 12px !important;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 15.8rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: 12px !important;
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: 12px !important;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 15.8rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 9.2rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 14.5rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 14.2rem;
        /* margin-right: 3.5rem; */
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 14.2rem;

    }

    #degree {
        width: 14.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: 0rem;
        width: 7rem;
        left: -8rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:390px) {
    .body-container {
        display: inline-block;
        margin-left: 0.2rem;
    }

    .sectors-container {
        width: 16rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 14px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 12px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 8px;
        line-height: 12px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 19rem;
    }

    .sectors-container {
        margin-right: 0rem;
    }

    .sector-content-img1 img {
        width: 1.4rem;
        height: 1.7rem;
        margin: 0.5rem 0.5rem 0 0rem;
    }

    .sector-content-img2 img {
        width: 1.5rem;
        height: 1.7rem;
        margin: 0.5rem 0.5rem 0 0.5rem;
    }

    .sector-content-img3 img {
        width: 1.5rem;
        height: 1.8rem;
        margin: 0.5rem 0.5rem 0 1rem;
    }

    .sector-content-img4 img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 1rem 0.5rem 0rem 0rem;
    }

    .sector-content-img5 img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 1rem 0.5rem 0 0.8rem;
    }

    .sector-content-img6 img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 1rem 0.5rem 0 0.5rem;
    }

    .sector-anchor-link1 {
        padding-top: 0.5rem;
        width: 5rem;
    }

    .sector-anchor-link2 {
        padding-top: 0.3rem;
        width: 4rem;
    }

    .sector-anchor-link3 {
        padding-top: 0.2rem;
        width: 6rem;
    }

    .sector-anchor-link4 {
        padding-top: 1rem;
        padding-left: 0.15rem;
        width: 4rem;
    }

    .sector-anchor-link5 {
        padding-top: 0.8rem;
        width: 4rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 1rem;
        width: 5rem;
        padding-left: 0rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 7rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    .main-form-container {
        width: 18rem;
        margin-top: 4rem;
        margin-left: 1rem;
        padding: 1rem;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 13px;
        font-weight: 650;
    }

    .form-container form div input {
        height: 2rem;
        padding-left: 1rem;
        font-size: small;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 100%;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 14.3rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border-radius: 4px;
        border: 1px solid gray;
        width: 15.5rem;
        /* background-color: whitesmoke; */
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: small;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 15.5rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 9.2rem;
        /* margin-right: 1rem; */
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 14.5rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 14.2rem;
        /* margin-right: 3.5rem; */
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 14.2rem;

    }

    #degree {
        width: 14.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: 0rem;
        width: 7rem;
        left: -8rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:376px) {
    .body-container {
        display: inline-block;
        margin-left: 0.2rem;
    }

    .sectors-container {
        width: 16rem;
        margin-left: 0rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 12px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 10px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 8px;
        line-height: 10px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 17rem;
    }

    .sectors-container {
        margin-right: 0rem;
    }

    .sector-content-img1 img {
        width: 1.3rem;
        height: 1.5rem;
        margin: 0rem 0.5rem 0 0rem;
    }

    .sector-content-img2 img {
        width: 1rem;
        height: 1.5rem;
        margin: 0rem 0.5rem 0 1.9rem;
    }

    .sector-content-img3 img {
        width: 1.3rem;
        height: 1.6rem;
        margin: 0rem 0.5rem 0 1.9rem;
    }

    .sector-content-img4 img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 1rem 0.4rem 0 0rem;
    }

    .sector-content-img5 img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0.8rem 0.5rem 0 2.4rem;
    }

    .sector-content-img6 img {
        width: 1.2rem;
        height: 1.4rem;
        margin: 0.9rem 0.3rem 0 0.9rem;
    }

    .sector-anchor-link1 {
        padding-top: 0.2rem;
        width: 2rem;
    }

    .sector-anchor-link2 {
        padding-top: 0rem;
        width: 2rem;
    }

    .sector-anchor-link3 {
        padding-top: 0rem;
        width: 4rem;
    }

    .sector-anchor-link4 {
        padding-top: 1.2rem;
        padding-left: 0rem;
        width: 1rem;
    }

    .sector-anchor-link5 {
        padding-top: 0.7rem;
        width: 3rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 0.7rem;
        width: 5rem;
        padding-left: 0.2rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 7rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ccc;
        position: absolute;
        left: -50%;
        top: 5px;
        z-index: 0;
    }

    #progressbar li .fa-check {
        width: 12px;
        line-height: 12px;
        display: block;
        font-size: 6px;
        background: #b1b1b1;
        color: #b1b1b1;
        border-radius: 15px;
        margin: 0 auto 6px auto;
        position: relative;
        z-index: 2;
    }

    .main-form-container {
        width: 16rem;
        margin-top: 4rem;
        margin-left: 0.5rem;
        padding: 1rem;
    }

    .form-container form div input::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 12px;
        font-weight: 650;
        margin-left: 0.5rem;
    }

    .in-form-container div {
        margin-top: 0rem;
    }

    .form-container form div input {
        height: 1.7rem;
        padding-left: 1rem;
        font-size: 9px !important;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 100%;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 13.2rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding-left: 1.4rem;
        border: 1px solid gray;
        border-radius: 4px;
        width: 14rem;
        /* background-color: whitesmoke; */
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: small;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 0.8rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    .Contact-btn-reachout button {
        padding: 0.5rem 1.5rem;
        border: none;
        background-color: #0a1a3b;
        color: white;
        border-radius: 6px;
        font-size: 9px;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 14rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 8.2rem;
        margin-right: 0rem;
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 13.2rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 13.2rem;
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 13.2rem;
        margin-bottom: 1rem;

    }

    #degree {
        width: 13.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: -2.5rem;
        width: 6rem;
        left: 1rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:346px) {
    .body-container {
        display: inline-block;
        margin-left: 0.2rem;
    }

    .sectors-container {
        width: 16rem;
        margin-left: 0rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 12px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 10px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 8px;
        line-height: 10px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 17rem;
    }

    .sectors-container {
        margin-right: 0rem;
    }

    .sector-content-img1 img {
        width: 1.3rem;
        height: 1.5rem;
        margin: 0rem 0.5rem 0 0rem;
    }

    .sector-content-img2 img {
        width: 1rem;
        height: 1.5rem;
        margin: 0rem 0.5rem 0 1.9rem;
    }

    .sector-content-img3 img {
        width: 1.3rem;
        height: 1.6rem;
        margin: 0rem 0.5rem 0 1.9rem;
    }

    .sector-content-img4 img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 1rem 0.4rem 0 0rem;
    }

    .sector-content-img5 img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0.8rem 0.5rem 0 2.4rem;
    }

    .sector-content-img6 img {
        width: 1.2rem;
        height: 1.4rem;
        margin: 0.9rem 0.3rem 0 0.9rem;
    }

    .sector-anchor-link1 {
        padding-top: 0.2rem;
        width: 2rem;
    }

    .sector-anchor-link2 {
        padding-top: 0rem;
        width: 2rem;
    }

    .sector-anchor-link3 {
        padding-top: 0rem;
        width: 4rem;
    }

    .sector-anchor-link4 {
        padding-top: 1.2rem;
        padding-left: 0rem;
        width: 1rem;
    }

    .sector-anchor-link5 {
        padding-top: 0.7rem;
        width: 3rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 0.7rem;
        width: 5rem;
        padding-left: 0.2rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 7rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ccc;
        position: absolute;
        left: -50%;
        top: 5px;
        z-index: 0;
    }

    #progressbar li .fa-check {
        width: 12px;
        line-height: 12px;
        display: block;
        font-size: 6px;
        background: #b1b1b1;
        color: #b1b1b1;
        border-radius: 15px;
        margin: 0 auto 6px auto;
        position: relative;
        z-index: 2;
    }

    .main-form-container {
        width: 16rem;
        margin-top: 4rem;
        margin-left: 0.2rem;
        padding: 1rem;
    }

    .form-container form div input::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 11px;
        font-weight: 650;
    }

    .in-form-container div {
        margin-top: 0rem;
    }

    .form-container form div input {
        height: 1.7rem;
        padding-left: 1rem;
        font-size: 9px !important;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 100%;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 13.2rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        border: 1px solid gray;
        padding-left: 1.4rem;
        border-radius: 4px;
        width: 14rem;
        /* background-color: whitesmoke; */
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: small;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 0.8rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 14rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 8.2rem;
        margin-right: 0rem;
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 13.2rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 13.2rem;
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 13.2rem;
        margin-bottom: 1rem;

    }

    #degree {
        width: 13.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: -2.5rem;
        width: 6rem;
        left: 1rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 10rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:326px) {
    .body-container {
        display: inline-block;
        margin-left: 0rem;
    }

    .sectors-container {
        width: 16rem;
        margin-left: 0rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 10px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 8px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 6px;
        line-height: 8px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 17rem;
    }

    .sectors-container {
        margin-right: 0rem;
    }

    .sector-content-img1 img {
        width: 1rem;
        height: 1rem;
        margin: 0rem 0.2rem 0 0rem;
    }

    .sector-content-img2 img {
        width: 1rem;
        height: 1rem;
        margin: 0rem 0.5rem 0 0.8rem;
    }

    .sector-content-img3 img {
        width: 1rem;
        height: 1.2rem;
        margin: 0rem 0.5rem 0 0.8rem;
    }

    .sector-content-img4 img {
        width: 1rem;
        height: 1rem;
        margin: 0.8rem 0.26rem 0 0rem;
    }

    .sector-content-img5 img {
        width: 1rem;
        height: 1rem;
        margin: 0.8rem 0.5rem 0 1.7rem;
    }

    .sector-content-img6 img {
        width: 0.9rem;
        height: 1rem;
        margin: 0.9rem 0.2rem 0 0.4rem;
    }

    .sector-anchor-link1 {
        padding-top: 0.2rem;
        width: 2rem;
    }

    .sector-anchor-link2 {
        padding-top: 0rem;
        width: 2rem;
    }

    .sector-anchor-link3 {
        padding-top: 0rem;
        width: 4rem;
    }

    .sector-anchor-link4 {
        padding-top: 0.6rem;
        padding-left: 0rem;
        width: 1rem;
    }

    .sector-anchor-link5 {
        padding-top: 0.7rem;
        width: 2.7rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 0.7rem;
        width: 5rem;
        padding-left: 0.2rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 7rem;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ccc;
        position: absolute;
        left: -50%;
        top: 5px;
        z-index: 0;
    }

    #progressbar li .fa-check {
        width: 12px;
        line-height: 12px;
        display: block;
        font-size: 6px;
        background: #b1b1b1;
        color: #b1b1b1;
        border-radius: 15px;
        margin: 0 auto 6px auto;
        position: relative;
        z-index: 2;
    }

    .main-form-container {
        width: 14rem;
        margin-top: 1rem;
        margin-left: 0.8rem;
        padding: 1rem;
    }

    .form-container form div input::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 12px;
        font-weight: 650;
        margin-left: 0.2rem;
    }

    .in-form-container div {
        margin-top: 0rem;
    }

    .form-container form div input {
        height: 1.7rem;
        padding-left: 1rem;
        font-size: 9px !important;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 100%;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: 9px !important;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 13.2rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding: 0.7rem;
        padding-left: 1rem;
        border-radius: 4px;
        border: 1px solid gray;
        width: 12rem;
        height: 5rem;
        font-size: 8px !important;
        /* background-color: whitesmoke; */
    }

    ::-ms-input-placeholder {
        /* Edge 12-18 */
        color: red !important;
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        font-size: small;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 0.8rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    .Contact-btn-reachout button {
        padding: 0.5rem 1.5rem;
        border: none;
        background-color: #0a1a3b;
        color: white;
        margin-right: 1.5rem;
        position: relative;
        top: -3rem;
        border-radius: 6px;
        font-size: 8px;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 12rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 8.2rem;
        margin-right: 0rem;
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #yexp {
        width: 13.2rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 13.2rem;
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 13.2rem;
        margin-bottom: 1rem;

    }

    #degree {
        width: 13.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: -2.5rem;
        width: 6rem;
        left: 1rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 9px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 6rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}

@media (max-width:308px) {
    .body-container {
        display: inline-block;
        margin-left: 0rem;
    }

    .sectors-container {
        width: 14rem;
        margin-left: 0rem;
    }

    .img-logo {
        width: 20rem;
    }

    .header-sector {
        margin-top: 1.7rem;
        font-size: 10px;
        font-weight: 600;
        color: #0a1a3b;
    }

    .header-sector-content {
        font-size: 8px;
        font-weight: 490;
    }

    .sector-content a {
        font-size: 6px;
        line-height: 8px;
        font-weight: 500;
        display: inline-block;
    }

    .sector-content {
        width: 13rem;
    }

    .sectors-container {
        margin-right: 0rem;
    }

    .sector-content-img1 img {
        width: 1rem;
        height: 1rem;
        margin: 0rem 0.2rem 0 0rem;
    }

    .sector-content-img2 img {
        width: 1rem;
        height: 1rem;
        margin: 0rem 0.5rem 0 0.8rem;
    }

    .sector-content-img3 img {
        width: 1rem;
        height: 1.2rem;
        margin: 0rem 0.5rem 0 0.8rem;
    }

    .sector-content-img4 img {
        width: 1rem;
        height: 1rem;
        margin: 0.8rem 0.26rem 0 0rem;
    }

    .sector-content-img5 img {
        width: 1rem;
        height: 1rem;
        margin: 0.8rem 0.5rem 0 1.7rem;
    }

    .sector-content-img6 img {
        width: 0.9rem;
        height: 1rem;
        margin: 0.9rem 0.2rem 0 0.4rem;
    }

    .sector-anchor-link1 {
        padding-top: 0.2rem;
        width: 2rem;
    }

    .sector-anchor-link2 {
        padding-top: 0rem;
        width: 2rem;
    }

    .sector-anchor-link3 {
        padding-top: 0rem;
        width: 4rem;
    }

    .sector-anchor-link4 {
        padding-top: 0.6rem;
        padding-left: 0rem;
        width: 1rem;
    }

    .sector-anchor-link5 {
        padding-top: 0.7rem;
        width: 2.7rem;
        padding-left: 0rem;
    }

    .sector-anchor-link6 {
        padding-top: 0.7rem;
        width: 5rem;
        padding-left: 0.2rem;
    }

    a {
        font-size: 10px;
        text-decoration: none;
        color: #0a1a3b;
    }

    .attached-file-name input {
        background-color: transparent;
    }

    /* select file box end */

    /* Form Media - 900px */

    .body-form-container {
        padding-top: 9rem;
    }

    .Contact-btn-reachout {
        margin-top: 0rem;
        float: right;
    }

    .contact-button {
        margin-left: 5rem;
        width: 25rem;
        padding: 0.7rem 1.3rem 0.7rem 1.3rem;
        font-size: 18px;

    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ccc;
        position: absolute;
        left: -50%;
        top: 5px;
        z-index: 0;
    }

    #progressbar li .fa-check {
        width: 12px;
        line-height: 12px;
        display: block;
        font-size: 6px;
        background: #b1b1b1;
        color: #b1b1b1;
        border-radius: 15px;
        margin: 0 auto 6px auto;
        position: relative;
        z-index: 2;
    }

    .main-form-container {
        width: 14rem;
        margin-top: 0rem;
        margin-left: 0rem;
        padding: 1rem;
    }

    .form-container form div input::-webkit-input-placeholder {
        font-size: 10px !important;
    }

    .form-header {
        margin-top: 0.5rem;
        font-size: 12px;
        font-weight: 650;
        margin-left: 0.2rem;
    }

    .in-form-container div {
        margin-top: 0rem;
    }

    .form-container form div input {
        height: 1.7rem;
        padding-left: 1rem;
        font-size: 9px !important;
    }

    .form-container form div.INR-section select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 4.5rem;
        margin: 0rem 0.5rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div.INR-section select>option {
        width: 4rem;
        font-size: small;
    }

    .form-container form div.select-container select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 12rem;
        margin: 1rem 1rem 1rem 0rem;
        float: left;
        font-size: 9px !important;
    }

    .form-container form div.candidate-selction select {
        height: 1.8rem;
        padding-left: 1rem;
        width: 13.2rem;
        margin: 0rem 1rem 1rem 0rem;
        float: left;
        font-size: small;
    }

    .form-container form div textarea {
        border: none;
        padding: 0.7rem;
        padding-left: 1rem;
        border-radius: 4px;
        width: 12rem;
        border: 1px solid gray;
        height: 5rem;
        font-size: 8px !important;
        /* background-color: whitesmoke; */
    }

    ::-ms-input-placeholder {
        /* Edge 12-18 */
        color: red !important;
    }

    form div textarea {
        border: none;
        border-radius: 4px;
        padding: 1.4rem;
        /* background-color: whitesmoke; */
        width: 29.5rem;
        font-size: small;
    }

    .email-section button {
        border: none;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        cursor: pointer;
        color: white;
        background-color: #0a1a3b;
        width: 4rem;
        margin-bottom: 0rem;
        margin-top: 0.8rem;
        padding: 0.5rem 0 0.6rem 0;
    }

    #fullName {
        width: 12rem;
        margin-bottom: 0rem;
        margin-top: 1rem;
    }

    #email {
        width: 12rem;
        margin-bottom: 0rem;
        margin-top: 1rem;
    }

    #fname,
    #lname,
    #cweb,
    #cskills {
        width: 12rem;
        margin-top: 1rem;
    }

    #incomesection {
        width: 8.2rem;
        margin-right: 0rem;
    }

    #designame {
        width: 30rem;
        margin-right: 1rem;
        margin-bottom: 1rem
    }

    #code {
        width: 4rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    #mphone {
        width: 9rem;
        margin-right: 0rem;
    }

    #yexp {
        width: 13.2rem;
        margin-bottom: 1rem
    }

    #linkedurl {
        width: 13.2rem;
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    #location,
    #designame {
        width: 12rem;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    .candidate-selction select {
        padding-left: 1rem;
        width: 25rem;
    }

    #industry-selection {
        margin-right: 1rem;
    }

    .select-container select {
        width: 17.7rem;
        margin-right: 0rem;
    }

    #einstitue {
        width: 13.2rem;
        margin-bottom: 1rem;

    }

    #degree {
        width: 13.2rem;
        margin-bottom: 1rem;
    }

    .INR-section select {
        width: 6rem;
        margin-left: 0rem;
        margin-top: 0;
        margin-right: 0rem;
    }

    .footer-container {
        display: grid !important;
    }

    .attached-button-wrap input[type="file"] {
        position: relative;
        z-index: 998;
        top: -2.5rem;
        width: 6rem;
        left: 1rem;
        height: 2rem;
        font-size: 17px;
        color: #b8b8b8;
    }

    .attached-button {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        padding: 0.4rem 0.3rem 0.4rem 0.3rem;
        width: 8rem;
        z-index: 999;
        position: relative;
        background-color: #41dc8e;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 4px;
        margin: 5px;
    }

    .attached-label-2 {
        position: relative;
        top: 0rem;
        z-index: 3;
        width: fit-content;
        left: 0.5rem;
        background: transparent;
        font-size: 8px;
    }

    .sub-btn button {
        border: none;
        border-radius: 4px;
        font-size: 9px;
        font-weight: 500;
        color: white;
        background-color: #0a1a3b;
        width: 6rem;
        margin-bottom: 2rem;
        padding: 0.4rem 0 0.4rem 0;
    }
}



/* End Of The PSS Client data */