/* banner section start */
/* .homeHero--img-taxi {
    background-image: url(https://c.yell.com/t_orig,f_auto/heroImages/default/hero/taxi.jpg);
}
.homeHero {
    height: 80%;
    max-height: 400px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.homeHero--gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    height: 100%;
    display: flex;
    align-items: center;
}

.grid-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.grid {
    width: 1200px;
}
.homeHero--content {
    display: flex;
}
.searchBar-home {
    flex: 0 0 388px;
    background: #fff;
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 5px;
}

.searchBar {
    position: relative;
}
.searchBar--form, .searchBar--form>fieldset {
    position: relative;
    height: 100%;
}
.home--heading {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    padding-left: 20px;
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: auto;
}

.searchBar--form>fieldset {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.searchBar--form, .searchBar--form>fieldset {
    position: relative;
    height: 100%;
}
.grid *, .grid :after, .grid :before {
    box-sizing: border-box;
}
fieldset {
    border: none;
    padding: 0;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
.searchBar--form>fieldset>.row {
    margin: 0 13px;
}
.searchBar--buttonRow {
    display: flex;
    margin-top: 16px;
    border: 0.5px solid #b4b4b4;
    border-radius: 5px;
    font-size: 14px;
    height: 42px;
    padding: 0 2px;
}
.searchBar--buttonWrapper {
    display: flex;
    flex: 1;
}
.searchBar--button.btn-yellow {
    background-color: #ffd100;
}
.searchBar--buttonWrapper {
    display: flex;
    flex: 1;
}
.searchBar--button.btn-white {
    color: #666;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.searchBar--button {
    border-radius: 5px;
    font-size: 100%;
    font-weight: 600;
    margin: 3px 2px;
}
.btn-fullWidth {
    width: 100%;
}

.searchBar--inputRow.yInputRow {
    margin-top: 16px;
    margin-bottom: 0;
}
.yInputRow--label {
    color: #4c4c4c;
    padding-bottom: 5px;
    display: block;
}
.utils-visuallyHidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.yTextInput {
    position: relative;
}
.searchBar [class*=-hasIcon]>.yTextInput--input {
    padding-left: 40.5px;
}
[class*=-hasIcon]>.yTextInput--input {
    padding-left: 40px;
}
.searchBar--input.yTextInput--input {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-size: 14px;
    height: 42px;
    position: relative;
}
.yTextInput--input {
    width: 100%;
    padding: 8px 5px;
    border: 2px solid #ccc;
    transition: border-color .25s ease;
    border-radius: 3px;
    box-sizing: border-box;
    height: 42px;
    -webkit-appearance: none;
}

.searchBar--input-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
}
.yTextInput--icon-svg {
    top: 0;
    left: 0;
    width: 40.5px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yTextInput--icon {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 42px;
    width: 36px;
}
.icon, [class*=" icon-"], [class^=icon-] {
    display: inline-block;
    font-family: component-icon;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    speak: none;
    line-height: 2em;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: middle;
}
.searchBar--clearInput {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 110%;
    cursor: pointer;
}
.js .utils-js-hidden, .utils-hidden {
    display: none !important;
}
.searchBar--submit {
    background-color: #111 !important;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    height: 42px;
    letter-spacing: .01em;
    margin-top: 24px;
} */

