﻿body {
    margin: 0px;
    padding: 0px;
    background: #f4f4f4;
}

.header-box {
    padding: 10px 15px;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    z-index: 9999;
    box-shadow: 0px 0px 5px #444;
}
.logoBox {
            display: flex;
            align-items: center;
        }

            .logoBox h3 {
                margin: 0px;
                margin-left: 15px;
                padding-left: 15px;
                border-left: 3px #4caf50 solid;
                color: #4caf50;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 600;
            }
.back-btn-link img {
    width: 120px;
}

.bannerJobs {
    margin-top: 70px;
}

.buyer-name {
    padding: 15px 15px;
    text-transform: uppercase;
}

    .buyer-name h1 {
        margin: 0px;
        padding: 0px;
        color: #fff;
        text-shadow: 1px 2px 3px #000000;
        text-transform: uppercase;
    }

    .buyer-name h2 {
        margin: 0px;
        padding: 0px;
        color: #fff;
        text-shadow: 1px 2px 3px #000000;
        text-transform: uppercase;
    }

    .buyer-name h3 {
        margin: 0px;
        padding: 0px;
        color: #333;
        /*text-shadow:1px 2px 3px #000000;*/
        text-transform: uppercase;
        margin: 0px;
        font-weight: 700;
    }

    .buyer-name h4 {
        margin: 0px;
        padding: 0px;
        color: #fff;
        text-shadow: 1px 2px 3px #000000;
        text-transform: uppercase;
    }

    .buyer-name h5 {
        margin: 0px;
        padding: 0px;
        color: #fff;
        text-shadow: 1px 2px 3px #000000;
        text-transform: uppercase;
    }

    .buyer-name h6 {
        margin: 0px;
        padding: 0px;
        color: #fff;
        text-shadow: 1px 2px 3px #000000;
        text-transform: uppercase;
    }

.work-area {
    padding: 0px 15px 15px 15px;
}

.bg-white {
    background: #fff;
    /*box-shadow:2px 4px 6px #4a4a4a;*/
}

.heading-content {
    background: #459e44;
    padding: 15px;
}

    .heading-content h3 {
        color: #fff;
        margin: 0px;
        font-size: 18px;
    }

        .heading-content h3 b {
            color: #fff;
        }

.RowFlex {
    display: flex;
    align-items: center;
}

.help {
    margin-top: 15px;
}

    .help h3 {
        margin: 0px;
        font-size: 18px;
        font-weight: 600;
    }

.flexRow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flexRow {
    font-size: 14px;
}

    .flexRow > div {
        display: flex;
        align-items: center;
        margin: 0px 0px 0px 15px;
    }

    .flexRow i.fa {
        font-size: 16px;
        color: #459e44;
        display: inline-block;
        margin-right: 5px;
    }


.arrow-right {
    height: 0;
    border-top: 49px solid transparent;
    border-left: 60px solid #318130;
}

.validation-star {
    color: #ff0000;
    display: inline-block;
}

.form-box-control {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .form-box-control label {
        font-size: 12px;
    }

    .form-box-control .form-control {
        border-radius: 0px;
    }

.condition-for-fill-form {
    color: #ed0707;
    margin: 8px 0px;
    font-weight: bold;
}

h4.section-form-heading {
    background: #f5f5f5;
    color: #459e44;
    margin: 0px;
    padding: 8px;
    margin-bottom: 15px;
    font-weight: 600;
}

    h4.section-form-heading i.fa {
        display: inline-block;
        margin-right: 5px;
    }

.form-btn {
    width: 49%;
    font-size: 14px;
    text-transform: uppercase;
}

.orng-btn {
    background: #004b89;
    color: #fff;
    font-weight: bold;
    border: solid #003b6c 2px;
}

    .orng-btn:hover, .orng-btn:focus {
        background: #003b6c;
        color: #fff;
        font-weight: bold;
        border: solid #004b89 2px;
    }

.blue-btn {
    background: #16a9ff;
    color: #fff;
    font-weight: bold;
    border: solid #1497e4 2px;
}

    .blue-btn:hover, .blue-btn:focus {
        background: #1497e4;
        color: #fff;
        font-weight: bold;
        border: solid #16a9ff 2px;
    }

.copyright {
    margin-top: 10px;
    padding: 15px 15px;
}

    .copyright p {
        color: #8b8b8b;
        margin: 0px;
        font-size: 11px;
    }

.form-file-upload {
    border: 0px !important;
    box-shadow: 0px 0px 0px;
}

    .form-file-upload:focus {
        outline: 0px auto -webkit-focus-ring-color !important;
        box-shadow: 0px 0px 0px;
    }

.container-positions {
    position: relative;
}

.companyName {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
h3.companyName {
    font-size:22px !important;
}
h3.companyName span {
    font-size:22px !important;
}
.back-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
}

    .back-btn i {
        background: #1497e4;
        color: #fff;
        display: inline-block;
        padding: 10px 10px;
        height: 36px;
    }

.bck-span {
    background: #459e44;
    height: 36px;
    padding: 7px 25px;
    display: inline-block;
    border: solid 1px #318130;
    transition: all .2s;
    border-radius: 0px;
}

.back-btn:hover .bck-span {
    background: #318130;
    color: #fff;
    text-decoration: none;
}

@media (max-width:1200px) {
    .arrow-right {
        height: 0;
        border-top: 49px solid transparent;
        border-left: 35px solid #318130;
    }
}

@media (max-width:991px) {
    .companyName {
        font-size: 14px;
    }

    .help div:nth-child(1) {
        display: none;
    }
}

@media (max-width:767px) {
    .RowFlex {
        display:block;
    }
    .help {
        margin-bottom: 15px;
    }

        .help div:nth-child(1) {
            display: none;
        }

    .buyer-name h2 {
        font-size: 18px;
    }

    .heading-content h3 {
        font-size: 14px;
        line-height: 14px;
    }

    .arrow-right {
        display: none;
    }

    .condition-for-fill-form {
        font-size: 14px;
    }

    .form-box-control label {
        font-size: 14px;
    }

    .back-btn {
        position: relative;
        right: 0px;
        margin: 8px 0px;
    }

    .companyName {
        display: none;
    }
}

@media (max-width:480px) {
    .back-btn-link {
        margin-top: 10px;
        display: inline-block;
    }

        .back-btn-link img {
            width: 100%;
        }

    .form-btn {
        width: 49%;
    }
}


.modal-header .Close {
    opacity:unset;
    color:#fff;
}