.rolex-search {
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
    font-family: Helvetica, sans-serif;
    max-width: 1230px
}
.rolex-search h1 {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.rolex-search h1, .rolex-search h2 {
    text-align: center;
    line-height: 28px;
}
.rolex-search h2 {
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: 300;
    font-family: Helvetica, sans-serif;
}
.rolex-search-grid {
    display: table;
    width: 100%;
    max-width: 1294px;
    margin: 24px auto 0
}
.rolex-search-tile {
    display: table-cell;
    margin: 20px auto 0;
    width: 50%;
    max-width: 50%;
    vertical-align: top
}
.rolex-search-tile:first-child {
    padding-right: 12px
}
.rolex-search-tile:last-child {
    padding-left: 12px
}
.rolex-search-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    flex-direction: column;
    background-color: rgba(0,0,0,.5)
}
.rolex-search-bg, .rolex-search-text-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.rolex-search-bg {
    position: relative;
    margin: 0 auto;
    padding: 36px;
    text-align: center;
    background-position: 50%!important;
    max-width: 635px;
    height: 410px;
    background-size: auto 100%!important;
    background-repeat: no-repeat
}
.rolex-search-bg-text {
    display: block;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 auto 20px;
    text-transform: uppercase
}
.rolex-search-bg-text span {
    white-space: nowrap
}
.rolex-search-bg-btn {
    color: #fff;
    border: 1px solid rgb(18, 120, 74);
    background-color: rgb(18, 120, 74);
    border-radius: 30px;
    text-transform: none;
    padding: 10px 30px;
    font-size: 12px;
    height: auto;
    font-family: Helvetica, sans-serif;
    line-height: 1;
}
.rolex-search-bg-btn:hover {
    background: #fff;
    color: rgb(18, 120, 74);
}
.pcontainer .sBtns svg {
    height: 15px;
}
.pcontainer .sBtns svg path{
    fill: #fff;
}
.pcontainer .sfform {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.pcontainer .sfform .input-group {
    width: 500px;
}
.pcontainer .sBtns {
    max-width: 40px;
    background: #3172ab;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767.9px) {
    .rolex-search-grid,.rolex-search-tile {
        display:block;
        width: 100%;
        max-width: 100%
    }
    .rolex-search-tile:first-child,.rolex-search-tile:last-child {
        padding: 0
    }
}
@media (max-width: 400px) {
    .rolex-search-bg {
        max-width:375px;
        height: 365px
    }
}