.searchBox--buttonRow {
    display: flex;
    margin-top: 16px;
    /* border: 0.5px solid #b4b4b4; */
    border-radius: 5px;
    font-size: 14px;
    height: 42px;
    padding: 0 2px;
}
.searchBox--buttonWrapper {
    display: flex;
    flex: 1;
}
.searchBox--button.btn-yellow {
    background-color: var(--c3);
    width: 100%;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.searchBox--button {
    border-radius: 5px;
    font-size: 100%;
    font-weight: 600;
    margin: 3px 2px;
    padding: 5px 10px;
}
@media all and (max-width: 1349px) {
    .grid-1280 {
        width: 1170px
    }

    .logo a {
        font-size: 50px
    }
}

@media all and (max-width: 1239px) {
    .grid-1280 {
        width: 920px
    }

    .logo a {
        font-size: 24px
    }
}

@media all and (max-width: 979px) {
    .grid-1280 {
        width: 720px
    }

    /* .timings {
        display: none
    } */

    .logo {
        width: auto;
        text-align: left
    }

    .top-phone {
        margin-top: 1px
    }

    .logo a {
        line-height: 50px
    }

    .logo-bar {
        border-bottom: 0
    }

    .top-phone {
        margin-right: 35px
    }

    .top-phone {
        margin-top: 3px
    }
}

@media all and (max-width: 767px) {
    .grid-1280 {
        width: 600px
    }

    body {
        font-size: 14px
    }

    .top-phone {
        margin-right: 40px
    }

    body {
        font-size: 14px;
        line-height: 26px
    }
}

@media all and (max-width: 639px) {
    .grid-1280 {
        width: 440px
    }

    .logo {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    .logo a {
        line-height: 50px;
        margin-left: 104px
    }

    .top-phone span {
        line-height: 25px
    }

    .top-phone a {
        float: left;
        margin-right: 12px;
        margin-top: 1px
    }

    .top-phone span {
        display: inline-block
    }

    .logo a {
        margin-left: 0
    }
}

@media all and (max-width: 479px) {

    .grid-1280 {
        width: 320px
    }

    .logo a {
        font-size: 28px
    }

    .logo {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

    .logo a {
        font-size: 28px;
        display: block;
        margin-top: 5px;
        line-height: 44px
    }

    .logo a {
        margin-left: 0
    }

    .top-phone span {
        line-height: 25px
    }

    .top-phone a {
        float: left;
        margin-right: 20px;
        margin-top: 1px
    }

    .top-phone span {
        display: inline-block
    }
}

@media all and (max-width: 359px) {
    .grid-1280 {
        width: 290px
    }

    .logo a {
        font-size: 22px;
        padding-top: 5px;
        display: inline-block
    }

    .logo a {
        margin-top: 0
    }

    .top-phone a {
        margin-right: 10px
    }
}
/* banner section end */

/* home - section 1 start */

.productBanner--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px 55px 33px 42px;
    text-align: left;
    height: 100%
}

.productBanner--content button {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: .01em;
    padding: 5px 0;
    min-width: 175px;
    border-radius: 5px
}

.productBanner--itemHeader {
    font-size: 162.5%;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.385;
    margin-bottom: 11px
}

.productBanner--item {
    box-sizing: border-box;
    text-align: center;
    margin: 0 36px;
    text-decoration: none!important;
    display: flex;
    color: #000;
    padding-left: 0;
    padding-right: 0
}

.productBanner--item:focus,.productBanner--item:hover {
    color: #000;
    text-decoration: none;
    opacity: .95
}



.productBanner--item-listing {
    background-color: var(--c3);
    color: #fff;
    /* margin-left: 22px */
}

.productBanner--item-listing:focus,.productBanner--item-listing:hover {
    color: #fff
}

.productBanner--itemText {
    color: #000;
    font-size: 112.5%;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.33
}

.productBanner--itemText-listing {
    color: #fff
}

.productBanner--imageContainer {
    display: flex;
    /* flex: 0 0 40% */
}

.productBanner--image {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media screen and (min-width: 1250px) {
    .productBanner--item {
        height:287px
    }

    .productBanner--itemText {
        text-align: left
    }
}

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

    .productBanner--item {
        /* height: 200px */
    }


    .productBanner--item-listing {
        margin-left: 17px
    }

    .productBanner--itemText {
        font-size: 110%
    }

    .productBanner--itemHeader {
        font-size: 150%;
        line-height: 1.36
    }

    .productBanner--imageContainer {
        /* flex: 0 0 44% */
    }

    .productBanner--content {
        padding: 23px 25px 28px 28px
    }
}

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

    .productBanner--itemHeader {
        font-size: 140%
    }

    .productBanner--content {
        padding: 16px 20px 20px
    }

    .productBanner--content button {
        min-width: 160px
    }
}

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

    .productBanner--item {
        flex: 0 0 calc(100% - 20px);
        height: 287px;
        margin: 10px
    }

    .productBanner--item-listing {
        margin-top: 0
    }

    .productBanner--itemHeader {
        font-size: 162.5%
    }

    .productBanner--itemText {
        font-size: 95.5%
    }

    .productBanner--imageContainer {
        flex: 0 0 40%
    }

    .productBanner--content {
        padding: 28px 55px 33px 42px
    }

    .productBanner--content button {
        min-width: 175px
    }
}

