﻿
.career-left h1.care-head {
    font-size: 60px;
    text-transform: uppercase;
    color: #4d0059;
}


.career-left h4.disc-care {
    font-size: 22px;
    line-height: 30px;
    color: #bb6ae9;
    text-align: justify;
}

.career-left p {
    font-size: 17px;
    line-height: 30px;
    color: #8e919f;
    text-align: justify;
}

.mt45 {
    margin-top: 45px;
}

.mb35 {
    margin-top: 45px;
    margin-bottom: 35px;
}

.car-list li {
    font-size: 16px;
    color: #8e919f;
    line-height: 30px;
}

    .car-list li::before {
        content: "\f192";
        font-family: fontawesome;
        margin-right: 15px;
        color: #d200ee;
    }

.page-title-container {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.page-title-container {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .page-title-container .page-title .entry-title {
        line-height: 70px;
        color: #fff;
        margin: 0;
        font-size: 30px !important;
        font-weight: bold;
    }
.hotel_name {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.career-left {
    margin-top: 80px;
}

.job-form {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #e5e5e5;
    padding: 20px;
    border-radius: 4px;
}

.text-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 010px;
    font-size: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
}

input:focus, textarea:focus{
    outline: 0;
}

textarea.textarea-box {
    position: relative;
    width: 100%;
    display: block;
    padding: 8px 10px;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 15px;
    margin-top: 20px;
}

.sub-btn .btn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background: linear-gradient(to right,#33003a,#5e006c,#820094,#61016f,#29002e) !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: none;
    border-radius: 4px;
}
.job-form #uploadFile {
    line-height: 28px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    width: 62%;
}

.job-form .file-upload.btn {
    display: inline-block;
    padding: 0px 12px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(to right,#33003a,#5e006c,#820094,#61016f,#29002e) !important;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
}

.job-form .file-upload input.upload {
    position: absolute;
    top: 23px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.job-form .file-label {
    color: #818490;
    font-size: 11px;
    text-transform: capitalize;
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .job-form #uploadFile {
        width: 100%;
    }

}
 @media only screen and (max-width:991px) and (min-width:768px) {
        .career-left h1.care-head {
            font-size: 45px;
        }

        .career-left h4.disc-care {
            font-size: 17px;
        }

        .career-left p {
            font-size: 14px;
            line-height: 25px;
        }

        .job-form #uploadFile {
            width: 100%;
        }
    }


@media only screen and (max-width:767px) and (min-width:320px) {

    .career-left h1.care-head {
        font-size: 30px;
    }

    .career-left {
        margin-top: 35px;
    }

        .career-left h4.disc-care {
            font-size: 18px;
        }

        .career-left p {
            font-size: 14px;
            line-height: 24px;
        }
    .mb35 {
        margin-top: 28px;
        margin-bottom: 10px;
    }
    .job-form {
        padding: 20px 0;
    }


}