﻿/*-----------------------------------------internal CSS Start----------------------------------------*/
.d-none {
    display: none;
}
.subscribeformIn {
    width: 315px;
    padding: 15px 15px 5px 15px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.closeSubscribe {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5b5a5a url("/Images/HyperLocal/Common/closeicon.png") no-repeat center center;
    background-size: 12px 12px;
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.subscribeformIn form {
    width: 100%;
    float: left;
}

.subscribeform {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.7);
    text-align: center;
    position: fixed;
    padding-top: 100px;
    /* display: none;*/
}

/*-----------------------------------------internal CSS End----------------------------------------*/



.main_heading {
    position: relative;
}

    .main_heading h2:before {
        width: 60px;
        height: 4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -10px;
        content: "";
        position: absolute;
        background: #000;
    }

.careers_el {
    margin-left: 14%;
}

    .careers_el .form-group {
        padding-right: 0;
        padding-left: 0;
    }

    .careers_el .form-control {
        padding: 5px 5px;
        height: 45px;
        line-height: 15px;
        border-right: 0;
        border-color: #ccc;
        font-size: 14px;
        color: #000;
        font-weight: 400;
    }

.fmp_form .form-control:focus {
    border-color: #ccc;
}

.careersbtn {
    height: 45px;
}

.customSelect1 select {
    height: 45px;
    line-height: 15px;
    border-left: 0;
    border-color: #000;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    background: url(/images/arrow.png) no-repeat 95% center;
    border: none;
    white-space: pre;
    text-overflow: ellipsis;
    padding: 5px 32px 5px 5px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-family: "Fira Sans";
    color: transparent;
    text-shadow: 0 0 0 #000;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
}

    .customSelect1 select option {
        color: #000;
    }

    .customSelect1 select::-ms-expand {
        display: none;
    }

    .customSelect1 select:focus::-ms-value {
        background: 0 0;
    }

.careers_msg {
    background-color: #f4f4f4;
    width: 70%;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.careers_heading {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.careers_wh {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
}

.careers_description {
    margin-bottom: 30px;
}

    .careers_description:after {
        content: " ";
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        background: #f4f4f4;
    }

.careers_bold {
    font-weight: 500;
    margin: 20px 0;
}

.careers_ul {
    margin-bottom: 10px;
    margin-left: 3%;
}

.careers_msg ul li:before {
    content: "\f111";
    color: #000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    line-height: 25px;
    font-size: 8px;
}

.careers_msg p {
    color: #000;
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
    margin-left: 15px;
}

.loaderService {
    text-align: center;
}

@media (max-width: 767px) {
    .careers_el {
        width: 90%;
        margin-left: 5%;
    }

        .careers_el .form-control {
            border-right: 1px solid #ccc;
        }

    .careers_msg {
        width: auto;
        padding: 30px 10px;
        margin-bottom: 20px;
    }

    .careers_heading {
        font-size: 23px;
    }
}
