.clearfix:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

.clr {
    clear: both;
}

.offer-box {
    background: #ebf3ff;
    padding: 10px;
    margin-top: 15px;
}

.offer-box p {
    font-size: 18px;
    color: #0b7141;
}

.ob-inner {
    border: #a6c7f7 1px dashed;
    padding: 20px 20px;
    background: #fff;
}

.offer-logo {
    float: left;
    width: 110px;
    height: 110px;
    line-height: 80px;
    border: #e0e0e0 1px solid;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.offer-logo img {
    display: inline;
    vertical-align: middle;
    width: 97%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.offer-heading {
    line-height: 22px;
    font-weight: bold;
    padding-left: 120px;
}

.ob-left {
    float: left;
    width: 50%;
}

.ob-right {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 15px;
    line-height: 26px;
}

.perk-filter {
    background-color: #1f1e22;
    margin-bottom: 60px;
}

.perk-filter ul {
    display: block;
    list-style: none;
    margin: 0;
}

.perk-filter ul li {
    float: left;
}

.perk-filter ul li:last-child {
    float: right;
}

.perk-filter ul li a {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px 45px;
    display: block;
    color: #fff;
    transition: 0.3s;
}

.perk-filter ul li:last-child a {
    border-right: none;
}

.perk-filter ul li.filter-dropdown {
    position: relative;
}

.perk-filter ul li.filter-dropdown a span {
    padding-right: 35px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}

.perk-filter ul li.filter-dropdown ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #1f1e22;
    padding-bottom: 15px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.perk-filter ul li.filter-dropdown ul li {
    display: block;
    float: none;
    border-bottom: #48474c 1px solid;
    margin: 0;
}

.perk-filter ul li.filter-dropdown ul li:last-child {
    border-bottom: none;
}

.perk-filter ul li.filter-dropdown ul li a {
    padding: 10px 10px;
    font-size: 14px;
}

.perk-filter ul li.filter-dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}

.perk-box {
    text-align: center;
}

.perk-logo {
    width: 100%;
    height: 260px;
    line-height: 260px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.perk-logo img {
    max-width: 90%;
    max-height: 80%;
    display: inline;
    vertical-align: middle;
}

.perk-box h6 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.perk-lightbox-sec {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255, 0.9);
    z-index: 9999;
    width: 100%;
}

.perk-lightbox {
    max-width: 630px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.perk-lightbox-inner {
    padding: 12px;
    background-color: #f5f5f5;
}

.perk-lightbox .pl-close {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: red;
    display: block;
    color: #fff !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}

.perk-lightbox .pl-close span {
    width: auto;
    height: auto;
    line-height: inherit;
}

.company-offer-logo {
    float: left;
    width: 200px;
    height: 250px;
    line-height: 250px;
    text-align: center;
    border: #d8dbe4 1px solid;
    background-color: #fff;
    overflow: hidden;
}

.company-offer-logo img {
    display: inline;
    max-height: 240px;
    vertical-align: middle;
}

.company-offer-info {
    padding-left: 215px;
    padding-top: 10px;
}

.company-offer-info h4 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #1f1e22;
    font-weight: bold;
    text-transform: uppercase;
}

.company-offer-info p {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}

.company-offer-info p a {
    color: #444;
}

.company-offer-info .visit-web-btn {
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 6px 18px;
    background: #ef7723;
    color: #fff;
}

.pink_perk_description {
    font-weight: bold;
    color: #ef7723;
}

.perk-gutter-sizer {
    width: 4%;
}

.perk-box,
.perk-grid-sizer {
    width: 22%;
    margin: 1%;
}

@media only screen and (max-width:979px) {

    .perk-box,
    .perk-grid-sizer {
        width: 31%;
    }
}

@media only screen and (max-width:767px) {

    .perk-box,
    .perk-grid-sizer {
        width: 48%;
    }
}

@media only screen and (max-width:640px) {
    .ob-left {
        margin-bottom: 15px;
    }

    .ob-left,
    .ob-right {
        float: none;
        width: 100%;
        text-align: left;
    }

    .perk-lightbox {
        left: 15px;
        right: 15px;
    }
}

@media only screen and (max-width:575px) {
    .company-offer-logo {
        width: 150px;
    }

    .company-offer-info {
        padding-left: 160px;
    }

    .company-offer-info h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width:480px) {
    .offer-logo {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .offer-logo img {
        width: 97%
    }

    .offer-heading {
        line-height: 18px;
        padding-left: 70px;
    }

    .offer-box p {
        font-size: 15px;
    }

}

@media only screen and (max-width:479px) {
    .perk-filter ul li a {
        font-size: 14px;
        padding: 14px 12px;
    }

    .company-offer-logo {
        width: 100%;
        height: 150px;
        line-height: 150px;
        float: none;
    }

    .company-offer-logo img {
        max-height: 140px;
    }

    .company-offer-info {
        padding: 15px 0;
        text-align: center;
    }

    .perk-box,
    .perk-grid-sizer {
        width: 100%;
    }

    .perk-logo {
        height: auto;
        line-height: inherit;
        padding: 15px;
    }

    .perk-logo img {
        max-width: 100%;
        max-height: 100%;
    }

    .perk-box h6 {
        height: auto;
        overflow: inherit;
        margin: 0 0 20px;
    }
}

/*Perk Listing*/
.perk-partner-list {
    max-width: 875px;
    margin: 0 auto;
}

.perk-partner-box {
    border-bottom: #c4c4c4 1px dashed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.perk-partner-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.perk-partner-logo {
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border: #e6e6e6 1px solid;
    text-align: center;
}

.perk-partner-logo img {
    display: inline;
    vertical-align: middle;
    max-height: 135px;
    max-width: 90%;
}

.perk-partner-details h5 {
    margin-bottom: 7px;
    text-transform: uppercase;
}

.perk-partner-details p {
    margin-bottom: 20px;
}

.perk-partner-details .perk-partner-links a {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-right: 8px;
    position: relative;
}

.perk-partner-details .perk-partner-links a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #6b6b6b;
    display: block;
    opacity: 1;
}

.perk-partner-details .perk-partner-links a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.perk-partner-details .perk-partner-links a:last-child:after {
    display: none;
}

@media only screen and (max-width:767px) {
    .perk-partner-details {
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    .perk-partner-logo {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .perk-partner-logo img {
        max-height: 95px;
    }
}

@media only screen and (max-width:480px) {
    .perk-partner-logo {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .perk-partner-logo img {
        max-height: 60px;
    }
}

/*Perk Listing*/

/*Perk Location Dropdown*/
.search-perk-location span.location-icon {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--perk-location-dropdown-icon-color);
}

.search-perk-location select {
    background: none;
    border: none;
    color: var(--perk-location-dropdown-color);
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'interstatebold_cond';
    box-shadow: none;
    margin-bottom: 0;
    height: auto;
    border-bottom: var(--perk-location-dropdown-color) 2px solid;
    border-radius: 0;
}

.search-perk-location select option {
    color: var(--perk-location-dropdown-option-color);
}

/*Perk Location Dropdown*/