/**
{
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face
{
    font-family: "Samarkan";
    src: url('../../font/SAMARN__.TTF') format('truetype'), url('../../font/SAMARN__.woff') format('woff');
}

a
{
    text-decoration: none;
}

ul
{
    list-style: none;
}

img
{
    border: 0px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
    float: none !important;
    height: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
}

h1, h2, h3, h4, h5
{
    font-family: 'Raleway';
}

h4
{
    font-size: 14px;
}

h2
{
    font-size: 15px;
}

.service-logo
{
    font-family: 'Raleway'!important;
}

body
{
    font-size: 14px;
    color: #474747;
    background: #fbfbfb;
}

    body > header
    {
        position: relative;
        z-index: 3;
    }

.overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 4;
}

.content-load
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 40px;
    margin: -30px 0 0 -135px;
    padding: 10px;
    background: #fff;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.container
{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.search
{
    background: #fff;
    border: 1px solid #d8d8d8;
    line-height: 33px;
    margin-bottom: 0 !important;
}

    .search > div
    {
        float: none !important;
        position: relative;
    }

    .search .search-Go
    {
        float: right !important;
    }

    .search i
    {
        margin: 0px 0 0px 10px;
        font-size: 15pt;
        color: #D28D40 !important;
    }

        .search i:nth-child(3)
        {
            margin-left: 0px;
        }

    .search input
    {
        border: 0;
        outline: 0;
        height: 28px;
        line-height: 30px;
        margin: 0px 5px 0px 7px;
    }

        .search input[type="text"]
        {
            width: 200px;
        }

    .search > div > div:first-child
    {
        border-right: 1px solid #d8d8d8;
        margin-right: 10px;
        position: relative;
    }

.search-Go input[type="button"]
{
    padding: 0 15px;
    margin: 0;
    height: 34px;
    background: #A36219 !important;
    border-left: 1px solid #DCDCDC;
    color: #fff;
    font-size: 17px;
}

span.searc-in
{
    background: #D28D40 !important;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    right: -10px;
    top: 7px;
    font-size: 13px;
}

.local-search-box-new
{
    position: relative;
    width: 100%;
}

    .local-search-box-new input[type="text"]
    {
        border-radius: 0;
        width: 100%!important;
        border: 0px;
        height: 45px;
        background: #fff url(../../images/IndiaPro/hunt.png) no-repeat 92%;
        position: relative;
        padding: 5px 5px 5px 5px;
    }

    .local-search-box-new .input-group
    {
        position: relative;
    }

        .local-search-box-new .input-group i
        {
            position: absolute;
            padding: 15px 12px;
            pointer-events: none;
            z-index: 1000;
            color: #000;
        }

   

    .local-search-box-new .input-group-btn
    {
        background: #ff4d55;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
    }

        .local-search-box-new .input-group-btn:before
        {
            content: '\e941';
            color: #fff;
            font-family: 'icomoonIndiaPro' !important;
            left: 10px;
            top: 0px;
            position: absolute;
            font-size: 20px;
            line-height: 45px;
        }

    .local-search-box-new .loader
    {
        display: none;
        position: absolute;
        top: 17px;
        right: 50px;
    }

.head
{
    width: 55%;
}

    .head ul
    {
        width: 100%;
        margin-bottom: 0;
    }

        .head ul li
        {
            display: inline-block;
            position: relative;
        }

            .head ul li.right
            {
                width: 250px;
                position: relative;
                margin: 11px 0 0 0;
            }

                .head ul li.right i
                {
                    width: 29px;
                    height: 30px;
                    color: #fff;
                    background: #c5c5c5;
                    line-height: 30px;
                    text-align: center;
                    float: left;
                }

.searchCategoryBox
{
    width: 88%;
    line-height: 28px;
    height: 29px;
    padding: 0 3px;
    border: 1px solid #C5C5C5;
    float: left;
}

.head ul li a
{
    color: #333;
    padding: 19px;
    display: block;
    margin: 0 3px;
}

    .head ul li a.active
    {
        background: #333;
        color: #fff;
        position: relative;
    }

        .head ul li a.active:after
        {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 6px 0 6px;
            border-color: #333 transparent transparent transparent;
            position: absolute;
            left: 50%;
            top: 100%;
            margin-left: -6px;
        }

.head ul li ul
{
    display: none;
}

.head ul li:hover ul
{
    display: block;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: -73px;
    top: 48px;
    width: 260px;
    z-index: 8;
    background: #eeeeee;
}

ul.aboutProduct
{
    margin: 15px 0;
}

    ul.aboutProduct > li
    {
        display: inline-block;
        width: 32%;
        float: left;
    }

        ul.aboutProduct > li:nth-of-type(2)
        {
            margin: 0 1.5%;
        }

        ul.aboutProduct > li a > span
        {
            border: 2px solid rgba(0, 0, 0, 0.1);
            color: #FFFFFF;
            font-size: 28px;
            background: #B8B6B6;
            height: 70px;
            line-height: 65px;
            text-align: center;
            width: 70px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        ul.aboutProduct > li:hover a > span
        {
            background: #FFC200;
        }

        ul.aboutProduct > li > div
        {
            width: 75%;
        }

        ul.aboutProduct > li h3
        {
            margin-bottom: 15px;
            color: #333;
        }

        ul.aboutProduct > li p
        {
            color: rgba(71,71,71,0.7);
            line-height: 20px;
        }

ul.cate-list
{
    margin: 16px 0;
}

    ul.cate-list li
    {
        float: left;
        margin: 3px;
        font-size: 17px;
        background: #fea400;
        color: #FFF;
        padding: 7px 10px;
    }

.loc
{
    width: auto;
    float: left;
    height: auto;
    line-height: 30px;
}

    .loc .fa
    {
        font-size: 20px;
        float: left;
        line-height: 30px;
    }

    .loc label
    {
        font-size: 14px;
        float: left;
        margin-left: 5px;
    }

    .loc span
    {
        float: left;
        color: #f00;
        float: left;
        font-size: 14px;
        font-weight: 700;
        margin-left: 5px;
    }

    .loc small
    {
        float: left;
        color: #474747;
        float: left;
        font-size: 11px;
        font-weight: 700;
        margin-left: 5px;
    }

        .loc small a
        {
            color: #fff;
            text-decoration: none;
        }

.c-logo
{
    margin: 5px 0 0 5px;
}

#loading, .mid-center:last-child
{
    margin-bottom: 10px;
}

.go-toTop
{
    background: #000000;
    color: #fff;
    z-index: 4;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    position: fixed;
    right: 23px;
    text-align: center;
    top: 155px;
    width: 36px;
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .go-toTop > i
    {
        line-height: 36px;
    }

.G-add
{
    width: 80%;
    margin: 0 auto;
}

.headingSearch
{
    background: #DBDBDB;
}

ul#listCategory
{
    margin: 30px 0;
}

    ul#listCategory li
    {
        display: inline-block;
        width: 22.9%;
        margin: 0 2.33% 2.33% 0;
        position: relative;
        overflow: hidden;
    }

        ul#listCategory li img
        {
            width: 100%;
            top: 0;
            float: left;
            position: relative;
            transition: all ease 0.45s;
            -o-transition: all ease 0.45s;
            -moz-transition: all ease 0.45s;
            -webkit-transition: all ease 0.45s;
        }

        ul#listCategory li h4
        {
            position: absolute;
            margin: 0px;
            top: 0;
            left: 0;
            color: #fff;
            width: 100%;
            background: rgba(0,0,0,0.64);
            padding-top: 72px;
            font-size: 22px;
            font-weight: 700;
            text-align: center;
            line-height: 30px;
            height: 100%;
            transition: all ease 0.25s;
            -o-transition: all ease 0.25s;
            -moz-transition: all ease 0.25s;
            -webkit-transition: all ease 0.25s;
        }

        ul#listCategory li:hover img
        {
            transform: scale(1.3) rotate(5deg);
            -o-transform: scale(1.3) rotate(5deg);
            -moz-transform: scale(1.3) rotate(5deg);
            -webkit-transform: scale(1.3) rotate(5deg);
        }

.gtcity
{
    height: 38px !important;
    line-height: 38px;
    font-family: 'Raleway', sans-serif !important;
}

    .gtcity i
    {
        margin-right: 8px;
    }

    .gtcity a
    {
        font-size: 13px !important;
        line-height: 38px !important;
        color: #FFF !important;
        font-family: 'Raleway', sans-serif !important;
    }

body > header > article iframe
{
    height: 33px;
    margin-top: 3px;
}

ul.token-input-list
{
    margin-top: 13px !important;
}

.vertical-track
{
    width: 4px;
    background-color: transparent;
    right: -9px;
}

.vertical-handle
{
    width: 5px;
    background-color: rgba(255, 185, 5, 0.9);
    left: -2.5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

span.pagenumbers
{
    background: #000;
    color: #fff;
    display: block;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    padding: 3px 0;
    width: 93%;
}

.hgroup
{
    float: left;
    height: auto;
    width: auto;
}

.so-sr ul
{
    list-style-type: none;
    width: 100%;
    text-align: center;
}

    .so-sr ul li
    {
        display: inline-block;
        margin: 2px;
    }

        .so-sr ul li a
        {
            color: #fff;
        }

        .so-sr ul li.fb
        {
            background: #4471b8;
            color: #fff;
            text-decoration: none;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
        }

        .so-sr ul li.tw
        {
            background: #13b8d9;
            color: #fff;
            text-decoration: none;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
        }

        .so-sr ul li.gp
        {
            background: #d33b2c;
            color: #fff;
            text-decoration: none;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
        }

.goto
{
    display: none;
}

.businessListing
{
    background: #F4F4F2;
}

    .businessListing > section
    {
        width: 93%;
        margin: 0 auto;
        padding: 2%;
    }

        .businessListing > section h2
        {
            color: #fff;
            line-height: 30px;
            color: #0A0A0A;
            display: block;
            margin: 0;
            font-size: 20px;
        }

.bListing
{
    width: 414px;
    display: block;
    margin: auto;
    text-align: center;
    border: 1px solid #0a0a0a;
    padding: 10px;
    margin-bottom: 25px;
}

    .bListing i
    {
        font-size: 23px;
    }

    .bListing:hover
    {
        background: #FFC200;
        color: #fff;
        border-color: #fff;
    }

.businessListing .business
{
    border-color: #fff;
    margin: 10px;
    float: right;
    clear: both;
}

    .businessListing .business:hover
    {
        background: #FFF;
        color: #000;
        border-color: #000;
    }

section.banner
{
    position: relative;
}

ul.slideBanner
{
    height: 415px;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

    ul.slideBanner:before
    {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.54);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    ul.slideBanner li
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

        ul.slideBanner li img
        {
            width: 100%;
            height: auto;
        }

.midSearch
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -350px;
    width: 800px;
}

    .midSearch h1
    {
        margin: 0 0 20px;
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: 200;
        text-shadow: 0 2px 1px #333;
        text-transform: capitalize;
        padding: 15px;
    }

        .midSearch h1 img
        {
            width: 28px;
            height: auto;
            margin-right: 5px;
        }

    .midSearch h1
    {
        margin: 0;
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: 200;
        padding: 15px 15px 7px 15px;
        text-transform: capitalize;
        text-shadow: 0 2px 1px #333;
        -moz-text-shadow: 0 2px 1px #333;
        -webkit-text-shadow: 0 2px 1px #333;
    }

    .midSearch h2
    {
        margin: 15px 0 25px;
        font-weight: 200;
        font-weight: 200;
        color: #fff;
        text-align: center;
        font-size: 18px;
        text-shadow: 0 2px 1px #333;
        -moz-text-shadow: 0 2px 1px #333;
        -webkit-text-shadow: 0 2px 1px #333;
    }

    .midSearch > .right
    {
        float: none;
    }

.headingSearch h2
{
    margin: 18px 0 0;
    display: inline-block;
    font-size: 18px;
}

.searchBox
{
    padding: 8px;
    background: rgba(0,0,0,0.7);
    width: 100%;
}

.searchBoxSec
{
    padding: 8px;
    background: rgba(0,0,0,0.7);
    width: 100%;
}

span.search-website
{
    display: block;
    margin: 0 0 0 14px;
    color: #C20000;
    font-size: 11px;
}

.searchBox input
{
    width: 100%;
    float: left;
    border: 0;
    height: 42px;
    line-height: 42px;
    padding: 5px;
    font-size: 18px;
    font-family: FontAwesome, sans-serif;
}

.buttons
{
    margin: 10px;
    text-align: center;
}

    .buttons > div
    {
        display: inline-block;
        margin-right: 10px;
        position: relative;
    }

        .buttons > div > button
        {
            border: 0;
            height: 45px;
            background: #25BE78;
            line-height: 45px;
            color: #fff;
            font-size: 20px;
            width: 191px;
            padding: 0 35px;
            cursor: pointer;
        }

        .buttons > div:last-of-type > button
        {
            background: #0B5131;
        }

    .buttons button:hover
    {
        background: #13623E;
    }

    .buttons > div:last-of-type > button:hover
    {
        background: #133727;
    }

    .buttons > div > button i
    {
        margin-right: 6px;
    }

.resultContainerTop
{
    margin-top: 22px;
    position: relative;
}

.resultContainer
{
    margin-bottom: 22px;
    position: relative;
}

.change
{
    width: auto;
    height: 22px;
    line-height: 22px;
    display: block;
    background: none;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    text-align: left;
    padding: 0 5px;
    text-shadow: 1px 1px 0px #000;
    -moz-text-shadow: 1px 1px 0px #000;
    -webkit-text-shadow: 1px 1px 0px #000;
    display: inline-block;
    position: relative;
}

    .change + span
    {
        width: auto;
        height: 22px;
        line-height: 22px;
        background: none;
        color: #fff;
        font-size: 13px;
        cursor: pointer;
        text-align: left;
        padding: 0 5px;
        text-shadow: 1px 1px 0px #000;
        -moz-text-shadow: 1px 1px 0px #000;
        -webkit-text-shadow: 1px 1px 0px #000;
        display: inline-block;
    }

    .change i
    {
        margin-right: 5px;
    }

.result
{
    position: absolute;
    width: 360px;
    background: #fff;
    left: 0;
    top: 29px;
    padding: 10px;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    visibility: hidden;
    z-index: 2;
    color: #333;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

    .result:before
    {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 8px 7px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        left: 14px;
        top: -8px;
        z-index: 2;
        height: auto !important;
    }

    .result input
    {
        width: 100%;
        display: inline-block;
        border: 1px solid #BEBEBE;
        height: 30px;
        padding: 5px;
    }

.drop
{
    left: 1% !important;
    top: 56px !important;
}

    .drop ul
    {
        margin-top: 10px;
    }

        .drop ul li
        {
            line-height: 14px;
            padding: 3px;
            cursor: pointer;
            position: relative;
        }

span.companyIcons
{
    float: right;
    color: #8E8E8E;
    position: absolute;
    right: 18px;
    font-size: 18px;
    top: 10px;
}

span.localitytag, i.cateName
{
    font-size: 11px;
    font-style: italic;
    color: #838383;
}

ul.listOfSearch
{
    text-align: left;
    margin-top: 5px;
    max-height: 350px;
}

    ul.listOfSearch li:before
    {
        content: '\f054';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 10px;
        margin-right: 5px;
    }

    ul.listOfSearch li
    {
        padding: 7px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        margin: 4px 0;
    }

        ul.listOfSearch li:hover
        {
            background: #333 !important;
            color: #000;
        }

        ul.listOfSearch li:last-of-type
        {
            padding-bottom: 0;
            border-bottom: 0;
        }

.topStrip
{
    position: fixed;
    top: 155px;
    right: 10px;
    line-height: 35px;
    z-index: 3;
    background: rgba(255,252,0,1);
    width: auto;
    height: 36px;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 0 10px #333;
}

    .topStrip a
    {
        padding: 0 15px;
    }

    .topStrip:hover
    {
        background: #f21c1c;
        color: #fff;
    }

.getWebsite
{
    color: #000;
    display: none;
    padding: 5px 15px;
}

    .getWebsite:hover
    {
        color: #fff;
    }

.topStrip > .right
{
    margin-right: 38px;
}

.logoBy
{
    color: #fff;
    display: block;
    width: 300px;
    text-align: center;
    text-shadow: 0 2px 1px #000000;
}

    .logoBy span
    {
        color: #FFF;
        display: inline-block;
        font: normal 13.36pt Samarkan;
    }

    .logoBy .licn
    {
        cursor: pointer;
        width: 25px;
        height: 27px;
        background: url(https://im.hunt.in/com/logo.png) left top no-repeat;
        position: relative;
        margin: 0px 0px -10px 0px;
        display: inline-block;
        background-size: 100%;
    }

.logo
{
    clear: both;
    position: relative;
    width: auto;
    margin: 0 auto 15px auto;
    float: right;
    text-shadow: 0 2px 1px #333;
}

    .logo a
    {
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

    .logo .city
    {
        color: #000;
        font-size: 13px;
        font-weight: 400;
        left: 0;
        margin: 0 !important;
        position: absolute;
        top: -10px;
        width: auto;
    }

.logon
{
    color: #fff;
    display: inline-block;
    float: left;
    font: normal 11.36pt Samarkan;
    padding: 0 3px 0 0;
}

.so-sr
{
    text-align: center;
    float: left;
    margin: 0px 0 0 12%;
}

.logo .licn
{
    cursor: pointer;
    width: 25px;
    height: 27px;
    background: url(https://im.hunt.in/com/logo.png) left top no-repeat;
    position: relative;
    margin: 0px 0px -10px 5px;
    display: inline-block;
    background-size: 100%;
}

.logor
{
    color: #fff;
    display: inline-block;
    font: 30px/40px Segoe UI;
    height: 45px;
    padding: 0 0px 0 5px;
    text-transform: uppercase;
}

.los
{
    font-size: 2em!important;
    letter-spacing: 0px!important;
}

.mapIco
{
    margin-right: 5px;
    font-size: 23px;
    cursor: pointer;
}

h2 a
{
    color: #0a0a0a;
}


#FixCategoryAlphabetWise:hover ul
{
    display: block;
}

.AlphabetWiseUL
{
    position: relative;
}

.AlphabetWiseLI
{
    float: left;
    margin-left: 5px;
    cursor: pointer;
    padding: 5px;
}

    .AlphabetWiseLI:hover
    {
        color: #000;
        background: #fff;
    }


.logo {clear: both;position: relative;width: auto; margin:0 auto 15px auto; float:left; text-shadow:0 2px 1px #333; }
.logo a {text-decoration:none; display:block; cursor:pointer;}
.logo .city {color: #000; font-size:13px; font-weight:400; left: 0; margin: 0 !important; position: absolute; top: -10px; width: auto;}
.logon {color:#fff; display: inline-block; float: left;font: bold 26.36pt Samarkan;padding: 0 3px 0 0;}
.logobg { background: url("https://im.hunt.in/com/logo.png") no-repeat scroll left top rgba(0, 0, 0, 0); float: left; height: 49px;width: 48px;}
.so-sr {text-align:center; float:left; margin: 0px 0 0 12%;}



@media only screen and (min-width: 320px) and (max-width: 540px)
{

    ul#listCategory li h4
    {
        padding-top: 21px;
        font-size: 15px;
        line-height: 20px;
    }

    ul#listCategory li
    {
        display: inline-block;
        width: 46.9%;
        margin: 0 2.33% 2.33% 0;
        position: relative;
        overflow: hidden;
    }

    .headingSearch h2
    {
        margin: 10px 0 10px 34px;
        display: inline-block;
        font-size: 18px;
    }

    .categoryListing .head
    {
        width: 88%;
    }

    .categoryListing .head
    {
        width: 88%;
    }


    .head ul li.right
    {
        width: 250px;
        position: relative;
        margin: 0px 0 10px 0;
    }

    .banner .midSearch
    {
        position: absolute;
        z-index: 2;
        top: 40%;
        left: 14px!important;
        margin: 0px!important;
        width: 90% !important;
    }

        .banner .midSearch h1
        {
            font-size: 36px;
        }

    .local-search-box-new input[type="button"]
    {
        height: 36px;
    }

    .bListing
    {
        width: 100%;
    }

    .businessListing ul.aboutProduct > li
    {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .businessListing ul.aboutProduct > li h3
        {
            margin-top: 6px;
        }
}

@media only screen and (min-width: 541px) and (max-width: 767px)
{

    ul#listCategory li h4
    {
        padding-top: 21px;
        font-size: 15px;
        line-height: 20px;
    }

    ul#listCategory li
    {
        display: inline-block;
        width: 46.9%;
        margin: 0 2.33% 2.33% 0;
        position: relative;
        overflow: hidden;
    }

    .head ul li.right
    {
        width: 450px;
        position: relative;
        margin: 0px 0 10px 0;
    }

    .banner .midSearch
    {
        position: absolute;
        z-index: 2;
        top: 61%;
        left: 28px!important;
        margin: 0px!important;
        width: 90% !important;
    }

        .banner .midSearch h1
        {
            font-size: 36px;
        }

    .local-search-box-new input[type="button"]
    {
        height: 36px;
    }

    .bListing
    {
        width: 100%;
    }

    .businessListing ul.aboutProduct > li
    {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .businessListing ul.aboutProduct > li h3
        {
            margin-top: 6px;
        }
}*/








