.page-title>.container::before{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(20, 20, 20, 0.6) 35%, rgba(83, 100, 141, 0) 100%);
    width: 100%;
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

#jobApplicationForm .form-control
{
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 10px 60px 10px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    border: 3px solid #fff;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}
#jobApplicationForm .form-control:focus{
    border-color: #6c4ec7;
}
#jobApplicationForm .form-group{
    margin-bottom: 40px;
}
.custom-modal-title{
    color: #000;
    font-size: 35px;
    font-family: 'Modak', cursive;
}
.custom-modal-close{
    background-color: #000 !important;
    color: white;
    border-radius: 50%;
    padding: 0px;
    margin-top: -30px;
    margin-right: -30px;
    font-size: 26px;
    width: 35px;
    height: 35px;
    font-weight: bold;
    cursor: pointer;
}

.modal-header{
    border-bottom: 0;
}
.modal-content
{
    border: 2px #000 solid;
    border-radius: 1.7rem;
}
.custom-modal-body>img
{
    border-radius: 5px;
}
.custom-modal-body>p{
    color: #000;
    font-size: 22px;
    margin-top: 20px;
    font-family: 'Times New Roman', Times, serif;
}
.city-title
{
    cursor: pointer
}
/* .city-title:hover
{
    color: #6c4ec7!important;
    text-decoration: underline!important;
} */
.cityClick
{
    cursor: pointer;
}
#selectlocationform select
{
    
    height: 60px;
    background-color: #fff;
    padding: 10px 60px 10px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    border: 3px solid #fff;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    /* background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 14px; */
}
#becomeAPartnerFrm input,#becomeAUserFrm input{
    height: 60px;
    background-color: #fff;
    padding: 10px 60px 10px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    border: 3px solid #fff;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}