@media screen and (max-width: 600px) {
    .productBanner--imageContainer {
        /* flex:0 0 44% */
    }

    .productBanner--itemHeader {
        font-size: 150%
    }

    .productBanner--itemText {
        font-size: 110%
    }

    .productBanner--content {
        padding: 23px 25px 28px 28px
    }
}

@media screen and (max-width: 475px) {
    .productBanner--itemHeader {
        font-size:140%
    }

    .productBanner--content {
        padding: 16px 20px 20px
    }

    .productBanner--content button {
        min-width: 160px
    }
}

@media screen and (max-width: 425px) {
    .productBanner--itemText {
        font-size:16px
    }
}

@media screen and (max-width: 400px) {
    .productBanner--imageContainer {
        flex:0 0 40%
    }
}

@media screen and (max-width: 375px) {
    .productBanner--imageContainer {
        flex:0 0 36%
    }
}

@media screen and (max-width: 360px) {
    .productBanner--imageContainer {
        flex:0 0 32%
    }
}

@media screen and (max-width: 340px) {
    .productBanner--imageContainer {
        flex:0 0 30%
    }
}

/* section 2 */
.featuredContent {
    background-color: var(--c3);
    /* padding: 57px 0 30px */
}
.lsandal{
    background-color: var(--lc3);

}

.featuredContent--headingWrapper {
    padding: 0 10px 5px
}

.featuredContent--heading {
    font-size: 200%;
    font-weight: 700;
    letter-spacing: .013em;
    line-height: 2.1875
}

.featuredContent--description {
    font-size: 162.5%;
    font-weight: 400;
    line-height: 1.385;
    margin-top: 13px;
    letter-spacing: .015em
}

.featuredContent--imageWrapper {
    position: relative;
    height: 94px;
    width: auto
}

.featuredContent--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    padding: 57px 10px 27px;
    position: relative;
    flex: 0 0 25%;
    max-width: 25%
}

.featuredContent--itemHeading {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: normal;
    line-height: 1.385;
    /* padding: 45px 10px 0; */
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.featuredContent--itemSnippet {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.35;
    padding: 27px 10px 0
}

.featuredContent--itemButton {
    color: #434343;
    margin-top: 45px;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 140px;
    min-width: 140px
}

@media screen and (max-width: 1249px) {
    .featuredContent .grid,.featuredContent .grid-fluid {
        width:auto
    }
}

@media (max-width: 959px) {
    .featuredContent {
        padding:41px 0 14px
    }

    .featuredContent--heading {
        line-height: 1.385
    }

    .featuredContent--item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 41px
    }

    .featuredContent--item:nth-child(n+3) {
        margin-top: 20px
    }

    .featuredContent--itemHeading {
        padding-top: 20px;
        min-height: auto
    }
}

@media screen and (max-width: 600px) {
    .featuredContent {
        padding:24px 6px 40px;
        margin-bottom: 10px
    }

    .featuredContent--heading {
        font-size: 24px;
        line-height: 1.385
    }

    .featuredContent--description {
        font-size: 130%
    }

    .featuredContent--item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 43px;
        padding-bottom: 0
    }

    .featuredContent--item~.featuredContent--item {
        margin-top: 5px
    }

    .featuredContent--itemHeading {
        font-size: 20px;
        padding-top: 16px;
        min-height: auto
    }

    .featuredContent--imageWrapper {
        height: auto
    }

    .featuredContent--imageWrapper>img {
        height: 72px
    }

    .featuredContent--itemSnippet {
        padding: 8px 30px 0;
        font-size: 14px
    }

    .featuredContent--itemButton {
        margin-top: 24px;
        font-size: 14px;
        width: 100%
    }
}

/* section 3 - blog */
.grid *,.grid :after,.grid :before {
    box-sizing: border-box
}

.grid {
    width: 1200px
}

@media (min-width: 960px) and (max-width:1249px) {
    .grid {
        width:900px
    }
}

@media (max-width: 959px) {
    .grid {
        width:700px
    }
}

.grid-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}



.btn-big {
    font-size: 100%;
    padding: 8px 20px
}

.btn-grey {
    background-color: #e5e5e5;
    color: #000
}

.btn-grey:focus,.btn-grey:hover {
    background-color: #f2f2f2;
    color: #000
}



:focus~.searchBar--inputIcon svg>path {
    color: #0083c3!important;
    animation: none!important;
    transform: translateZ(0)
}

