.social-links a i, .contact-info i{
    font-size: 15px;
}
.sec-hero{
    margin-top: 10rem;
    background: linear-gradient(90deg, #004250, #05bbe4);
    color: #fff;
}

.hero-sec-col{
    margin-left: 6rem;
}

.hero-down h2{
    text-align: center;
}
.hero-down {
    display: block;
    width: 80%;
    margin: auto;
    line-height: 25px;
}

.flex-col{
    display: flex;
    flex-direction: column;
}

.main-calc {
    background-color: #ccc;
    width: 85%;
    margin: 0 auto;
    padding: 3rem;
    box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.5), -5px -5px 10px rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 15px;
}

.calc-point input{
    width: 100px;
    height: 50px;
    outline: none;
    border: none;
    text-align: center;
}

#age,
#wokexp {
    outline: none;
    border: none;
    background-color: #ccc;
    margin-bottom: 1rem;
}

.mobile-nav-toggle i {
    font-size: 4rem;
    cursor: pointer;
}

.langmar {
    margin: 0 2rem;
}

.mobile-nav-overly{
    opacity: 0;
}

.navvis{
    opacity: 10;
    visibility: visible;
}

.mobile-nav-toggle{
    z-index: 10000;
}


.division-sec2-co7-input{
    width: 7rem;
}


/* footer and form */

.formvs {
    /* width: 100%; */
    margin-top: 50px;
    /* height: 600px; */
    background: linear-gradient(to right, #000 0, #004250 100%);
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

.formvs-row {
    width: 80vw;
    margin: 50px auto;
    /* height: 454px; */
    display: flex;
    justify-content: space-evenly;
}

.formvs-row-col {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    /* word-wrap: break-word; */
    width: 174px;
    margin-left: -77px;
}

.formvs-row-col1 {
    width: 40%;
    height: 517px;
    /* background-color: #08bfe8; */
}

.formvs-row-col2 {
    width: 20%;
    height: 517px;
    /* background-color: #08bfe8; */
}

.formvs-row-col1-p {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: white;
    letter-spacing: 1.2px;
    margin-left: 20px;
}

.findus-col {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: white;
    letter-spacing: 1.2px;
    margin: 0px auto;
}

/* input:focus {
    border: 1px solid #004250;
} */

.formvs-row-selct {
    outline: none;
    border: none;
    width: 140px;
    height: 100%;
    margin-left: 12px;
}

.formvs-row-pho {
    /* height: 30px; */
    margin-left: 12px;
    outline: none;
    border: none;
}

.form-control-btn {
    height: 32px;
    width: 400px;
    margin: 12px auto;
    background-color: #004250;
    color: white;
}

.form-control-btn-sub {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: white;
    background-color: #004250;
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
}

.findus-col-row {
    width: 255px;
    height: 20px;
    margin: 10px auto;
    padding: 15px;
}

.findus-col-row-se {
    font-size: 16px;
    color: white;
    line-height: 21px;
    background: transparent;
    height: 100%;
    width: 100%;
    border: 0 !important;
    outline: none;
}

.findus-col-row-add {
    width: 255px;
    height: 132x;
    background-color: white;
    padding: 15px;
}

.findus-col-row-add-h {
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
}

.findus-col-row-add-p {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    margin: 5px auto;
}

footer {
    background-color: #212529;
    color: white;
    display: flex;
    flex-direction: column;
}

.foot-row {
    padding: 27px;
    display: flex;
}

.foot-row-width {
    width: 24vw;
}

.copyrightse {
    height: 50px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #cccccc;
    margin-top: 10px;
}


.divider {
    height: 3px;
    width: 40px;
    background-color: #004250;
    margin-top: 10px;
}

.divmar {
    margin-left: 20px;
}

.formvs-row-input {
    font-size: 14px;
    color: #004250;
    line-height: 21px;
    width: 97%;
    border: 0 !important;
    outline: none;
    padding-left: 12px
}

.form-control {
    margin: 16px auto;
    border: none;
    width: 400px;
    background-color: white;
}

.foot-row-col {
    float: left;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 24px;
    margin-left: 69px;
    font-family: Open Sans, sans-serif;
    color: #cccccc;
}

.linkhovr:hover{
    color: #17a2b8;
}
.foot-row-col h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    color: white;
}

.foor-row-mar{
    margin: 9px 0px;
}

.foot-row a{
    color: #cccccc;
    text-decoration: none;
}