/************ New Theme CSS Pushkar*********************/


.local-d-link, .local-d-listing
{
    margin: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    overflow: hidden;
}

.local-d-link
{
    display: -webkit-box;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #222;
    margin-bottom: 10px;
    /*height: 100px;*/
}

    .local-d-link:hover
    {
       display:block;
    }


    .local-d-listing:hover
    {
        color: #000;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    }


.local-d-block
{
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
}
    .local-d-link:hover .local-d-block {
        width: 100%;
    }


    .local-d-block img
    {
        width: 100%;
        height: 100%;
    }
    .local-d-link:hover .local-d-block img {
            height:initial;
        }

.local-d-content
{
    /*width: calc(100% - 100px);*/
    width:100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 400;
    transition:all .5s ease;
}

.local-d-link:hover .local-d-content {
    /*width:100%;
    position: absolute;
    padding:40px 10px;
    top: 0;*/
    background: rgba(0,0,0,.8);
    height: 100%;
    color: #fff;
    transition:all .5s ease;
}


.local-d-listing
{
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
    height: 150px;
}

.local-dl-block
{
    width: 225px;
    height: 150px;
    display: block;
    position: relative;
    overflow: hidden;
    background:#ddd;
}


.local-dl-content
{
    width: calc(100% - 225px);
    padding: 10px;
    box-sizing: border-box;
}

    .local-dl-content h3
    {
        font-size: 1.7rem;
        font-weight: 500;
        margin-top:.5rem;
    }

        .local-dl-content h3 a
        {
            color: #111;
        }

    .local-dl-content ul.loc-cont
    {
        display: block;
        font-size: 1.3rem;
        margin-top: 10px;
    }

    .local-dl-content ul.ref-link
    {
        display: -webkit-box;
        display: flex;
        font-size: 1.3rem;
        margin-top: 10px;
    }

    .local-dl-content ul.loc-cont li
    {
        margin-right: 20px;
    }

        .local-dl-content ul.loc-cont li .fa-map-marker,.local-dl-content ul.loc-cont li .fa-map-marker-alt
        {
            color: #dd0000;
        }

        .local-dl-content ul.loc-cont li .fa
        {
            width: 15px;
            text-align: left;
            padding-top: 4px;
        }


    .local-dl-content ul.loc-cont li
    {
        color: #7f7f7f;
    }


        .local-dl-content ul.loc-cont li .fa
        {
            width: 15px;
            text-align: left;
            padding-top: 4px;
        }

    .local-dl-content ul.ref-link li
    {
        border-right: 1px solid #dd0000;
        line-height: 14px;
    }

        .local-dl-content ul.ref-link li:last-child
        {
            border: none;
        }

        .local-dl-content ul.ref-link li a
        {
            color: #dd0000;
            margin: 0 10px;
        }

        .local-dl-content ul.ref-link li:first-child a
        {
            margin-left: 0;
        }

.local-dl-block img
{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.local-dl-block .premium-type
{
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
    background: #dd0000;
    color: #fff;
    position: absolute;
    top: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    font-size: 1.4rem;
}

.local-dl-block .classified-title
{
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    font-size: 1.4rem;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}


.filter-ll-block
{
    position:relative;
    display:block;
    position: relative;
    background: #fff;
    padding:10px;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    overflow: hidden;
    margin-top:5px;
    margin-bottom:20px;
}

ul.related
{
    margin:10px 0;
    width:100% !important;
}
ul.related li {
    padding: 5px 0;
    border-bottom: 1px solid #F1F1F1;
}


ul.related li input[type=checkbox]{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}

ul.related li label {
    padding: 0px;
    margin: 0px;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: normal;
}

.vertical-track {
    width: 4px;
    background-color: #d4d4d4;
    right: 0px;
    top: 10px;
}
.vertical-handle {
    width: 9px;
    background-color: #dd0000;
    left: -2.5px;
}

#FilterBtn{ display:none;}

.filterspan {background: #FF9B00; color: #FFFFFF; padding: 6px 34px 6px 19px; cursor: pointer; margin: 10px 0; display: inline-block; border: 1px solid;}
.filter-h1-span {margin-left:5px; padding:0 6px; background:#E50000; color:#fff; position:relative; display:inline-block; line-height:24px; font-size:14px; height:24px; font-weight:normal; margin:5px 0 0 5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.filter-h1-span > i{margin-left: 6px; border-left: 1px solid rgba(255,255,255,0.6); padding-left: 6px;}
.filter-h1-span:nth-of-type(2n){background:#DA9008;}
.filter-h1-span:nth-of-type(3n){background:#0B2AA8;}
.filter-h1-span:nth-of-type(4n){background:#DA08A7;}
.filter-h1-span:nth-of-type(5n){background:#000;}

.listview-section .main-view {
    clear: both;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 1px #d5d5d5;
    padding: 5px;
}

.categories-ll-block
{
    position:relative;
    display:block;
    position: relative;
    background: #fff;
    padding:10px;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    overflow: hidden;
    margin-bottom:20px;
}

@media (max-width:767px)
{
    .local-dl-block
    {
        width: 100%;
    }

    .local-d-listing
    {
        display: block;
        height: auto;
    }

    .local-dl-content
    {
        width: 100%;
    }
}

.homelisting-filter-class
{ margin-top:20px;
}
.statedatalist
{
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* Move css _localListBox1.cshtml */
    .claim-listing-btn
    {
        font-size: 14px;
        font-weight: bold;
        color: #4CAF50;
        line-height: 28px;
    }