:focus~.yTextInput--icon:before {
    color: #0083c3!important;
    animation: none!important;
    transform: translateZ(0)
}

.blog {
    padding: 90px 0 60px
}

.blog--heading {
    display: inline-block;
    font-size: 200%;
    font-weight: 700;
    letter-spacing: .32px
}

.blog--heading:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    background: transparent url(/searchfe/yframe/yelldotcom/default/_yframe/min/pages/home/icons/arrow-right.svg) 0 0 no-repeat padding-box;
    opacity: 1;
    margin-left: 26px
}

.blog--headingLink {
    color: #000;
    display: inline-block
}

.blog--headingLink:focus,.blog--headingLink:hover {
    color: #000;
    text-decoration: none
}

.blog--categoryLinks {
    list-style: none;
    margin-top: 34px
}

.blog--categoryLinks>li {
    display: inline;
    margin-right: 20px
}

.blog--categoryLinks>li:last-child {
    margin-right: 0
}

.blog--categoryLink {
    background-color: #eee;
    width: 202px;
    letter-spacing: .16px;
    font-weight: 600;
    line-height: 1.375;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog--categoryLink:focus,.blog--categoryLink:hover {
    background-color: #c7c7c7
}

.blog--articles {
    padding: 36px 0 6px;
    margin-left: -17px;
    margin-right: -17px;
    flex: 1 0 auto
}

.blog--article {
    display: flex;
    flex-direction: column;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    overflow: hidden;
    align-items: stretch
}

.blog--articleImage {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 377/260
}

.blog--articleTitle {
    margin-top: 44px;
    font-size: 162.5%;
    font-weight: 600;
    letter-spacing: .26px;
    line-height: 1.3846
}

.blog--articleLead {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 1.35
}

.blog--articleLinkWrapper {
    margin-top: auto
}

.blog--articleLink {
    margin-top: 26px;
    line-height: 1.375;
    font-weight: 600;
    display: inline-block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000
}

.blog--articleLink:focus,.blog--articleLink:hover {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .blog--categoryLink {
        width:172px
    }

    .blog--article {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 35px
    }

    .blog--article:first-child {
        margin-top: 0
    }

    .blog--articleImage {
        width: 100%;
        aspect-ratio: 324/154
    }

    .blog .grid {
        width: auto
    }
}

@media screen and (max-width: 599px) {
    .blog {
        padding:24px 0
    }

    .blog--heading {
        font-size: 24px
    }

    .blog--categoryLinks {
        display: flex;
        margin-top: 17px
    }

    .blog--categoryLinks>li {
        flex: 0 0 33.33%;
        max-width: calc(33.33% - 6.66667px);
        margin-right: 10px
    }

    .blog--categoryLink {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .blog--articles {
        padding: 24px 0 6px
    }

    .blog--articleTitle {
        margin-top: 17px;
        font-size: 22px;
        line-height: 1.36
    }

    .blog--articleLead {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.375
    }

    .blog--articleLink {
        margin-top: 15px
    }
}

@media screen and (max-width: 425px) {
    .blog--categoryLinks {
        flex-wrap:wrap
    }

    .blog--categoryLinks>li {
        flex-basis: 100%;
        max-width: none;
        margin-top: 10px
    }

    .blog--categoryLinks>li:first-child {
        margin-top: 0
    }
}

@media screen and (max-width: 374px) {
    .blog--categoryLink {
        padding-left:9px;
        padding-right: 9px;
        font-size: 14px
    }
}

/* section 4 */
.home--heading {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    padding-left: 20px;
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: auto
}

.home--heading mark {
    color: #fedb00;
    background-color: inherit
}

.home--heading span:before {
    content: "\a";
    white-space: pre
}

.home--popularHeading {
    padding-top: 30px;
    margin-bottom: 20px
}

.home--popularHeadingLink,.home--popularHeadingLink:focus,.home--popularHeadingLink:hover {
    color: #000
}

.home--popularList {
    padding-bottom: 30px
}

.home--popularList ul {
    list-style-type: disclosure-closed;
    color: var(--c4);}

@media screen and (max-width: 959px) {
    .home--popularSearchesList .home--popularItem {
        font-size:85%
    }
}

.home--popularItem {
    margin-bottom: 10px
}

.home--popularItemLink,.home--popularItemLink:focus,.home--popularItemLink:hover {
    color: #000
}
