/* Homepage Banner Image*/

.carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 20px 10px;
    background-color: gray;
    cursor: pointer;
}

.searchroles-banner {
    /* width: 100%; */
    height: 580px;
    /* background-position-x: 25%; */
    background-position-y: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Blue Vector Bars */
.searchroles-banner-vectors {
    position: absolute;
    width: 141px;
    height: 126px;
    left: 429px;
    top: 0px;
}

/* Find your career */
.searchroles-banner-content {
    position: absolute;
    width: 618.2px;
    height: 207.1px;
    margin: 182.74px 684.93px 190.16px 136.87px;
}

.search-con {
    justify-content: center !important;
    display: flex !important;
}



/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
    border: 1px solid #16BAE7;
    height: auto;
    padding: 0px;
    border-radius: 0px;
}

select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #F4F6F9;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 40%;
        right: 15px;
        width: 0;
        height: 0;
        /* transform: translate(-50%, -50%); */
        border: 8px solid #16BAE7;
        border-color: #16BAE7 transparent transparent transparent;
    }

/*point the arrow upwards when the select box is open (active):*/
.custom-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #16BAE7 transparent;
    top: 25%;
}

/*style the items (options), including the selected item:*/
.custom-select .select-items div, .select-selected {
    color: #16BAE7;
    padding: 20px;
    border: 1px solid #ffff;
    /* border-color: transparent transparent #16BAE7 transparent; */
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.custom-select .select-items {
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-top: 1px solid #16BAE7;
    background-color: #ffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.custom-select .select-hide {
    display: none;
}

.custom-select .select-items div:hover, .same-as-selected {
    background-color: #16bae72c;
}

.row-icons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.search-icons {
    padding: 10px;
}

    .search-icons i {
        padding: 5px;
        font-size: 25px;
        color: #16BAE7;
    }

.box-width {
    flex: 0 0 50%;
    max-width: 50%;
}

.light-box {
    color: #00233A;
    background-color: #F7EF66;
}

.dark-box {
    color: #fff;
    background-color: #00233A;
}

.dark-border {
    border-color: #00233A !important;
    padding: 5px;
}

.light-border {
    border-color: #fff !important;
    padding: 5px;
}

.inline-border {
    display: inline-block;
}

.link-button {
    cursor: pointer;
    height: 55px;
    padding: 5px 23px 5px 23px;
    border: 1px solid #16bae7;
    box-sizing: border-box;
    align-items: center;
    background-color: #fff;
    color: #16bae7;
    font-family: 'AvantGarde Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.p-6px {
    padding: 6px !important;
}



/* smartphone */
@media screen and (max-width: 768px) {
    .searchroles-banner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* width: 100%; */
        height: 735px;
        background-position-x: 63%;
    }

    .searchroles-banner-vectors {
        position: absolute;
        width: 132px;
        height: 121px;
        left: 65.36px;
        top: 0px;
    }

    .searchroles-banner-content {
        position: absolute;
        margin: 633px 124px 30px 35px;
        width: 216px;
        height: 72px;
    }

        .searchroles-banner-content img {
            width: 216px;
            height: 72px;
        }
}

/* OUR CAREERS */
.our-careers-content {
    width: 50%;
}

.our-careers-pic img {
    width: 484px;
    height: 412px;
    object-fit: cover;
}

/* Mobile view */
@media screen and (max-width: 767px) {
    .our-careers-content {
        width: 100%;
    }

    .our-careers-pic {
        width: 100%;
    }

        .our-careers-pic img {
            width: 100%;
            height: 232px;
        }

    .search-con {
        display: block !important;
    }

    .custom-select {
        width: 100% !important;
    }

    .row-icons {
        margin-top: 10px;
    }

    .box-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dark-border {
        padding: 3px;
    }

    .light-border {
        padding: 3px;
    }
}

/* 
  ##Device = Desktops higher
  ##Screen = 1920px to higher resolution desktops
*/

@media (min-width: 1920px) {

    /* CSS */
    .buttons-search-filters {
        padding: 0rem 8rem;
        margin: 0;
    }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to 1919px
*/

@media (min-width: 1281px) and (max-width: 1919px) {

    /* CSS */

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */

}
