﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=605ba7eca1c62d836246fd833922353b)
 * Config saved to config.json and https://gist.github.com/605ba7eca1c62d836246fd833922353b
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* ------------------------------------------- Datepicker start  --------------------------------------------*/

.datepicker {
    padding: 4px;
    direction: ltr;
    background: #fff;
    position: absolute;
    border: solid 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px 0 #ccc;
    -moz-box-shadow: 1px 1px 1px 0 #ccc;
    box-shadow: 1px 1px 1px 0 #ccc;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none;
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
        color: #000000;
        background-color: #ffcd70;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today[disabled].active, .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
            background-color: #ffdb99;
            border-color: #ffb733;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        color: #000000;
        background-color: #f7ca77;
        border-color: #f1a417;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
            color: #000000;
            background-color: #f4bb51;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #f7ca77;
                border-color: #f1a417;
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
        color: #ffffff;
        background-color: #858585;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
            background-color: #999999;
            border-color: #555555;
        }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

        .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active[disabled].active, .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
            background-color: #428bca;
            border-color: #357ebd;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
            color: #ffffff;
            background-color: #3276b1;
            border-color: #285e8e;
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
                background-color: #428bca;
                border-color: #357ebd;
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

    .input-daterange input {
        text-align: center;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        vertical-align: middle;
        background-color: #eeeeee;
        border: solid #cccccc;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }

/* ------------------------------------------- Datepicker end --------------------------------------------*/


.lsentrylight {
    color: #999 !important;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #f4f4f4;
    font-family: "roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .gobtn > .caret, .dropup > .gobtn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/common/font/glyphicons-halflings-regular.eot');
    src: url('/common/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('../font/glyphicons-halflings-regular.woff2') format('woff2'), url('/common/font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('/common/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: none;
        outline: none;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}
/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; }
h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; }
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; } */
p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}



/* my css starts here */
/* owl carousel end here */
.owl-carousel {
    display: none;
    position: relative;
    width: auto;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: 0.8;
        letter-spacing: 0.5px;
        cursor: pointer;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1;
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

    .owl-theme .owl-controls .owl-buttons div {
        padding: 5px 9px;
    }

.owl-theme .owl-buttons i {
    margin-top: 2px;
    font-size: 25px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 32%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 32%;
}
/* owl carousel end here */
.zindex100001 {
    z-index: 100001;
}

.zindex100002 {
    z-index: 100002;
}

.zindex100003 {
    z-index: 100003;
}

.maploading {
    z-index: 200003;
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -400px;
    font-family: Arial, Helvetica, sans-serif
}
    /*.maploading { position:absolute; top:20%; width:100%; text-align:center; font-size:22px; }*/
    .maploading i {
        font-size: 42px;
        color: #aaa
    }

    .maploading h3 {
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #aaa;
        font-size: 32px
    }

@-webkit-keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.maploading {
    text-align: center;
}

    .maploading span {
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: opacity;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        font-size: 42px;
    }

        .maploading span:nth-child(2) {
            -webkit-animation-delay: 100ms;
            -moz-animation-delay: 100ms;
        }

        .maploading span:nth-child(3) {
            -webkit-animation-delay: 300ms;
            -moz-animation-delay: 300ms;
        }

.pad5t {
    padding-top: 5px;
}

.pad5b {
    padding-bottom: 5px;
}

.pad5l {
    padding-left: 5px;
}

.pad5r {
    padding-right: 5px;
}

.pad5tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pad5lr {
    padding-left: 5px;
    padding-right: 5px;
}

.pad5trbl {
    padding: 5px;
}

.pad10t {
    padding-top: 10px;
}

.pad10b {
    padding-bottom: 10px;
}

.pad10l {
    padding-left: 10px;
}

.pad10r {
    padding-right: 10px;
}

.pad10tb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad10lr {
    padding-left: 10px;
    padding-right: 10px;
}

.pad10trbl {
    padding: 10px;
}

.pad20t {
    padding-top: 20px;
}

.pad20b {
    padding-bottom: 20px;
}

.pad20l {
    padding-left: 20px;
}

.pad20r {
    padding-right: 20px;
}

.pad20tb {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad20trbl {
    padding: 20px;
}

.margin10t {
    margin-top: 10px;
}

.margin15t {
    margin-top: 15px !important;
}

.margin10b {
    margin-bottom: 10px;
}

.margin10l {
    margin-left: 10px;
}

.margin10r {
    margin-right: 10px;
}

.margin10tb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin10lr {
    margin-left: 10px;
    margin-right: 10px;
}

.margin10trbl {
    margin: 10px;
}

.margin5l {
    margin-left: 5px;
}

.margin5r {
    margin-right: 5px;
}

.margin5t {
    margin-top: 5px;
}

.margin5rb {
    margin-bottom: 5px;
}

.margin5tb {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin5lr {
    margin-left: 5px;
    margin-right: 5px;
}

.margin5trbl {
    margin: 10px;
}

.margin20t {
    margin-top: 20px;
}

.margin20b {
    margin-bottom: 20px;
}

.margin20l {
    margin-left: 20px;
}

.margin20r {
    margin-right: 20px;
}

.margin20tb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin20lr {
    margin-left: 20px;
    margin-right: 20px;
}

.margin20trbl {
    margin: 20px;
}

.alpha {
    margin-left: 0 !important;
}

.omega {
    margin-right: 0 !important;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}

::-moz-placeholder {
    color: #999;
    font-size: 12px;
}

::-moz-placeholder {
    color: #999;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 12px;
}

header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text .two-inp .lt-div input[type="text"].alert::-webkit-input-placeholder,
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text input[type="text"].alert::-webkit-input-placeholder {
    color: red;
}

header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text .two-inp .lt-div input[type="text"].alert::-moz-placeholder,
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text input[type="text"].alert::-moz-placeholder {
    color: red;
}

header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text .two-inp .lt-div input[type="text"].alert:-ms-input-placeholder,
header .topnav .search-hd .search-wrapper .src-hd-wrp .src-hd-text input[type="text"].alert:-ms-input-placeholder {
    color: red;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/common/font/fontawesome-webfont.eot?v=4.4.0");
    src: url("/common/font/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/common/font/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
        url("/common/font/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("/common/font/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("/common/font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-globe::before {
    content: "\f0ac";
}

.fa-search:before {
    content: "\f002"
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon-listing.eot");
    src: url("../font/Flaticon-listing.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon-listing.woff") format("woff"), url("../font/Flaticon-listing.ttf") format("truetype"), url("../font/Flaticon-listing.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../font/Flaticon-listing.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-people-1:before {
    content: "\f100";
}

.flaticon-interface-1:before {
    content: "\f101";
}

.flaticon-signs-2:before {
    content: "\f102";
}

.flaticon-business-1:before {
    content: "\f103";
}

.flaticon-multimedia:before {
    content: "\f104";
}

.flaticon-arrows-3:before {
    content: "\f105";
}

.flaticon-technology-1:before {
    content: "\f106";
}

.flaticon-music-1:before {
    content: "\f107";
}

.flaticon-people:before {
    content: "\f108";
}

.flaticon-shapes-1:before {
    content: "\f109";
}

.flaticon-arrows-2:before {
    content: "\f10a";
}

.flaticon-clock:before {
    content: "\f10b";
}

.flaticon-tag:before {
    content: "\f10c";
}

.flaticon-arrows-1:before {
    content: "\f10d";
}

.flaticon-web:before {
    content: "\f10e";
}

.flaticon-business:before {
    content: "\f10f";
}

.flaticon-technology:before {
    content: "\f110";
}

.flaticon-shapes:before {
    content: "\f111";
}

.flaticon-signs-1:before {
    content: "\f112";
}

.flaticon-food:before {
    content: "\f113";
}

.flaticon-arrows:before {
    content: "\f114";
}

.flaticon-music:before {
    content: "\f115";
}

.flaticon-construction:before {
    content: "\f116";
}

.flaticon-woman:before {
    content: "\f117";
}

.flaticon-tool:before {
    content: "\f118";
}

.flaticon-medical:before {
    content: "\f119";
}

.flaticon-favorite:before {
    content: "\f11a";
}

.flaticon-signs:before {
    content: "\f11b";
}

.flaticon-interface:before {
    content: "\f11c";
}

.flaticon-chain:before {
    content: "\f11d";
}

.flaticon-check:before {
    content: "\f11e";
}
/* top LCF bg part starts here */
.loadingmini {
    top: 5px;
    right: 10px;
}

.in-scroll {
    overflow: hidden;
}

.top-search-blk {
    background: url(../images/other/top-listing-common-back.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 15px 0;
    min-height: 250px;
    position: relative;
}

    .top-search-blk.state-page {
        background: url(../images/other/state-page-back1.jpg) 0 0 no-repeat;
        background-size: cover;
        padding: 0 0 15px 0;
        min-height: 170px;
        position: relative;
    }

    .top-search-blk .more-ser-exp {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 2px 10px;
        background-color: #ffd15c;
    }

        .top-search-blk .more-ser-exp .img-outer {
            float: left;
            padding: 0 8px 0 0;
        }

        .top-search-blk .more-ser-exp a {
            font-family: robotobold;
            font-size: 13px;
            color: #333;
            float: left;
            padding: 12px 0 0 0;
        }

    .top-search-blk .pio-serv-but {
        position: absolute;
        bottom: 11px;
        left: 0;
    }

        .top-search-blk .pio-serv-but .inside {
            position: relative;
        }

            .top-search-blk .pio-serv-but .inside a {
                border: solid 1px #f6c55a;
                padding: 12px 10px 12px 37px;
                font-family: robotoregular;
                font-size: 14px;
                color: #fff;
                letter-spacing: 0.5px;
            }

        .top-search-blk .pio-serv-but .busi-img {
            position: absolute;
            left: 5px;
            bottom: -7px;
        }

    .top-search-blk .top-titles {
        font-family: robotoregular;
        font-size: 26px;
        color: #fff;
        font-weight: normal;
        padding: 5px 0 20px 20%;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
    }

    .top-search-blk.state-page .city-txt {
        margin: 0px;
        padding: 20px 0 15px 20px;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0.5px;
        font-family: robotobold;
        color: #fff;
    }

    .top-search-blk.state-page .state-title-txt {
        padding: 10px 5px 5px 17.5%;
        font-size: 20px;
        font-family: roboto;
        letter-spacing: 0.5px;
        color: #fff;
    }

    .top-search-blk .top-titles .titletxt {
        margin: 0px;
        padding: 10px 0px;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0.5px;
        font-family: robotobold;
    }

        .top-search-blk .top-titles .titletxt span {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1px;
            font-weight: normal;
            font-family: robotoregular;
            display: block;
            padding: 5px;
            color: #e4e4e4;
        }

    .top-search-blk .single-sear-blk {
        position: relative;
    }

        .top-search-blk .single-sear-blk .exam-list {
            font-family: robotolight;
            font-size: 11px;
            line-height: 18px;
            color: #fff;
            letter-spacing: 0.5px;
        }

        .top-search-blk .single-sear-blk.readonly {
            cursor: pointer;
        }

            .top-search-blk .single-sear-blk.readonly input[type="text"] {
                cursor: pointer;
            }

        .top-search-blk .single-sear-blk input[type="text"] {
            width: 100%;
            padding: 8px 10px;
            height: 46px;
            line-height: 46px;
        }

        .top-search-blk .single-sear-blk .exp-icon {
            position: absolute;
            z-index: 5;
            top: 14px;
            right: 10px;
            font-family: flaticon;
            font-size: 15px;
            color: #999;
        }

        .top-search-blk .single-sear-blk .cityload {
            width: 100%;
            position: absolute;
            top: 40px;
            left: 0;
            z-index: 10;
            background: #fff;
            border: none;
            border-radius: 0 0 3px 3px;
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
            padding-top: 5px;
            border-top: solid 1px #ddd;
            max-height: 221px;
            overflow-y: scroll;
        }

            .top-search-blk .single-sear-blk .cityload.margin35t {
                margin-top: 30px;
            }

            .top-search-blk .single-sear-blk .cityload .grouplt {
                padding: 8px 9px 0 10px;
                color: #ff837e;
                font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
            }

            .top-search-blk .single-sear-blk .cityload ul li {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                border-bottom: 1px solid #ddd;
                padding: 8px 9px;
                color: #555;
                cursor: pointer
            }

                .top-search-blk .single-sear-blk .cityload ul li i {
                    font-size: 11px;
                    position: static;
                    background: none
                }

                .top-search-blk .single-sear-blk .cityload ul li a {
                    color: #555;
                    text-decoration: none;
                    display: block;
                    text-overflow: ellipsis
                }

                .top-search-blk .single-sear-blk .cityload ul li.active, .cityload ul li:hover {
                    background: #ff4242;
                    -webkit-transition: all 0.1s ease;
                    -moz-transition: all 0.1s ease;
                    transition: all 0.1s ease;
                    color: #fff
                }

                    .top-search-blk .single-sear-blk .cityload ul li:hover a, .cityload ul li.active a, .cityload ul li:hover a {
                        color: #fff
                    }

        .top-search-blk .single-sear-blk label {
            color: #999;
            font-size: 14px;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            left: 15px;
            top: 14px;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
            font-family: Arial, Helvetica, sans-serif;
        }

        .top-search-blk .single-sear-blk.alert input[type="text"] ~ label {
            color: #f00;
        }

        .top-search-blk .single-sear-blk input[type="text"]:focus ~ label {
            display: none
        }

        .top-search-blk .single-sear-blk textarea:focus ~ label {
            display: none
        }

        .top-search-blk .single-sear-blk.filled input[type="text"] ~ label {
            color: #999
        }

        .top-search-blk .single-sear-blk.alert input[type="text"] {
            border: solid 1px #f00;
        }

        .top-search-blk .single-sear-blk .mobile-number-out {
            width: 100%;
            float: left;
            border: solid 1px #fff;
            position: relative;
            padding-left: 10px;
            background-color: #fff;
            height: 40px;
        }

            .top-search-blk .single-sear-blk .mobile-number-out .citydrop {
                position: absolute;
                left: 5px;
                top: 2px;
            }

                .top-search-blk .single-sear-blk .mobile-number-out .citydrop .cityload {
                    width: 170px;
                    left: -6px;
                    overflow: initial;
                    top: 38px;
                }

                    .top-search-blk .single-sear-blk .mobile-number-out .citydrop .cityload a {
                        line-height: normal;
                        border-right: 0
                    }

                .top-search-blk .single-sear-blk .mobile-number-out .citydrop a {
                    line-height: 35px;
                    border-right: solid 1px #ddd;
                    padding-right: 15px;
                    color: #333
                }

                    .top-search-blk .single-sear-blk .mobile-number-out .citydrop a:before {
                        position: absolute;
                        top: 16px;
                        right: 5px;
                        display: inline-block;
                        border-top: 4px solid #414446;
                        border-right: 4px solid transparent;
                        border-left: 4px solid transparent;
                        content: '';
                    }

                .top-search-blk .single-sear-blk .mobile-number-out .citydrop .cityload ul li a:before {
                    display: none;
                }

            .top-search-blk .single-sear-blk .mobile-number-out .mobilenum {
                width: calc(100% - 34px);
                float: right;
                position: relative
            }

                .top-search-blk .single-sear-blk .mobile-number-out .mobilenum input[type="text"] {
                    border: none;
                    height: 38px;
                }

        .top-search-blk .single-sear-blk.alert .mobile-number-out {
            border: solid 1px #f00;
        }
/* top LCF bg part end here */
.breadcrumb {
    padding: 0 0 15px 20px;
    font-size: 11px;
    line-height: 13px;
    color: #999;
    float: left;
}

    .breadcrumb a {
        color: #999;
    }

.post-ser-pro {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin: 0 0 15px 0;
}

    .post-ser-pro .inner-content {
        font-size: 20px;
        color: #333;
        text-align: center;
        margin: 15px auto;
        font-family: robotoregular;
        letter-spacing: 0.2px;
        display: flex;
        justify-content: space-around;
    }

        .post-ser-pro .inner-content a.bg-clr {
            background: red;
            animation: EventPromo 4s;
            -moz-animation: EventPromo 4s infinite;
            -webkit-animation: EventPromo 4s infinite;
            color: #fff;
            font-size: 16px;
            line-height: 38px;
            display: inline-block;
            padding: 0 15px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

@keyframes EventPromo {
    0% {
        background: #851934
    }

    20% {
        background: #41BEE6
    }

    40% {
        background: #F39D06
    }

    60% {
        background: #8156E8
    }

    80% {
        background: #77B900
    }

    100% {
        background: #FF00ED
    }
}

@-moz-keyframes EventPromo {
    0% {
        background: #851934
    }

    20% {
        background: #41BEE6
    }

    40% {
        background: #F39D06
    }

    60% {
        background: #8156E8
    }

    80% {
        background: #77B900
    }

    100% {
        background: #FF00ED
    }
}

@-webkit-keyframes EventPromo {
    0% {
        background: #851934
    }

    20% {
        background: #41BEE6
    }

    40% {
        background: #F39D06
    }

    60% {
        background: #8156E8
    }

    80% {
        background: #77B900
    }

    100% {
        background: #FF00ED
    }
}

.premium-ad-blk {
    position: relative;
    margin: 0 0 25px 0;
    padding: 15px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
}

    .premium-ad-blk .info-icon {
        position: absolute;
        left: -3px;
        top: 118px;
        border: solid 1px #e4e4e4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
        display: block;
    }

        .premium-ad-blk .info-icon a {
            font-size: 16px;
            color: #3f8612;
            font-family: flaticon;
            padding: 2px;
            display: block;
        }

        .premium-ad-blk .info-icon .info-details {
            display: none;
            position: absolute;
            background: #fff;
            border: 1px solid #e4e4e4;
            z-index: 1000;
            padding: 10px;
            right: -200px;
            top: -34px;
            width: 200px;
            font-size: 12px;
            color: #666;
            -webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
            -moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
            box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
        }

            .premium-ad-blk .info-icon .info-details b {
                color: #333;
                margin: 0 0 3px 0;
                border-bottom: dashed 1px #bbb;
                display: block;
                padding: 0 0 2px 0;
            }

        .premium-ad-blk .info-icon:hover .info-details {
            display: block;
        }

        .premium-ad-blk .info-icon .info-details p {
            margin: 0px;
        }

        .premium-ad-blk .info-icon .info-details:after, .premium-ad-blk .info-icon .info-details:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .premium-ad-blk .info-icon .info-details:after {
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 5px;
            margin-top: -5px;
        }

        .premium-ad-blk .info-icon .info-details:before {
            border-color: rgba(187, 187, 187, 0);
            border-right-color: #bbb;
            border-width: 6px;
            margin-top: -6px;
        }

    .premium-ad-blk .titletxt, .other-premium-ad-blk .titletxt {
        margin: 0px;
        padding: 15px 0 0 20px;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.5px;
        text-align: left;
        float: left;
    }

    .premium-ad-blk .other-city {
        position: relative;
        padding: 0 0 5px 20px;
    }

        .premium-ad-blk .other-city input[type=checkbox] {
            position: absolute;
            visibility: hidden;
        }

        .premium-ad-blk .other-city label {
            display: inline-block;
            position: relative;
            font-weight: 300;
            font-size: 13px;
            padding: 0px 25px 5px 20px;
            margin: 0 auto;
            height: auto;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
            pointer-events: auto;
            top: 3px;
            color: #666;
            left: 0px;
        }

        .premium-ad-blk .other-city:hover label {
            color: #666;
        }

        .premium-ad-blk .other-city .check {
            display: block;
            position: absolute;
            border: 1px solid #aaa;
            height: 15px;
            width: 15px;
            top: 5px;
            left: 20px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

        .premium-ad-blk .other-city:hover .check {
            border: 1px solid #333;
        }

        .premium-ad-blk .other-city .check::before {
            display: block;
            font-family: flaticon;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 10px;
            width: 10px;
            top: 2px;
            left: 2px;
            font-size: 8px;
            color: #5bc199;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

        .premium-ad-blk .other-city input[type=checkbox]:checked ~ .check {
            border: 1px solid #5bc199;
            background-color: #5bc199;
        }

            .premium-ad-blk .other-city input[type=checkbox]:checked ~ .check::before {
                content: "\f11a";
                font-family: 'flaticon';
                color: #fff;
            }

        .premium-ad-blk .other-city input[type=checkbox]:checked ~ label {
            color: #5bc199;
        }

        .premium-ad-blk .other-city input[type="checkbox"]:not(:checked) + label:before, .premium-ad-blk .other-city input[type="checkbox"]:checked + label:before {
            opacity: 0;
            border: #fff;
        }

        .premium-ad-blk .other-city input[type="checkbox"]:checked + label:before, .premium-ad-blk .other-city input[type="checkbox"]:checked + label:before, .premium-ad-blk .other-city input[type="checkbox"] + label:hover:before, .premium-ad-blk .other-city input[type="radio"] + label:hover:before {
            display: none;
        }

        .premium-ad-blk .other-city input[type="checkbox"]:checked + label:after, .premium-ad-blk .other-city input[type="checkbox"]:checked + label:after {
            opacity: 0;
            border: #fff;
        }

    .premium-ad-blk .switch-view {
        padding: 20px 20px 10px 0;
        float: right;
    }

        .premium-ad-blk .switch-view a {
            font-size: 14px;
            color: #30a4ea;
            display: block;
            line-height: 20px;
        }

            .premium-ad-blk .switch-view a i {
                margin: 1px 1px 0 0;
                color: #adadad;
                font-size: 16px;
            }

    .premium-ad-blk .owl-carousel .owl-item {
        float: left;
    }

        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk {
            padding: 0 10px;
            margin: 10px;
        }

            .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul {
                margin: 0px;
            }

                .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li {
                    background-color: #fff;
                    margin: 0 0 15px 0;
                    list-style: none;
                    border-right: solid 1px #dbdbdb;
                    border-bottom: solid 1px #dbdbdb;
                }

                    .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li figure {
                        width: 85px;
                        height: 85px;
                        margin: 0 10px 0 0;
                        float: left;
                    }

                        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li figure img {
                            width: 85px;
                            height: 85px;
                        }

                    .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer {
                        width: calc(100% - 95px);
                        float: right;
                    }

                        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer .title-txt {
                            font-family: robotoregular;
                            font-weight: 600;
                            font-size: 14px;
                            line-height: 18px;
                            color: #000;
                            padding: 5px 10px 3px 0;
                        }

                            .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer .title-txt a {
                                color: #000;
                            }

                        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul {
                            margin: 5px 0 0 0;
                            padding: 0px;
                        }

                            .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul li {
                                margin: 0 5px 0 0;
                                padding: 0px;
                                border-right: none;
                                border-bottom: none;
                                float: none;
                                color: #777;
                                font-size: 13px;
                                float: left;
                            }

                                .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul li i {
                                    font-family: flaticon;
                                    font-size: 14px;
                                }

                                .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul li a {
                                    color: #777;
                                }

.other-premium-ad-blk {
    margin: 0 0 25px 0;
    padding: 15px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    position: relative;
}

    .other-premium-ad-blk .owl-carousel .owl-item {
        float: left;
    }

        .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk {
            margin: 10px;
            cursor: pointer;
            position: relative;
            background-color: #fff;
            list-style: none;
            border-right: solid 1px #dbdbdb;
            border-bottom: solid 1px #dbdbdb;
        }

            .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk figure {
                overflow: hidden
            }

                .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk figure img {
                    width: 100%;
                    height: 200px;
                }

    .other-premium-ad-blk .switch-view {
        padding: 20px 20px 10px 0;
        text-align: right;
    }

        .other-premium-ad-blk .switch-view a {
            font-size: 14px;
            color: #30a4ea;
            display: block;
            line-height: 20px;
        }

            .other-premium-ad-blk .switch-view a i {
                margin: 1px 1px 0 0;
                color: #adadad;
                font-size: 16px;
            }

    .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext {
        bottom: 0;
        background-color: rgba(0,0,0,0.80);
        color: #fff;
        width: 100%;
        padding: 0 0 10px 0;
        font-family: robotoregular;
    }

        .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext h2, .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext h3 {
            font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
            font-size: 16px;
            line-height: 22px;
            padding: 3px 0;
            font-weight: normal;
            padding: 10px 10px 5px 10px;
        }

        .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext .title-txt, .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk {
            font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
            font-size: 16px;
            line-height: 22px;
            padding: 3px 0;
            font-weight: normal;
            padding: 10px 10px 5px 10px;
        }

            .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext .vernum {
                font-size: 14px;
                padding: 0 10px 3px 10px;
            }

            .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext .location {
                font-size: 12px;
                padding: 0 10px 3px 10px;
                font-family: robotolight;
            }

                .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext .vernum a, .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext h2 a, .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext .location a, .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext h3 a {
                    color: #fff;
                    text-decoration: none;
                }

                .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext .vernum i, .other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext .location i {
                    font-family: flaticon,font-size:15px;
                }

.topsliderwrp .owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    cursor: pointer
}

.topsliderwrp .owl-theme .owl-controls .owl-page span {
    background: #ddd;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.topsliderwrp .owl-theme .owl-controls .owl-page.active span {
    background: #f89406;
}

.other-premium-ad-blk .owl-carousel .owl-item .item .other-pre-listing-blk .itemtext {
    transition: all .5 ease-in 0;
    -webkit-transition: all .5 ease-in 0;
    -moz-transition: all .5 ease-in 0;
    -ms-transition: all .5 ease-in 0;
    -o-transition: all .5 ease-in 0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: 0;
}

.other-premium-ad-blk .owl-carousel .owl-item .item:hover .other-pre-listing-blk .itemtext {
    bottom: -120px;
}

.other-premium-ad-blk .info-icon {
    z-index: 100;
    position: absolute;
    left: -3px;
    top: 118px;
    border: solid 1px #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    display: block;
}

    .other-premium-ad-blk .info-icon a {
        font-size: 16px;
        color: #3f8612;
        font-family: flaticon;
        padding: 2px;
        display: block;
    }

    .other-premium-ad-blk .info-icon .info-details {
        display: none;
        position: absolute;
        background: #fff;
        border: 1px solid #e4e4e4;
        z-index: 1000;
        padding: 10px;
        right: -200px;
        top: -34px;
        width: 200px;
        font-size: 12px;
        color: #666;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
        -moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
        box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
    }

        .other-premium-ad-blk .info-icon .info-details b {
            color: #333;
            margin: 0 0 3px 0;
            border-bottom: dashed 1px #bbb;
            display: block;
            padding: 0 0 2px 0;
        }

    .other-premium-ad-blk .info-icon:hover .info-details {
        display: block;
    }

    .other-premium-ad-blk .info-icon .info-details p {
        margin: 0px;
    }

    .other-premium-ad-blk .info-icon .info-details:after, .other-premium-ad-blk .info-icon .info-details:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .other-premium-ad-blk .info-icon .info-details:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 5px;
        margin-top: -5px;
    }

    .other-premium-ad-blk .info-icon .info-details:before {
        border-color: rgba(187, 187, 187, 0);
        border-right-color: #bbb;
        border-width: 6px;
        margin-top: -6px;
    }


.other-premium-ad-blk .other-city {
    position: relative;
    padding: 0 0 5px 20px;
}

    .other-premium-ad-blk .other-city input[type=checkbox] {
        position: absolute;
        visibility: hidden;
    }

    .other-premium-ad-blk .other-city label {
        display: inline-block;
        position: relative;
        font-weight: 300;
        font-size: 13px;
        padding: 0px 25px 5px 20px;
        margin: 0 auto;
        height: auto;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        pointer-events: auto;
        top: 3px;
        color: #666;
        left: 0px;
    }

    .other-premium-ad-blk .other-city:hover label {
        color: #666;
    }

    .other-premium-ad-blk .other-city .check {
        display: block;
        position: absolute;
        border: 1px solid #aaa;
        height: 15px;
        width: 15px;
        top: 5px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    .other-premium-ad-blk .other-city:hover .check {
        border: 1px solid #333;
    }

    .other-premium-ad-blk .other-city .check::before {
        display: block;
        font-family: flaticon;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 10px;
        width: 10px;
        top: 2px;
        left: 2px;
        font-size: 8px;
        color: #5bc199;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

    .other-premium-ad-blk .other-city input[type=checkbox]:checked ~ .check {
        border: 1px solid #5bc199;
        background-color: #5bc199;
    }

        .other-premium-ad-blk .other-city input[type=checkbox]:checked ~ .check::before {
            content: "\f11a";
            font-family: 'flaticon';
            color: #fff;
        }

    .other-premium-ad-blk .other-city input[type=checkbox]:checked ~ label {
        color: #5bc199;
    }

    .other-premium-ad-blk .other-city input[type="checkbox"]:not(:checked) + label:before, .other-premium-ad-blk .other-city input[type="checkbox"]:checked + label:before {
        opacity: 0;
        border: #fff;
    }

    .other-premium-ad-blk .other-city input[type="checkbox"]:checked + label:before, .other-premium-ad-blk .other-city input[type="checkbox"]:checked + label:before, .other-premium-ad-blk .other-city input[type="checkbox"] + label:hover:before, .other-premium-ad-blk .other-city input[type="radio"] + label:hover:before {
        display: none;
    }

    .other-premium-ad-blk .other-city input[type="checkbox"]:checked + label:after, .other-premium-ad-blk .other-city input[type="checkbox"]:checked + label:after {
        opacity: 0;
        border: #fff;
    }

.switch-map-view {
    font-family: robotoregular;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    padding: 0 5px 10px 0;
}

    .switch-map-view i {
        font-family: flaticon;
        margin: 0 3px 0 0;
        font-size: 14px;
        color: #999;
    }

    .switch-map-view a {
        color: #30a4ea
    }

.sort-by-blk {
    background-color: #cac6c6;
    padding: 15px;
    margin: 9px 0 0 0;
}

    .sort-by-blk .lt-filters {
        float: left;
    }

        .sort-by-blk .lt-filters ul {
            margin: 0px;
            padding: 0px;
        }

            .sort-by-blk .lt-filters ul li {
                margin: 0 10px 0 0;
                padding: 5px 10px;
                background-color: #fff;
                list-style: none;
                float: left;
                color: #333;
                font-size: 13px;
            }

                .sort-by-blk .lt-filters ul li a {
                    display: block;
                    color: #333;
                }

                .sort-by-blk .lt-filters ul li.all-filters {
                    background-color: #cac6c6;
                    color: #333;
                }

                    .sort-by-blk .lt-filters ul li.all-filters a {
                        display: block;
                        color: #333;
                        font-size: 16px;
                    }

                        .sort-by-blk .lt-filters ul li.all-filters a i {
                            margin: 0 3px 0 0;
                            font-size: 16px;
                            font-family: flaticon;
                        }

    .sort-by-blk .rt-filters {
        float: right;
        position: relative;
    }

        .sort-by-blk .rt-filters ul {
            margin: 0px;
            padding: 0px;
        }

            .sort-by-blk .rt-filters ul li {
                margin: 0 10px 0 0;
                padding: 0;
                list-style: none;
                color: #333;
                font-size: 13px;
                float: left;
            }

                .sort-by-blk .rt-filters ul li.top-pad {
                    padding: 5px 0 0 0;
                }

                .sort-by-blk .rt-filters ul li a {
                    display: block;
                    color: #333;
                    background-color: #fff;
                    padding: 5px 10px;
                }

                    .sort-by-blk .rt-filters ul li a i {
                        font-family: flaticon;
                        font-size: 13px;
                        padding: 0 0 0 3px;
                    }

        .sort-by-blk .rt-filters .cityload {
            width: 100%;
            position: absolute;
            top: 29px;
            right: 10px;
            z-index: 10;
            background: #fff;
            border: none;
            border-radius: 0 0 3px 3px;
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
            padding-top: 5px;
            border-top: solid 1px #ddd;
            max-height: 221px;
        }

            .sort-by-blk .rt-filters .cityload.margin35t {
                margin-top: 30px;
            }

            .sort-by-blk .rt-filters .cityload .grouplt {
                padding: 8px 9px 0 10px;
                color: #ff837e;
                font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
            }

            .sort-by-blk .rt-filters .cityload ul li {
                margin: 0px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 13px;
                border-bottom: 1px solid #ddd;
                padding: 8px 9px;
                color: #555;
                cursor: pointer;
                float: none;
            }

                .sort-by-blk .rt-filters .cityload ul li i {
                    font-size: 11px;
                    position: static;
                    background: none
                }

                .sort-by-blk .rt-filters .cityload ul li a {
                    color: #555;
                    text-decoration: none;
                    display: block;
                    text-overflow: ellipsis
                }

                .sort-by-blk .rt-filters .cityload ul li.active, .sort-by-blk .rt-filters .cityload ul li:hover {
                    background: #ff4242;
                    -webkit-transition: all 0.1s ease;
                    -moz-transition: all 0.1s ease;
                    transition: all 0.1s ease;
                    color: #fff
                }

                    .sort-by-blk .rt-filters .cityload ul li:hover, .sort-by-blk .rt-filters .cityload ul li.active a, .sort-by-blk .rt-filters .cityload ul li:hover a {
                        color: #fff
                    }

.no-records-found {
    background: url(../images/other/no-record.png) no-repeat;
    padding: 15px 20px 15px 50px;
    font-size: 22px;
    color: #f89406;
    margin: 0 0 0 20px;
}

/* nri services home category block starts here */
.secondary-nav {
    border-top: solid 2px #fff;
    display: table;
    margin: auto;
}

    .secondary-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .secondary-nav ul li {
            margin: 0px;
            padding: 0px;
            float: left;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .secondary-nav ul li a {
                display: block;
                padding: 25px 40px;
                text-align: center;
            }

                .secondary-nav ul li a .img-icon {
                    text-align: center;
                    padding: 0 0 10px 0;
                    height: 44px;
                }

                .secondary-nav ul li a p {
                    font-family: robotoregular;
                    font-size: 14px;
                    line-height: 18px;
                    color: #212121;
                    padding: 0px;
                    margin: 0px;
                }

            .secondary-nav ul li:hover {
                background-color: #f2f2f2;
                transform: translateY(-2px);
            }

.nri-service-cat-blk {
    padding: 10px 0;
}

    .nri-service-cat-blk .owl-carousel .owl-item {
        float: left;
    }

    .nri-service-cat-blk .cate-title {
        font-family: roboto;
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: 700;
        padding: 10px 0 10px 10px;
    }

    .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk {
        background-color: #fff;
        margin: 0 15px 10px 15px;
        list-style: none;
        border-right: solid 1px #dbdbdb;
        border-bottom: solid 1px #dbdbdb;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #e4e4e4;
        background-color: #fff;
        box-shadow: 0 0 5px 0 #e4e4e4
    }

        .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk figure {
            width: 100%;
            overflow: hidden;
            height: 120px;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-top left:3px;
            -moz-border-radius-top right: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk figure img {
                max-height: 120px;
                width: 100%;
            }

        .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk .title-txt {
            height: 35px;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 700;
            margin: 10px 0 0 10px;
        }

            .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk .title-txt a {
                color: #000;
            }

        .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk .content-link {
            padding: 10px;
            margin: 0 0 15px 0;
        }

            .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk .content-link span {
                font-size: 12px;
                color: #333;
            }

            .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk .content-link .link-outer {
                float: right;
            }

                .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk .content-link .link-outer a {
                    padding: 6px 10px;
                    font-size: 13px;
                    color: #f59d20;
                    text-decoration: none;
                    border: 1px solid #f59d20;
                    font-weight: 600;
                    line-height: 17px;
                    cursor: pointer;
                    font-weight: 400;
                }

                    .nri-service-cat-blk .owl-carousel .owl-item .item .single-cat-blk .content-link .link-outer a:hover {
                        background-color: #f59d20;
                        color: #fff;
                    }

    .nri-service-cat-blk .owl-theme .owl-controls .owl-buttons div {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        top: 42%;
    }

    .nri-service-cat-blk:hover .owl-theme .owl-controls .owl-buttons div {
        opacity: 1;
    }

    .nri-service-cat-blk .owl-theme .owl-buttons i {
        font-size: 16px;
    }

/* nri services home category block end here */

.main-listing-blk {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 10px 0 0 0;
    background-color: #fff;
    margin: 0 0 20px 0;
}

    .main-listing-blk .vmorewrp, .helpful-rev-blk .vmorewrp {
        position: relative;
        padding-top: 20px;
        text-align: center
    }

    .main-listing-blk .vmore, .helpful-rev-blk .vmore {
        bottom: -11px;
        text-transform: uppercase;
        font-size: 11px;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

        .main-listing-blk .vmore a, .helpful-rev-blk .vmore a {
            color: #333;
        }

        .main-listing-blk .vmore .arrow-down, .helpful-rev-blk .vmore .arrow-down {
            width: 25px;
            height: 25px;
            display: block;
            border: 1px solid rgba(170,170,170,.6);
            border-radius: 50px;
            background: #f7f7f7;
            box-shadow: 0 0 0 1px #ededed;
            cursor: pointer;
            color: #999;
            font-size: 18px;
            text-align: center;
            margin: 0 auto
        }

            .main-listing-blk .vmore .arrow-down i, .helpful-rev-blk .vmore .arrow-down i {
                top: -1px;
                position: relative;
            }

    .main-listing-blk .selec-list {
        padding: 5px 10px 10px 10px;
        margin: 0 0 10px 0;
        font-family: robotolight;
        font-size: 13px;
        color: #666;
        border-bottom: dashed 1px #e4e4e4;
    }

        .main-listing-blk .selec-list p {
            float: left;
            padding: 3px 5px 0 5px;
        }

            .main-listing-blk .selec-list p a {
                color: #30a4ea;
            }

        .main-listing-blk .selec-list ul {
            margin: 0px;
            padding: 0px;
        }

            .main-listing-blk .selec-list ul li {
                position: relative;
                border: solid 1px #ccc;
                background-color: #f2f2f2;
                margin: 0 3px;
                padding: 3px 15px;
                list-style: none;
                float: left;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                color: #666;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

                .main-listing-blk .selec-list ul li a {
                    position: absolute;
                    top: -2px;
                    right: 2px;
                    font-size: 11px;
                    font-family: robotobold;
                    color: #30a4ea;
                }

    .main-listing-blk .lt-blk {
    }

        .main-listing-blk .lt-blk .star-blk {
            padding: 0 0 3px 0;
        }

            .main-listing-blk .lt-blk .star-blk ul {
                margin: 0px;
                padding: 0px;
            }

                .main-listing-blk .lt-blk .star-blk ul li {
                    margin: 0px;
                    padding: 0px;
                    float: left;
                    font-size: 12px;
                    color: #9e9c9c;
                }

                    .main-listing-blk .lt-blk .star-blk ul li a {
                        color: #9e9c9c;
                    }

                    .main-listing-blk .lt-blk .star-blk ul li b {
                        color: #333;
                    }

                    .main-listing-blk .lt-blk .star-blk ul li a span { /*color:#f89406;*/
                        font-size: 13px;
                        margin: 0 5px 0 0;
                    }

                    .main-listing-blk .lt-blk .star-blk ul li i {
                        font-family: flaticon;
                        font-size: 12px;
                        color: #aaa;
                        margin: 0 3px 0 0;
                    }

                        .main-listing-blk .lt-blk .star-blk ul li i.active {
                            color: #f89406;
                        }

        .main-listing-blk .lt-blk .city-blk {
            font-size: 14px;
            font-family: robotoregular;
            color: #7f7f7f;
            padding: 0 0 5px 0;
        }

        .main-listing-blk .lt-blk .miles-blk {
            font-size: 12px;
            font-family: robotoregular;
            color: #a7a4a4;
            padding: 0 0 5px 0;
        }

        .main-listing-blk .lt-blk .phone-blk {
            font-size: 14px;
            font-family: robotobold;
            color: #000;
            padding: 0 0 5px 0;
            display: inline-block;
        }

            .main-listing-blk .lt-blk .phone-blk a {
                font-size: 14px;
                font-family: robotobold;
                color: #000;
            }

                .main-listing-blk .lt-blk .phone-blk a .view-number {
                    font-size: 12px;
                    font-family: robotolight;
                    margin: 0 0 0 3px;
                    color: #30a4ea;
                }

        .main-listing-blk .lt-blk .pin-outer {
            display: inline-block;
            margin: 0;
            padding: 0px;
        }

            .main-listing-blk .lt-blk .pin-outer span {
                display: inline-block;
                background-color: #047c31;
                color: #fff;
                padding: 0 3px;
                margin: 0 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
            }

            .main-listing-blk .lt-blk .pin-outer.info {
                position: relative;
                margin: 0;
                padding: 0px;
            }

                .main-listing-blk .lt-blk .pin-outer.info a {
                    padding: 0 0 0 4px;
                    display: block;
                }

                .main-listing-blk .lt-blk .pin-outer.info img {
                    margin: 0px;
                    padding: 0px;
                    vertical-align: middle;
                }

                .main-listing-blk .lt-blk .pin-outer.info .information-outer {
                    padding: 10px;
                    position: absolute;
                    width: 300px;
                    z-index: 10;
                    background-color: #fff;
                    left: 36px;
                    top: -48px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    display: none;
                    border: solid 1px #e4e4e4;
                    -webkit-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                    -moz-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                    box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                }

                    .main-listing-blk .lt-blk .pin-outer.info .information-outer:after, .main-listing-blk .lt-blk .pin-outer.info .information-outer:before {
                        right: 100%;
                        top: 50%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                .main-listing-blk .lt-blk .pin-outer.info:hover .information-outer {
                    display: block;
                }

                .main-listing-blk .lt-blk .pin-outer.info .information-outer:after {
                    border-color: rgba(255, 255, 255, 0);
                    border-right-color: #fff;
                    border-width: 8px;
                    margin-top: -8px;
                }

                .main-listing-blk .lt-blk .pin-outer.info .information-outer:before {
                    border-color: rgba(228, 228, 228, 0);
                    border-right-color: #e4e4e4;
                    border-width: 9px;
                    margin-top: -9px;
                }

                .main-listing-blk .lt-blk .pin-outer.info .information-outer ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .main-listing-blk .lt-blk .pin-outer.info .information-outer ul li {
                        margin: 0 0 0 15px;
                        padding: 0 0 6px 5px;
                        list-style: decimal;
                        font-size: 13px;
                        line-height: 16px;
                        font-weight: normal;
                        color: #444;
                    }

                .main-listing-blk .lt-blk .pin-outer.info .information-outer .close-txt {
                    text-align: right;
                    display: none;
                }

                    .main-listing-blk .lt-blk .pin-outer.info .information-outer .close-txt a {
                        text-decoration: none;
                        font-size: 12px;
                        line-height: 12px;
                        color: #000;
                        padding: 0px;
                        margin: 0px;
                    }

        .main-listing-blk .lt-blk .activity-range {
            font-size: 12px;
            line-height: 16px;
            color: #666;
            display: inline-block;
            padding: 0 8px 0 0;
        }

            .main-listing-blk .lt-blk .activity-range b {
                color: #444;
            }

        .main-listing-blk .lt-blk .sold-blk {
            font-size: 12px;
            line-height: 16px;
            color: #777;
        }

            .main-listing-blk .lt-blk .sold-blk span {
                font-size: 12px;
                line-height: 16px;
                color: #555;
                display: inline-block;
                padding: 0 8px 0 0;
            }

            .main-listing-blk .lt-blk .sold-blk b {
                color: #d92228;
            }

        .main-listing-blk .lt-blk .banner-blk {
            font-size: 14px;
            font-family: robotoregular;
            color: #7f7f7f;
            padding: 0 0 5px 0;
        }

            .main-listing-blk .lt-blk .banner-blk a {
                color: #7f7f7f;
                margin: 0 0 2px 0;
            }

                .main-listing-blk .lt-blk .banner-blk a i {
                    font-family: flaticon;
                    font-size: 13px;
                    margin: 0 0 0 2px;
                    color: #999;
                }

    .main-listing-blk .rt-blk {
    }

        .main-listing-blk .rt-blk .service-type {
            font-family: robotolight;
            font-size: 14px;
            padding: 0 0 5px 0;
            color: #717171;
        }

            .main-listing-blk .rt-blk .service-type b {
                font-weight: normal;
                color: #444;
                font-family: robotoregular;
            }

            .main-listing-blk .rt-blk .service-type span {
                position: relative;
            }

                .main-listing-blk .rt-blk .service-type span a {
                    display: inline-block;
                    font-size: 13px;
                    color: #30a4ea;
                    margin: 0 0 0 6px;
                }

                    .main-listing-blk .rt-blk .service-type span a i {
                        font-size: 12px;
                        color: #999;
                        padding: 0 0 0 3px;
                    }

                .main-listing-blk .rt-blk .service-type span .cityload {
                    width: 150px;
                    position: absolute;
                    top: 20px;
                    right: -1px;
                    z-index: 10;
                    background: #fff;
                    border: none;
                    border-radius: 0 0 3px 3px;
                    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
                    padding-top: 5px;
                    border-top: solid 1px #ddd;
                    max-height: 221px;
                    overflow-y: scroll;
                }

                    .main-listing-blk .rt-blk .service-type span .cityload.margin35t {
                        margin-top: 30px;
                    }

                    .main-listing-blk .rt-blk .service-type span .cityload .grouplt {
                        padding: 8px 9px 0 10px;
                        color: #ff837e;
                        font-weight: bold;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
                    }

                    .main-listing-blk .rt-blk .service-type span .cityload ul li {
                        margin: 0px;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 13px;
                        border-bottom: 1px solid #ddd;
                        padding: 8px 9px;
                        color: #555;
                        cursor: pointer;
                        float: none;
                    }

                        .main-listing-blk .rt-blk .service-type span .cityload ul li i {
                            font-size: 11px;
                            position: static;
                            background: none
                        }

                        .main-listing-blk .rt-blk .service-type span .cityload ul li a {
                            color: #555;
                            text-decoration: none;
                            display: block;
                            text-overflow: ellipsis
                        }

                        .main-listing-blk .rt-blk .service-type span .cityload ul li.active, .main-listing-blk .rt-blk .service-type span .cityload ul li:hover {
                            background: #ff4242;
                            -webkit-transition: all 0.1s ease;
                            -moz-transition: all 0.1s ease;
                            transition: all 0.1s ease;
                            color: #fff
                        }

                            .main-listing-blk .rt-blk .service-type span .cityload ul li:hover, .main-listing-blk .rt-blk .service-type span .cityload ul li.active a, .main-listing-blk .rt-blk .service-type span .cityload ul li:hover a {
                                color: #fff
                            }

        .main-listing-blk .rt-blk .rt-clock {
            font-family: robotolight;
            font-size: 12px;
            color: #ff4242;
            line-height: 18px;
            padding: 0 0 5px 0;
        }

.map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content .left-content .rt-clock {
    padding: 3px 0 3px 10px;
}

.main-listing-blk .rt-blk .rt-clock i {
    font-family: flatiocn;
    font-size: 14px;
    color: #ccc;
    margin: 0 2px 0 0;
}

.main-listing-blk .rt-blk .rt-clock.opened {
    color: #3e8e34;
}

.main-listing-blk .rt-blk .verify-blk {
    font-family: robotolight;
    font-size: 14px;
    padding: 0 0 5px 0;
    color: #717171;
}

    .main-listing-blk .rt-blk .verify-blk span {
        font-family: flaticon;
        padding: 0 4px 0 0;
        color: #3e8e34;
    }

        .main-listing-blk .rt-blk .verify-blk span.not-verified {
            color: #a1a1a1;
        }

.main-listing-blk .rt-blk .other-links {
    font-family: robotolight;
    font-size: 14px;
    padding: 0 0 5px 0;
    color: #717171;
}

    .main-listing-blk .rt-blk .other-links a {
        color: #30a4ea;
        padding: 0 3px 0 0;
        margin: 0 2px 0 0;
        border-right: solid 1px #ccc;
    }

        .main-listing-blk .rt-blk .other-links a:last-child {
            border-right: none;
        }

.main-listing-blk .media .weblink {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0 10px 100px;
}

    .main-listing-blk .media .weblink a {
        color: #30a4ea;
        word-wrap: break-word;
        font-family: robotolight;
    }

        .main-listing-blk .media .weblink a i {
            font-family: flaticon;
            font-size: 16px;
            color: #006621;
            margin: 0 4px 0 0;
        }

.main-listing-blk .media .para-txt {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0 0 100px;
}

    .main-listing-blk .media .para-txt b {
        font-weight: normal;
        font-family: robotoregular;
        color: #444;
        font-size: 14px;
    }

.main-listing-blk .media .user-txt {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0 0 100px;
}

    .main-listing-blk .media .user-txt figure {
        width: 40px;
        height: 40px;
        float: left;
        margin: 0 10px 0 0;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        overflow: hidden;
    }

        .main-listing-blk .media .user-txt figure img {
            width: 40px;
            height: 40px;
        }

    .main-listing-blk .media .user-txt p {
        color: #7f7f7f;
        font-size: 13px;
        line-height: 16px;
        width: calc(100% - 50px);
        float: right;
        vertical-align: top;
        padding: 0 10px 0 0;
    }

.main-listing-blk .media .from-busi {
    padding: 15px 15px 10px 100px;
}

    .main-listing-blk .media .from-busi.free-ad {
        padding: 15px 15px 10px 10px;
    }

    .main-listing-blk .media .from-busi p {
        color: #7f7f7f;
        font-size: 13px;
        line-height: 16px;
    }

    .main-listing-blk .media .from-busi .service-fees {
        padding: 10px 0;
    }

        .main-listing-blk .media .from-busi .service-fees ul {
            padding: 0px;
            margin: 0px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

            .main-listing-blk .media .from-busi .service-fees ul li {
                padding: 0 10px 0 0;
                margin: 0 10px 0 0;
                list-style: none;
                font-size: 13px;
                line-height: 18px;
                color: #666;
                border-right: solid 1px #ccc;
            }

                .main-listing-blk .media .from-busi .service-fees ul li:last-child {
                    border-right: none;
                }

                .main-listing-blk .media .from-busi .service-fees ul li span {
                    font-weight: 600;
                    color: #000;
                    background-color: #e6e6e6;
                    padding: 0 4px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }


.main-listing-blk .media .discount-txt {
    background-color: #eefde5;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px;
    margin: 15px 15px 5px 100px;
    border: dashed 1px #6ec03a;
    font-family: robotoregular;
}

    .main-listing-blk .media .discount-txt i {
        font-family: flaticon;
        font-size: 24px;
        color: #006621;
        margin: 0 4px 0 0;
    }

    .main-listing-blk .media .discount-txt a {
        font-family: robotobold;
        font-size: 14px;
        line-height: 20px;
        color: #30a4ea;
    }

.page-listing {
    padding: 10px 15px 15px 15px;
    margin: 0px;
    background-color: #fff;
}

    .page-listing .tot-cout-list {
        float: left;
        font-size: 13px;
        color: #999;
        font-family: robotoregular;
        padding: 5px 0 0 0;
    }

    .page-listing .count-txt {
        float: right;
    }

        .page-listing .count-txt ul {
            margin: 0px;
            padding: 0px;
        }

        .page-listing .count-txt li {
            float: left;
            font-size: 12px;
            padding: 0;
            margin: 0 2px;
            line-height: 25px;
            border-radius: 2px;
            background-color: #fff;
        }

            .page-listing .count-txt li a {
                display: block;
                color: #444;
                padding: 2px 10px;
                text-align: center;
                border: solid 1px #ddd;
            }

            .page-listing .count-txt li:hover a, .page-listing li.active a {
                color: #fff
            }

            .page-listing .count-txt li:hover, .page-listing .count-txt li.active {
                background-color: #48b39b;
                border-color: #48b39b
            }

            .page-listing .count-txt li.disabled a {
                cursor: default;
                color: #999
            }

            .page-listing .count-txt li.disabled:hover {
                background: none
            }

            .page-listing .count-txt li i {
                font-size: 12px;
                vertical-align: middle
            }

            .page-listing .count-txt li.pages ul li {
                display: inline-block;
                float: none
            }

.services-count-blk {
    background: url(../images/other/promo-back.jpg) top center no-repeat;
    margin: 0 0 20px 0;
    height: 250px;
    background-size: cover;
}

    .services-count-blk .title-txt {
        font-family: robotoregular;
        font-size: 26px;
        padding: 25px 0;
        text-align: center;
        color: #212121;
    }

    .services-count-blk ul {
        margin: 0px;
        padding: 0px;
    }

        .services-count-blk ul li {
            margin: 0px;
            padding: 0 0 10px 0;
            list-style: none;
            text-align: center;
        }

            .services-count-blk ul li.number-count {
                font-size: 24px;
                line-height: 28px;
                font-family: robotobold;
                color: #1e90ea;
            }

            .services-count-blk ul li.details-abt {
                font-size: 18px;
                line-height: 24px;
                font-family: robotoregular;
                color: #000;
            }

.helpful-rev-blk {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 10px 0 0 0;
    background-color: #fff;
    margin: 0 0 20px 0;
}

    .helpful-rev-blk .media-heading {
        float: left;
        font-family: robotoregular;
        font-size: 20px;
        line-height: 26px;
        color: #212121;
        padding: 0 0 5px 10px;
    }

    .helpful-rev-blk .rt-rated-count {
        font-family: robotoregular;
        font-size: 13px;
        line-height: 16px;
        color: #999;
        float: right;
        padding: 0 10px 0 0;
    }

        .helpful-rev-blk .rt-rated-count span.count {
            color: #333;
        }

        .helpful-rev-blk .rt-rated-count b {
            color: #666;
            font-weight: normal;
        }

    .helpful-rev-blk .media .media-left {
    }

        .helpful-rev-blk .media .media-left img {
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

        .helpful-rev-blk .media .media-left .txt {
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            font-size: 30px;
            line-height: 42px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            display: table;
            width: 64px;
            height: 64px;
            margin: 0 0 0 10px;
        }

.rt-cont-blk .busi-stories .media .media-left .txt {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 25px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: table;
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
}

.activity-blk .media .media-left .txt {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: table;
    width: 64px;
    height: 64px;
    margin: 0 0 0 10px;
}

.media .media-left .txt span, .rt-cont-blk .busi-stories .media .media-left .txt span {
    display: block;
    padding: 10px 0 0 0px;
}

.state-rev-outer .rev-bl ul li .client-img.A, .state-rev-outer .rev-bl ul li .client-img.a, .media .media-left .txt.a, .media .media-left .txt.A, .activity-blk .media .media-left .txt.b, .activity-blk .media .media-left .txt.A, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.a, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.A {
    background-color: #E37B40;
}

.state-rev-outer .rev-bl ul li .client-img.B, .state-rev-outer .rev-bl ul li .client-img.b, .media .media-left .txt.b, .media .media-left .txt.B, .activity-blk .media .media-left .txt.b, .activity-blk .media .media-left .txt.B, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.b, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.B {
    background-color: #46B39D;
}

.state-rev-outer .rev-bl ul li .client-img.C, .state-rev-outer .rev-bl ul li .client-img.c, .media .media-left .txt.c, .media .media-left .txt.C, .activity-blk .media .media-left .txt.c, .activity-blk .media .media-left .txt.C, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.c, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.C {
    background-color: #5B6B6B;
}

.state-rev-outer .rev-bl ul li .client-img.D, .state-rev-outer .rev-bl ul li .client-img.d, .media .media-left .txt.d, .media .media-left .txt.D, .activity-blk .media .media-left .txt.d, .activity-blk .media .media-left .txt.D, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.d, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.D {
    background-color: #9685B2;
}

.state-rev-outer .rev-bl ul li .client-img.E, .state-rev-outer .rev-bl ul li .client-img.e, .media .media-left .txt.e, .media .media-left .txt.E, .activity-blk .media .media-left .txt.e, .activity-blk .media .media-left .txt.E, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.e, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.E {
    background-color: #6E1734;
}

.state-rev-outer .rev-bl ul li .client-img.F, .state-rev-outer .rev-bl ul li .client-img.f, .media .media-left .txt.f, .media .media-left .txt.F, .activity-blk .media .media-left .txt.f, .activity-blk .media .media-left .txt.F, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.f, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.F {
    background-color: #F37E01;
}

.state-rev-outer .rev-bl ul li .client-img.G, .state-rev-outer .rev-bl ul li .client-img.g, .media .media-left .txt.g, .media .media-left .txt.G, .activity-blk .media .media-left .txt.g, .activity-blk .media .media-left .txt.G, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.g, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.G {
    background-color: #2C5E2E;
}

.state-rev-outer .rev-bl ul li .client-img.H, .state-rev-outer .rev-bl ul li .client-img.h, .media .media-left .txt.h, .media .media-left .txt.H, .activity-blk .media .media-left .txt.h, .activity-blk .media .media-left .txt.H, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.h, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.H {
    background-color: #FF12A6;
}

.state-rev-outer .rev-bl ul li .client-img.I, .state-rev-outer .rev-bl ul li .client-img.i, .media .media-left .txt.i, .media .media-left .txt.I, .activity-blk .media .media-left .txt.i, .activity-blk .media .media-left .txt.I, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.i, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.I {
    background-color: #82393A;
}

.state-rev-outer .rev-bl ul li .client-img.J, .state-rev-outer .rev-bl ul li .client-img.j, .media .media-left .txt.j, .media .media-left .txt.J, .activity-blk .media .media-left .txt.j, .activity-blk .media .media-left .txt.J, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.j, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.J {
    background-color: #BDC057;
}

.state-rev-outer .rev-bl ul li .client-img.K, .state-rev-outer .rev-bl ul li .client-img.k, .media .media-left .txt.k, .media .media-left .txt.K, .activity-blk .media .media-left .txt.K, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.k, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.K {
    background-color: #0E1927;
}

.state-rev-outer .rev-bl ul li .client-img.L, .state-rev-outer .rev-bl ul li .client-img.l, .media .media-left .txt.l, .media .media-left .txt.L, .activity-blk .media .media-left .txt.k, .activity-blk .media .media-left .txt.L, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.l, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.L {
    background-color: #8A8C3F;
}

.state-rev-outer .rev-bl ul li .client-img.M, .state-rev-outer .rev-bl ul li .client-img.m, .media .media-left .txt.m, .media .media-left .txt.M, .activity-blk .media .media-left .txt.l, .activity-blk .media .media-left .txt.M, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.m, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.M {
    background-color: #6C6972;
}

.state-rev-outer .rev-bl ul li .client-img.N, .state-rev-outer .rev-bl ul li .client-img.n, .media .media-left .txt.n, .media .media-left .txt.N, .activity-blk .media .media-left .txt.n, .activity-blk .media .media-left .txt.N, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.n, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.N {
    background-color: #8B5742;
}

.state-rev-outer .rev-bl ul li .client-img.O, .state-rev-outer .rev-bl ul li .client-img.o, .media .media-left .txt.o, .media .media-left .txt.O, .activity-blk .media .media-left .txt.o, .activity-blk .media .media-left .txt.O, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.o, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.O {
    background-color: #413814;
}

.state-rev-outer .rev-bl ul li .client-img.P, .state-rev-outer .rev-bl ul li .client-img.p, .media .media-left .txt.p, .media .media-left .txt.P, .activity-blk .media .media-left .txt.p, .activity-blk .media .media-left .txt.P, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.p, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.P {
    background-color: #A47192;
}

.state-rev-outer .rev-bl ul li .client-img.Q, .state-rev-outer .rev-bl ul li .client-img.q, .media .media-left .txt.q, .media .media-left .txt.Q, .activity-blk .media .media-left .txt.q, .activity-blk .media .media-left .txt.Q, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.q, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.Q {
    background-color: #131414;
}

.state-rev-outer .rev-bl ul li .client-img.R, .state-rev-outer .rev-bl ul li .client-img.r, .media .media-left .txt.r, .media .media-left .txt.R, .activity-blk .media .media-left .txt.r, .activity-blk .media .media-left .txt.R, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.r, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.R {
    background-color: #652968;
}

.state-rev-outer .rev-bl ul li .client-img.S, .state-rev-outer .rev-bl ul li .client-img.s, .media .media-left .txt.s, .media .media-left .txt.S, .activity-blk .media .media-left .txt.s, .activity-blk .media .media-left .txt.S, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.s, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.S {
    background-color: #00FFC7;
}

.state-rev-outer .rev-bl ul li .client-img.T, .state-rev-outer .rev-bl ul li .client-img.t, .media .media-left .txt.t, .media .media-left .txt.T, .activity-blk .media .media-left .txt.t, .activity-blk .media .media-left .txt.T, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.t, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.T {
    background-color: #2A1D8C;
}

.state-rev-outer .rev-bl ul li .client-img.U, .state-rev-outer .rev-bl ul li .client-img.u, .media .media-left .txt.u, .media .media-left .txt.U, .activity-blk .media .media-left .txt.u, .activity-blk .media .media-left .txt.U, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.u, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.U {
    background-color: #9F7251;
}

.state-rev-outer .rev-bl ul li .client-img.V, .state-rev-outer .rev-bl ul li .client-img.v, .media .media-left .txt.v, .media .media-left .txt.V, .activity-blk .media .media-left .txt.v, .activity-blk .media .media-left .txt.V, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.v, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.V {
    background-color: #BF2626;
}

.state-rev-outer .rev-bl ul li .client-img.W, .state-rev-outer .rev-bl ul li .client-img.w, .media .media-left .txt.w, .media .media-left .txt.W, .activity-blk .media .media-left .txt.w, .activity-blk .media .media-left .txt.W, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.w, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.W {
    background-color: #6E695D;
}

.state-rev-outer .rev-bl ul li .client-img.X, .state-rev-outer .rev-bl ul li .client-img.x, .media .media-left .txt.x, .media .media-left .txt.X, .activity-blk .media .media-left .txt.x, .activity-blk .media .media-left .txt.X, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.x, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.X {
    background-color: #D96704;
}

.state-rev-outer .rev-bl ul li .client-img.Y, .state-rev-outer .rev-bl ul li .client-img.y, .media .media-left .txt.y, .media .media-left .txt.Y, .activity-blk .media .media-left .txt.y, .activity-blk .media .media-left .txt.Y, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.y, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.Y {
    background-color: #764720;
}

.state-rev-outer .rev-bl ul li .client-img.Z, .state-rev-outer .rev-bl ul li .client-img.z, .media .media-left .txt.z, .media .media-left .txt.Z, .activity-blk .media .media-left .txt.z, .activity-blk .media .media-left .txt.Z, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.z, .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt.Z {
    background-color: #044952;
}

.helpful-rev-blk .media .media-body .sin-rev-title {
    font-family: robotoregular;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    padding: 0 10px 5px 0;
}

.helpful-rev-blk .media .media-body .rated-star {
    font-size: 13px;
    color: #777;
    line-height: 18px;
    padding: 0 0 5px 0;
    font-family: robotoregular;
}

    .helpful-rev-blk .media .media-body .rated-star span {
        font-size: 12px;
        color: #999;
        font-family: robotolight;
        margin: 0 3px 0 0;
    }

    .helpful-rev-blk .media .media-body .rated-star i {
        font-family: flaticon;
        font-size: 14px;
        color: #aaa;
        margin: 0 3px 0 0;
        padding: 0;
    }

        .helpful-rev-blk .media .media-body .rated-star i:hover, .helpful-rev-blk .media .media-body .rated-star i.active {
            color: #f89406;
        }

    .helpful-rev-blk .media .media-body .rated-star span.rated {
        background-color: #5fae2c;
        padding: 0 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
    }

.helpful-rev-blk .media .media-body p {
    font-size: 13px;
    line-height: 20px;
    color: #444;
    font-family: robotolight;
    padding: 0 10px 0 0;
}

.helpful-rev-blk .media .media-body .inner-reply {
    padding: 0 0 5px 0;
}

    .helpful-rev-blk .media .media-body .inner-reply .lt-img {
        display: table-cell;
        vertical-align: top;
        float: left;
    }

        .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt {
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            font-size: 25px;
            line-height: 28px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            display: table;
            width: 50px;
            height: 50px;
            margin: 0 0 0 10px;
        }

            .helpful-rev-blk .media .media-body .inner-reply .lt-img .txt span {
                display: block;
                padding: 10px 0 0 0px;
            }

    .helpful-rev-blk .media .media-body .inner-reply .reply-reply {
        width: calc(100% - 100px);
        float: left;
    }

        .helpful-rev-blk .media .media-body .inner-reply .reply-reply .name-txt {
            font-family: robotoregular;
            font-size: 13px;
            line-height: 18px;
            color: #333;
            margin: 5px 0 3px 5px;
        }

            .helpful-rev-blk .media .media-body .inner-reply .reply-reply .name-txt span {
                font-size: 12px;
                color: #999;
                margin: 0 0 0 3px;
            }

        .helpful-rev-blk .media .media-body .inner-reply .reply-reply p {
            font-size: 13px;
            line-height: 20px;
            color: #999;
            margin: 3px 10px 3px 5px;
        }

.helpful-rev-blk .media .media-body .reply-blk {
    position: relative;
    padding: 5px 0 10px 0;
}

    .helpful-rev-blk .media .media-body .reply-blk.alert textarea, .helpful-rev-blk .media .media-body .reply-blk.alert label {
        border: solid 1px #c20000;
        color: #c20000;
    }

    .helpful-rev-blk .media .media-body .reply-blk textarea {
        width: 60%;
        margin: 0 10px 0 0;
    }

    .helpful-rev-blk .media .media-body .reply-blk label {
        color: #999;
        font-size: 12px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 30px;
        top: 18px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        z-index: 1000;
    }

    .helpful-rev-blk .media .media-body .reply-blk textarea:focus ~ label {
        display: none
    }

    .helpful-rev-blk .media .media-body .reply-blk span.reply-btn {
        vertical-align: top;
        margin: 20px 0 0 0;
        display: inline-block;
    }

.helpful-rev-blk .media:last-child {
    border-bottom: none;
    padding: 10px 0 5px 0;
}

.know-your-blk {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 10px 0 10px 0;
    background-color: #fff;
    margin: 0 0 20px 0;
}

    .know-your-blk .know-title {
        font-family: robotoregular;
        font-size: 20px;
        color: #212121;
        background: url(../images/other/bri-bulb.png) no-repeat 15px -2px;
        padding: 5px 0 10px 65px;
    }

    .know-your-blk .sub-title {
        font-family: robotoregular;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 15px 0 15px;
        color: #212121;
    }

    .know-your-blk p {
        font-size: 14px;
        line-height: 24px;
        color: #444;
        font-family: robotolight;
        padding: 5px 15px 0 15px;
    }

.faq-activity-blk {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 0;
    background-color: #fff;
    margin: 0 0 20px 0;
}

    .faq-activity-blk .faq-title {
        font-family: robotoregular;
        font-size: 20px;
        color: #212121;
        background: url(../images/other/q-ans.png) no-repeat 15px 16px;
        padding: 15px 0 18px 65px;
    }

    .faq-activity-blk .activity-title {
        font-family: robotoregular;
        font-size: 20px;
        color: #212121;
        background: url(../images/other/activity.png) no-repeat 15px 14px;
        padding: 15px 0 18px 65px;
    }

    .faq-activity-blk ul.nav-tabs.nav-justified {
        padding: 0 0 15px 0;
    }

    .faq-activity-blk .sub-title {
        font-family: robotoregular;
        font-size: 15px;
        line-height: 20px;
        background: url(../images/other/head-ques.png) no-repeat 14px 0px;
        padding: 5px 0 10px 50px;
        color: #212121;
    }

    .faq-activity-blk p {
        font-size: 14px;
        line-height: 24px;
        color: #444;
        font-family: robotolight;
        padding: 5px 15px 0 15px;
    }



/* listing SEO promotion starts here */
.about-the-busi {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 0 0 20px 0;
    padding: 15px;
    background-color: #fff;
    border-right: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
}

    .about-the-busi p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        font-weight: normal;
    }

.detail-cont-outer {
    margin: 0 0 20px 0;
    padding: 20px;
    background-color: #fff;
    border-right: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
}

    .detail-cont-outer h3 {
        font-size: 18px;
        line-height: 24px;
        color: #212121;
        padding: 0 0 15px 0;
        font-weight: 410;
    }

    .detail-cont-outer p {
        font-size: 15px;
        line-height: 24px;
        font-weight: normal;
        color: #666;
        padding: 0 0 15px 0;
        margin: 0px;
    }

        .detail-cont-outer p strong {
            font-size: 15px;
            line-height: 24px;
            font-weight: normal;
            color: #333;
            font-weight: 600;
            margin: 0 5px 0 0;
        }

    .detail-cont-outer .table-outer {
        padding: 0 0 20px 0;
    }

        .detail-cont-outer .table-outer tr th {
            background-color: #f1f5f7;
            border: solid 1px #ccc;
            padding: 15px;
            color: #333;
            text-align: left;
            font-size: 15px;
            line-height: 24px;
            font-weight: 600;
        }

        .detail-cont-outer .table-outer tr td {
            background-color: #fff;
            border: solid 1px #ccc;
            padding: 15px;
            color: #555;
            text-align: left;
            font-size: 14px;
            line-height: 22px;
        }

    .detail-cont-outer .circle-listing {
        padding: 0 0 15px 0;
    }

        .detail-cont-outer .circle-listing .title-txt {
        }

            .detail-cont-outer .circle-listing .title-txt strong {
                font-size: 15px;
                line-height: 22px;
                color: #333;
                font-weight: 500;
            }

        .detail-cont-outer .circle-listing ul {
            margin: 0px;
            padding: 10px;
        }

            .detail-cont-outer .circle-listing ul li {
                margin: 0 0 0 20px;
                padding: 0 0 8px 0;
                list-style: disc;
                line-height: 24px;
                color: #666;
            }

    .detail-cont-outer .decimal-listing {
        padding: 0 0 15px 0;
    }

        .detail-cont-outer .decimal-listing .title-txt {
        }

            .detail-cont-outer .decimal-listing .title-txt strong {
                font-size: 15px;
                line-height: 22px;
                color: #333;
                font-weight: 500;
            }

        .detail-cont-outer .decimal-listing ul {
            margin: 0px;
            padding: 10px;
        }

            .detail-cont-outer .decimal-listing ul li {
                margin: 0 0 0 20px;
                padding: 0 0 8px 5px;
                list-style: decimal;
                color: #666;
            }
/* listing SEO promotion end here */







.rt-cont-blk {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 0 0 10px 0;
    background-color: #fff;
    margin: 0 0 20px 0;
}

    .rt-cont-blk .media-heading {
        font-family: robotoregular;
        font-size: 18px;
        line-height: 24px;
        color: #212121;
        padding: 10px 0 10px 10px;
    }

        .rt-cont-blk .media-heading.sponsored {
            color: #999;
            font-size: 12px;
        }

    .rt-cont-blk .rt-single-listing {
        border-bottom: solid 1px #dbdbdb;
        margin: 0 0 15px 0;
    }

        .rt-cont-blk .rt-single-listing .media {
            border-bottom: none;
            padding: 0px;
            margin: 0 0 10px 0;
        }

            .rt-cont-blk .rt-single-listing .media .media-body {
                padding: 0 0 0 10px;
            }

                .rt-cont-blk .rt-single-listing .media .media-body .list-title {
                    font-family: robotoregular;
                    font-size: 16px;
                    line-height: 20px;
                    color: #212121;
                    margin: 0 10px 0 0;
                }

                    .rt-cont-blk .rt-single-listing .media .media-body .list-title a {
                        color: #212121;
                    }

                .rt-cont-blk .rt-single-listing .media .media-body .star-blk {
                    padding: 3px 0;
                }

                    .rt-cont-blk .rt-single-listing .media .media-body .star-blk ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .rt-cont-blk .rt-single-listing .media .media-body .star-blk ul li {
                            margin: 0px;
                            padding: 0px;
                            float: left;
                            font-size: 12px;
                            color: #9e9c9c;
                        }

                            .rt-cont-blk .rt-single-listing .media .media-body .star-blk ul li a {
                                color: #9e9c9c;
                            }

                                .rt-cont-blk .rt-single-listing .media .media-body .star-blk ul li a b {
                                    color: #333;
                                }

                                .rt-cont-blk .rt-single-listing .media .media-body .star-blk ul li a span { /*color:#f89406;*/
                                    font-size: 13px;
                                    margin: 0 5px 0 0;
                                }

                            .rt-cont-blk .rt-single-listing .media .media-body .star-blk ul li i {
                                font-family: flaticon;
                                font-size: 14px;
                                color: #aaa;
                                margin: 0 3px 0 0;
                            }

                                .rt-cont-blk .rt-single-listing .media .media-body .star-blk ul li i.active {
                                    color: #f89406;
                                }

                .rt-cont-blk .rt-single-listing .media .media-body .serve-area {
                    font-size: 12px;
                    font-family: robotolight;
                    color: #7f7f7f;
                    padding: 0 0 3px 0;
                }

                .rt-cont-blk .rt-single-listing .media .media-body .miles-blk {
                    font-size: 11px;
                    font-family: robotolight;
                    color: #a7a4a4;
                    padding: 0 0 5px 0;
                }

                .rt-cont-blk .rt-single-listing .media .media-body .phone-num {
                    font-size: 12px;
                    font-family: robotobold;
                    color: #000;
                    padding: 3px 10px 3px 0;
                }

                    .rt-cont-blk .rt-single-listing .media .media-body .phone-num a {
                        color: #000;
                    }

                        .rt-cont-blk .rt-single-listing .media .media-body .phone-num a .view-number {
                            font-size: 12px;
                            font-family: robotolight;
                            margin: 0 0 0 3px;
                            color: #30a4ea;
                        }

                .rt-cont-blk .rt-single-listing .media .media-body .offer-service {
                    font-size: 13px;
                    font-family: robotoregular;
                    color: #7f7f7f;
                    padding: 3px 10px 3px 0;
                }

                .rt-cont-blk .rt-single-listing .media .media-body .offer-list {
                    margin: 0 10px 3px 0;
                }

                    .rt-cont-blk .rt-single-listing .media .media-body .offer-list ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .rt-cont-blk .rt-single-listing .media .media-body .offer-list ul li {
                            margin: 0 5px 0 0;
                            padding: 0px;
                            float: left;
                            font-family: robotoregular;
                            font-size: 13px;
                            line-height: 18px;
                            color: #666;
                        }

                            .rt-cont-blk .rt-single-listing .media .media-body .offer-list ul li i {
                                font-family: flaticon;
                                font-size: 14px;
                                margin: 0 3px 0 0;
                            }

        .rt-cont-blk .rt-single-listing .offer-clicks {
            background-color: #f7f7f7;
        }

            .rt-cont-blk .rt-single-listing .offer-clicks ul {
                margin: 0px;
                padding: 0px;
            }

                .rt-cont-blk .rt-single-listing .offer-clicks ul li {
                    float: left;
                    width: 33.3%;
                    text-align: center;
                    border-right: solid 1px #e4e4e4;
                    border-left: solid 1px #fff;
                }

                    .rt-cont-blk .rt-single-listing .offer-clicks ul li.two-list {
                        width: 50%;
                    }

                    .rt-cont-blk .rt-single-listing .offer-clicks ul li:last-child {
                        border-right: none;
                    }

                    .rt-cont-blk .rt-single-listing .offer-clicks ul li .top-title {
                        text-align: center;
                        font-family: robotolight;
                        font-size: 13px;
                        color: #666;
                        padding: 10px 10px 2px 10px;
                    }

                    .rt-cont-blk .rt-single-listing .offer-clicks ul li .content {
                        text-align: center;
                        font-family: robotoregular;
                        color: #333;
                        padding: 0 10px 10px 10px;
                        font-size: 15px;
                    }

        .rt-cont-blk .rt-single-listing .cate-tags {
            font-size: 13px;
            font-family: robotoregular;
            color: #7f7f7f;
            padding: 5px 10px 3px 10px;
        }

            .rt-cont-blk .rt-single-listing .cate-tags span {
                font-family: robotoregular;
                color: #5a5959;
            }

        .rt-cont-blk .rt-single-listing .other-links {
            font-family: robotolight;
            font-size: 12px;
            line-height: 16px;
            padding: 3px 10px 5px 10px;
            color: #717171;
        }

            .rt-cont-blk .rt-single-listing .other-links a {
                color: #30a4ea;
                padding: 0 3px 0 0;
                margin: 0 2px 0 0;
                border-right: solid 1px #ccc;
            }

                .rt-cont-blk .rt-single-listing .other-links a:last-child {
                    border-right: none;
                }

        .rt-cont-blk .rt-single-listing .banner-blk {
            font-size: 12px;
            font-family: robotolight;
            color: #7f7f7f;
            padding: 3px 0 3px 10px;
        }

            .rt-cont-blk .rt-single-listing .banner-blk a {
                color: #7f7f7f;
                margin: 0 0 2px 0;
            }

                .rt-cont-blk .rt-single-listing .banner-blk a i {
                    font-family: flaticon;
                    font-size: 11px;
                    margin: 0 0 0 2px;
                    color: #999;
                }

        .rt-cont-blk .rt-single-listing .cont-phone-blk {
            background-color: #f7f7f7;
        }

            .rt-cont-blk .rt-single-listing .cont-phone-blk .lt-phone {
                float: left;
                padding: 15px 15px 10px 15px;
                font-size: 13px;
                color: #333;
                font-family: robotoregular;
            }

                .rt-cont-blk .rt-single-listing .cont-phone-blk .lt-phone i {
                    font-family: flaticon;
                    font-size: 14px;
                    line-height: 20px;
                    color: #999;
                    margin: 0 3px 0 0;
                }

                .rt-cont-blk .rt-single-listing .cont-phone-blk .lt-phone a {
                    font-size: 11px;
                }

            .rt-cont-blk .rt-single-listing .cont-phone-blk .rt-button {
                float: right;
                padding: 10px;
            }

        .rt-cont-blk .rt-single-listing:last-child {
            border-bottom: none;
            margin: 0;
        }

            .rt-cont-blk .rt-single-listing:last-child .media {
                margin: 0px;
            }

    .rt-cont-blk .common-listing {
    }

        .rt-cont-blk .common-listing ul {
            margin: 0px;
            padding: 0px;
        }

            .rt-cont-blk .common-listing ul li {
                color: #666;
                background: url(../images/other/fout-dots.png) no-repeat 14px 4px;
                font-family: robotolight;
                font-size: 14px;
                line-height: 18px;
                padding: 0 10px 10px 35px;
            }

                .rt-cont-blk .common-listing ul li a {
                    color: #666;
                }

                .rt-cont-blk .common-listing ul li.up-arrow {
                    background: url(../images/default/up-arrow.jpg) no-repeat 16px 6px;
                }

                .rt-cont-blk .common-listing ul li.down-arrow {
                    background: url(../images/default/down-arrow.jpg) no-repeat 16px 6px;
                }

    .rt-cont-blk .busi-stories {
        border-bottom: solid 1px #dbdbdb;
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
    }

        .rt-cont-blk .busi-stories .media {
            border-bottom: none;
            padding: 0px;
            margin: 0 0 5px 0;
        }

            .rt-cont-blk .busi-stories .media .media-left img {
                width: 50px;
                height: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }

            .rt-cont-blk .busi-stories .media .media-body .list-title {
                font-family: robotoregular;
                font-size: 16px;
                line-height: 20px;
                color: #212121;
                margin: 5px 10px 0 0;
            }

            .rt-cont-blk .busi-stories .media .media-body .cate-list {
                font-size: 13px;
                font-family: robotolight;
                color: #333;
                padding: 0 0 3px 0;
            }

                .rt-cont-blk .busi-stories .media .media-body .cate-list a {
                    color: #333;
                }

            .rt-cont-blk .busi-stories .media .media-body .serve-area {
                font-size: 13px;
                font-family: robotolight;
                color: #777;
                padding: 0 0 3px 0;
            }

        .rt-cont-blk .busi-stories p {
            padding: 0 10px 0 10px;
            margin: 0px;
            font-family: robotolight;
            font-size: 13px;
            line-height: 20px;
            color: #7f7f7f;
        }

        .rt-cont-blk .busi-stories:last-child {
            margin: 0px;
            padding: 0px;
            border-bottom: none;
        }

    .rt-cont-blk .vmore-blk {
        margin: 0;
        padding: 0 10px 5px 10px;
        font-family: robotoregular;
        font-size: 13px;
        line-height: 18px;
        color: #999;
    }

        .rt-cont-blk .vmore-blk .lt-area {
            float: left;
        }

        .rt-cont-blk .vmore-blk .rt-area {
            float: right;
        }

    .rt-cont-blk .rt-rec-enq {
        border-bottom: solid 1px #dbdbdb;
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
    }

        .rt-cont-blk .rt-rec-enq:last-child {
            border-bottom: none;
        }

        .rt-cont-blk .rt-rec-enq .rt-rec-enq-title {
            font-family: robotoregular;
            font-size: 15px;
            line-height: 20px;
            color: #333;
            padding: 0 10px 5px 10px;
        }

        .rt-cont-blk .rt-rec-enq .ser-needed {
            margin: 0 10px 3px 10px;
        }

            .rt-cont-blk .rt-rec-enq .ser-needed ul {
                margin: 0px;
                padding: 0px;
            }

                .rt-cont-blk .rt-rec-enq .ser-needed ul li {
                    margin: 0 5px 0 0;
                    padding: 0px;
                    float: left;
                    font-family: robotoregular;
                    font-size: 13px;
                    line-height: 18px;
                    color: #888;
                }

                    .rt-cont-blk .rt-rec-enq .ser-needed ul li i {
                        font-family: flaticon;
                        font-size: 11px;
                        margin: 0 3px 0 0;
                        color: #999;
                    }

        .rt-cont-blk .rt-rec-enq .ser-date {
            margin: 0 10px 3px 10px;
            font-family: robotoregular;
            font-size: 13px;
            line-height: 18px;
            color: #888;
        }

            .rt-cont-blk .rt-rec-enq .ser-date i {
                font-family: flaticon;
                font-size: 14px;
                margin: 0 3px 0 0;
                color: #999;
            }

    .rt-cont-blk .vmorewrp {
        position: relative;
        padding-top: 20px;
        text-align: center
    }

    .rt-cont-blk .vmore {
        bottom: -23px;
        text-transform: uppercase;
        font-size: 11px;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

        .rt-cont-blk .vmore a {
            color: #333;
        }

        .rt-cont-blk .vmore .arrow-down {
            width: 25px;
            height: 25px;
            display: block;
            border: 1px solid rgba(170,170,170,.6);
            border-radius: 50px;
            background: #f7f7f7;
            box-shadow: 0 0 0 1px #ededed;
            cursor: pointer;
            color: #999;
            font-size: 18px;
            text-align: center;
            margin: 0 auto
        }

            .rt-cont-blk .vmore .arrow-down i {
                top: -1px;
                position: relative;
            }

.service-article {
}

    .service-article .vmore-article {
        padding: 10px 15px 10px 10px;
        font-family: robotoregular;
        font-size: 14px;
        line-height: 18px;
        color: #999;
        text-align: right;
    }

    .service-article .ser-art-title {
        font-family: robotoregular;
        font-size: 20px;
        line-height: 26px;
        color: #212121;
        padding: 0 0 5px 15px;
    }

    .service-article .lsartical {
        margin: 0;
        background: #fff;
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        padding: 10px;
        font-family: robotoregular;
        min-height: 280px;
    }

    .service-article .ser-art-title.state {
        padding: 20px 0;
        text-align: center;
    }

    .service-article .lsartical figure {
        width: 100%;
        height: 150px;
        overflow: hidden;
        margin-bottom: 10px;
        text-align: center
    }

    .service-article .lsartical h3, .service-article .lsartical b {
        font-size: 18px;
        color: #333;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 10px;
        display: block;
        height: 22px;
        overflow: hidden;
    }

    .service-article .lsartical .titletxt {
        font-size: 18px;
        color: #333;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 10px;
        display: block;
        height: 22px;
        overflow: hidden;
    }

        .service-article .lsartical h3 a, .service-article .lsartical .titletxt a {
            color: #333;
        }

    .service-article .lsartical p {
        font-size: 13px;
        color: #666;
        display: block;
    }

.service-city {
    padding: 0 0 20px 0;
}

    .service-city .city-title {
        font-family: robotoregular;
        font-size: 20px;
        line-height: 26px;
        color: #212121;
        padding: 0 0 5px 0;
    }

    .service-city .popularcty {
        height: 111px;
        overflow: hidden
    }

    .service-city .vmorewrp {
        border-bottom: solid 1px #ddd;
        position: relative;
        padding-top: 36px;
        text-align: center
    }

    .service-city .popularcty.autoheight {
        height: inherit;
        overflow: visible;
    }

    .service-city .popularcty .foot-tit-txt {
        font-size: 15px;
        line-height: 20px;
        color: #333;
        padding: 0 0 5px;
        font-family: robotoregular;
    }

    .service-city .popularcty .popular-sea ul li {
        padding: 0 0 3px 0;
        margin: 0px;
        list-style: none;
        font-size: 12px;
        line-height: 18px;
    }

        .service-city .popularcty .popular-sea ul li a {
            color: #999;
        }

    .service-city .vmore {
        bottom: -10px;
        text-transform: uppercase;
        font-size: 11px;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

        .service-city .vmore a {
            color: #333;
        }

        .service-city .vmore .arrow-down {
            width: 25px;
            height: 25px;
            display: block;
            border: 1px solid rgba(170,170,170,.6);
            border-radius: 50px;
            background: #f7f7f7;
            box-shadow: 0 0 0 1px #ededed;
            cursor: pointer;
            color: #999;
            font-size: 18px;
            text-align: center;
            margin: 0 auto
        }

            .service-city .vmore .arrow-down i {
                top: -1px;
                position: relative;
            }

.seo-content {
    margin: 0 0 20px 0;
}

    .seo-content p {
        font-family: robotoregular;
        font-size: 13px;
        line-height: 20px;
        color: #999;
        letter-spacing: 0.5px;
    }

.modal-header.cat-header {
    border-bottom: none;
    padding: 15px 15px 0 15px;
    position: relative;
}

    .modal-header.cat-header a.close-popup {
        position: absolute;
        right: -25px;
        top: -5px;
        font-size: 20px;
        color: #fff;
    }

    .modal-header.cat-header .rt-btn-outer {
        position: absolute;
        top: 11px;
        right: 15px;
    }

        .modal-header.cat-header .rt-btn-outer a {
            display: block;
            padding: 5px 10px;
            font-family: robotoregular;
            font-size: 14px;
            color: #2874f0;
            background-color: #dcdbdb;
            border: solid 1px #cccbcb;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

.modal-body.category-body {
    padding: 15px 0;
}

    .modal-body.category-body .listings ul {
        margin: 0px;
        padding: 25px 15px 0 15px;
    }

        .modal-body.category-body .listings ul li {
            margin: 0 10px 10px 0;
            padding: 0px;
            float: left;
            width: 32%;
            position: relative;
        }

            .modal-body.category-body .listings ul li input[type=checkbox] {
                position: absolute;
                visibility: hidden;
            }

            .modal-body.category-body .listings ul li label {
                display: block;
                position: relative;
                font-weight: 300;
                font-size: 13px;
                padding: 0px 25px 5px 30px;
                margin: 0 auto;
                height: auto;
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear;
                pointer-events: auto;
                top: 3px;
                color: #888;
                left: 0px;
            }

            .modal-body.category-body .listings ul li:hover label {
                color: #666;
            }

            .modal-body.category-body .listings ul li .check {
                display: block;
                position: absolute;
                border: 1px solid #aaa;
                height: 20px;
                width: 20px;
                top: 3px;
                left: 0px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }

            .modal-body.category-body .listings ul li:hover .check {
                border: 1px solid #333;
            }

            .modal-body.category-body .listings ul li .check::before {
                display: block;
                font-family: flaticon;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 10px;
                width: 10px;
                top: 0px;
                left: 2px;
                font-size: 12px;
                color: #5bc199;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

            .modal-body.category-body .listings ul li input[type=checkbox]:checked ~ .check {
                border: 1px solid #5bc199;
                background-color: #5bc199;
            }

                .modal-body.category-body .listings ul li input[type=checkbox]:checked ~ .check::before {
                    content: "\f11a";
                    font-family: 'flaticon';
                    color: #fff;
                }

            .modal-body.category-body .listings ul li input[type=checkbox]:checked ~ label {
                color: #5bc199;
            }

            .modal-body.category-body .listings ul li input[type="checkbox"]:not(:checked) + label:before, .modal-body.category-body .listings ul li input input[type="checkbox"]:checked + label:before {
                opacity: 0;
                border: #fff;
            }

            .modal-body.category-body .listings ul li input[type="checkbox"]:checked + label:before, .modal-body.category-body .listings ul li input[type="checkbox"]:checked + label:before, .modal-body.category-body .listings ul li input[type="checkbox"] + label:hover:before, .modal-body.category-body .listings ul li input[type="radio"] + label:hover:before {
                display: none;
            }

            .modal-body.category-body .listings ul li input[type="checkbox"]:checked + label:after, .modal-body.category-body .listings ul li input[type="checkbox"]:checked + label:after {
                opacity: 0;
                border: #fff;
            }

.modal-body.popup-cat-list {
    padding: 15px 0 0 0;
}

    .modal-body.popup-cat-list .cate-serv-blk {
        background-color: #ececec;
        border-top: solid 1px #bdbdbd;
        height: 400px;
    }

        .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list {
            float: left;
            width: 350px;
            box-sizing: border-box;
            height: 100%;
            background-color: #ececec;
            padding: 25px 0 0 0;
        }

            .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list ul {
                margin: 0px;
                padding: 0px;
            }

                .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list ul li {
                    margin: 0px;
                    padding: 0px;
                    list-style: none;
                    position: relative;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    border-bottom: solid 1px #fff;
                }

                    .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list ul li a {
                        display: block;
                        font-family: robotoregular;
                        font-size: 14px;
                        color: #333;
                        padding: 14px 8px;
                    }

                    .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list ul li:hover, .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list ul li.active {
                        background-color: #fff;
                    }

                    .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list ul li a i {
                        font-family: flaticon;
                        font-size: 18px;
                        line-height: 18px;
                        color: #999;
                        margin: 0 8px 0 5px;
                    }

        .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list {
            float: left;
            width: calc(100% - 350px);
            box-sizing: border-box;
            background-color: #fff;
            height: 100%;
        }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list {
                padding: 10px 0 0 20px;
                position: relative;
                margin: 15px 0 0 0;
            }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul .titlelist {
                font-size: 14px;
                line-height: 20px;
                color: #212121;
                padding: 0 0 10px 0;
            }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul .titlelist.alert {
                    color: #f00;
                }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list input {
                padding: 20px 15px 15px 15px;
                background: #fff;
                font-size: 14px;
                color: #818d91;
                height: 40px;
                border: solid 1px #e4e4e4;
                width: 90%;
            }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list.alert input {
                border: solid 1px #c60028 !important;
            }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list label {
                font-family: robotolight;
                position: absolute;
                top: 22px;
                left: 28px;
                color: #cacaca;
                font-size: 12px;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                pointer-events: none;
            }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list.alert label {
                color: #c60028;
            }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list input:focus, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list.active input {
                box-shadow: none !important;
                outline: none !important;
                font-size: 14px;
                color: #818d91;
                border: solid 1px #2cbebc !important;
            }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list input:focus ~ label, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list.active label {
                    top: 10px;
                    left: 28px;
                    color: #4b8398;
                    font-size: 11px;
                    -webkit-transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list .serv-txt {
                font-size: 11px;
                line-height: 18px;
                color: #999;
                font-family: robotolight;
                letter-spacing: 0.5px;
            }

            .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul {
                margin: 10px 10px 10px 20px;
                padding: 0px;
                height: 275px;
                overflow-y: scroll;
            }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul.alert {
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li {
                    list-style: none;
                    float: none;
                    position: relative;
                    padding: 5px 0;
                }

                    .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type=checkbox] {
                        position: absolute;
                        visibility: hidden;
                    }

                    .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li label {
                        display: block;
                        position: relative;
                        font-weight: 300;
                        font-size: 14px;
                        padding: 0px 25px 5px 30px;
                        margin: 0 auto;
                        height: auto;
                        z-index: 9;
                        cursor: pointer;
                        -webkit-transition: all 0.25s linear;
                        pointer-events: auto;
                        top: 3px;
                        color: #333;
                        left: 0px;
                    }

                    .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li:hover label {
                        color: #666;
                    }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul.alert li label {
                    color: #f00;
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li .check {
                    display: block;
                    position: absolute;
                    border: 1px solid #aaa;
                    height: 20px;
                    width: 20px;
                    top: 8px;
                    left: 0px;
                    z-index: 5;
                    transition: border .25s linear;
                    -webkit-transition: border .25s linear;
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li:hover .check {
                    border: 1px solid #333;
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li .check::before {
                    display: block;
                    font-family: flaticon;
                    position: absolute;
                    content: '';
                    border-radius: 100%;
                    height: 10px;
                    width: 10px;
                    top: 0px;
                    left: 2px;
                    font-size: 12px;
                    color: #5bc199;
                    margin: auto;
                    transition: background 0.25s linear;
                    -webkit-transition: background 0.25s linear;
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type=checkbox]:checked ~ .check {
                    border: 1px solid #5bc199;
                    background-color: #5bc199;
                }

                    .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type=checkbox]:checked ~ .check::before {
                        content: "\f11e";
                        font-family: 'flaticon';
                        color: #fff;
                    }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type=checkbox]:checked ~ label {
                    color: #5bc199;
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="checkbox"]:not(:checked) + label:before, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="checkbox"]:checked + label:before {
                    opacity: 0;
                    border: #fff;
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="checkbox"]:checked + label:before, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="checkbox"]:checked + label:before, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="checkbox"] + label:hover:before, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="radio"] + label:hover:before {
                    display: none;
                }

                .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="checkbox"]:checked + label:after, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list ul li input[type="checkbox"]:checked + label:after {
                    opacity: 0;
                    border: #fff;
                }

    .modal-body.popup-cat-list .bott-navigation {
        border-top: solid 1px #bdbdbd;
        padding: 15px;
    }

        .modal-body.popup-cat-list .bott-navigation .lt-navi {
            float: left;
            margin: 5px 0 0 0;
        }

            .modal-body.popup-cat-list .bott-navigation .lt-navi a {
                font-family: robotoregular;
                font-size: 14px;
                color: #333;
            }

        .modal-body.popup-cat-list .bott-navigation .rt-navi {
            float: right;
        }

        .modal-body.popup-cat-list .bott-navigation .tc-apply {
            font-size: 11px;
            line-height: 13px;
            color: #999;
            padding: 10px 10px 0 0;
            float: right;
            text-align: right;
        }

            .modal-body.popup-cat-list .bott-navigation .tc-apply a {
                color: #999;
            }

    .modal-body.popup-cat-list .selec-cat-list {
        background-color: #ececec;
        border-top: solid 1px #bdbdbd;
        height: 400px;
    }

        .modal-body.popup-cat-list .selec-cat-list .lt-cate-list {
            float: left;
            width: 350px;
            box-sizing: border-box;
            height: 100%;
            background-color: #ececec;
            padding: 25px 0 30px 0;
            position: relative;
        }

            .modal-body.popup-cat-list .selec-cat-list .lt-cate-list .titletxt {
                font-family: robotoregular;
                font-size: 16px;
                line-height: 22px;
                color: #333;
                padding: 0 10px 10px 15px;
            }

            .modal-body.popup-cat-list .selec-cat-list .lt-cate-list ul {
                margin: 0px;
                padding: 0 10px;
            }

                .modal-body.popup-cat-list .selec-cat-list .lt-cate-list ul li {
                    margin: 0px;
                    padding: 0 0 10px 30px;
                    background: url(../images/default/blue-dot.jpg) 15px 8px no-repeat;
                    font-family: robotolight;
                    font-size: 14px;
                    line-height: 20px;
                    color: #666;
                }

            .modal-body.popup-cat-list .selec-cat-list .lt-cate-list .viewall-list {
                position: absolute;
                bottom: 10px;
                left: 30px;
            }

        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list {
            float: left;
            width: calc(100% - 350px);
            box-sizing: border-box;
            background-color: #fff;
            height: 100%;
        }

            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul {
                margin: 0px;
                padding: 20px 0 0 0;
            }

                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li {
                    margin: 0px;
                    padding: 5px 10px;
                    list-style: none;
                    cursor: pointer;
                }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .titletxt {
                        font-family: robotoregular;
                        font-size: 14px;
                        line-height: 20px;
                        color: #333;
                        padding: 0 10px 3px 20px;
                    }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list {
                        padding: 0 0 0 20px;
                        position: relative;
                        margin: 0 0 15px 0;
                    }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.mobilenum {
                            width: calc(100% - 100px)
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list input {
                            padding: 20px 15px 15px 15px;
                            background: #fff;
                            font-size: 14px;
                            color: #818d91;
                            height: 49px;
                            border: solid 1px #e4e4e4;
                            width: 90%;
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.phone input {
                            padding: 20px 15px 15px 50px;
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.alert input {
                            border: solid 1px #c60028 !important;
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list label {
                            font-family: robotolight;
                            position: absolute;
                            top: 12px;
                            left: 28px;
                            color: #cacaca;
                            font-size: 12px;
                            -webkit-transition: all 0.5s ease-in-out;
                            -moz-transition: all 0.5s ease-in-out;
                            -o-transition: all 0.5s ease-in-out;
                            -ms-transition: all 0.5s ease-in-out;
                            transition: all 0.5s ease-in-out;
                            pointer-events: none;
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.phone label {
                            top: 12px;
                            left: 70px;
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.alert label {
                            color: #c60028;
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list input:focus, .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list .search-list.active input {
                            box-shadow: none !important;
                            outline: none !important;
                            font-size: 14px;
                            color: #818d91;
                            border: solid 1px #2cbebc !important;
                        }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list input:focus ~ label, .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.active label {
                                top: 0px;
                                left: 28px;
                                color: #4b8398;
                                font-size: 11px;
                                -webkit-transition: all 0.5s ease-in-out;
                                -moz-transition: all 0.5s ease-in-out;
                                -o-transition: all 0.5s ease-in-out;
                                -ms-transition: all 0.5s ease-in-out;
                                transition: all 0.5s ease-in-out;
                            }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.phone input:focus ~ label, .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list.phone.active label {
                            left: 70px;
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop {
                            position: absolute;
                            left: 27px;
                            top: 9px;
                            z-index: 100;
                        }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop .cityload {
                                width: 170px;
                                left: -7px;
                                overflow: initial;
                                background-color: #fff;
                                border: solid 1px #e4e4e4;
                                top: 37px;
                                position: absolute;
                            }

                                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop .cityload ul {
                                    padding: 0px;
                                }

                                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop .cityload li a {
                                    line-height: normal;
                                    border-right: 0;
                                    display: block;
                                    padding: 5px 10px;
                                }

                                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop .cityload li a:hover {
                                        color: #fff;
                                    }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop a {
                                line-height: 35px;
                                border-right: solid 1px #ddd;
                                padding-right: 15px;
                                color: #333
                            }

                                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop a:before {
                                    position: absolute;
                                    top: 16px;
                                    right: 5px;
                                    display: inline-block;
                                    border-top: 4px solid #414446;
                                    border-right: 4px solid transparent;
                                    border-left: 4px solid transparent;
                                    content: '';
                                }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .mobilenum {
                            width: 85%;
                            float: right;
                            position: relative
                        }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list ul li .search-list .citydrop .cityload ul li a:before {
                            display: none;
                        }

            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer {
                padding: 20px 15px;
            }

                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .title-txt {
                    font-family: robotoregular;
                    font-size: 16px;
                    line-height: 20px;
                    color: #333;
                }

                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer p {
                    font-family: robotolight;
                    font-size: 13px;
                    line-height: 20px;
                    color: #333;
                    padding: 10px 0;
                }

                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp {
                    background-color: #f2f2f2;
                    padding: 10px;
                }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp .title-txt {
                        font-family: robotoregular;
                        font-size: 14px;
                        line-height: 20px;
                        color: #333;
                        padding: 0 0 3px 0;
                    }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li {
                            float: left;
                            margin: 0px;
                            padding: 0 15px 5px 0;
                            list-style: none;
                            position: relative;
                        }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type=radio] {
                                position: absolute;
                                visibility: hidden;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li label {
                                display: block;
                                position: relative;
                                font-weight: 300;
                                font-size: 13px;
                                padding: 0px 5px 5px 25px;
                                margin: 0 auto;
                                height: auto;
                                z-index: 9;
                                cursor: pointer;
                                -webkit-transition: all 0.25s linear;
                                pointer-events: auto;
                                top: 4px;
                                color: #888;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li:hover label {
                                color: #333;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li .check {
                                display: block;
                                position: absolute;
                                border: 2px solid #aaa;
                                border-radius: 100%;
                                height: 20px;
                                width: 20px;
                                top: 4px;
                                left: 0;
                                z-index: 5;
                                transition: border .25s linear;
                                -webkit-transition: border .25s linear;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li:hover .check {
                                border: 2px solid #333;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li .check::before {
                                display: block;
                                font-family: robotobold;
                                position: absolute;
                                content: '';
                                border-radius: 100%;
                                height: 10px;
                                width: 10px;
                                top: 3px;
                                left: 3px;
                                margin: auto;
                                transition: background 0.25s linear;
                                -webkit-transition: background 0.25s linear;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type=radio]:checked ~ .check {
                                border: 2px solid #5bc199;
                            }

                                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type=radio]:checked ~ .check::before {
                                    background: #5bc199;
                                }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type=radio]:checked ~ label {
                                color: #5bc199;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type="radio"]:not(:checked) + label:before, .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type="radio"]:checked + label:before {
                                opacity: 0;
                            }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type="radio"]:checked + label:after, .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp ul li input[type="checkbox"]:checked + label:after {
                                opacity: 0;
                            }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .send-otp p {
                        font-family: robotolight;
                        font-size: 12px;
                        padding: 10px 0 0 0;
                    }


                .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer {
                    padding: 5px 10px;
                }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer .titletxt {
                        font-size: 13px;
                        line-height: 16px;
                        font-family: robotoregular;
                        letter-spacing: 0.5px;
                        padding: 5px 0;
                    }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer .nubr-outer input[type="text"] {
                        width: 100px;
                        padding: 10px;
                        height: auto;
                    }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer .nubr-outer span {
                        display: block;
                        font-size: 11px;
                        color: #ff4242;
                        margin: 0 0 3px 0;
                    }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer .nubr-outer a {
                        margin: 0 0 0 5px;
                        display: inline-block;
                    }

                    .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer p {
                        padding: 5px 0 0 0;
                        font-size: 13px;
                        line-height: 18px;
                        color: #666;
                        font-family: robotolight;
                    }

                        .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer p span {
                            display: block;
                            color: #999;
                            font-size: 11px;
                            line-height: 14px;
                            letter-spacing: 0.5px;
                        }

                            .modal-body.popup-cat-list .selec-cat-list .rt-cate-list .one-time-pass-outer .ent-ver-code-outer p span b {
                                color: #333;
                            }

    .modal-body.popup-cat-list .thank-you-outer {
        padding: 15px;
        border-top: solid 1px #ccc;
    }

        .modal-body.popup-cat-list .thank-you-outer .thnks-txt {
            font-family: robotoregular;
            font-size: 20px;
            line-height: 24px;
            color: #5fae2c;
            padding: 0 0 35px 40px;
            text-align: left;
            background: url(../images/other/tasks.png) no-repeat;
            margin: 0 0 0 15px;
        }

            .modal-body.popup-cat-list .thank-you-outer .thnks-txt span {
                padding: 5px 0 0 3px;
                font-size: 13px;
                line-height: 18px;
                color: #999;
                display: block;
            }

        .modal-body.popup-cat-list .thank-you-outer .thanks-promo {
        }

            .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul {
                margin: 0px;
                padding: 0px;
            }

                .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li {
                    padding: 10px;
                    width: 44.7%;
                    float: left;
                    -webkit-transition: all .24s ease-in;
                    -moz-transition: all .24s ease-in;
                    -ms-transition: all .24s ease-in;
                    -o-transition: all .24s ease-in;
                    transition: all .24s ease-in;
                    margin: 0 0 15px 2%;
                    background-color: #f7f7f7;
                    color: #fff;
                    border-radius: 2px;
                    border: solid 1px #e4e4e4;
                }

                    .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li h3 {
                        padding: 0 0 5px;
                    }

                        .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li h3 a {
                            color: #333
                        }

                    .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li .location a {
                        padding: 0 5px 0
                    }

                    .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li .rmdet ul {
                        margin: 0px;
                        padding: 0;
                    }

                        .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li .rmdet ul li {
                            margin: 0px;
                            padding: 0 10px 0 15px !important;
                            list-style: none;
                            float: left;
                            font-size: 12px;
                            line-height: 18px;
                            color: #666;
                            background: url(../images/default/dot-arrow.png?v=5.6.7) no-repeat -3px 1px;
                            border: none !important;
                            width: auto
                        }

                            .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li .rmdet ul li span {
                                color: #999;
                            }

                .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul .location {
                    color: #aaa;
                    display: block;
                    font-size: 12px;
                    padding: 0 0 5px 0;
                }

                    .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul .location i {
                        color: #ccc;
                        font-size: 13px;
                    }

        .modal-body.popup-cat-list .thank-you-outer .view-all-list {
            text-align: right;
            color: #999;
            font-size: 12px;
            line-height: 18px;
        }



.modal-body.contact-frm-blk {
    padding: 15px 0 0 0;
    border-top: solid 1px #bdbdbd;
    margin: 15px 0 0;
}

.modal-body .fix-height {
    height: 400px;
}

.modal-body.contact-frm-blk .lt-blk {
    float: left;
    width: 350px;
    box-sizing: border-box;
    height: 100%;
    border-right: solid 1px #e4e4e4;
}

    .modal-body.contact-frm-blk .lt-blk ul {
        margin: 0px;
        padding: 20px 0 0 0;
    }

        .modal-body.contact-frm-blk .lt-blk ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .modal-body.contact-frm-blk .lt-blk ul li .titletxt {
                font-family: robotoregular;
                font-size: 14px;
                line-height: 20px;
                color: #333;
                padding: 0 10px 3px 20px;
            }

            .modal-body.contact-frm-blk .lt-blk ul li .search-list {
                padding: 0 0 0 20px;
                position: relative;
                margin: 0 0 15px 0;
            }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list i {
                    font-family: flaticon;
                    font-size: 12px;
                    position: absolute;
                    top: 12px;
                    right: 13%;
                    color: #999;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list.mobilenum {
                    width: calc(100% - 100px)
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list input {
                    padding: 20px 15px 15px 15px;
                    background: #fff;
                    font-size: 14px;
                    color: #818d91;
                    height: 40px;
                    border: solid 1px #e4e4e4;
                    width: 90%;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list.phone input {
                    padding: 20px 15px 15px 50px;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list.alert input {
                    border: solid 1px #c60028 !important;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list label {
                    font-family: robotolight;
                    position: absolute;
                    top: 12px;
                    left: 28px;
                    color: #cacaca;
                    font-size: 12px;
                    -webkit-transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                    pointer-events: none;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list.phone label {
                    top: 12px;
                    left: 70px;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list.alert label {
                    color: #c60028;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list input:focus, .modal-body.contact-frm-blk .lt-blk ul li .search-list.active input {
                    box-shadow: none !important;
                    outline: none !important;
                    font-size: 14px;
                    color: #818d91;
                    border: solid 1px #2cbebc !important;
                }

                    .modal-body.contact-frm-blk .lt-blk ul li .search-list input:focus ~ label, .modal-body.contact-frm-blk .lt-blk ul li .search-list.active label {
                        top: 0px;
                        left: 28px;
                        color: #4b8398;
                        font-size: 11px;
                        -webkit-transition: all 0.5s ease-in-out;
                        -moz-transition: all 0.5s ease-in-out;
                        -o-transition: all 0.5s ease-in-out;
                        -ms-transition: all 0.5s ease-in-out;
                        transition: all 0.5s ease-in-out;
                    }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list.phone input:focus ~ label, .modal-body.contact-frm-blk .lt-blk ul li .search-list.phone.active label {
                    left: 70px;
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop {
                    position: absolute;
                    left: 27px;
                    top: 2px;
                    z-index: 100;
                }

                    .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop .cityload {
                        width: 170px;
                        left: -7px;
                        overflow: initial;
                        background-color: #fff;
                        border: solid 1px #e4e4e4;
                        top: 37px;
                        position: absolute;
                    }

                        .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop .cityload ul {
                            padding: 0px;
                        }

                        .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop .cityload li a {
                            line-height: normal;
                            border-right: 0;
                            display: block;
                            padding: 5px 10px;
                        }

                            .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop .cityload li a:hover {
                                color: #fff;
                            }

                    .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop a {
                        line-height: 35px;
                        border-right: solid 1px #ddd;
                        padding-right: 15px;
                        color: #333
                    }

                        .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop a:before {
                            position: absolute;
                            top: 16px;
                            right: 5px;
                            display: inline-block;
                            border-top: 4px solid #414446;
                            border-right: 4px solid transparent;
                            border-left: 4px solid transparent;
                            content: '';
                        }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list .mobilenum {
                    width: 85%;
                    float: right;
                    position: relative
                }

                .modal-body.contact-frm-blk .lt-blk ul li .search-list .citydrop .cityload ul li a:before {
                    display: none;
                }

.modal-body.contact-frm-blk .rt-blk {
    float: left;
    width: calc(100% - 350px);
    box-sizing: border-box;
    background-color: #fff;
    height: 100%;
}

    .modal-body.contact-frm-blk .rt-blk ul {
        margin: 0px;
        padding: 20px 0 0 0;
    }

        .modal-body.contact-frm-blk .rt-blk ul li {
            margin: 0px;
            padding: 0;
            list-style: none;
        }

            .modal-body.contact-frm-blk .rt-blk ul li .titletxt {
                font-family: robotoregular;
                font-size: 14px;
                line-height: 20px;
                color: #333;
                padding: 0 10px 3px 20px;
            }

            .modal-body.contact-frm-blk .rt-blk ul li .search-list {
                padding: 0 0 0 20px;
                position: relative;
                margin: 0 0 15px 0;
            }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list.mobilenum {
                    width: calc(100% - 100px)
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list input {
                    padding: 20px 15px 15px 15px;
                    background: #fff;
                    font-size: 14px;
                    color: #818d91;
                    height: 40px;
                    border: solid 1px #e4e4e4;
                    width: 90%;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list.phone input {
                    padding: 20px 15px 15px 50px;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list.alert input {
                    border: solid 1px #c60028 !important;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list label {
                    font-family: robotolight;
                    position: absolute;
                    top: 12px;
                    left: 28px;
                    color: #cacaca;
                    font-size: 12px;
                    -webkit-transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                    pointer-events: none;
                    width: 89%;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list.phone label {
                    top: 12px;
                    left: 70px;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list.alert label {
                    color: #c60028;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list input:focus, .modal-body.contact-frm-blk .rt-blk ul li .search-list.active input {
                    box-shadow: none !important;
                    outline: none !important;
                    font-size: 14px;
                    color: #818d91;
                    border: solid 1px #2cbebc !important;
                }

                .modal-body.contact-frm-blk .rt-blk ul li input:focus ~ label, .modal-body.contact-frm-blk .rt-blk ul li .search-list.active label {
                    top: 0px;
                    left: 28px;
                    color: #4b8398;
                    font-size: 11px;
                    -webkit-transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list.phone input:focus ~ label, .modal-body.contact-frm-blk .rt-blk ul li .search-list.phone.active label {
                    left: 70px;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop {
                    position: absolute;
                    left: 27px;
                    top: 2px;
                    z-index: 100;
                }

                    .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop .cityload {
                        width: 170px;
                        left: -7px;
                        overflow: initial;
                        background-color: #fff;
                        border: solid 1px #e4e4e4;
                        top: 37px;
                        position: absolute;
                    }

                        .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop .cityload ul {
                            padding: 0px;
                        }

                        .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop .cityload li a {
                            line-height: normal;
                            border-right: 0;
                            display: block;
                            padding: 5px 10px;
                        }

                            .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop .cityload li a:hover {
                                color: #fff;
                            }

                    .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop a {
                        line-height: 35px;
                        border-right: solid 1px #ddd;
                        padding-right: 15px;
                        color: #333
                    }

                        .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop a:before {
                            position: absolute;
                            top: 16px;
                            right: 5px;
                            display: inline-block;
                            border-top: 4px solid #414446;
                            border-right: 4px solid transparent;
                            border-left: 4px solid transparent;
                            content: '';
                        }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list .mobilenum {
                    width: 85%;
                    float: right;
                    position: relative
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list .citydrop .cityload ul li a:before {
                    display: none;
                }

                .modal-body.contact-frm-blk .rt-blk ul li .search-list textarea {
                    width: 90%;
                    height: 150px;
                }

                    .modal-body.contact-frm-blk .rt-blk ul li .search-list textarea:focus, .modal-body.contact-frm-blk .rt-blk ul li .search-list.active textarea {
                        box-shadow: none !important;
                        outline: none !important;
                        font-size: 14px;
                        color: #818d91;
                        border: solid 1px #2cbebc !important;
                    }

                .modal-body.contact-frm-blk .rt-blk ul li textarea:focus ~ label, .modal-body.contact-frm-blk .rt-blk ul li .search-list.active label {
                    top: 0px;
                    left: 28px;
                    color: #4b8398;
                    font-size: 11px;
                    -webkit-transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                }

.modal-body.contact-frm-blk .bott-navigation {
    border-top: solid 1px #bdbdbd;
    padding: 15px;
}

    .modal-body.contact-frm-blk .bott-navigation .lt-navi {
        float: left;
        margin: 5px 0 0 0;
    }

        .modal-body.contact-frm-blk .bott-navigation .lt-navi a {
            font-family: robotoregular;
            font-size: 14px;
            color: #333;
        }

    .modal-body.contact-frm-blk .bott-navigation .rt-navi {
        float: right;
    }

.modal-body.contact-frm-blk {
}

    .modal-body.contact-frm-blk .one-time-pass-outer {
        padding: 20px 15px;
    }

        .modal-body.contact-frm-blk .one-time-pass-outer .title-txt {
            font-family: robotoregular;
            font-size: 16px;
            line-height: 20px;
            color: #333;
        }

        .modal-body.contact-frm-blk .one-time-pass-outer p {
            font-family: robotolight;
            font-size: 13px;
            line-height: 20px;
            color: #333;
            padding: 10px 0;
        }

        .modal-body.contact-frm-blk .one-time-pass-outer .send-otp {
            background-color: #f2f2f2;
            padding: 10px;
        }

            .modal-body.contact-frm-blk .one-time-pass-outer .send-otp .title-txt {
                font-family: robotoregular;
                font-size: 14px;
                line-height: 20px;
                color: #333;
                padding: 0 0 3px 0;
            }

            .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul {
                margin: 0px;
                padding: 0px;
            }

                .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li {
                    float: left;
                    margin: 0px;
                    padding: 0 15px 5px 0;
                    list-style: none;
                    position: relative;
                }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type=radio] {
                        position: absolute;
                        visibility: hidden;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li label {
                        display: block;
                        position: relative;
                        font-weight: 300;
                        font-size: 13px;
                        padding: 0px 5px 5px 25px;
                        margin: 0 auto;
                        height: auto;
                        z-index: 9;
                        cursor: pointer;
                        -webkit-transition: all 0.25s linear;
                        pointer-events: auto;
                        top: 4px;
                        color: #888;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li:hover label {
                        color: #333;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li .check {
                        display: block;
                        position: absolute;
                        border: 2px solid #aaa;
                        border-radius: 100%;
                        height: 20px;
                        width: 20px;
                        top: 4px;
                        left: 0;
                        z-index: 5;
                        transition: border .25s linear;
                        -webkit-transition: border .25s linear;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li:hover .check {
                        border: 2px solid #333;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li .check::before {
                        display: block;
                        font-family: robotobold;
                        position: absolute;
                        content: '';
                        border-radius: 100%;
                        height: 10px;
                        width: 10px;
                        top: 3px;
                        left: 3px;
                        margin: auto;
                        transition: background 0.25s linear;
                        -webkit-transition: background 0.25s linear;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type=radio]:checked ~ .check {
                        border: 2px solid #5bc199;
                    }

                        .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type=radio]:checked ~ .check::before {
                            background: #5bc199;
                        }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type=radio]:checked ~ label {
                        color: #5bc199;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type="radio"]:not(:checked) + label:before, .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type="radio"]:checked + label:before {
                        opacity: 0;
                    }

                    .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type="radio"]:checked + label:after, .modal-body.contact-frm-blk .one-time-pass-outer .send-otp ul li input[type="checkbox"]:checked + label:after {
                        opacity: 0;
                    }

            .modal-body.contact-frm-blk .one-time-pass-outer .send-otp p {
                font-family: robotolight;
                font-size: 12px;
                padding: 10px 0 0 0;
            }

        .modal-body.contact-frm-blk .one-time-pass-outer .ent-ver-code-outer {
            padding: 5px 10px;
        }

            .modal-body.contact-frm-blk .one-time-pass-outer .ent-ver-code-outer .titletxt {
                font-size: 13px;
                line-height: 16px;
                font-family: robotoregular;
                letter-spacing: 0.5px;
                padding: 5px 0;
            }

            .modal-body.contact-frm-blk .one-time-pass-outer .ent-ver-code-outer .nubr-outer input[type="text"] {
                width: 100px;
                padding: 10px;
                height: auto;
            }

            .modal-body.contact-frm-blk .one-time-pass-outer .ent-ver-code-outer .nubr-outer a {
                margin: 0 0 0 5px;
                display: inline-block;
            }

            .modal-body.contact-frm-blk .one-time-pass-outer .ent-ver-code-outer p {
                padding: 5px 0 0 0;
                font-size: 13px;
                line-height: 18px;
                color: #666;
                font-family: robotolight;
            }

                .modal-body.contact-frm-blk .one-time-pass-outer .ent-ver-code-outer p span {
                    display: block;
                    color: #999;
                    font-size: 11px;
                    line-height: 14px;
                    letter-spacing: 0.5px;
                }

                    .modal-body.contact-frm-blk .one-time-pass-outer .ent-ver-code-outer p span b {
                        color: #333;
                    }



.modal.fade .modal-dialog.list-outer {
    width: 800px;
}

.modal .modal-content.list-model {
    width: 800px;
    max-width: 800px;
    overflow: visible;
}

.modal .modal-content {
}

.activity-blk {
    padding: 10px 0 0 0;
    background-color: #fff;
    margin: 0;
}

    .activity-blk .media {
        border-right: none;
        border-bottom: solid 1px #dbdbdb;
        padding: 10px 0 0 0;
        background-color: #fff;
        margin: 0;
    }

        .activity-blk .media:last-child {
            border-bottom: none;
        }

        .activity-blk .media .media-left {
        }

            .activity-blk .media .media-left img {
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }

        .activity-blk .media .media-body .name-txt {
            font-family: robotoregular;
            font-size: 15px;
            line-height: 18px;
            color: #3b4144;
            padding: 5px 0 5px 0px;
        }

            .activity-blk .media .media-body .name-txt span {
                color: #939ca1;
                font-size: 12px;
            }

        .activity-blk .media .media-body .det-list ul {
            margin: 0;
            padding: 0px;
        }

            .activity-blk .media .media-body .det-list ul li {
                margin: 0 10px 0 0;
                padding: 0px;
                list-style: none;
                float: left;
                font-family: robotoregular;
                color: #869099;
                font-size: 13px;
            }

                .activity-blk .media .media-body .det-list ul li i {
                    font-family: FontAwesome;
                    color: #999;
                    font-size: 13px;
                    padding: 0 5px 0 0;
                }

                .activity-blk .media .media-body .det-list ul li a {
                    color: #067ab4;
                }

        .activity-blk .media .media-body .ques-blk {
            font-size: 14px;
            line-height: 20px;
            padding: 5px 20px 0 0;
            font-family: robotoregular;
        }

            .activity-blk .media .media-body .ques-blk a {
                color: #067ab4;
            }

        .activity-blk .media .media-body .answ-blk {
            font-size: 14px;
            line-height: 20px;
            padding: 5px 20px 5px 0;
            font-family: robotoregular;
            color: #888;
        }

        .activity-blk .media .reply-blk {
            margin: 10px 0 0 0;
            padding: 10px 20px;
            background-color: #f7f7f7;
        }

            .activity-blk .media .reply-blk .lt-like-links {
                float: left;
                margin: 0 0 0 60px;
            }

                .activity-blk .media .reply-blk .lt-like-links ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .activity-blk .media .reply-blk .lt-like-links ul li {
                        position: relative;
                        margin: 0px;
                        padding: 0 18px 0 0;
                        list-style: none;
                        float: left;
                        font-family: robotoregular;
                        font-size: 14px;
                        line-height: 20px;
                        color: #888;
                    }

            .activity-blk .media .reply-blk .rt-button {
                float: right;
            }

            .activity-blk .media .reply-blk .lt-like-links ul li i {
                font-family: fontawesome;
                color: #999;
                font-size: 14px;
                margin: 0 3px 0 0;
            }

            .activity-blk .media .reply-blk .lt-like-links ul li.like, .single-answer-listing .reply-blk .lt-like-links ul li.like i {
                color: #1abc9c;
            }

            .activity-blk .media .reply-blk .lt-like-links ul li.dis-like, .activity-blk .media .media-body .reply-blk .lt-like-links ul li.dis-like i {
                color: #db7a7a;
            }

            .activity-blk .media .reply-blk .lt-like-links ul li.like, .activity-blk .media .media-body .reply-blk .lt-like-links ul li.dis-like {
                display: none;
            }

            .activity-blk .media .reply-blk .lt-like-links ul li .drop-list {
                position: absolute;
                z-index: 100;
                background-color: #fff;
                border: solid 1px #ccc;
                top: 29px;
                left: 0px;
            }

                .activity-blk .media .reply-blk .lt-like-links ul li .drop-list:after, .activity-blk .media .reply-blk .lt-like-links ul li .drop-list:before {
                    bottom: 100%;
                    left: 20px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .activity-blk .media .reply-blk .lt-like-links ul li .drop-list:after {
                    border-color: rgba(255, 255, 255, 0);
                    border-bottom-color: #fff;
                    border-width: 8px;
                    margin-left: -8px;
                }

                .activity-blk .media .reply-blk .lt-like-links ul li .drop-list:before {
                    border-color: rgba(204, 204, 204, 0);
                    border-bottom-color: #ccc;
                    border-width: 9px;
                    margin-left: -9px;
                }

                .activity-blk .media .reply-blk .lt-like-links ul li .drop-list ul {
                    margin: 0px;
                    padding: 0px;
                    width: 150px;
                    height: 150px;
                    overflow-y: scroll;
                }

                    .activity-blk .media .reply-blk .lt-like-links ul li .drop-list ul li {
                        margin: 0px;
                        padding: 0px;
                        list-style: none;
                        float: none;
                        border-bottom: solid 1px #e4e4e4;
                    }

                        .activity-blk .media .reply-blk .lt-like-links ul li .drop-list ul li a {
                            display: block;
                            font-size: 14px;
                            line-height: 20px;
                            color: #666;
                            padding: 8px 10px;
                            -moz-transition: color 0.45s, background 0.45s, border 0.45s;
                            transition: color 0.45s, background 0.45s, border 0.45s;
                        }

                            .activity-blk .media .reply-blk .lt-like-links ul li .drop-list ul li a:hover {
                                background-color: #ff4242;
                                color: #fff;
                            }

.bgwhite {
    background-color: #fff;
}

.drop-shadow {
    box-shadow: rgba(0,0,0,0.04706) 0 2px 3px 0;
}
/*.secondary-nav{border-top:solid 2px #fff;display:table;margin:auto;}
.secondary-nav ul{margin:0px;padding:0px;}
.secondary-nav ul li{margin:0px;padding:0px;float:left; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
.secondary-nav ul li a{display:block;padding:25px 40px;text-align:center;}
.secondary-nav ul li a .img-icon{text-align:center;padding:0 0 10px 0;height:44px;}
.secondary-nav ul li a p{font-family:robotoregular;font-size:14px;line-height:18px;color:#212121;padding:0px;margin:0px;}
.secondary-nav ul li:hover{background-color:#f2f2f2;transform:translateY(-2px);}*/
/* map view starts here */
.map-view-outer {
    margin: 15px 0 0 0;
}

    .map-view-outer .lt-listing-outer {
        width: 40%;
        float: left;
    }

        .map-view-outer .lt-listing-outer .title-txt {
            margin: 0px;
            padding: 10px 10px 3px 10px;
            font-size: 20px;
            line-height: 26px;
            letter-spacing: 0.5px;
            font-family: robotobold;
            color: #333;
        }

        .map-view-outer .lt-listing-outer .list-scroll {
            height: 642px;
            overflow-x: hidden;
            overflow-y: scroll;
            padding: 0 0 55px 0;
        }


            .map-view-outer .lt-listing-outer .list-scroll .vmorewrp {
                position: relative;
                padding-top: 35px;
                text-align: center;
            }

            .map-view-outer .lt-listing-outer .list-scroll .vmore {
                bottom: 1px;
                text-transform: uppercase;
                font-size: 11px;
                margin: 0 auto;
                width: 100%;
                text-align: center
            }

                .map-view-outer .lt-listing-outer .list-scroll .vmore a {
                    color: #333;
                }

                .map-view-outer .lt-listing-outer .list-scroll .vmore .arrow-down, .map-view-outer .lt-listing-outer .list-scroll .vmore .arrow-down {
                    width: 25px;
                    height: 25px;
                    display: block;
                    border: 1px solid rgba(170,170,170,.6);
                    border-radius: 50px;
                    background: #f7f7f7;
                    box-shadow: 0 0 0 1px #ededed;
                    cursor: pointer;
                    color: #999;
                    font-size: 18px;
                    text-align: center;
                    margin: 0 auto
                }

                    .map-view-outer .lt-listing-outer .list-scroll .vmore .arrow-down i, .map-view-outer .lt-listing-outer .list-scroll .vmore .arrow-down i {
                        top: -1px;
                        position: relative;
                    }


        .map-view-outer .lt-listing-outer .single-listing-outer {
            padding: 10px 0;
            margin: 0;
            border-bottom: solid 1px #ccc;
            background-color: #fff;
        }

            .map-view-outer .lt-listing-outer .single-listing-outer .lt-img {
                width: 100px;
                float: left;
                padding: 0 10px;
            }

                .map-view-outer .lt-listing-outer .single-listing-outer .lt-img img {
                    width: 80px;
                    height: 80px;
                }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content {
                width: calc(100% - 120px);
                float: left;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content {
                width: 100%;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content {
                width: calc(100% - 128px);
                float: left;
                border-right: dashed 1px #ccc;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content .left-content {
                width: calc(100% - 147px);
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .title-txt {
                font-family: robotoregular;
                font-size: 16px;
                line-height: 20px;
                color: #333;
                padding: 0 0 3px 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content .left-content .title-txt {
                padding: 0 0 3px 10px;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .title-txt a {
                color: #333;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk {
                padding: 0 0 3px 0;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content .left-content .star-blk {
                padding: 0 0 3px 10px;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk ul {
                margin: 0px;
                padding: 0px;
            }

                .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk ul li {
                    margin: 0px;
                    padding: 0px;
                    float: left;
                    font-size: 12px;
                    color: #9e9c9c;
                }

                    .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk ul li a {
                        color: #9e9c9c;
                    }

                    .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk ul li b {
                        color: #333;
                    }

                    .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk ul li a span { /*color:#f89406;*/
                        font-size: 13px;
                        margin: 0 5px 0 0;
                    }

                    .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk ul li i {
                        font-family: flaticon;
                        font-size: 14px;
                        color: #aaa;
                        margin: 0 3px 0 0;
                    }

                        .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .star-blk ul li i.active {
                            color: #f89406;
                        }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .city-blk {
                font-size: 14px;
                font-family: robotoregular;
                color: #7f7f7f;
                padding: 0 0 2px 0;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .rt-clock {
                font-family: robotolight;
                font-size: 12px;
                color: #ff4242;
                line-height: 18px;
                padding: 3px 0 3px 0;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content .left-content .rt-clock {
                padding: 3px 0 3px 10px;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .rt-clock i {
                font-family: flatiocn;
                font-size: 14px;
                color: #ccc;
                margin: 0 2px 0 0;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .rt-clock.opened {
                color: #3e8e34;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .phone-blk {
                font-size: 14px;
                font-family: robotobold;
                color: #000;
                padding: 0 0 2px 0;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content .left-content .phone-blk {
                padding: 0 0 2px 10px;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .phone-blk a {
                font-size: 14px;
                font-family: robotobold;
                color: #000;
            }

                .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .phone-blk a .view-number {
                    font-size: 12px;
                    font-family: robotoregular;
                    color: #30a4ea;
                    margin: 0 0 0 5px;
                }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .miles-blk {
                font-size: 12px;
                font-family: robotoregular;
                color: #a7a4a4;
                padding: 0 0 5px 0;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .service-type {
                font-family: robotolight;
                font-size: 14px;
                padding: 0 0 5px 0;
                color: #717171;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer.no-img .rt-list-content .left-content .service-type {
                padding: 0 0 5px 10px;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .service-type b {
                font-weight: normal;
                color: #444;
                font-family: robotoregular;
            }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .service-type span {
                position: relative;
            }

                .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .left-content .service-type span a {
                    display: inline-block;
                    font-size: 13px;
                    color: #30a4ea;
                    margin: 0 0 0 6px;
                }

            .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .right-content {
                width: 128px;
                float: right;
                padding: 5px 0 0 0;
            }

                .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .right-content .rt-shortlist {
                    font-family: robotolight;
                    font-size: 14px;
                    color: #666;
                    line-height: 18px;
                    padding: 0 0 10px 10px;
                }

                    .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .right-content .rt-shortlist.active a i {
                        color: #e62878;
                    }

                    .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .right-content .rt-shortlist a {
                        color: #666;
                    }

                        .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .right-content .rt-shortlist a i {
                            font-family: flatiocn;
                            font-size: 16px;
                            color: #ccc;
                            margin: 0 4px 0 0;
                        }

                .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .right-content .rt-clock {
                    font-family: robotolight;
                    font-size: 14px;
                    color: #666;
                    line-height: 18px;
                    padding: 0 0 10px 10px;
                }

                    .map-view-outer .lt-listing-outer .single-listing-outer .rt-list-content .right-content .rt-clock i {
                        font-family: flatiocn;
                        font-size: 16px;
                        color: #ccc;
                        margin: 0 4px 0 0;
                    }

            .map-view-outer .lt-listing-outer .single-listing-outer .discount-txt {
                background-color: #eefde5;
                color: #333;
                font-size: 16px;
                line-height: 24px;
                padding: 5px 10px;
                margin: 15px 15px 5px 10px;
                border: dashed 1px #6ec03a;
                font-family: robotoregular;
            }

                .map-view-outer .lt-listing-outer .single-listing-outer .discount-txt i {
                    font-family: flaticon;
                    font-size: 24px;
                    color: #006621;
                    margin: 0 4px 0 0;
                }

                .map-view-outer .lt-listing-outer .single-listing-outer .discount-txt a {
                    font-family: robotobold;
                    font-size: 14px;
                    line-height: 20px;
                    color: #30a4ea;
                }

        .map-view-outer .lt-listing-outer .recommend-blk {
        }

            .map-view-outer .lt-listing-outer .recommend-blk .media-heading {
                font-family: robotoregular;
                font-size: 18px;
                line-height: 24px;
                color: #212121;
                padding: 10px 0 10px 10px;
            }

            .map-view-outer .lt-listing-outer .recommend-blk .common-listing {
                padding: 0 0 15px 0;
            }

                .map-view-outer .lt-listing-outer .recommend-blk .common-listing ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .map-view-outer .lt-listing-outer .recommend-blk .common-listing ul li {
                        color: #666;
                        background: url(../images/other/fout-dots.png) no-repeat 14px 4px;
                        font-family: robotolight;
                        font-size: 14px;
                        line-height: 18px;
                        padding: 0 10px 5px 35px;
                        float: left;
                        width: 48%;
                    }

                        .map-view-outer .lt-listing-outer .recommend-blk .common-listing ul li a {
                            color: #666;
                        }

                        .map-view-outer .lt-listing-outer .recommend-blk .common-listing ul li.up-arrow {
                            background: url(../images/default/up-arrow.jpg) no-repeat 16px 6px;
                        }

                        .map-view-outer .lt-listing-outer .recommend-blk .common-listing ul li.down-arrow {
                            background: url(../images/default/down-arrow.jpg) no-repeat 16px 6px;
                        }

    .map-view-outer .outer-div {
        width: 60%;
        float: left;
    }

        .map-view-outer .outer-div .switch-map-view {
            font-family: robotoregular;
            font-size: 13px;
            line-height: 18px;
            text-align: right;
            padding: 10px;
            background-color: #ECCC74;
            margin: 0 0 10px 0;
            float: right;
        }

            .map-view-outer .outer-div .switch-map-view i {
                font-family: flaticon;
                margin: 0 3px 0 0;
                font-size: 14px;
                color: #999;
            }

            .map-view-outer .outer-div .switch-map-view a {
                color: #666
            }

    .map-view-outer .rt-map {
        width: 100%;
        height: 750px;
        position: relative;
    }

        .map-view-outer .rt-map #divMapCanvas {
            height: calc(100%)
        }

        .map-view-outer .rt-map iframe {
            width: 100% !important;
            height: 100% !important
        }

.promo-blk-outer {
    padding: 30px 0;
    background-color: #fff;
}

    .promo-blk-outer ul {
        margin: 0px;
        padding: 0px;
    }

        .promo-blk-outer ul li {
            margin: 0 5%;
            padding: 15px 0;
            list-style: none;
            width: 40%;
            float: left;
            background-color: #f2f2f2;
            border-right: solid 1px #dbdbdb;
            border-bottom: solid 1px #dbdbdb;
        }

            .promo-blk-outer ul li .pro-img {
                width: 65px;
                height: 65px;
                float: left;
                margin: 0 10px;
            }

            .promo-blk-outer ul li .cont-area {
                width: calc(100%-85px);
            }

                .promo-blk-outer ul li .cont-area .title-txt {
                    font-family: robotoregular;
                    font-size: 20px;
                    line-height: 26px;
                    color: #333;
                    padding: 10px 15px 5px 10px;
                }

                .promo-blk-outer ul li .cont-area .quote-outer {
                    font-family: robotobold;
                    font-size: 16px;
                    line-height: 20px;
                    color: #333;
                    padding: 0 15px 10px 10px;
                }

.full-offer-blk {
    padding: 15px 0;
}

    .full-offer-blk .media-heading {
        font-family: robotoregular;
        font-size: 18px;
        line-height: 24px;
        color: #212121;
        padding: 10px 0 10px 10px;
    }

    .full-offer-blk .rt-single-listing {
        margin: 0 0 15px 0;
        padding: 10px 0 0 0;
        background-color: #fff;
        border-right: solid 1px #dbdbdb;
        border-bottom: solid 1px #dbdbdb;
    }

        .full-offer-blk .rt-single-listing .media {
            border-bottom: none;
            padding: 0px;
            margin: 0 0 10px 0;
        }

            .full-offer-blk .rt-single-listing .media .media-body {
                padding: 0 0 0 10px;
            }

                .full-offer-blk .rt-single-listing .media .media-body .list-title {
                    font-family: robotoregular;
                    font-size: 16px;
                    line-height: 20px;
                    color: #212121;
                    margin: 0 10px 0 0;
                }

                    .full-offer-blk .rt-single-listing .media .media-body .list-title a {
                        color: #212121;
                    }

                .full-offer-blk .rt-single-listing .media .media-body .star-blk {
                    padding: 3px 0;
                }

                    .full-offer-blk .rt-single-listing .media .media-body .star-blk ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .full-offer-blk .rt-single-listing .media .media-body .star-blk ul li {
                            margin: 0px;
                            padding: 0px;
                            float: left;
                            font-size: 12px;
                            color: #9e9c9c;
                        }

                            .full-offer-blk .rt-single-listing .media .media-body .star-blk ul li a {
                                color: #9e9c9c;
                            }

                                .full-offer-blk .rt-single-listing .media .media-body .star-blk ul li a span { /*color:#f89406;*/
                                    font-size: 13px;
                                    margin: 0 5px 0 0;
                                }

                            .full-offer-blk .rt-single-listing .media .media-body .star-blk ul li i {
                                font-family: flaticon;
                                font-size: 14px;
                                color: #aaa;
                                margin: 0 3px 0 0;
                            }

                                .full-offer-blk .rt-single-listing .media .media-body .star-blk ul li i.active {
                                    color: #f89406;
                                }

                .full-offer-blk .rt-single-listing .media .media-body .serve-area {
                    font-size: 12px;
                    font-family: robotolight;
                    color: #7f7f7f;
                    padding: 0 0 3px 0;
                }

                .full-offer-blk .rt-single-listing .media .media-body .miles-blk {
                    font-size: 11px;
                    font-family: robotolight;
                    color: #a7a4a4;
                    padding: 0 0 5px 0;
                }

                .full-offer-blk .rt-single-listing .media .media-body .phone-num {
                    font-size: 12px;
                    font-family: robotobold;
                    color: #000;
                    padding: 3px 10px 3px 0;
                }

                    .full-offer-blk .rt-single-listing .media .media-body .phone-num a {
                        color: #000;
                    }

                .full-offer-blk .rt-single-listing .media .media-body .offer-service {
                    font-size: 13px;
                    font-family: robotoregular;
                    color: #7f7f7f;
                    padding: 3px 10px 3px 0;
                }

                .full-offer-blk .rt-single-listing .media .media-body .offer-list {
                    margin: 0 10px 3px 0;
                }

                    .full-offer-blk .rt-single-listing .media .media-body .offer-list ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .full-offer-blk .rt-single-listing .media .media-body .offer-list ul li {
                            margin: 0 5px 0 0;
                            padding: 0px;
                            float: left;
                            font-family: robotoregular;
                            font-size: 13px;
                            line-height: 18px;
                            color: #666;
                        }

                            .full-offer-blk .rt-single-listing .media .media-body .offer-list ul li i {
                                font-family: flaticon;
                                font-size: 14px;
                                margin: 0 3px 0 0;
                            }

        .full-offer-blk .rt-single-listing .offer-clicks {
            background-color: #f7f7f7;
        }

            .full-offer-blk .rt-single-listing .offer-clicks ul {
                margin: 0px;
                padding: 0px;
            }

                .full-offer-blk .rt-single-listing .offer-clicks ul li {
                    float: left;
                    width: 33.3%;
                    text-align: center;
                    border-right: solid 1px #e4e4e4;
                    border-left: solid 1px #fff;
                }

                    .full-offer-blk .rt-single-listing .offer-clicks ul li.two-list {
                        width: 50%;
                    }

                    .full-offer-blk .rt-single-listing .offer-clicks ul li:last-child {
                        border-right: none;
                    }

                    .full-offer-blk .rt-single-listing .offer-clicks ul li .top-title {
                        text-align: center;
                        font-family: robotolight;
                        font-size: 13px;
                        color: #666;
                        padding: 10px 10px 2px 10px;
                    }

                    .full-offer-blk .rt-single-listing .offer-clicks ul li .content {
                        text-align: center;
                        font-family: robotoregular;
                        color: #333;
                        padding: 0 10px 10px 10px;
                        font-size: 15px;
                    }

        .full-offer-blk .rt-single-listing .cate-tags {
            font-size: 13px;
            font-family: robotoregular;
            color: #7f7f7f;
            padding: 5px 10px 3px 10px;
        }

            .full-offer-blk .rt-single-listing .cate-tags span {
                font-family: robotoregular;
                color: #5a5959;
            }

        .full-offer-blk .rt-single-listing .other-links {
            font-family: robotolight;
            font-size: 12px;
            line-height: 16px;
            padding: 3px 10px 5px 10px;
            color: #717171;
        }

            .full-offer-blk .rt-single-listing .other-links a {
                color: #30a4ea;
                padding: 0 3px 0 0;
                margin: 0 2px 0 0;
                border-right: solid 1px #ccc;
            }

                .full-offer-blk .rt-single-listing .other-links a:last-child {
                    border-right: none;
                }

        .full-offer-blk .rt-single-listing .banner-blk {
            font-size: 12px;
            font-family: robotolight;
            color: #7f7f7f;
            padding: 3px 0 3px 10px;
        }

            .full-offer-blk .rt-single-listing .banner-blk a {
                color: #7f7f7f;
                margin: 0 0 2px 0;
            }

                .full-offer-blk .rt-single-listing .banner-blk a i {
                    font-family: flaticon;
                    font-size: 11px;
                    margin: 0 0 0 2px;
                    color: #999;
                }

        .full-offer-blk .rt-single-listing .cont-phone-blk {
            background-color: #f7f7f7;
        }

            .full-offer-blk .rt-single-listing .cont-phone-blk .lt-phone {
                float: left;
                padding: 15px 15px 10px 15px;
                font-size: 13px;
                color: #333;
                font-family: robotoregular;
            }

                .full-offer-blk .rt-single-listing .cont-phone-blk .lt-phone i {
                    font-family: flaticon;
                    font-size: 14px;
                    line-height: 20px;
                    color: #999;
                    margin: 0 3px 0 0;
                }

                .full-offer-blk .rt-single-listing .cont-phone-blk .lt-phone a {
                    font-size: 11px;
                }

            .full-offer-blk .rt-single-listing .cont-phone-blk .rt-button {
                float: right;
                padding: 10px;
            }

    .full-offer-blk .vmore-blk {
        margin: 0;
        padding: 0 10px 5px 10px;
        font-family: robotoregular;
        font-size: 13px;
        line-height: 18px;
        color: #999;
        text-align: right;
    }
/* map view end here */
.gm-style .gm-style-iw {
    font-family: roboto;
    letter-spacing: 0.5px;
    line-height: 18px;
}

    .gm-style .gm-style-iw .image {
        padding: 0 0 5px 0;
    }

    .gm-style .gm-style-iw b {
        color: #48b39b;
    }

    .gm-style .gm-style-iw a {
        font-size: 13px;
        font-weight: bold;
        color: #000;
    }

.other-metros {
    padding: 0 15px;
}

    .other-metros ul {
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .other-metros ul li {
            font-size: 14px;
            color: #999;
            font-weight: normal;
            width: 25%;
            float: left;
            line-height: 28px;
        }

            .other-metros ul li h3 {
                font-weight: normal;
            }

            .other-metros ul li a {
                color: #999;
            }

.lsentrydark {
    color: #333 !important;
}

.other-cons-link {
    background-color: #e4e4e4;
    padding: 10px;
    margin: 10px 0 0 0;
}

    .other-cons-link ul {
        margin: 0px;
        padding: 0px;
    }

        .other-cons-link ul li {
            margin: 0px;
            padding: 0 10px 0 0;
            float: left;
            font-size: 13px;
            line-height: 20px;
            color: #666;
            letter-spacing: 0.5px;
        }

            .other-cons-link ul li.active a {
                background-color: #ff4242;
                border: solid 1px #ff4242;
            }

            .other-cons-link ul li a {
                display: block;
                font-size: 14px;
                line-height: 20px;
                color: #212121;
                border: solid 1px #ccc;
                background-color: #fff;
                padding: 4px 8px;
            }

                .other-cons-link ul li a b {
                    position: static;
                    margin: 0px;
                    font-weight: normal;
                    font-size: 13px;
                    color: #212121;
                }

                .other-cons-link ul li a:hover span {
                    color: #fff;
                }

            .other-cons-link ul li.active a b {
                color: #fff;
            }

header.sticky .topnav .help-hd .post-hd .btn-ghost-white {
    background-color: #ff4242;
    border: solid 1px #ff4242;
}

.top-title-txt .titletxt {
    color: #212121;
    font-size: 24px;
    font-family: 'robotoregular';
    text-align: center;
    display: block;
    line-height: 21px;
    padding: 25px 0 15px 0;
}

    .top-title-txt .titletxt span {
        color: #dc1f27
    }


.popular-service-blk .owl-carousel .owl-item {
    float: left;
}

    .popular-service-blk .owl-carousel .owl-item .item {
        padding: 0 10px;
        margin: 10px 0;
    }

.popular-service-blk .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    transition: all 0.5s linear;
}

.popular-service-blk .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    transition: all 0.5s linear;
}

.state-listbg {
    background: #fff;
    border: solid 1px #e0e0e0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    line-height: 21px;
}

    .state-listbg:hover {
        box-shadow: 0 1px 10px 1px rgba(0,0,0,.15);
    }

.popular-service-blk .owl-carousel .owl-item .item .state-listbg h3 {
    border-bottom: solid 1px #e6e6e6;
    margin: 0 10px;
    padding: 5px 0;
    font-size: 14px;
    color: #212121;
    font-weight: 500
}

    .popular-service-blk .owl-carousel .owl-item .item .state-listbg h3 a {
        color: #212121
    }

.popular-service-blk .owl-carousel .owl-item .item .state-listbg ul {
    padding: 0 15px;
    margin: 5px 0
}

    .popular-service-blk .owl-carousel .owl-item .item .state-listbg ul li {
        display: block;
        font-size: 13px;
        margin: 3px 0;
        line-height: 21px;
    }

        .popular-service-blk .owl-carousel .owl-item .item .state-listbg ul li em {
            float: right
        }

        .popular-service-blk .owl-carousel .owl-item .item .state-listbg ul li a {
            color: #949494;
        }

            .popular-service-blk .owl-carousel .owl-item .item .state-listbg ul li a:hover {
                color: #009fff;
            }

.popular-service-blk .owl-carousel .owl-item .item .state-listbg .citylistmore {
    font-size: 13px;
    border-top: solid 1px #e6e6e6;
    padding: 8px 15px;
}

    .popular-service-blk .owl-carousel .owl-item .item .state-listbg .citylistmore a {
        display: block
    }

    .popular-service-blk .owl-carousel .owl-item .item .state-listbg .citylistmore i {
        color: #575757;
        float: right;
        font-size: 18px;
        line-height: 26px;
    }

.popular-service-blk .owl-carousel .owl-item .item .state-citieswrp {
}

    .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp b {
        font-size: 16px;
        padding: 25px 0;
        display: block
    }

    .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist ul {
        border-bottom: #dfdfdf solid 1px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist ul li {
            width: 13.28571428571429%;
            float: left;
            font-size: 14px;
            margin-right: 10px;
            margin-bottom: 15px;
            line-height: 16px;
        }

            .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist ul li a {
                color: #212121;
                display: block
            }

                .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist ul li a span {
                    color: #8c8c8c;
                    font-size: 12px;
                    display: block
                }

    .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist .citypager {
        margin: 10px 0
    }

        .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist .citypager a {
            font-size: 12px;
            line-height: 12px;
            padding: 2px 3px;
            text-align: center;
            border: 1px solid rgba(0,0,0,.13);
            display: inline-block;
            height: 20px;
            min-width: 20px;
            margin-right: 5px;
            background: #fff
        }

            .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist .citypager a.active {
                background: #5bc199;
                color: #fff;
                border-color: #5bc199
            }

        .popular-service-blk .owl-carousel .owl-item .item .state-citieswrp .citieslist .citypager span {
            font-size: 12px;
            line-height: 12px;
            display: inline-block;
            color: #555;
            margin-right: 10px
        }

/* more cities starts here */
.state-citieswrp {
}

    .state-citieswrp .titletxt {
        color: #212121;
        font-size: 21px;
        font-family: 'robotoregular';
        display: block;
        line-height: 21px;
        padding: 15px 0 20px 0;
        text-align: center;
    }

        .state-citieswrp .titletxt span {
            color: #dc1f27;
        }

    .state-citieswrp .citieslist ul {
        border-bottom: #dfdfdf solid 1px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .state-citieswrp .citieslist ul li {
            width: 13.28571428571429%;
            float: left;
            font-size: 14px;
            margin-right: 10px;
            margin-bottom: 15px;
            line-height: 16px;
        }

            .state-citieswrp .citieslist ul li a {
                color: #212121;
                display: block
            }

                .state-citieswrp .citieslist ul li a span {
                    color: #8c8c8c;
                    font-size: 12px;
                    display: block
                }

    .state-citieswrp .citieslist .citypager {
        margin: 10px 0
    }

        .state-citieswrp .citieslist .citypager a {
            font-size: 12px;
            line-height: 12px;
            padding: 2px 3px;
            text-align: center;
            border: 1px solid rgba(0,0,0,.13);
            display: inline-block;
            height: 20px;
            min-width: 20px;
            margin-right: 5px;
            background: #fff
        }

            .state-citieswrp .citieslist .citypager a.active {
                background: #5bc199;
                color: #fff;
                border-color: #5bc199
            }

        .state-citieswrp .citieslist .citypager span {
            font-size: 12px;
            line-height: 12px;
            display: inline-block;
            color: #555;
            margin-right: 10px
        }

.room-rent {
}

.searctex {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* other country links starts here */
header .topnav .logo-sulekha-hd {
    position: relative;
}

    header .topnav .logo-sulekha-hd .submenu {
        position: absolute;
        left: 0px;
        top: 54px;
        background-color: #333;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-2em);
        z-index: 0;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }

    header .topnav .logo-sulekha-hd:hover .submenu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }

    header .topnav .logo-sulekha-hd .submenu a {
        color: #fff;
        display: block;
        background: none;
        text-indent: 0px;
        height: auto;
        padding: 8px 15px;
        text-align: left;
        letter-spacing: 0.5px;
        font-weight: 400;
    }

        header .topnav .logo-sulekha-hd .submenu a:hover {
            background-color: #000;
        }

        header .topnav .logo-sulekha-hd .submenu a span {
            margin: 0 3px 0 0;
        }

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 1.33333em;
    line-height: 1em
}

    .flag-icon:before {
        content: '\00a0'
    }

    .flag-icon.flag-icon-squared {
        width: 1em
    }

.flag-icon-ae {
    background-image: url(../images/flags/4x3/ae.svg)
}

    .flag-icon-ae.flag-icon-squared {
        background-image: url(../images/flags/1x1/ae.svg)
    }

.flag-icon-us {
    background-image: url(../images/flags/4x3/us.svg)
}

    .flag-icon-us.flag-icon-squared {
        background-image: url(../images/flags/1x1/us.svg)
    }

.flag-icon-in {
    background-image: url(../images/flags/4x3/in.svg)
}

    .flag-icon-in.flag-icon-squared {
        background-image: url(/images/flags/1x1/in.svg)
    }

.flag-icon-gb {
    background-image: url(../images/flags/4x3/gb.svg)
}

    .flag-icon-gb.flag-icon-squared {
        background-image: url(../common/images/flags/1x1/gb.svg)
    }

.flag-icon-ca {
    background-image: url(../images/flags/4x3/ca.svg)
}

    .flag-icon-ca.flag-icon-squared {
        background-image: url(../images/flags/1x1/ca.svg)
    }

@media only screen and (max-width :768px) {
    header .topnav .logo-sulekha-hd .submenu {
        width: 50px;
        color: #333;
        overflow: hidden;
    }

        header .topnav .logo-sulekha-hd .submenu a {
            color: #333;
            height: 35px;
        }
}
/* other country links end here */

/* two country link starts here */
.country-change-blk {
    padding: 15px;
}

    .country-change-blk .title-txt {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #212121;
        padding: 0 0 10px 0;
        text-align: center;
    }

    .country-change-blk ul {
        margin: 0px;
        padding: 0px;
    }

        .country-change-blk ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            float: left;
            width: 50%;
        }

            .country-change-blk ul li a {
                display: block;
                text-align: center;
                font-size: 14px;
                line-height: 18px;
                color: #333;
                padding: 0 10px;
            }

                .country-change-blk ul li a span {
                    display: block;
                    text-align: center;
                    margin: 0 0 10px 0;
                }

                    .country-change-blk ul li a span img {
                        text-align: center;
                        width: 80px;
                        height: 40px;
                    }
/* two country link end here */








@media only screen and (max-width : 568px) {
    .state-citieswrp .citieslist ul li {
        width: 100%
    }

    .state-citieswrp .citieslist ul {
        height: 230px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (min-width : 641px) and (max-width : 768px) {
    .state-citieswrp .citieslist ul li {
        width: 23.285714%;
    }

    .ctysnerbylist ul li {
        width: 48%;
    }

    .state-citieswrp .citieslist ul {
        height: 230px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (min-width : 769px) and (max-width : 1024px) {
    .state-citieswrp .citieslist ul li {
        width: 22%;
    }

    .s-colbx {
        width: 98%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .s-colbx {
        width: 98%;
    }
}

@media only screen and (max-width : 768px) {
    .state-citieswrp .citieslist .citypager a {
        margin: 0 5px 5px 0;
    }
}
/* more cities end here */
/*city scroll starts here */
.sbox-cta {
    width: 15%;
    float: left;
}

.hp-ban-promo {
    font-size: 18px;
    color: #fff;
    font-family: open sans;
}

.bns-blk-one {
    padding: 20px 0;
    background-color: #fff;
}

.bns-cstnav-full {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bns-blk-one .titltext {
    color: #212121;
    font-size: 21px;
    font-family: 'robotoregular';
    display: block;
    line-height: 21px;
    padding: 15px 0 0 0;
    text-align: center;
}

    .bns-blk-one .titltext span {
        color: #dc1f27;
    }

.advr-navmenu {
    overflow: hidden;
}

.out-border {
    border: solid 1px #e4e4e4;
}

.adv-fixscrolmenu > ul {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    height: 85px;
}

.scrlmenu-btn-left, .scrlmenu-btn-right {
    position: absolute;
    height: 46px;
    top: 0 !important;
    padding: 15px;
    font-size: 18px;
    color: #333;
    background: #fff;
    width: 20px;
    line-height: 27px;
}

.scrlmenu-btn-left {
    left: 0 !important;
    -webkit-box-shadow: 14px 0px 20px -1px rgba(255,255,255,1);
    -moz-box-shadow: 14px 0px 20px -1px rgba(255,255,255,1);
    box-shadow: 14px 0px 20px -1px rgba(255,255,255,1);
}

.scrlmenu-btn-right {
    right: 0 !important;
    -webkit-box-shadow: -14px 0px 20px -1px rgba(255,255,255,1);
    -moz-box-shadow: -14px 0px 20px -1px rgba(255,255,255,1);
    box-shadow: -14px 0px 20px -1px rgba(255,255,255,1);
}

.aed-det-menuin ul li {
    display: inline-block;
}

    .aed-det-menuin ul li a {
        display: block;
        padding: 20px 25px;
        color: #363636;
        margin-bottom: -5px;
        white-space: nowrap;
        font-family: 'roboto';
        font-weight: 600;
        font-size: 13px;
    }

    .aed-det-menuin ul li i {
        margin-right: 5px;
        font-size: 18px;
        color: #727272;
    }

    .aed-det-menuin ul li.active a {
        border-top: solid 5px #f98a08;
    }

.new-nav .aed-det-menuin ul li {
    text-align: center;
}

    .new-nav .aed-det-menuin ul li a {
        padding: 15px 40px;
        border-right: solid 1px #fff;
    }

.aed-det-menuin ul li.active a {
    border-bottom-color: #fff;
    background: #fff;
}

.new-nav .aed-det-menuin ul li span {
}

.new-nav .aed-det-menuin ul li i {
    display: block;
    margin-bottom: 10px;
}

.new-nav .adv-fixscrolmenu {
    height: 50px;
    background-color: #f2f2f2;
}

    .new-nav .adv-fixscrolmenu > ul {
        height: 80px;
    }

.new-nav .scrlmenu-btn-left, .new-nav .scrlmenu-btn-right {
    padding: 11px 15px 0 15px;
    height: 100%;
    background: #f4f4f4;
}

.new-nav .scrlmenu-btn-left {
    box-shadow: 14px 0 20px -1px rgb(244, 244, 244);
}

.new-nav .scrlmenu-btn-right {
    box-shadow: -14px 0 20px -1px rgb(244, 244, 244);
}

.new-nav .aed-det-menuin ul li:hover .icon {
    transition: 0.2s all linear;
    width: 35px;
    height: 35px;
}
/* city scroll end here */
/*state popular service starts here */
.most-popular-ser-blk {
    padding: 20px 0;
}

    .most-popular-ser-blk .titltext {
        color: #212121;
        font-size: 21px;
        font-family: 'robotoregular';
        display: block;
        line-height: 21px;
        padding: 15px 0 0 0;
        text-align: center;
    }

        .most-popular-ser-blk .titltext span {
            color: #dc1f27;
        }

    .most-popular-ser-blk ul {
        margin: 0px;
        padding: 20px 0 0 0;
    }

        .most-popular-ser-blk ul li {
            font-size: 14px;
            padding: 0;
            margin: 0 0 0 1%;
            font-weight: normal;
            width: 32%;
            float: left;
            border-bottom: solid 1px #ddd;
            background: #fff
        }

            .most-popular-ser-blk ul li h3 {
                font-weight: normal
            }

            .most-popular-ser-blk ul li a {
                color: #686868;
                display: block;
                text-decoration: none;
                padding: 10px;
            }
/*state popular service end here */
.lspromowrp {
    padding: 35px 0;
    font-family: roboto;
    background-color: #fcf8e3;
    border: 1px solid #fae099;
    width: 100%;
    margin: 0
}

    .lspromowrp .lspromo {
        width: 50%;
        float: left;
        text-align: center;
        font-size: 24px;
        color: #2c2c2c;
    }
/* premium listing starts here */
.premium-ser-lis-blk {
    padding: 15px 10px 20px 10px;
}

    .premium-ser-lis-blk ul {
        margin: 15px 0 0 0;
    }

        .premium-ser-lis-blk ul li {
            background-color: #f6f6f6;
            margin: 0 0 15px 1%;
            width: 32%;
            list-style: none;
            border-right: solid 1px #dbdbdb;
            border-bottom: solid 1px #dbdbdb;
            float: left;
        }

            .premium-ser-lis-blk ul li figure {
                width: 85px;
                height: 85px;
                margin: 0 10px 0 0;
                float: left;
            }

                .premium-ser-lis-blk ul li figure img {
                    width: 85px;
                    height: 85px;
                }

            .premium-ser-lis-blk ul li .content-outer {
                width: calc(100% - 95px);
                float: right;
            }

            .premium-ser-lis-blk ul li.no-img .content-outer {
                width: calc(100%);
                float: left;
            }

            .premium-ser-lis-blk ul li .content-outer .title-txt {
                font-family: robotoregular;
                font-weight: 600;
                font-size: 14px;
                line-height: 18px;
                color: #000;
                padding: 5px 10px 3px 0;
            }

            .premium-ser-lis-blk ul li.no-img .content-outer .title-txt {
                padding: 5px 10px 3px 10px;
            }

            .premium-ser-lis-blk ul li .content-outer .title-txt a {
                color: #000;
            }

            .premium-ser-lis-blk ul li .content-outer ul {
                margin: 5px 0 0 0;
                padding: 0px;
            }

            .premium-ser-lis-blk ul li.no-img .content-outer ul {
                padding: 0 0 5px 10px;
            }

            .premium-ser-lis-blk ul li .content-outer ul li {
                margin: 0 5px 0 0;
                padding: 0px;
                border-right: none;
                border-bottom: none;
                float: none;
                color: #777;
                font-size: 13px;
                float: left;
                width: auto;
            }

                .premium-ser-lis-blk ul li .content-outer ul li.phone {
                    font-family: roboto;
                    font-weight: 600;
                    color: #333;
                }

                    .premium-ser-lis-blk ul li .content-outer ul li.phone i {
                        font-weight: 300;
                    }

                .premium-ser-lis-blk ul li .content-outer ul li i {
                    font-family: flaticon;
                    font-size: 14px;
                    color: #777;
                }

                .premium-ser-lis-blk ul li .content-outer ul li a {
                    color: #777;
                }

.premium-ban-lis-blk {
    padding: 15px 10px 20px 10px;
}

    .premium-ban-lis-blk ul {
        margin: 15px 0 0 0;
    }

        .premium-ban-lis-blk ul li {
            position: relative;
            background-color: #f6f6f6;
            margin: 0 0 15px 1%;
            width: 23.6%;
            list-style: none;
            border-right: solid 1px #dbdbdb;
            border-bottom: solid 1px #dbdbdb;
            float: left;
            overflow: hidden;
        }

            .premium-ban-lis-blk ul li figure {
                overflow: hidden
            }

                .premium-ban-lis-blk ul li figure img {
                    width: 100%;
                    height: 200px;
                }


            .premium-ban-lis-blk ul li .itemtext {
                bottom: 0;
                background-color: rgba(0,0,0,0.80);
                color: #fff;
                width: 100%;
                padding: 0 0 10px 0;
                font-family: robotoregular;
            }

                .premium-ban-lis-blk ul li .itemtext h2, .premium-ban-lis-blk ul li .itemtext h3 {
                    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
                    font-size: 16px;
                    line-height: 22px;
                    padding: 3px 0;
                    font-weight: normal;
                    padding: 10px 10px 5px 10px;
                }

                .premium-ban-lis-blk ul li .itemtext .title-txt, .premium-ban-lis-blk ul li {
                    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
                    font-size: 16px;
                    line-height: 22px;
                    padding: 3px 0;
                    font-weight: normal;
                    padding: 0;
                }

                    .premium-ban-lis-blk ul li .itemtext .vernum {
                        font-size: 14px;
                        padding: 0 10px 3px 10px;
                    }

                    .premium-ban-lis-blk ul li .itemtext .location {
                        font-size: 12px;
                        padding: 0 10px 3px 10px;
                        font-family: robotolight;
                    }

                        .premium-ban-lis-blk ul li .itemtext .vernum a, .premium-ban-lis-blk ul li .itemtext h2 a, .premium-ban-lis-blk ul li .itemtext .location a, .premium-ban-lis-blk ul li .itemtext h3 a {
                            color: #fff;
                            text-decoration: none;
                        }

                        .premium-ban-lis-blk ul li .itemtext .vernum i, .premium-ban-lis-blk ul li .itemtext .location i {
                            font-family: flaticon,font-size:15px;
                        }

.topsliderwrp .owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    cursor: pointer
}

.topsliderwrp .owl-theme .owl-controls .owl-page span {
    background: #ddd;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.topsliderwrp .owl-theme .owl-controls .owl-page.active span {
    background: #f89406;
}

.premium-ban-lis-blk ul li .itemtext {
    transition: all .5 ease-in 0;
    -webkit-transition: all .5 ease-in 0;
    -moz-transition: all .5 ease-in 0;
    -ms-transition: all .5 ease-in 0;
    -o-transition: all .5 ease-in 0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: 0;
}

.premium-ban-lis-blk ul li:hover .itemtext {
    bottom: -120px;
}




/* premium listing end here */
/* service offers start here */
.state-offers-outer {
    padding: 20px 0;
}

    .state-offers-outer .titltext {
        color: #212121;
        font-size: 21px;
        font-family: 'robotoregular';
        display: block;
        line-height: 21px;
        padding: 15px 0 25px 0;
        text-align: center;
    }

        .state-offers-outer .titltext span {
            color: #dc1f27;
        }

    .state-offers-outer .rt-single-listing {
    }

        .state-offers-outer .rt-single-listing ul {
            margin: 0px;
            padding: 0px;
        }

            .state-offers-outer .rt-single-listing ul li {
                margin: 0 0 0 1%;
                padding: 0px;
                float: left;
                width: 32%;
                background-color: #fff;
                border-bottom: solid 1px #dbdbdb;
                border-right: solid 1px #dbdbdb;
            }

                .state-offers-outer .rt-single-listing ul li .media {
                    border-bottom: none;
                    padding: 0px;
                    margin: 0 0 10px 0;
                }

                    .state-offers-outer .rt-single-listing ul li .media .media-body {
                        padding: 0 0 0 10px;
                    }

                        .state-offers-outer .rt-single-listing ul li .media .media-body .list-title {
                            font-family: robotoregular;
                            font-size: 16px;
                            line-height: 20px;
                            color: #212121;
                            margin: 10px 10px 0 0;
                        }

                            .state-offers-outer .rt-single-listing ul li .media .media-body .list-title a {
                                color: #212121;
                            }

                        .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk {
                            padding: 3px 0;
                        }

                            .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk ul {
                                margin: 0px;
                                padding: 0px;
                            }

                                .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk ul li {
                                    margin: 0px;
                                    padding: 0px;
                                    float: left;
                                    font-size: 12px;
                                    color: #9e9c9c;
                                }

                                    .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk ul li a {
                                        color: #9e9c9c;
                                    }

                                        .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk ul li a b {
                                            color: #333;
                                        }

                                        .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk ul li a span { /*color:#f89406;*/
                                            font-size: 13px;
                                            margin: 0 5px 0 0;
                                        }

                                    .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk ul li i {
                                        font-family: flaticon;
                                        font-size: 14px;
                                        color: #aaa;
                                        margin: 0 3px 0 0;
                                    }

                                        .state-offers-outer .rt-single-listing ul li .media .media-body .star-blk ul li i.active {
                                            color: #f89406;
                                        }

                        .state-offers-outer .rt-single-listing ul li .media .media-body .serve-area {
                            font-size: 12px;
                            font-family: robotolight;
                            color: #7f7f7f;
                            padding: 0 0 3px 0;
                        }

                        .state-offers-outer .rt-single-listing ul li .media .media-body .miles-blk {
                            font-size: 11px;
                            font-family: robotolight;
                            color: #a7a4a4;
                            padding: 0 0 5px 0;
                        }

                        .state-offers-outer .rt-single-listing ul li .media .media-body .phone-num {
                            font-size: 12px;
                            font-family: robotobold;
                            color: #000;
                            padding: 3px 10px 3px 0;
                        }

                            .state-offers-outer .rt-single-listing ul li .media .media-body .phone-num a {
                                color: #000;
                            }

                                .state-offers-outer .rt-single-listing ul li .media .media-body .phone-num a .view-number {
                                    font-size: 12px;
                                    font-family: robotolight;
                                    margin: 0 0 0 3px;
                                    color: #30a4ea;
                                }

                        .state-offers-outer .rt-single-listing ul li .media .media-body .offer-service {
                            font-size: 13px;
                            font-family: robotoregular;
                            color: #7f7f7f;
                            padding: 3px 10px 3px 0;
                        }

                        .state-offers-outer .rt-single-listing ul li .media .media-body .offer-list {
                            margin: 0 10px 3px 0;
                        }

                            .state-offers-outer .rt-single-listing ul li .media .media-body .offer-list ul {
                                margin: 0px;
                                padding: 0px;
                            }

                                .state-offers-outer .rt-single-listing ul li .media .media-body .offer-list ul li {
                                    margin: 0 5px 0 0;
                                    padding: 0px;
                                    float: left;
                                    font-family: robotoregular;
                                    font-size: 13px;
                                    line-height: 18px;
                                    color: #666;
                                    width: auto;
                                    border-bottom: none;
                                    border-right: none;
                                }

                                    .state-offers-outer .rt-single-listing ul li .media .media-body .offer-list ul li i {
                                        font-family: flaticon;
                                        font-size: 14px;
                                        margin: 0 3px 0 0;
                                    }

                .state-offers-outer .rt-single-listing ul li .offer-clicks {
                    background-color: #f7f7f7;
                }

                    .state-offers-outer .rt-single-listing ul li .offer-clicks ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .state-offers-outer .rt-single-listing ul li .offer-clicks ul li {
                            background-color: #f7f7f7;
                            float: left;
                            width: 33.3%;
                            margin: 0px;
                            text-align: center;
                            border-right: solid 1px #e4e4e4;
                            border-left: solid 1px #fff;
                            border-bottom: none;
                        }

                            .state-offers-outer .rt-single-listing ul li .offer-clicks ul li.two-list {
                                width: 50%;
                            }

                            .state-offers-outer .rt-single-listing ul li .offer-clicks ul li:last-child {
                                border-right: none;
                            }

                            .state-offers-outer .rt-single-listing ul li .offer-clicks ul li .top-title {
                                text-align: center;
                                font-family: robotolight;
                                font-size: 13px;
                                color: #666;
                                padding: 10px 10px 2px 10px;
                            }

                            .state-offers-outer .rt-single-listing ul li .offer-clicks ul li .content {
                                text-align: center;
                                font-family: robotoregular;
                                color: #333;
                                padding: 0 10px 10px 10px;
                                font-size: 15px;
                            }

                .state-offers-outer .rt-single-listing ul li .cate-tags {
                    font-size: 13px;
                    font-family: robotoregular;
                    color: #7f7f7f;
                    padding: 5px 10px 3px 10px;
                }

                    .state-offers-outer .rt-single-listing ul li .cate-tags span {
                        font-family: robotoregular;
                        color: #5a5959;
                    }

                .state-offers-outer .rt-single-listing ul li .other-links {
                    font-family: robotolight;
                    font-size: 12px;
                    line-height: 16px;
                    padding: 3px 10px 5px 10px;
                    color: #717171;
                }

                    .state-offers-outer .rt-single-listing ul li .other-links a {
                        color: #30a4ea;
                        padding: 0 3px 0 0;
                        margin: 0 2px 0 0;
                        border-right: solid 1px #ccc;
                    }

                        .state-offers-outer .rt-single-listing ul li .other-links a:last-child {
                            border-right: none;
                        }

                .state-offers-outer .rt-single-listing ul li .banner-blk {
                    font-size: 12px;
                    font-family: robotolight;
                    color: #7f7f7f;
                    padding: 3px 0 3px 10px;
                }

                    .state-offers-outer .rt-single-listing ul li .banner-blk a {
                        color: #7f7f7f;
                        margin: 0 0 2px 0;
                    }

                        .state-offers-outer .rt-single-listing ul li .banner-blk a i {
                            font-family: flaticon;
                            font-size: 11px;
                            margin: 0 0 0 2px;
                            color: #999;
                        }

                .state-offers-outer .rt-single-listing ul li .cont-phone-blk {
                    background-color: #f7f7f7;
                }

                    .state-offers-outer .rt-single-listing ul li .cont-phone-blk .lt-phone {
                        float: left;
                        padding: 15px 15px 10px 15px;
                        font-size: 13px;
                        color: #333;
                        font-family: robotoregular;
                    }

                        .state-offers-outer .rt-single-listing ul li .cont-phone-blk .lt-phone i {
                            font-family: flaticon;
                            font-size: 14px;
                            line-height: 20px;
                            color: #999;
                            margin: 0 3px 0 0;
                        }

                        .state-offers-outer .rt-single-listing ul li .cont-phone-blk .lt-phone a {
                            font-size: 11px;
                        }

                    .state-offers-outer .rt-single-listing ul li .cont-phone-blk .rt-button {
                        float: right;
                        padding: 10px;
                    }

    .state-offers-outer .vmore-blk {
        margin: 0;
        padding: 10px;
        font-family: robotoregular;
        font-size: 13px;
        line-height: 18px;
        color: #999;
    }

        .state-offers-outer .vmore-blk .rt-area {
            float: right;
        }

/* service offers end here */
/* service review starts here */
.state-rev-outer {
    padding: 20px 0;
    margin: 0 0 25px 0;
}

    .state-rev-outer .titltext {
        color: #212121;
        font-size: 21px;
        font-family: 'robotoregular';
        display: block;
        line-height: 21px;
        padding: 15px 0 25px 0;
        text-align: center;
    }

        .state-rev-outer .titltext span {
            color: #dc1f27;
        }

    .state-rev-outer .rev-bl {
    }

        .state-rev-outer .rev-bl ul {
            margin: 0px;
            padding: 0px;
        }

            .state-rev-outer .rev-bl ul li {
                position: relative;
                margin: 0 0 0 1%;
                padding: 0px;
                float: left;
                width: 32%;
                -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
                -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
                box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
                border-right: solid 1px #dbdbdb;
                border-bottom: solid 1px #dbdbdb;
                background-color: #fff;
            }

                .state-rev-outer .rev-bl ul li .client-img {
                    position: absolute;
                    left: 5px;
                    top: -25px;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                    font-size: 30px;
                    line-height: 50px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    text-align: center;
                    display: table;
                    width: 50px;
                    height: 50px;
                    margin: 0 0 0 10px;
                }

                    .state-rev-outer .rev-bl ul li .client-img span {
                        display: block;
                    }

                .state-rev-outer .rev-bl ul li .cli-name {
                    font-size: 14px;
                    line-height: 18px;
                    color: #333;
                    padding: 10px 10px 2px 80px;
                    font-family: robotoregular;
                }

                    .state-rev-outer .rev-bl ul li .cli-name span {
                        font-size: 12px;
                        line-height: 18px;
                        color: #666;
                        font-family: robotolight;
                    }

                .state-rev-outer .rev-bl ul li .city-outer {
                    font-size: 13px;
                    line-height: 18px;
                    color: #888;
                    padding: 2px 10px 5px 80px;
                    font-family: robotoregular;
                }

                .state-rev-outer .rev-bl ul li .rated-star {
                    font-size: 13px;
                    color: #777;
                    line-height: 18px;
                    padding: 0 0 5px 80px;
                    font-family: robotoregular;
                }

                    .state-rev-outer .rev-bl ul li .rated-star span {
                        font-size: 12px;
                        color: #999;
                        font-family: robotolight;
                        margin: 0 3px 0 0;
                    }

                    .state-rev-outer .rev-bl ul li .rated-star i {
                        font-family: flaticon;
                        font-size: 14px;
                        color: #aaa;
                        margin: 0 3px 0 0;
                        padding: 0;
                    }

                        .state-rev-outer .rev-bl ul li .rated-star i:hover, .state-rev-outer .rev-bl ul li .rated-star i.active {
                            color: #f89406;
                        }

                    .state-rev-outer .rev-bl ul li .rated-star span.rated {
                        background-color: #5fae2c;
                        padding: 0 5px;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        color: #fff;
                    }

                .state-rev-outer .rev-bl ul li .titletxt {
                    font-size: 15px;
                    line-height: 18px;
                    padding: 10px 10px 4px 10px;
                    font-family: robotoregular;
                    color: #333;
                }

                .state-rev-outer .rev-bl ul li p {
                    font-size: 13px;
                    line-height: 20px;
                    padding: 5px 10px 10px 10px;
                    color: #888;
                }

                .state-rev-outer .rev-bl ul li .rated-star span a {
                    color: #9e9c9c;
                    font-size: 12px;
                }

                    .state-rev-outer .rev-bl ul li .rated-star span a b {
                        color: #333;
                        font-family: roboto;
                        font-weight: 600;
                    }
/* service review end here */

.single-per-section {
    background-color: #fdfbe0;
    margin: 0 0 15px 0;
    padding: 10px 0 20px 0;
    position: relative;
}

    .single-per-section .lt-arrow {
        background-color: rgba(0,0,0,0.3);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        left: -10px;
        top: 44.1%;
        z-index: 100;
        position: absolute;
    }

    .single-per-section .rt-arrow {
        background-color: rgba(0,0,0,0.3);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        right: -10px;
        top: 44.1%;
        z-index: 100;
        position: absolute;
    }

        .single-per-section .lt-arrow a, .single-per-section .rt-arrow a {
            display: block;
            padding: 4px 8px;
            color: #fff;
            font-size: 15px;
        }

    .single-per-section ul {
        margin: 0px;
        padding: 0px;
    }

        .single-per-section ul li {
            margin: 0 1%;
            padding: 10px;
            list-style: none;
            float: left;
            width: 48%;
            box-sizing: border-box;
            border-bottom: dashed 1px #ccc;
        }

            .single-per-section ul li h3.media-heading {
                margin-top: 0;
                margin-bottom: 5px;
                font-size: 15px;
                line-height: 18px;
                color: #000;
                font-family: robotoregular;
            }

                .single-per-section ul li h3.media-heading a {
                    color: #212121;
                }

            .single-per-section ul li .star-blk {
                padding: 0 0 3px 0;
            }

                .single-per-section ul li .star-blk ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .single-per-section ul li .star-blk ul li {
                        margin: 0px;
                        padding: 0px;
                        float: left;
                        font-size: 12px;
                        color: #9e9c9c;
                        width: auto;
                        border-bottom: none;
                        border-top: none;
                    }

                        .single-per-section ul li .star-blk ul li a {
                            color: #9e9c9c;
                        }

                        .single-per-section ul li .star-blk ul li b {
                            color: #333;
                        }

                        .single-per-section ul li .star-blk ul li a span { /*color:#f89406;*/
                            font-size: 13px;
                            margin: 0 5px 0 0;
                        }

                        .single-per-section ul li .star-blk ul li i {
                            font-family: flaticon;
                            font-size: 12px;
                            color: #aaa;
                            margin: 0 3px 0 0;
                        }

                            .single-per-section ul li .star-blk ul li i.active {
                                color: #f89406;
                            }

            .single-per-section ul li .service-type {
                font-family: robotolight;
                font-size: 14px;
                padding: 0 0 5px 0;
                color: #717171;
            }

                .single-per-section ul li .service-type b {
                    font-weight: normal;
                    color: #444;
                    font-family: robotoregular;
                }

                .single-per-section ul li .service-type span {
                    position: relative;
                }

                    .single-per-section ul li .service-type span a {
                        display: inline-block;
                        font-size: 13px;
                        color: #30a4ea;
                        margin: 0 0 0 6px;
                    }

                        .single-per-section ul li .service-type span a i {
                            font-size: 12px;
                            color: #999;
                            padding: 0 0 0 3px;
                        }

            .single-per-section ul li .city-blk {
                font-size: 14px;
                font-family: robotoregular;
                color: #7f7f7f;
                padding: 0 0 5px 0;
            }

            .single-per-section ul li .phone-blk {
                font-size: 14px;
                font-family: robotobold;
                color: #000;
                padding: 0 0 5px 0;
            }

                .single-per-section ul li .phone-blk a {
                    font-size: 14px;
                    font-family: robotobold;
                    color: #000;
                }

                    .single-per-section ul li .phone-blk a.view-number {
                        font-size: 12px;
                        font-family: robotolight;
                        margin: 0 0 0 3px;
                        color: #30a4ea;
                    }


/* my css end here */
/* common popup entire site css starts here */
.inline-scroll {
    position: fixed;
    z-index: 200004;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-animation: curtainFadeInBackground .5s ease 1;
    -moz-animation: curtainFadeInBackground .5s ease 1;
    -ms-animation: curtainFadeInBackground .5s ease 1;
    -o-animation: curtainFadeInBackground .5s ease 1;
    animation: curtainFadeInBackground .5s ease 1;
}

.cityselector {
    background-color: #fff;
    border-top: 2px solid #fff;
    z-index: 200003;
    width: 800px;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-top: 0;
    margin-left: -400px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    font-family: Arial, Helvetica, sans-serif
}

    .cityselector .close {
        width: 26px;
        height: 26px;
        position: absolute !important;
        top: 0 !important;
        right: -40px !important;
        color: #fff !important;
    }

        .cityselector .close a {
            width: 26px;
            height: 26px;
            display: block;
            overflow: hidden;
            text-indent: -9999px;
            background: url(../images/other/remove.png?v=5.6.7) no-repeat 0 0;
            filter: alpha(opacity=8);
            -khtml-opacity: 0.8;
            -moz-opacity: 0.8;
            opacity: 0.8;
        }

            .cityselector .close a:hover {
                opacity: 1
            }

.techlcfpop .cityselector.promo-pop {
    border: none;
    width: 728px;
    margin-left: -364px;
}

    .techlcfpop .cityselector.promo-pop .close {
        position: absolute;
        right: 5px;
        top: 5px;
        opacity: 1;
    }

        .techlcfpop .cityselector.promo-pop .close a {
            color: #666;
            font-size: 13px;
        }

.techlcf-full {
    width: 100%;
    height: 610px;
}

.techlcf-left {
    width: 286px;
    float: left;
    background: #ededed url(../images/other/services-lcf-bg.jpg) no-repeat bottom center;
    padding: 20px;
    height: 570px;
}

.techlcf-left-head {
    font-size: 16px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

    .techlcf-left-head:before {
        position: absolute;
        width: 17%;
        bottom: 0;
        left: 40%;
        border-bottom: solid 2px #999;
        content: "";
    }

.techlcf-left-bottom {
    width: 100%;
    margin-top: 20px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

    .techlcf-left-bottom ul li {
        display: block;
        margin-bottom: 15px;
    }

        .techlcf-left-bottom ul li i {
            width: 60px;
            font-size: 42px;
            float: left;
            color: #fff;
        }

.techlcf-usp-right {
    float: left;
    margin-left: 5px;
    width: 220px;
}

    .techlcf-usp-right p {
        color: #333;
        font-size: 13px;
        padding: 0 0 10px 25px;
        background: url(../images/default/poat-ad-icon.png) no-repeat 0 4px;
    }

    .techlcf-usp-right .usptex {
        color: #333;
        font-size: 11px;
    }

.techlcf-right .lcfinpu {
    width: 96%;
    margin: 10px;
    position: relative;
}

    .techlcf-right .lcfinpu .labeltext {
        background: #f9f9f9;
        position: absolute;
        left: 0;
        top: 6px;
        width: 100.5%;
        z-index: 8;
        padding: 0 0 3px;
    }

        .techlcf-right .lcfinpu .labeltext .itemlabel {
            margin: 3px 0px 5px 3px;
            padding: 3px 5px;
            color: #333;
            font-size: 12px;
            line-height: 18px;
            cursor: default;
            background-color: #e7e7e7;
            border-radius: 3px;
            font-family: Arial, Helvetica, sans-serif;
            display: inline-block
        }

            .techlcf-right .lcfinpu .labeltext .itemlabel a {
                font-weight: bold;
                color: #969696;
                font-size: 14px;
            }

    .techlcf-right .lcfinpu .loadingmini {
        position: absolute;
        right: 44px;
        top: 8px;
    }

    .techlcf-right .lcfinpu input[type="text"] {
        outline: none !important;
        font-size: 13px !important;
        padding: 9px 5px 1px;
        display: block;
        width: 96%;
        border: none;
        border-bottom: 1px solid #757575 !important;
        background: none;
        height: 40px;
    }

        .techlcf-right .lcfinpu input[type="text"]:focus {
            outline: none !important;
            box-shadow: none !important;
            border: none !important;
        }

    .techlcf-right .lcfinpu label {
        color: #2b5065;
        bottom: 10px;
        font-size: 13px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 15px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        opacity: 1 !important;
        z-index: 3;
    }

    .techlcf-right .lcfinpu input:focus ~ label, .techlcf-right .techlcf-field ul li input:valid ~ label {
        top: -3px;
        font-size: 11px;
        color: #888;
        left: 10px;
    }

    .techlcf-right .lcfinpu.choo input[type="text"] {
        background: #fff url(../images/other/lcf-arrow.png) no-repeat 94% center;
    }

    .techlcf-right .lcfinpu.loc input[type="text"] {
        background: #fff url(../images/other/lcf-loc.png) no-repeat 94% center;
    }

    .techlcf-right .lcfinpu.cal input[type="text"] {
        background: #fff url(../images/other/lcf-cal.png) no-repeat 94% center;
        cursor: pointer;
    }

.techlcf-field .lcf-ph {
    width: 94%;
    padding: 0 3%;
}

    .techlcf-field .lcf-ph .phlef {
        width: 30%;
        position: absolute;
        display: none;
        top: 10px;
        overflow: hidden;
        float: left;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

        .techlcf-field .lcf-ph .phlef select {
            width: 130px;
            color: #2b5065;
            font-size: 12px !important;
            background: url(../images/other/lcf-arrow.png) no-repeat 61px center;
            height: 23px;
            border: 0 !important
        }

    .techlcf-field .lcf-ph .phrig {
        width: 100%;
        float: left;
    }

        .techlcf-field .lcf-ph .phrig input[type="text"] {
            padding-left: 27%;
            width: 71%;
            outline: none !important;
            font-size: 13px !important;
            display: block;
            border: none;
            border-bottom: 1px solid #757575 !important;
            background: none;
            height: 38px;
        }

            .techlcf-field .lcf-ph .phrig input[type="text"]:focus {
                outline: none !important;
                box-shadow: none !important;
                border: none !important;
            }

        .techlcf-field .lcf-ph .phrig label {
            left: 15px !important;
            bottom: 10px;
            color: #2b5065;
            font-size: 13px;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
            opacity: 1 !important;
            z-index: 3;
        }

.techlcf-field .active .lcf-ph .phrig label {
    top: -3px;
    font-size: 11px !important;
    left: 9px !important;
}

.techlcf-field .active .phlef {
    display: block
}

.techlcf-field .lcf-ph .phrig input:focus ~ label, .techlcf-field .lcf-ph .phrig input:valid ~ label {
    left: 10px !important;
    top: -3px;
    font-size: 11px;
    color: #888;
}

.techlcf-field .lcf-ph .phrig input:focus ~ .phlef {
    display: block;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.techlcf-field .lcf-ph .phrig input[type="text"]:required, .techlcf-right .lcfinpu input[type="text"]:required {
    border-bottom: solid 1px #ce3232 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

    .techlcf-field .lcf-ph .phrig input[type="text"]:required ~ label, .techlcf-right .lcfinpu input[type="text"]:required ~ label {
        color: #ce3232;
    }

.techlcf-right .lcfinpu.alert label {
    color: #ce3232;
}

.techlcf-right .lcfinpu.alert input[type="text"] {
    border-bottom: solid 1px #ce3232 !important;
}

.techlcf-field .lcf-ph.alert .phrig input[type="text"] {
    border-bottom: solid 1px #ce3232 !important;
}

.techlcf-field .lcf-ph.alert .phrig input:focus ~ label, .techlcf-field .lcf-ph.alert .phrig input:valid ~ label {
    color: #ce3232;
}

.techlcf-right .techlcf-field p {
    font-size: 16px;
    line-height: 22px;
    color: #f89406;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

    .techlcf-right .techlcf-field p b {
        color: #666;
    }

.techlcf-right .techlcf-field .titletxt {
    color: #2b5065;
    font-size: 13px;
    font-weight: normal;
}

.techlcf-right .techlcf-field .sms-call-out {
    padding: 10px 0;
}

    .techlcf-right .techlcf-field .sms-call-out ul {
        margin: 0px;
        padding: 0px;
    }

        .techlcf-right .techlcf-field .sms-call-out ul li {
            margin: 0 10px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
            color: #666;
            font-size: 12px;
        }

            .techlcf-right .techlcf-field .sms-call-out ul li input[type="radio"] {
                position: static;
                left: 0px;
            }

.techlcf-right .techlcf-field .veri-code {
    margin: 15px 0;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    color: #444;
}

    .techlcf-right .techlcf-field .veri-code b {
        color: #333
    }

.techlcf-right .techlcf-field .notyet {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

    .techlcf-right .techlcf-field .notyet span {
        font-size: 12px;
        line-height: 20px;
        color: #999;
        display: block;
    }

.techlcf-field .bar {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 7;
    bottom: 0;
}

    .techlcf-field .bar:before, .techlcf-field .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #04adbc;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .techlcf-field .bar:before {
        left: 50%;
    }

    .techlcf-field .bar:after {
        right: 50%;
    }

.techlcf-field input:focus ~ .bar:before, .techlcf-field input:focus ~ .bar:after {
    width: 50%;
}

.techlcf-right .lcfinpu .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.techlcf-right .lcfinpu input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #04adbc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #04adbc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #04adbc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.techlcfpop .cityselector {
    border: none;
    width: 728px;
    margin-left: -364px;
}

.techlcf-bg {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

.techlcf-full {
    width: 100%;
    height: 569px;
}

.techlcf-left {
    width: 286px;
    float: left;
    background: #ededed url(../images/other/services-lcf-bg.jpg) no-repeat bottom center;
    padding: 20px;
    height: 570px;
}

.techlcf-left-head {
    font-size: 16px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

    .techlcf-left-head:before {
        position: absolute;
        width: 17%;
        bottom: 0;
        left: 40%;
        border-bottom: solid 2px #999;
        content: "";
    }

.techlcf-left-bottom {
    width: 100%;
    margin-top: 20px;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

    .techlcf-left-bottom ul li {
        display: block;
        margin-bottom: 15px;
    }

        .techlcf-left-bottom ul li i {
            width: 60px;
            font-size: 42px;
            float: left;
            color: #fff;
        }

.techlcf-usp-right {
    float: left;
    margin-left: 5px;
    width: 220px;
}

    .techlcf-usp-right p {
        color: #333;
        font-size: 13px;
        padding: 0 0 10px 25px;
        background: url(../images/default/poat-ad-icon.png) no-repeat 0 4px;
    }

    .techlcf-usp-right .usptex {
        color: #333;
        font-size: 11px;
    }

.techlcf-right {
    width: 430px;
    float: left;
    background: #fff;
}

    .techlcf-right .techlcf-righthead {
        width: 100%;
        padding: 25px 0;
        text-align: center;
        background: #fff;
        font-size: 16px;
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        border-bottom: dashed 1px #e4e4e4;
    }

        .techlcf-right .techlcf-righthead span {
            background: url(../images/default/networking.png) no-repeat 0 8px;
            padding: 10px 10px 10px 45px;
            margin: auto;
        }

    .techlcf-right .techlcf-field {
        width: 96%;
        padding: 0 2%;
        margin-top: 20px;
    }

    .techlcf-right .lcfinpu {
        width: 96%;
        margin: 10px;
        position: relative;
    }

        .techlcf-right .lcfinpu .labeltext {
            background: #f9f9f9;
            position: absolute;
            left: 0;
            top: 6px;
            width: 100.5%;
            z-index: 8;
            padding: 0 0 3px;
        }

            .techlcf-right .lcfinpu .labeltext .itemlabel {
                margin: 3px 0px 5px 3px;
                padding: 3px 5px;
                color: #333;
                font-size: 12px;
                line-height: 18px;
                cursor: default;
                background-color: #e7e7e7;
                border-radius: 3px;
                font-family: Arial, Helvetica, sans-serif;
                display: inline-block
            }

                .techlcf-right .lcfinpu .labeltext .itemlabel a {
                    font-weight: bold;
                    color: #969696;
                    font-size: 14px;
                }

        .techlcf-right .lcfinpu .loadingmini {
            position: absolute;
            right: 44px;
            top: 8px;
        }

        .techlcf-right .lcfinpu input[type="text"] {
            outline: none !important;
            font-size: 13px !important;
            padding: 9px 5px 1px;
            display: block;
            width: 96%;
            border: none;
            border-bottom: 1px solid #757575 !important;
            background: none;
            height: 40px;
        }

            .techlcf-right .lcfinpu input[type="text"]:focus {
                outline: none !important;
                box-shadow: none !important;
                border: none !important;
            }

        .techlcf-right .lcfinpu label {
            color: #2b5065;
            bottom: 10px;
            font-size: 13px;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            left: 15px;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
            opacity: 1 !important;
            z-index: 3;
        }

        .techlcf-right .lcfinpu input:focus ~ label, .techlcf-right .techlcf-field ul li input:valid ~ label {
            top: -3px;
            font-size: 11px;
            color: #888;
            left: 10px;
        }

        .techlcf-right .lcfinpu.choo input[type="text"] {
            background: #fff url(../images/other/lcf-arrow.png) no-repeat 94% center;
        }

        .techlcf-right .lcfinpu.loc input[type="text"] {
            background: #fff url(../images/other/lcf-loc.png) no-repeat 94% center;
        }

        .techlcf-right .lcfinpu.cal input[type="text"] {
            background: #fff url(../images/other/lcf-cal.png) no-repeat 94% center;
            cursor: pointer;
        }

.techlcf-field .lcf-ph {
    width: 94%;
    padding: 0 3%;
}

    .techlcf-field .lcf-ph .phlef {
        width: 30%;
        position: absolute;
        display: none;
        top: 10px;
        overflow: hidden;
        float: left;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

        .techlcf-field .lcf-ph .phlef select {
            width: 130px;
            color: #2b5065;
            font-size: 12px !important;
            background: url(../images/other/lcf-arrow.png) no-repeat 61px center;
            height: 23px;
            border: 0 !important
        }

    .techlcf-field .lcf-ph .phrig {
        width: 100%;
        float: left;
    }

        .techlcf-field .lcf-ph .phrig input[type="text"] {
            padding-left: 27%;
            width: 71%;
            outline: none !important;
            font-size: 13px !important;
            display: block;
            border: none;
            border-bottom: 1px solid #757575 !important;
            background: none;
            height: 38px;
        }

            .techlcf-field .lcf-ph .phrig input[type="text"]:focus {
                outline: none !important;
                box-shadow: none !important;
                border: none !important;
            }

        .techlcf-field .lcf-ph .phrig label {
            left: 15px !important;
            bottom: 10px;
            color: #2b5065;
            font-size: 13px;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
            opacity: 1 !important;
            z-index: 3;
        }

.techlcf-field .active .lcf-ph .phrig label {
    top: -3px;
    font-size: 11px !important;
    left: 9px !important;
}

.techlcf-field .active .phlef {
    display: block
}

.techlcf-field .lcf-ph .phrig input:focus ~ label, .techlcf-field .lcf-ph .phrig input:valid ~ label {
    left: 10px !important;
    top: -3px;
    font-size: 11px;
    color: #888;
}

.techlcf-field .lcf-ph .phrig input:focus ~ .phlef {
    display: block;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.techlcf-field .lcf-ph .phrig input[type="text"]:required, .techlcf-right .lcfinpu input[type="text"]:required {
    border-bottom: solid 1px #ce3232 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

    .techlcf-field .lcf-ph .phrig input[type="text"]:required ~ label, .techlcf-right .lcfinpu input[type="text"]:required ~ label {
        color: #ce3232;
    }

.techlcf-right .lcfinpu.alert label {
    color: #ce3232;
}

.techlcf-right .lcfinpu.alert input[type="text"] {
    border-bottom: solid 1px #ce3232 !important;
}

.techlcf-field .lcf-ph.alert .phrig input[type="text"] {
    border-bottom: solid 1px #ce3232 !important;
}

.techlcf-field .lcf-ph.alert .phrig input:focus ~ label, .techlcf-field .lcf-ph.alert .phrig input:valid ~ label {
    color: #ce3232;
}

.techlcf-right .techlcf-field p {
    font-size: 16px;
    line-height: 22px;
    color: #f89406;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

    .techlcf-right .techlcf-field p b {
        color: #666;
    }

.techlcf-right .techlcf-field .titletxt {
    color: #2b5065;
    font-size: 13px;
    font-weight: normal;
}

.techlcf-right .techlcf-field .sms-call-out {
    padding: 10px 0;
}

    .techlcf-right .techlcf-field .sms-call-out ul {
        margin: 0px;
        padding: 0px;
    }

        .techlcf-right .techlcf-field .sms-call-out ul li {
            margin: 0 10px 0 0;
            padding: 0px;
            list-style: none;
            float: left;
            color: #666;
            font-size: 12px;
        }

            .techlcf-right .techlcf-field .sms-call-out ul li input[type="radio"] {
                position: static;
                left: 0px;
            }

.techlcf-right .techlcf-field .veri-code {
    margin: 15px 0;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    color: #444;
}

    .techlcf-right .techlcf-field .veri-code b {
        color: #333
    }

.techlcf-right .techlcf-field .notyet {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

    .techlcf-right .techlcf-field .notyet span {
        font-size: 12px;
        line-height: 20px;
        color: #999;
        display: block;
    }

.techlcf-field .bar {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 7;
    bottom: 0;
}

    .techlcf-field .bar:before, .techlcf-field .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #04adbc;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .techlcf-field .bar:before {
        left: 50%;
    }

    .techlcf-field .bar:after {
        right: 50%;
    }

.techlcf-field input:focus ~ .bar:before, .techlcf-field input:focus ~ .bar:after {
    width: 50%;
}

.techlcf-right .lcfinpu .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.techlcf-right .lcfinpu input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #04adbc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #04adbc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #04adbc;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.lcfcoursetype {
    width: 100%;
    color: #2b5065;
    font-size: 13px;
    padding-top: 10px;
}

    .lcfcoursetype ul li {
        display: inline-block;
        padding-left: 25px;
        padding-top: 12px;
        font-size: 13px;
    }

    .lcfcoursetype input[type="radio"].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        .lcfcoursetype input[type="radio"].css-checkbox + label.css-label {
            padding-left: 20px;
            height: 15px;
            display: inline-block;
            line-height: 15px;
            background-repeat: no-repeat;
            background-position: 0 0;
            font-size: 15px;
            vertical-align: middle;
            cursor: pointer;
        }

        .lcfcoursetype input[type="radio"].css-checkbox:checked + label.css-label {
            background-position: 0 -15px;
        }

    .lcfcoursetype label.css-label {
        background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_2adbce44987ccbede943f3956a38690c.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .lcfcoursetype input[type="radio"]:not(:checked) ~ label, .lcfcoursetype input[type="radio"]:checked ~ label {
        color: #2b5065 !important;
        font-size: 12px !important;
    }

    .lcfcoursetype input[type="checkbox"]:checked ~ label .lcfcoursetype input[type="radio"]:checked ~ label, .lcfcoursetype input[type="checkbox"] ~ label:hover, .lcfcoursetype input[type="radio"] ~ label:hover {
        color: #000 !important;
    }

    .lcfcoursetype input[type="radio"]:not(:checked) + label:before, .lcfcoursetype input[type="radio"]:checked + label:before {
        height: 12px;
        width: 12px;
        top: 3px;
    }

    .lcfcoursetype input[type="radio"]:not(:checked) + label:after, .lcfcoursetype input[type="radio"]:checked + label:after {
        font-size: 7px;
    }

.techlcf-right .lcf-ser-box {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 15;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(50, 50, 50, 0.44);
    -moz-box-shadow: 1px 1px 8px 1px rgba(50, 50, 50, 0.44);
    box-shadow: 1px 1px 8px 1px rgba(50, 50, 50, 0.44);
    transition: all 0.5s ease-in 0s;
}

    .techlcf-right .lcf-ser-box ul {
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .techlcf-right .lcf-ser-box ul li {
            padding: 3%;
            border-bottom: solid 1px #eff1f6;
            width: 95% !important;
            text-align: left;
            margin: 0;
            background: #fff;
            transition: all 0.2s ease-in 0s;
        }

            .techlcf-right .lcf-ser-box ul li a {
                display: block;
                color: #2b5065;
                font-size: 12px;
                text-decoration: none;
                transition: all 0.2s ease-in 0s;
            }

            .techlcf-right .lcf-ser-box ul li:hover {
                background: #ff4242;
            }

                .techlcf-right .lcf-ser-box ul li:hover a {
                    color: #fff;
                }

.techlcf-right .lcf-btn {
    text-align: center;
    margin: 15px 15px 25px;
}

    .techlcf-right .lcf-btn a {
        padding: 1% 8%;
        background: #ce3232;
        margin: 0 auto;
        width: 30%;
        color: #fff;
        font-size: 19px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
        display: block;
        box-shadow: 0 6px #992e33;
    }

.lcf-btn a:hover {
    box-shadow: 0 4px #992e33;
    text-decoration: none;
    top: 2px;
    position: relative;
}

.techlcf-right .lcf-btn a.submit {
    background: #d3d3d3;
    color: #444;
    font-size: 19px;
    text-shadow: none;
    display: block;
    box-shadow: none !important;
}

    .techlcf-right .lcf-btn a.submit:hover {
        box-shadow: none;
        text-decoration: none;
        top: 0;
        cursor: not-allowed;
    }

.techlcf-right .lcf-tc, .techlcf-right .lcf-tc a {
    text-align: right;
    font-size: 11px !important;
    color: #b1b1b1;
    margin: 10px 10px 0 0
}

.techlcf-right .lcf-btn a:after {
    background: #992e33;
    content: "";
    position: absolute;
}

.techlcf-thanks {
    color: #0f9c4e;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    padding-top: 10%;
}

    .techlcf-thanks .otherlinks ul li {
        padding: 10px;
        margin: 10px 0 0 0;
        -webkit-transition: all .24s ease-in;
        -moz-transition: all .24s ease-in;
        -ms-transition: all .24s ease-in;
        -o-transition: all .24s ease-in;
        transition: all .24s ease-in;
        background-color: rgba(255,255,255,0.12);
        color: #fff;
        background-color: #f2f2f2;
        text-align: left;
    }

        .techlcf-thanks .otherlinks ul li h3 {
            padding: 0 0 5px;
        }

            .techlcf-thanks .otherlinks ul li h3 a {
                color: #333
            }

        .techlcf-thanks .otherlinks ul li .location a {
            padding: 0 5px 0
        }

        .techlcf-thanks .otherlinks ul li .rmdet ul {
            margin: 0px;
            padding: 0;
        }

            .techlcf-thanks .otherlinks ul li .rmdet ul li {
                margin: 0px;
                padding: 0 10px 0 15px !important;
                list-style: none;
                float: left;
                font-size: 12px;
                line-height: 18px;
                color: #999;
                background: url(../images/default/dot-arrow.png?v=5.6.7) no-repeat -3px 1px;
                border: none !important;
                width: auto
            }

                .techlcf-thanks .otherlinks ul li .rmdet ul li span {
                    color: #999;
                }

    .techlcf-thanks .otherlinks .location {
        color: #aaa;
        display: block
    }

        .techlcf-thanks .otherlinks .location i.fa-map-marker {
            color: #999;
        }

.zindex100003 {
    z-index: 100003;
}

.olyopacity-black {
    background-color: #000;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.top-discount-blk {
    background-color: #ECCC74;
    font-family: robotoregular;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    position: relative;
}

    .top-discount-blk .close-txt {
        position: absolute;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #d73a1a;
        right: 10px;
        top: 10px;
    }

        .top-discount-blk .close-txt a {
            font-size: 15px;
            font-family: robotobold;
            padding: 3px 10px;
            display: block;
            color: #fff;
        }

    .top-discount-blk b {
        font-family: robotobold;
        padding: 0 5px 0 0;
    }

        .top-discount-blk b i {
            background-color: #fff;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            padding: 5px 10px;
            margin: 0 2px;
        }

    .top-discount-blk span {
        margin: 0;
        padding: 5px 10px;
        font-size: 15px;
        color: #682224;
        border: dashed 1px #999;
        background-color: #fff;
        font-weight: bold;
    }
/* map popup start here */
.feedtitle {
}

    .feedtitle ul {
        background: url(../images/default/tile-in-border1px.gif?v=5.6.7) repeat-x 0 bottom;
        padding: 0 0 0 10px;
    }

        .feedtitle ul li {
            display: block;
            float: left;
            border: solid 1px #e2e2e2;
            border-bottom-color: #ccc;
            margin: 0 10px 0 0;
        }

            .feedtitle ul li.active {
                border-top-color: #f90;
                border-bottom-color: #fff;
            }

            .feedtitle ul li a {
                display: block;
                padding: 10px;
                font-size: 16px;
                line-height: 22px;
                color: #333;
                background-color: #f7f7f7;
                border: solid 1px #fff
            }

                .feedtitle ul li a span {
                    font-size: 11px;
                    display: block;
                    color: #999;
                    line-height: 10px;
                }

            .feedtitle ul li.active a {
                background-color: #fff;
                color: #ff9900;
            }

            .feedtitle ul li a:hover {
                text-decoration: none;
                background-color: #eee;
            }

            .feedtitle ul li.active a:hover {
                background-color: #fff;
            }

.feedcontent {
    padding: 10px 0;
}

.feedcontentpad {
    padding: 0;
}

.feedcontent .feedcol1, .feedcontent .feedcol2, .feedcontent .feedcol3, .feedcontent .feedcol4 {
    float: left;
    width: 47%;
}

.feedcontent .feedcol2 {
    width: 53%;
}

.feedcontent .feedcol3 {
    width: 33%;
}

.feedcontent .feedcol4 {
    width: 34%;
}

.feedcontent .row_form {
    padding: 10px 10px 5px 10px;
}

    .feedcontent .row_form label {
        display: block;
        line-height: 18px;
        color: #666;
        font-weight: bold;
        font-size: 12px;
        cursor: default;
    }

        .feedcontent .row_form label i {
            font-weight: normal;
            color: #999;
            font-size: 11px;
        }

    .feedcontent .row_form input[type="text"], .feedcontent .row_form select {
        width: 80%;
        padding: 10px;
        margin: 0;
    }

        .feedcontent .row_form input[type="text"].msubject {
            width: 90%;
        }

    .feedcontent .row_form select {
        height: 40px;
        line-height: 20px;
        width: 85%;
    }

    .feedcontent .row_form textarea {
        width: 90%;
        padding: 10px;
        resize: none;
        height: 170px;
        margin: 0;
    }

        .feedcontent .row_form textarea.memail {
            min-height: 80px;
            max-height: 80px;
            width: 80%;
        }

    .feedcontent .row_form .helptext {
        font-size: 11px;
        line-height: 13px;
        color: #C52429;
        display: block;
        min-height: 13px;
    }

    .feedcontent .row_form .helptextgray {
        color: #999;
    }

.feedcontent .feedcontact {
    margin: 25px 10px 0 10px;
    background-color: #f4f4f4;
    border: solid 1px #e2e2e2;
    padding: 10px 10px 0 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

    .feedcontent .feedcontact b {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 5px 0;
        display: block;
    }

    .feedcontent .feedcontact p {
        line-height: 20px;
        padding: 0 0 15px 0;
    }

    .feedcontent .feedcontact hr {
        height: 0;
        border-top: solid 1px #e0e0e0;
        border-bottom: solid 1px #fff;
        margin-bottom: 15px;
    }

.feedcontent .keyline {
    border-top: 1px solid #eee;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
}

.feedcontent .feedcol1.small {
    width: 35%;
}

.feedcontent .feedcol1.mini {
    width: 20%;
}

.feedcontent .feedcol1.mini1 {
    width: 23%;
}

.feedcontent .invscs {
    padding: 20px 0 40px;
}

    .feedcontent .invscs b {
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
    }

    .feedcontent .invscs p {
        padding-top: 10px;
    }

.feedcontent .msgor {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #999;
    margin: 0 10px;
}

.sear-dir {
    margin: 18px 0 0 10px;
}

    .sear-dir a.rem {
        display: block;
        width: auto !important;
        height: auto !important;
    }

.feedcontent .row_form input[type="text"].set-width, .feedcontent .row_form select.set-width {
    width: 93%;
}

.get-map-out {
    margin: 10px 0px;
    padding: 20px 10px 10px;
    display: block;
    background: #f4f4f4 url(../images/other/shadow.png?v=5.6.7) no-repeat center top;
}

    .get-map-out .direction {
        width: 35%;
        padding: 10px;
        margin: 10px;
        float: left;
        background: #fff
    }

    .get-map-out .map {
        width: 59%;
        float: left;
        margin-top: 10px;
    }

.feedcontent .row_form label span {
}

    .feedcontent .row_form label span a {
        font-weight: normal;
        width: auto;
        height: auto;
    }

.feedcontent .row_form select.big-wid {
    width: 100%;
    height: 43px;
}

.feedcontent .row_form.adj-pad {
    padding: 0 0 10px 0;
}

.feedcontent .row_form label span a {
    font-weight: normal;
    width: auto;
    height: auto;
}

.direction-list {
    margin: 10px 0 0 0; /*height:370px;overflow:auto;*/
}

    .direction-list table {
        font-size: 12px;
        line-height: 16px;
        color: #333;
    }

        .direction-list table tr {
            padding: 6px;
        }

            .direction-list table tr td.adp-text {
                padding-top: 12px;
                font-size: 11px;
                font-weight: bold;
                line-height: 14px;
            }

            .direction-list table tr td.adp-substep {
                padding: 6px 2px;
            }
/* map popup end here */
/* common popup entire site css end here */
/*old css starts here */
a.btn.btnorange {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f89406;
    *background-color: #f89406;
}

    a.btn.btnorange:hover, a.btn.btnorange:focus, a.btn.btnorange:active, a.btn.btnorange.active, a.btn.btnorange.disabled, a.btn.btnorange[disabled] {
        color: #fff;
        background-color: #e48805;
        *background-color: #e48805;
    }

    a.btn.btnorange:active, a.btn.btnorange.active {
        background-color: #f89406 \9;
    }

a.btn.btngray {
    color: #333;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
    background-color: #E5E4E2;
    *background-color: #E5E4E2;
}

.btnwhite {
    color: #333;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
    background-color: #fff;
    *background-color: #fff;
}

a.btn.btngray:hover, .btngray:focus, a.btn.btngray:active, a.btn.btngray.active, a.btn.btngray.disabled, a.btn.btngray[disabled] {
    color: #333;
    background-color: #d1d1d1;
    *background-color: #d1d1d1;
}

.btngray:active, .btngray.active {
    background-color: #abbac3 \9;
}

.center {
    text-align: center;
}

.margin10r {
    margin-right: 10px !important;
}

.cityselector .popup-frm-outer {
    position: static;
    top: 0px;
    right: 0px;
    width: 100%;
}

    .cityselector .popup-frm-outer .close-txt {
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 100;
    }

        .cityselector .popup-frm-outer .close-txt a {
            dislay: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: solid 1px #bbb;
            padding: 5px 8px;
            font-size: 11px;
            line-height: 12px;
            color: #000;
            background-color: #fff;
            webkit-transition: all 0.55s ease-in-out;
            -moz-transition: all 0.55s ease-in-out;
            transition: all 0.55s ease-in-out;
            font-weight: bold;
        }

            .cityselector .popup-frm-outer .close-txt a:hover {
                border: solid 1px #dd4b39;
                color: #fff;
                background-color: #dd4b39;
            }

    .cityselector .popup-frm-outer .formgroup {
        position: relative;
    }

        .cityselector .popup-frm-outer .formgroup h3 {
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            padding: 15px 10px;
            letter-spacing: 0.2px;
            border-bottom: solid 1px #ccc;
            margin: 0;
        }

        .cityselector .popup-frm-outer .formgroup ul {
            margin: 15px;
            padding: 10px;
            background-color: #fff;
        }

            .cityselector .popup-frm-outer .formgroup ul li {
                position: relative;
                display: inline-block;
                width: 46%;
                margin: 0;
                padding: 10px;
            }

                .cityselector .popup-frm-outer .formgroup ul li.fulwid {
                    width: 97%;
                }

                .cityselector .popup-frm-outer .formgroup ul li.contnum {
                    width: 46%;
                }

        .cityselector .popup-frm-outer .formgroup input {
            font-size: 14px;
            padding: 5px 0;
            display: block;
            width: 100%;
            border: none;
            border-bottom: 1px solid #757575;
            background: none;
            color: #ccc;
        }

            .cityselector .popup-frm-outer .formgroup input:focus {
                outline: none !important;
                box-shadow: none !important;
                border: none !important;
            }

        .cityselector .popup-frm-outer .formgroup label {
            color: #bbb;
            font-size: 12px;
            font-weight: normal;
            position: absolute;
            pointer-events: none;
            left: 15px;
            top: 16px;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

        .cityselector .popup-frm-outer .formgroup input:focus ~ label, .profile-page-header .profile-cover .profile-offer .only-frm-outer .formgroup input:valid ~ label {
            top: -3px;
            font-size: 11px;
            color: #888;
            left: 10px;
        }

        .cityselector .popup-frm-outer .formgroup .bar {
            position: relative;
            display: block;
            width: 100%;
        }

            .cityselector .popup-frm-outer .formgroup .bar:before, .profile-page-header .profile-cover .profile-offer .only-frm-outer .bar:after {
                content: '';
                height: 1px;
                width: 0;
                bottom: 0px;
                position: absolute;
                background: #5264AE;
                transition: 0.2s ease all;
                -moz-transition: 0.2s ease all;
                -webkit-transition: 0.2s ease all;
            }

            .cityselector .popup-frm-outer .formgroup .bar:before {
                left: 50%;
            }

            .cityselector .popup-frm-outer .formgroup .bar:after {
                right: 50%;
            }

    .cityselector .popup-frm-outer input:focus ~ .bar:before, .profile-page-header .profile-cover .profile-offer .only-frm-outer input:focus ~ .bar:after {
        width: 50%;
    }

    .cityselector .popup-frm-outer .formgroup input:focus ~ .highlight {
        -webkit-animation: inputHighlighter 0.5s ease;
        -moz-animation: inputHighlighter 0.5s ease;
        animation: inputHighlighter 0.5s ease;
    }

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.cityselector .popup-frm-outer .formgroup ul li.success label, .bussdetlbd .bussdetlbdrt .rt-frm-out .formgroup ul li.active label, .bussdetlbd .bussdetlbdrt .rt-frm-out .formgroup ul li.alert label {
    top: -4px;
    left: 10px;
    color: #d6181f;
    font-size: 11px;
}

.cityselector .popup-frm-outer .formgroup ul li.active label {
    color: #888;
}

.cityselector .popup-frm-outer .formgroup ul li.alert input {
    border-bottom: solid 1px #d6181f;
    color: #d6181f;
}

.cityselector .popup-frm-outer .formgroup ul li.success input {
    border-bottom: solid 1px #08a182;
    color: #08a182;
}

.cityselector .popup-frm-outer .formgroup ul li.alert label {
    color: #d6181f;
}

.cityselector .popup-frm-outer .formgroup ul li.success label {
    color: #08a182;
}

.cityselector .popup-frm-outer .formgroup ul li.contnum input {
    padding-left: 80px;
    color: #fff;
}

    .cityselector .popup-frm-outer .formgroup ul li.contnum input[type="text"]:required {
        width: 76%;
        color: #999;
        box-shadow: none;
        outline: none !important;
    }

.cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop {
    position: absolute;
    padding: 3px 16px 3px 6px;
    display: none;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.cityselector .popup-frm-outer .formgroup ul li.contnum input:valid ~ .citydrop {
    display: block;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop a {
    color: #e4e4e4;
}

    .cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop a:before {
        position: absolute;
        top: 8px;
        right: 5px;
        display: inline-block;
        border-top: 4px solid #414446;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: '';
    }

.cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop .cityload {
    position: absolute;
    background: #fff;
    width: 75px;
    top: -3px;
    left: 0;
    box-shadow: none;
    z-index: 2;
    overflow: hidden;
    border-top: none;
    padding-top: 0px;
}

    .cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop .cityload select {
        border: none;
        background-color: #fff;
        color: #333;
        outline: none;
    }

    .cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop .cityload ul li {
        width: 100%
    }

.cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding: 8px 9px;
    color: #555;
    cursor: pointer
}

    .cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop ul li i {
        font-size: 11px;
        position: static;
        background: none
    }

.cityselector .popup-frm-outer .formgroup ul li.contnum .cityload ul li a {
    color: #555;
    text-decoration: none;
    display: block;
    text-overflow: ellipsis
}

.cityselector .popup-frm-outer .formgroup ul li.contnum .citydrop.active {
    display: block
}

.cityselector .popup-frm-outer .formgroup ul li.contnum.active label {
    top: -4px;
}

.cityselector .popup-frm-outer .formgroup ul li.contnum .cityload ul li.active, .cityselector .popup-frm-outer .cityload ul li:hover {
    background: #ff4242;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #fff
}

    .cityselector .popup-frm-outer .formgroup ul li.contnum .cityload ul li:hover, .cityselector .popup-frm-outer .formgroup ul li.contnum .cityload ul li.active a, .cityselector .popup-frm-outer .formgroup ul li.contnum .cityload ul li:hover a {
        color: #fff
    }

.cityselector .popup-frm-outer .one-time-pass-outer {
    margin: 15px;
    padding: 10px;
    background-color: #fff;
}

    .cityselector .popup-frm-outer .one-time-pass-outer .title-txt {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    .cityselector .popup-frm-outer .one-time-pass-outer .verify-txt {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 0;
        color: #666;
        letter-spacing: 0.5px;
    }

    .cityselector .popup-frm-outer .one-time-pass-outer .send-otp {
        background-color: #f2f4f8;
        padding: 10px;
        height: 90px;
        overflow: hidden;
    }

        .cityselector .popup-frm-outer .one-time-pass-outer .send-otp .otp-title {
            font-size: 12px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0.5px;
            padding: 0 0 5px 0;
        }

        .cityselector .popup-frm-outer .one-time-pass-outer .send-otp ul {
            margin: 0px;
            padding: 0px;
        }

            .cityselector .popup-frm-outer .one-time-pass-outer .send-otp ul li {
                margin: 0 10px 0 0;
                padding: 5px 0 10px 0;
                list-style: none;
                float: left;
                width: 60px;
            }

                .cityselector .popup-frm-outer .one-time-pass-outer .send-otp ul li .send-outer {
                    position: absolute;
                    top: -3px;
                    left: 0px;
                }

                .cityselector .popup-frm-outer .one-time-pass-outer .send-otp ul li label {
                    color: #666;
                    left: 16px;
                    top: 8px;
                    font-size: 12px;
                    text-transform: uppercase
                }

                .cityselector .popup-frm-outer .one-time-pass-outer .send-otp ul li input[type="radio"]:not(:checked) + label:before, input[type="radio"]:checked + label:before {
                    top: 0px;
                }

    .cityselector .popup-frm-outer .one-time-pass-outer .veri-code-send {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        padding: 10px 10px 5px 10px;
    }

        .cityselector .popup-frm-outer .one-time-pass-outer .veri-code-send span {
            display: inline-block;
            padding: 0 0 0 5px;
            color: #333;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

    .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer {
        padding: 5px 10px;
    }

        .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer .titletxt {
            font-size: 13px;
            line-height: 16px;
            font-weight: 700;
            letter-spacing: 0.5px;
            padding: 5px 0;
        }

        .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer .nubr-outer input[type="text"] {
            height: 32px;
            padding: 0 10px;
            width: 80px;
        }

        .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer .nubr-outer span {
            font-size: 11px;
            display: block;
            color: #c20000;
        }

        .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer .nubr-outer a {
            margin: 0 0 0 5px;
            display: inline-block;
        }

        .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer p {
            padding: 5px 0 0 0;
            font-size: 13px;
            line-height: 16px;
            color: #666;
        }

            .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer p span {
                display: block;
                color: #999;
                font-size: 10px;
                letter-spacing: 0.5px;
            }

                .cityselector .popup-frm-outer .one-time-pass-outer .ent-ver-code-outer p span b {
                    color: #333;
                }

.cityselector .popup-frm-outer .thnks-outer {
    margin: 15px;
    padding: 10px;
    background-color: #fff;
}

    .cityselector .popup-frm-outer .thnks-outer .cur-pro {
        padding: 0 0 10px 0;
    }

        .cityselector .popup-frm-outer .thnks-outer .cur-pro figure {
            float: left;
            width: 60px;
            height: 60px;
            margin: 0 10px 0 0;
        }

        .cityselector .popup-frm-outer .thnks-outer .cur-pro .title-txt {
            font-size: 16px;
            line-height: 20px;
            color: #333;
            font-weight: bold;
        }

        .cityselector .popup-frm-outer .thnks-outer .cur-pro .con-det {
            padding: 5px 0 5px 0;
        }

            .cityselector .popup-frm-outer .thnks-outer .cur-pro .con-det span {
                display: inline-block;
                font-size: 12px;
                line-height: 20px;
                color: #666;
                padding: 0 10px 0 0;
            }

                .cityselector .popup-frm-outer .thnks-outer .cur-pro .con-det span i {
                    font-size: 11px;
                    line-height: 20px;
                    color: #ccc;
                    margin: 0 3px 0 0;
                }

    .cityselector .popup-frm-outer .thnks-outer .related-pro-outer {
        padding: 10px 0 5px 0;
    }

        .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .tit-border {
            padding: 0 0 5px 0;
            margin: 0;
        }

            .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .tit-border .titletxt {
                font-size: 13px;
                line-height: 20px;
                color: #666;
                letter-spacing: 0.5px;
                padding: 0;
                float: left;
            }

            .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .tit-border .selectall {
                float: right;
                font-size: 11px;
                color: #666;
            }

                .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .tit-border .selectall input[type="checkbox"] {
                    left: 0px;
                    width: auto;
                    position: static;
                    display: inline;
                }

        .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .business-list {
            background-color: #f2f2f2;
            border-bottom: solid 2px #fff;
            border: solid 1px #fff;
            padding: 5px 0;
            float: left;
            width: 49.5%;
        }

            .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .business-list .titletxt {
                font-size: 13px;
                line-height: 20px;
                font-weight: bold;
                color: #333;
                letter-spacing: 0.5px;
                padding: 0 10px;
                float: none;
            }

                .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .business-list .titletxt input[type="checkbox"] {
                    left: 0px;
                    width: auto;
                    position: static;
                    display: inline;
                }

            .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .business-list .con-det {
                padding: 0 0 0 17px;
            }

                .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .business-list .con-det span {
                    display: inline-block;
                    font-size: 12px;
                    line-height: 20px;
                    color: #666;
                    padding: 0 10px 0 0;
                }

                    .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .business-list .con-det span i {
                        font-size: 11px;
                        line-height: 20px;
                        color: #ccc;
                        margin: 0 3px 0 0;
                    }

            .cityselector .popup-frm-outer .thnks-outer .related-pro-outer .business-list .ser-type-list {
                padding: 0 0 5px 30px;
                display: inline-block;
                font-size: 12px;
                line-height: 20px;
                color: #666;
                background: url(../images/default/ser-exp.png) no-repeat 16px 4px;
            }

.cityselector .popup-frm-outer .promofrms-outer {
    background-color: #f2f4f8;
}

    .cityselector .popup-frm-outer .promofrms-outer h3 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        padding: 15px 10px;
        letter-spacing: 0.2px;
        margin: 0;
        background-color: #2c3039;
    }

        .cityselector .popup-frm-outer .promofrms-outer h3 .phone-number {
            font-size: 13px;
            line-height: 20px;
            color: #fff;
            padding: 3px 0 0 0;
            letter-spacing: 1px;
            font-weight: 700;
        }

            .cityselector .popup-frm-outer .promofrms-outer h3 .phone-number a {
                color: #fff;
            }

            .cityselector .popup-frm-outer .promofrms-outer h3 .phone-number i {
                margin: 0 5px 0 0;
            }

.cityselector .popup-frm-outer .promofrms-outer {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .cityselector .popup-frm-outer .promofrms-outer .cont-out {
        width: 46%;
        margin: 0;
        float: left;
        padding: 0 0 0 2%;
    }

    .cityselector .popup-frm-outer .promofrms-outer ul {
        margin: 0px;
        padding: 20px 10px;
    }

        .cityselector .popup-frm-outer .promofrms-outer ul li {
            position: relative;
            padding: 0 0 10px 0;
        }

.selecttoo {
    background: #fff;
    border: solid 1px #ccc;
    font-size: 14px;
    line-height: 20px;
}

    .selecttoo a {
        display: block;
        padding: 4px 6px;
        color: #aaa;
        text-decoration: none;
        height: 30px;
    }

        .selecttoo a i {
            position: absolute;
            color: #b5b5b5;
            right: 10px;
            font-size: 28px;
            top: 11px;
            -webkit-transition: all .5s ease-in;
            -moz-transition: all .5s ease-in;
            -ms-transition: all .5s ease-in;
            -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
            font-weight: normal;
            background: url(../images/other/rutarrow.png?v=5.6.7) 0 0 no-repeat;
            width: 10px;
            height: 6px;
            opacity: initial;
        }

        .selecttoo a.active i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.cityselector .popup-frm-outer .promofrms-outer ul li.alert {
}

    .cityselector .popup-frm-outer .promofrms-outer ul li.alert .selecttoo a {
        border: solid 1px #c20000;
    }

.cityselector .popup-frm-outer .promofrms-outer ul li .selecttoo {
    width: 89%;
}

    .cityselector .popup-frm-outer .promofrms-outer ul li .selecttoo a i {
        right: 5px;
    }

.cityselector .popup-frm-outer .promofrms-outer ul li.submit {
    padding: 10px 0 10px 0;
    text-align: center;
}

.cityselector .popup-frm-outer .promofrms-outer ul li .checkbox label, .cityselector .popup-frm-outer .promofrms-outer ul li .checkbox, .cityselector .popup-frm-outer .promofrms-outer ul li .checkbox input[type="checkbox"] {
    position: static;
    pointer-events: auto;
}

.cityselector .popup-frm-outer .promofrms-outer ul li input[type="text"] {
    margin-bottom: 5px;
    width: 90%;
    font-size: 13px;
    padding: 8px 10px;
    height: 41px;
}

.cityselector .popup-frm-outer .promofrms-outer ul li label {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-family: Arial, Helvetica, sans-serif;
}

.cityselector .popup-frm-outer .promofrms-outer ul li.filled input[type="text"] ~ label, .cityselector .popup-frm-outer .promofrms-outer ul li input[type="text"]:focus ~ label, .cityselector .popup-frm-outer .promofrms-outer ul li.filled input[type="text"] {
    display: none
}

.cityselector .popup-frm-outer .promofrms-outer ul li.filled textarea ~ label {
    color: #999
}

.cityselector .popup-frm-outer .promofrms-outer ul li input[type="text"]:focus {
    outline: none
}

.cityselector .popup-frm-outer .promofrms-outer ul li .mobilenum.alert label, .profile-page-header .profile-cover .profile-offer .only-frm-outer .promofrms-outer ul li ul li.alert label {
    color: #c20000;
    left: 10px
}

.cityselector .popup-frm-outer .promofrms-outer ul li .mobilenum.alert label, .profile-page-header .profile-cover .profile-offer .only-frm-outer .promofrms-outer ul li ul li.alert label {
    color: #c20000;
    left: 10px
}

.cityselector .popup-frm-outer .promofrms-outer ul li .mobilenum.alert input[type="text"], .cityselector .popup-frm-outer .promofrms-outer ul li ul li.alert input[type="text"] {
    border-color: #c20000
}

.cityselector .popup-frm-outer .promofrms-outer ul li .angledown-drop {
    background-color: #fcfcfc;
    width: 95%;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    max-height: 150px;
    overflow-y: scroll;
    z-index: 3;
    left: 0;
    top: 32px;
    position: absolute;
}

    .cityselector .popup-frm-outer .promofrms-outer ul li .angledown-drop ul li {
        display: block;
        border-bottom: dotted 1px #ddd;
        cursor: pointer;
        color: #666;
        -webkit-transition: all .24s ease-in;
        -moz-transition: all .24s ease-in;
        -ms-transition: all .24s ease-in;
        -o-transition: all .24s ease-in;
        transition: all .24s ease-in;
        padding: 8px 10px;
        text-align: left;
        margin: 0 !important;
        float: none !important;
        font-size: 12px;
        line-height: 20px;
    }

        .cityselector .popup-frm-outer .promofrms-outer ul li .angledown-drop ul li:hover {
            background-color: #ff4242;
            color: #fff;
        }

            .cityselector .popup-frm-outer .promofrms-outer ul li .angledown-drop ul li:hover label {
                color: #fff;
            }

        .cityselector .popup-frm-outer .promofrms-outer ul li .angledown-drop ul li label {
            cursor: pointer;
            font-weight: normal;
            font-size: 12px;
            position: relative;
            top: 0;
        }

.cityselector .popup-frm-outer .promofrms-outer ul li.active label {
}

.cityselector .popup-frm-outer .promofrms-outer ul li.success label {
    color: #08a182;
}

.cityselector .popup-frm-outer .promofrms-outer ul li.alert label {
    color: #c20000;
}

.cityselector .popup-frm-outer .promofrms-outer ul li.success input[type="text"] {
    border-color: #08a182
}

.cityselector .popup-frm-outer .promofrms-outer ul li.alert input[type="text"], .cityselector .popup-frm-outer .promofrms-outer ul li.alert textarea {
    color: #c20000;
    border-color: #c20000;
}

.cityselector .popup-frm-outer .promofrms-outer ul li i {
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
    top: 11px;
    right: 43px;
}

.cityselector .popup-frm-outer .promofrms-outer ul li .mobilenum {
    margin-left: -5px
}

.cityselector .popup-frm-outer .promofrms-outer ul li .mobilenum {
    width: 80%;
    display: inline-block;
    position: relative
}

    .cityselector .popup-frm-outer .promofrms-outer ul li .mobilenum input[type="text"] {
        width: 98%
    }

.cityselector .popup-frm-outer .promofrms-outer ul li textarea {
    width: 95%;
    height: 180px;
    resize: none;
}

    .cityselector .popup-frm-outer .promofrms-outer ul li textarea::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 16px;
    }

    .cityselector .popup-frm-outer .promofrms-outer ul li textarea::-moz-placeholder {
        font-size: 12px;
        line-height: 16px;
    }

    .cityselector .popup-frm-outer .promofrms-outer ul li textarea::-ms-input-placeholder {
        font-size: 12px;
        line-height: 16px;
    }

.cityselector .popup-frm-outer .promofrms-outer ul li input::-moz-placeholder {
    font-size: 12px;
    line-height: 16px;
}

.cityselector .popup-frm-outer .promofrms-outer .citydrop {
    border: solid #ccc 1px;
    position: relative;
    display: inline-block;
}

    .cityselector .popup-frm-outer .promofrms-outer .citydrop a {
        line-height: 35px;
        padding: 2px 15px 2px 5px;
        color: #333;
        display: block;
    }

        .cityselector .popup-frm-outer .promofrms-outer .citydrop a:before {
            position: absolute;
            top: 16px;
            right: 5px;
            display: inline-block;
            border-top: 4px solid #414446;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            content: '';
        }

    .cityselector .popup-frm-outer .promofrms-outer .citydrop .cityload {
        width: 170px;
        left: -1px;
        overflow: initial;
        background-color: #fff;
        border: solid 1px #e4e4e4;
        top: 39px;
        position: absolute;
        z-index: 100;
    }

        .cityselector .popup-frm-outer .promofrms-outer .citydrop .cityload ul {
            margin: 0px;
            padding: 0px;
        }

            .cityselector .popup-frm-outer .promofrms-outer .citydrop .cityload ul li {
                float: none;
                padding: 0px;
            }

                .cityselector .popup-frm-outer .promofrms-outer .citydrop .cityload ul li a {
                    padding: 5px 10px;
                    font-size: 13px;
                    line-height: 20px;
                    width: auto;
                }

                    .cityselector .popup-frm-outer .promofrms-outer .citydrop .cityload ul li a:before {
                        border-left: none;
                        border-right: none;
                        border-top: none;
                    }

                    .cityselector .popup-frm-outer .promofrms-outer .citydrop .cityload ul li a:hover {
                        color: #fff;
                    }

.cityselector .popup-frm-outer .promofrms-outer .tc-app {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    line-height: 13px;
    color: #999;
    padding: 10px;
}

    .cityselector .popup-frm-outer .promofrms-outer .tc-app a {
        color: #999;
    }

.sussok {
    width: 50px;
    height: 50px;
    border: solid 3px #a5dc86;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
}

    .sussok i {
        color: #a5dc86;
        font-size: 30px;
        line-height: 42px;
    }
/* offer block starts here */
.ofrblck.popup {
    position: static;
    width: 100%;
}

.offerheight {
    height: 450px;
}

.ofrblck {
    background: #fff;
    padding: 15px 10px;
    width: 35%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    border-top: solid 6px #08a182;
    position: absolute;
    right: 50px;
    top: 0;
}

    .ofrblck .ofrhd p {
        line-height: 20px;
    }

    .ofrblck .ofrhd .ofrtitle {
        font-size: 18px;
        padding: 0 0 5px;
    }

    .ofrblck .ofrhd .ofrper {
        font-size: 12px;
        color: #6b6b6b;
        padding: 0 0 5px;
        font-weight: bold
    }

        .ofrblck .ofrhd .ofrper b {
            color: #000
        }

    .ofrblck .ofrhd .ofrvlid span {
        color: #c20000;
        font-weight: bold;
    }

    .ofrblck .ofrhd .ofrvlid {
        font-size: 12px;
        color: #555;
        font-size: 14px;
    }

    .ofrblck .ofrbd {
        margin: 0;
        padding: 0;
    }

        .ofrblck .ofrbd ul li {
            float: left;
            position: relative;
            width: 49%;
            margin: 10px 0 0 0;
        }

            .ofrblck .ofrbd ul li input[type="text"] {
                margin-bottom: 5px;
                width: 85%;
                font-size: 13px;
                padding: 8px 10px;
                height: 35px;
            }

            .ofrblck .ofrbd ul li label {
                color: #999;
                font-size: 12px;
                font-weight: normal;
                position: absolute;
                pointer-events: none;
                left: 5px;
                top: 8px;
                transition: 0.2s ease all;
                -moz-transition: 0.2s ease all;
                -webkit-transition: 0.2s ease all;
                font-family: Arial, Helvetica, sans-serif;
            }

            .ofrblck .ofrbd ul li.filled input[type="text"] ~ label, .ofrblck .ofrbd ul li input[type="text"]:focus ~ label {
                display: none
            }

            .ofrblck .ofrbd ul li.filled input[type="text"] ~ label {
                color: #999
            }

            .ofrblck .ofrbd ul li input[type="text"]:focus {
                outline: none
            }

            .ofrblck .ofrbd ul li .mobilenum.alert label, .ofrblck .ofrbd ul li.alert label {
                color: #c20000;
                left: 10px
            }

            .ofrblck .ofrbd ul li .mobilenum.alert input[type="text"], .ofrblck .ofrbd ul li.alert input[type="text"] {
                border-color: #c20000
            }

            .ofrblck .ofrbd ul li.active label {
                top: -20px;
                left: 0
            }

            .ofrblck .ofrbd ul li.success label {
                color: #08a182;
                top: -20px;
                left: 0
            }

            .ofrblck .ofrbd ul li.success input[type="text"] {
                border-color: #08a182
            }

            .ofrblck .ofrbd ul li .mobilenum {
                margin-left: -5px
            }

    .ofrblck .citydrop {
        border: solid #ccc 1px;
        position: relative;
        display: inline-block;
    }

    .ofrblck .ofrbd ul li .citydrop a {
        line-height: 32px;
        padding: 0px 15px 1px 5px;
        color: #333;
        display: block;
    }

        .ofrblck .ofrbd ul li .citydrop a:before {
            position: absolute;
            top: 16px;
            right: 5px;
            display: inline-block;
            border-top: 4px solid #414446;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            content: '';
        }

    .ofrblck .ofrbd ul li .mobilenum {
        width: 80%;
        display: inline-block;
        position: relative
    }

    .ofrblck .ofrbd ul li .cityload {
        width: 200px;
        overflow: visible;
        margin: 0;
        border: solid #ccc 1px;
        position: absolute;
        z-index: 100;
        background-color: #fff;
    }

        .ofrblck .ofrbd ul li .cityload ul li {
            width: 100%;
            margin: 0;
            cursor: pointer;
            padding: 5px 10px;
        }

    .ofrblck .ofrbd ul li .mobilenum input[type="text"] {
        width: 94%
    }

    .ofrblck .ofrbd ul li .btngreen1 {
        border-radius: 0
    }

    .ofrblck .ofrbd ul li.checkbox {
        margin-top: 0
    }

        .ofrblck .ofrbd ul li.checkbox label {
            position: static;
            pointer-events: auto;
            padding-left: 15px;
        }

        .ofrblck .ofrbd ul li.checkbox input[type="checkbox"]:not(:checked) + label:before, .ofrblck .ofrbd ul li.checkbox input[type="checkbox"]:checked + label:before {
            width: 10px;
            height: 10px;
            top: 4px;
        }

        .ofrblck .ofrbd ul li.checkbox input[type="checkbox"]:not(:checked) + label:after, .ofrblck .ofrbd ul li.checkbox input[type="checkbox"]:checked + label:after {
            top: -1px;
            left: 1px;
            font-size: 8px;
        }

    .ofrblck .ofrbd ul li.checkbox, .ofrblck .ofrbd ul li .helptext {
        color: #999;
        display: block;
        font-size: 11px;
        margin: 0;
    }

    .ofrblck .ofrbd ul li.submit {
        margin: 10px 0;
        width: 100%
    }

    .ofrblck .ofrbd ul li.otpcode input[type="text"] {
        background: #F7FDAA
    }

    .ofrblck .ofrbd ul li .checkbox {
        width: 100%;
        float: left;
        display: block
    }

        .ofrblck .ofrbd ul li .checkbox label, .ofrblck .ofrbd ul li .checkbox, .ofrblck .ofrbd ul li .checkbox input[type="checkbox"] {
            position: static;
            pointer-events: auto;
        }

    .ofrblck .ribbon {
        position: absolute;
        right: 0;
        top: -5px;
        z-index: 1;
        overflow: hidden;
        width: 75px;
        height: 75px;
        text-align: right;
    }

        .ofrblck .ribbon span {
            font-size: 10px;
            font-weight: bold;
            color: #333;
            text-transform: uppercase;
            text-align: center;
            line-height: 20px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            width: 100px;
            display: block;
            position: absolute;
            top: 19px;
            left: 0;
            border-bottom: dashed 2px #08a182;
            padding-bottom: 5px;
        }

    .ofrblck .safetext {
        font-size: 12px;
        color: #999;
        padding-bottom: 5px;
    }

    .ofrblck .ofrft {
        background: #f5f5f5
    }

    .ofrblck .ofrbd .otpwrp {
        background: none;
        border: 0;
        text-align: center
    }

        .ofrblck .ofrbd .otpwrp .sussmsg b {
            font-weight: bold;
            color: #5c952c;
            margin: 10px 0;
            display: block;
        }

    .ofrblck .ofrbd .hwusths {
        font-weight: bold;
        font-size: 12px;
        color: #6b6b6b;
        position: relative;
        cursor: pointer;
        display: inline-block
    }

        .ofrblck .ofrbd .hwusths:hover .hovertext {
            display: block
        }

        .ofrblck .ofrbd .hwusths .hovertext {
            background-color: rgba(0, 0, 0, 0.9);
            display: none;
            color: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            padding: 8px 10px;
            width: 300px;
            top: -75px;
            position: absolute;
            left: 0px
        }

            .ofrblck .ofrbd .hwusths .hovertext:after {
                position: absolute;
                bottom: -6px;
                left: 10px;
                display: inline-block;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid rgba(0, 0, 0, 0.9);
                content: '';
            }

    .ofrblck .ofrbd ul li.categorysarea {
        width: 100%;
    }

        .ofrblck .ofrbd ul li.categorysarea label {
            background-color: #525252;
            border-radius: 4px;
            color: #fff;
            float: left;
            margin-bottom: 10px;
            margin-right: 8px;
            padding: 5px 10px;
            text-align: center;
            position: static;
            pointer-events: auto;
        }

            .ofrblck .ofrbd ul li.categorysarea label.active, .ofrblck .ofrbd ul li.categorysarea label:hover {
                background-color: #08a182;
            }

        .ofrblck .ofrbd ul li.categorysarea .categorysareawrp {
            position: absolute;
            z-index: 2;
            background: #fff;
            box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
            width: 96%;
        }

.ofrbd .otpwrp p {
    text-align: center;
    color: #5c952c;
    font-size: 16px;
    font-weight: bold;
}

.ofrblck .ofrbd .coupancode {
    text-align: center;
    color: #666
}

.ofrblck .ofrbd .offercodebox {
    background: #08a182;
    padding: 3px;
    display: inline-block
}

    .ofrblck .ofrbd .offercodebox .innerbox {
        border: 1px dashed #98efde;
        padding: 5px 10px;
        text-align: center;
        color: #fff;
    }

.ofrblck .tc-apply {
    font-size: 11px;
    line-height: 13px;
    color: #999;
    padding: 10px;
    float: right;
    text-align: right;
}

    .ofrblck .tc-apply a {
        color: #999;
    }

.filter-outer {
    background-color: #e2e2e2;
    padding: 15px 0;
}

.topfilters {
    background: #e6e6e6;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .topfilters.offer {
        background: #fff;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: relative;
    }

        .topfilters.offer.page-menu-stick {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 1000;
            width: 100%;
            -webkit-box-shadow: 0 1px 10px -3px rgba(0,0,0,.5);
            box-shadow: 0 1px 10px -3px rgba(0,0,0,.5);
            height: 53px;
        }

    .topfilters ul li {
        border-right: 1px solid #ccc;
        display: inline-block;
        line-height: 24px;
        color: #6d6e71;
        padding: 11px 11px 11px 0;
        position: relative;
        font-weight: bold;
    }

    .topfilters ul li {
        padding: 15px 10px;
        letter-spacing: 0.5px;
    }

        .topfilters ul li.filter-out {
            background-color: #3d441f;
            color: #fff;
            padding: 15px 15px 15px 50px;
            font-weight: normal;
        }

            .topfilters ul li.filter-out i {
                color: #fff;
            }

        .topfilters ul li.reset {
            border-right: none;
            font-weight: normal;
            color: #333;
        }

            .topfilters ul li.reset a i {
                color: #999;
            }

        .topfilters ul li button {
            background: none;
            border: 0;
            color: #000;
        }

            .topfilters ul li button:focus {
                outline: none;
                -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                border-radius: 4px;
                color: #333
            }

        .topfilters ul li .cityload {
            width: 250px;
            left: -4px;
            margin-top: 11px;
        }

            .topfilters ul li .cityload.ctyautoheight {
                overflow: hidden
            }

            .topfilters ul li .cityload ul li {
                padding: 8px 9px;
                margin: 0;
                border-right: 0;
                display: block;
                font-weight: normal
            }

                .topfilters ul li .cityload ul li.searchbox:hover i {
                    color: #333
                }

                .topfilters ul li .cityload ul li.searchbox input[type="text"] {
                    margin-left: -1px;
                    width: 65%
                }

                    .topfilters ul li .cityload ul li.searchbox input[type="text"]:focus {
                        outline: 0
                    }

                .topfilters ul li .cityload ul li.searchbox:hover, .topfilters ul li .cityload ul li.searchbox {
                    background: none;
                    color: #333
                }

                    .topfilters ul li .cityload ul li.searchbox .close, .topfilters ul li .cityload ul li.searchbox .adon {
                        border: solid 1px #ccc;
                        display: inline-block;
                        height: 20px;
                        padding: 4px 6px;
                        line-height: 17px
                    }

                    .topfilters ul li .cityload ul li.searchbox i {
                        top: 3px;
                    }

                .topfilters ul li .cityload ul li .loadingmini {
                    position: absolute;
                    right: 50px;
                }

                .topfilters ul li .cityload ul li.searchbox .adon {
                    -webkit-border-top-left-radius: 3px;
                    -webkit-border-bottom-left-radius: 3px;
                    -moz-border-radius-topleft: 3px;
                    -moz-border-radius-bottomleft: 3px;
                    border-top-left-radius: 3px;
                    border-bottom-left-radius: 3px;
                }

                .topfilters ul li .cityload ul li.searchbox .close {
                    margin-left: -1px;
                    -webkit-border-top-right-radius: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    -moz-border-radius-topright: 3px;
                    -moz-border-radius-bottomright: 3px;
                    border-top-right-radius: 3px;
                    border-bottom-right-radius: 3px;
                    margin-left: -5px;
                }

.ofrblck .ofrbd ul li.offerlist {
    width: 100%;
    font-size: 14px;
    margin: 5px 0 0;
    color: #555
}

    .ofrblck .ofrbd ul li.offerlist .offerwrp {
        font-weight: bold;
        color: #0C9;
        position: relative
    }

        .ofrblck .ofrbd ul li.offerlist .offerwrp.active {
            background: #454545;
            padding: 10px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .ofrblck .ofrbd ul li.offerlist .offerwrp a {
            color: #00be40
        }

        .ofrblck .ofrbd ul li.offerlist .offerwrp.active a {
            color: #fff
        }

        .ofrblck .ofrbd ul li.offerlist .offerwrp i {
            -webkit-transition: all .5s ease-in;
            -moz-transition: all .5s ease-in;
            -ms-transition: all .5s ease-in;
            -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
            font-size: 14px;
            font-weight: bold;
            color: #999
        }

        .ofrblck .ofrbd ul li.offerlist .offerwrp.active a i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .ofrblck .ofrbd ul li.offerlist .offerwrp ul.offer-menu {
            position: absolute;
            background: #454545;
            z-index: 2;
            left: 0;
            -webkit-border-radius: 4px;
            -webkit-border-top-left-radius: 0;
            -moz-border-radius: 4px;
            -moz-border-radius-topleft: 0;
            border-radius: 4px;
            border-top-left-radius: 0;
            top: 36px;
        }

            .ofrblck .ofrbd ul li.offerlist .offerwrp ul.offer-menu li {
                width: 150px;
                float: none;
                padding: 5px 10px;
                margin: 0;
                font-size: 12px;
                font-weight: normal;
            }

                .ofrblck .ofrbd ul li.offerlist .offerwrp ul.offer-menu li a {
                    padding: 0;
                    margin: 0;
                    color: #fff;
                }

.content .contentlt ul li.offers {
    border: 1px dashed #08a182;
    margin: 0;
    position: relative;
    display: table;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    color: #08a182;
    font-weight: bold;
    font-size: 12px;
}
/* offer block end here */
/* overlay transparency */
.olyopacity-black, .olyopacity-white, .olyopacity-black1 {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.olyopacity-black1 {
    filter: alpha(opacity=90);
    -khtml-opacity: 0.90;
    -moz-opacity: 0.90;
    opacity: 0.90;
}

.olyopacity-black, .olyopacity-black1 {
    background-color: #000;
}

.olyopacity-white {
    background-color: #fff;
    opacity: 0.9
}

.popup-back-layer {
    background-color: #000;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.zindex100001 {
    z-index: 100001;
}

.zindex100002 {
    z-index: 100002;
}

.zindex100003 {
    z-index: 100003;
}

.maploading {
    z-index: 200003;
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -400px;
    font-family: Arial, Helvetica, sans-serif
}
    /*.maploading { position:absolute; top:20%; width:100%; text-align:center; font-size:22px; }*/
    .maploading i {
        font-size: 42px;
        color: #aaa
    }

    .maploading h3 {
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #aaa;
        font-size: 32px
    }

@-webkit-keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.maploading {
    text-align: center;
}

    .maploading span {
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: opacity;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        font-size: 42px;
    }

        .maploading span:nth-child(2) {
            -webkit-animation-delay: 100ms;
            -moz-animation-delay: 100ms;
        }

        .maploading span:nth-child(3) {
            -webkit-animation-delay: 300ms;
            -moz-animation-delay: 300ms;
        }

.count {
    background-color: #ccc;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 0 5px 0 0;
    padding: 2px 5px;
}

    .count.right-move {
        float: right;
        margin: 0;
    }
/*overlay*/
/*old css end here */



/* Astrology css starts here */
.promo-category-back {
    background: url("../images/other/astro-back.jpg") no-repeat center center;
    width: 100%;
    max-height: 970px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    font-family: muli;
}

    .promo-category-back .breadcrumb {
        vertical-align: top;
        text-align: left;
        padding: 10px 0 10px 20px;
        float: none;
    }

    .promo-category-back h1 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        text-align: center;
        margin: 0px;
    }

|
.promo-category-back .sub-title {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0 0 10px 0;
}

.question-blk {
    width: 650px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 5px;
    margin: auto;
    text-align: center;
}

    .question-blk .mandatory-blk {
        padding: 5px;
        font-size: 11px;
        color: #999;
        text-align: right;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .question-blk .search-filter-out {
        margin: 5px 15px 5px 15px;
        position: relative;
    }

        .question-blk .search-filter-out input[type="text"] {
            width: 100%;
            padding: 4px 6px;
            border: solid 1px #ebeaea;
            height: 50px;
        }

        .question-blk .search-filter-out i {
            font-family: flaticon;
            font-size: 16px;
            position: absolute;
            top: 5px;
            right: 5px;
            color: #ccc;
            z-ndex: 10;
        }
/* Astrology css end here */












@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container-max {
        max-width: 1600px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row.pad15t {
        padding-top: 15px;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.gobtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.5px;
}

    .gobtn:focus, .gobtn:active:focus, .gobtn.active:focus, .gobtn.focus, .gobtn:active.focus, .gobtn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .gobtn:hover, .gobtn:focus, .gobtn.focus {
        color: #333333;
        text-decoration: none;
    }

    .gobtn:active, .gobtn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .gobtn.disabled, .gobtn[disabled], fieldset[disabled] .gobtn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.gobtn.disabled, fieldset[disabled] a.gobtn {
    pointer-events: none;
}

.gobtn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .gobtn-default:focus, .gobtn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .gobtn-default:hover {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .gobtn-default:active, .gobtn-default.active, .open > .dropdown-toggle.gobtn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .gobtn-default:active:hover, .gobtn-default.active:hover, .open > .dropdown-toggle.gobtn-default:hover, .gobtn-default:active:focus, .gobtn-default.active:focus, .open > .dropdown-toggle.gobtn-default:focus, .gobtn-default:active.focus, .gobtn-default.active.focus, .open > .dropdown-toggle.gobtn-default.focus {
            color: #333333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .gobtn-default:active, .gobtn-default.active, .open > .dropdown-toggle.gobtn-default {
        background-image: none;
    }

    .gobtn-default.disabled:hover, .gobtn-default[disabled]:hover, fieldset[disabled] .gobtn-default:hover, .gobtn-default.disabled:focus, .gobtn-default[disabled]:focus, fieldset[disabled] .gobtn-default:focus, .gobtn-default.disabled.focus, .gobtn-default[disabled].focus, fieldset[disabled] .gobtn-default.focus {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .gobtn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.gobtn-primary {
    color: #ffffff;
    background-color: #f59d20;
    border-color: #f59d20;
}

    .gobtn-primary:focus, .gobtn-primary.focus {
        color: #ffffff;
        background-color: #ff9600;
        border-color: #ff9600;
    }

    .gobtn-primary:hover {
        color: #ffffff;
        background-color: #ff9600;
        border-color: #ff9600;
    }

    .gobtn-primary:active, .gobtn-primary.active, .open > .dropdown-toggle.gobtn-primary {
        color: #ffffff;
        background-color: #ff9600;
        border-color: #ff9600;
    }

        .gobtn-primary:active:hover, .gobtn-primary.active:hover, .open > .dropdown-toggle.gobtn-primary:hover, .gobtn-primary:active:focus, .gobtn-primary.active:focus, .open > .dropdown-toggle.gobtn-primary:focus, .gobtn-primary:active.focus, .gobtn-primary.active.focus, .open > .dropdown-toggle.gobtn-primary.focus {
            color: #ffffff;
            background-color: #ff9600;
            border-color: #ff9600;
        }

    .gobtn-primary:active, .gobtn-primary.active, .open > .dropdown-toggle.gobtn-primary {
        background-image: none;
    }

    .gobtn-primary.disabled:hover, .gobtn-primary[disabled]:hover, fieldset[disabled] .gobtn-primary:hover, .gobtn-primary.disabled:focus, .gobtn-primary[disabled]:focus, fieldset[disabled] .gobtn-primary:focus, .gobtn-primary.disabled.focus, .gobtn-primary[disabled].focus, fieldset[disabled] .gobtn-primary.focus {
        background-color: #ff9600;
        border-color: #ff9600;
    }

    .gobtn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.gobtn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .gobtn-success:focus, .gobtn-success.focus {
        color: #ffffff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .gobtn-success:hover {
        color: #ffffff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .gobtn-success:active, .gobtn-success.active, .open > .dropdown-toggle.gobtn-success {
        color: #ffffff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

        .gobtn-success:active:hover, .gobtn-success.active:hover, .open > .dropdown-toggle.gobtn-success:hover, .gobtn-success:active:focus, .gobtn-success.active:focus, .open > .dropdown-toggle.gobtn-success:focus, .gobtn-success:active.focus, .gobtn-success.active.focus, .open > .dropdown-toggle.gobtn-success.focus {
            color: #ffffff;
            background-color: #5cb85c;
            border-color: #5cb85c;
        }

    .gobtn-success:active, .gobtn-success.active, .open > .dropdown-toggle.gobtn-success {
        background-image: none;
    }

    .gobtn-success.disabled:hover, .gobtn-success[disabled]:hover, fieldset[disabled] .gobtn-success:hover, .gobtn-success.disabled:focus, .gobtn-success[disabled]:focus, fieldset[disabled] .gobtn-success:focus, .gobtn-success.disabled.focus, .gobtn-success[disabled].focus, fieldset[disabled] .gobtn-success.focus {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .gobtn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.gobtn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .gobtn-info:focus, .gobtn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .gobtn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .gobtn-info:active, .gobtn-info.active, .open > .dropdown-toggle.gobtn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .gobtn-info:active:hover, .gobtn-info.active:hover, .open > .dropdown-toggle.gobtn-info:hover, .gobtn-info:active:focus, .gobtn-info.active:focus, .open > .dropdown-toggle.gobtn-info:focus, .gobtn-info:active.focus, .gobtn-info.active.focus, .open > .dropdown-toggle.gobtn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .gobtn-info:active, .gobtn-info.active, .open > .dropdown-toggle.gobtn-info {
        background-image: none;
    }

    .gobtn-info.disabled:hover, .gobtn-info[disabled]:hover, fieldset[disabled] .gobtn-info:hover, .gobtn-info.disabled:focus, .gobtn-info[disabled]:focus, fieldset[disabled] .gobtn-info:focus, .gobtn-info.disabled.focus, .gobtn-info[disabled].focus, fieldset[disabled] .gobtn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .gobtn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.gobtn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .gobtn-warning:focus, .gobtn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .gobtn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .gobtn-warning:active, .gobtn-warning.active, .open > .dropdown-toggle.gobtn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .gobtn-warning:active:hover, .gobtn-warning.active:hover, .open > .dropdown-toggle.gobtn-warning:hover, .gobtn-warning:active:focus, .gobtn-warning.active:focus, .open > .dropdown-toggle.gobtn-warning:focus, .gobtn-warning:active.focus, .gobtn-warning.active.focus, .open > .dropdown-toggle.gobtn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .gobtn-warning:active, .gobtn-warning.active, .open > .dropdown-toggle.gobtn-warning {
        background-image: none;
    }

    .gobtn-warning.disabled:hover, .gobtn-warning[disabled]:hover, fieldset[disabled] .gobtn-warning:hover, .gobtn-warning.disabled:focus, .gobtn-warning[disabled]:focus, fieldset[disabled] .gobtn-warning:focus, .gobtn-warning.disabled.focus, .gobtn-warning[disabled].focus, fieldset[disabled] .gobtn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .gobtn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.gobtn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .gobtn-danger:focus, .gobtn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .gobtn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .gobtn-danger:active, .gobtn-danger.active, .open > .dropdown-toggle.gobtn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .gobtn-danger:active:hover, .gobtn-danger.active:hover, .open > .dropdown-toggle.gobtn-danger:hover, .gobtn-danger:active:focus, .gobtn-danger.active:focus, .open > .dropdown-toggle.gobtn-danger:focus, .gobtn-danger:active.focus, .gobtn-danger.active.focus, .open > .dropdown-toggle.gobtn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .gobtn-danger:active, .gobtn-danger.active, .open > .dropdown-toggle.gobtn-danger {
        background-image: none;
    }

    .gobtn-danger.disabled:hover, .gobtn-danger[disabled]:hover, fieldset[disabled] .gobtn-danger:hover, .gobtn-danger.disabled:focus, .gobtn-danger[disabled]:focus, fieldset[disabled] .gobtn-danger:focus, .gobtn-danger.disabled.focus, .gobtn-danger[disabled].focus, fieldset[disabled] .gobtn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .gobtn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.gobtn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .gobtn-link, .gobtn-link:active, .gobtn-link.active, .gobtn-link[disabled], fieldset[disabled] .gobtn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .gobtn-link, .gobtn-link:hover, .gobtn-link:focus, .gobtn-link:active {
            border-color: transparent;
        }

            .gobtn-link:hover, .gobtn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .gobtn-link[disabled]:hover, fieldset[disabled] .gobtn-link:hover, .gobtn-link[disabled]:focus, fieldset[disabled] .gobtn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.gobtn-lg, .gobtn-group-lg > .gobtn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.gobtn-sm, .gobtn-group-sm > .gobtn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.gobtn-xs, .gobtn-group-xs > .gobtn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.gobtn-block {
    display: block;
    width: 100%;
}

    .gobtn-block + .gobtn-block {
        margin-top: 5px;
    }

input[type="submit"].gobtn-block, input[type="reset"].gobtn-block, input[type="button"].gobtn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.gobtn-group, .gobtn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .gobtn-group > .gobtn, .gobtn-group-vertical > .gobtn {
        position: relative;
        float: left;
    }

        .gobtn-group > .gobtn:hover, .gobtn-group-vertical > .gobtn:hover, .gobtn-group > .gobtn:focus, .gobtn-group-vertical > .gobtn:focus, .gobtn-group > .gobtn:active, .gobtn-group-vertical > .gobtn:active, .gobtn-group > .gobtn.active, .gobtn-group-vertical > .gobtn.active {
            z-index: 2;
        }

    .gobtn-group .gobtn + .gobtn, .gobtn-group .gobtn + .gobtn-group, .gobtn-group .gobtn-group + .gobtn, .gobtn-group .gobtn-group + .gobtn-group {
        margin-left: -1px;
    }

.gobtn-toolbar {
    margin-left: -5px;
}

    .gobtn-toolbar .gobtn, .gobtn-toolbar .gobtn-group, .gobtn-toolbar .input-group {
        float: left;
    }

    .gobtn-toolbar > .gobtn, .gobtn-toolbar > .gobtn-group, .gobtn-toolbar > .input-group {
        margin-left: 5px;
    }

.gobtn-group > .gobtn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.gobtn-group > .gobtn:first-child {
    margin-left: 0;
}

    .gobtn-group > .gobtn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.gobtn-group > .gobtn:last-child:not(:first-child), .gobtn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.gobtn-group > .gobtn-group {
    float: left;
}

    .gobtn-group > .gobtn-group:not(:first-child):not(:last-child) > .gobtn {
        border-radius: 0;
    }

    .gobtn-group > .gobtn-group:first-child:not(:last-child) > .gobtn:last-child, .gobtn-group > .gobtn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .gobtn-group > .gobtn-group:last-child:not(:first-child) > .gobtn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.gobtn-group .dropdown-toggle:active, .gobtn-group.open .dropdown-toggle {
    outline: 0;
}

.gobtn-group > .gobtn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.gobtn-group > .gobtn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.gobtn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .gobtn-group.open .dropdown-toggle.gobtn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.gobtn .caret {
    margin-left: 0;
}

.gobtn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .gobtn-lg .caret {
    border-width: 0 5px 5px;
}

.gobtn-group-vertical > .gobtn, .gobtn-group-vertical > .gobtn-group, .gobtn-group-vertical > .gobtn-group > .gobtn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .gobtn-group-vertical > .gobtn-group > .gobtn {
        float: none;
    }

    .gobtn-group-vertical > .gobtn + .gobtn, .gobtn-group-vertical > .gobtn + .gobtn-group, .gobtn-group-vertical > .gobtn-group + .gobtn, .gobtn-group-vertical > .gobtn-group + .gobtn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .gobtn-group-vertical > .gobtn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .gobtn-group-vertical > .gobtn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .gobtn-group-vertical > .gobtn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .gobtn-group-vertical > .gobtn-group:not(:first-child):not(:last-child) > .gobtn {
        border-radius: 0;
    }

    .gobtn-group-vertical > .gobtn-group:first-child:not(:last-child) > .gobtn:last-child, .gobtn-group-vertical > .gobtn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .gobtn-group-vertical > .gobtn-group:last-child:not(:first-child) > .gobtn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.gobtn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .gobtn-group-justified > .gobtn, .gobtn-group-justified > .gobtn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .gobtn-group-justified > .gobtn-group .gobtn {
            width: 100%;
        }

        .gobtn-group-justified > .gobtn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .gobtn input[type="radio"], [data-toggle="buttons"] > .gobtn-group > .gobtn input[type="radio"], [data-toggle="buttons"] > .gobtn input[type="checkbox"], [data-toggle="buttons"] > .gobtn-group > .gobtn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .gobtn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .gobtn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .gobtn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .gobtn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .gobtn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .gobtn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .gobtn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .gobtn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .gobtn, .input-group-btn:first-child > .gobtn-group > .gobtn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .gobtn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .gobtn-group:not(:last-child) > .gobtn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .gobtn, .input-group-btn:last-child > .gobtn-group > .gobtn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .gobtn:not(:first-child), .input-group-btn:first-child > .gobtn-group:not(:first-child) > .gobtn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .gobtn {
        position: relative;
    }

        .input-group-btn > .gobtn + .gobtn {
            margin-left: -1px;
        }

        .input-group-btn > .gobtn:hover, .input-group-btn > .gobtn:focus, .input-group-btn > .gobtn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .gobtn, .input-group-btn:first-child > .gobtn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .gobtn, .input-group-btn:last-child > .gobtn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            background-color: #eeeeee;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: none;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: none;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: none;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 1440px) {
    .services-count-blk .title-txt {
        padding: 15px 0;
    }

    .services-count-blk ul li {
        padding: 0 0 5px 0;
    }

    header .topnav .search-hd .search-wrapper .cityload {
        width: 45.3%;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.gobtn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.gobtn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-default .gobtn-link {
    color: #777777;
}

    .navbar-default .gobtn-link:hover, .navbar-default .gobtn-link:focus {
        color: #333333;
    }

    .navbar-default .gobtn-link[disabled]:hover, fieldset[disabled] .navbar-default .gobtn-link:hover, .navbar-default .gobtn-link[disabled]:focus, fieldset[disabled] .navbar-default .gobtn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.navbar-inverse .gobtn-link {
    color: #9d9d9d;
}

    .navbar-inverse .gobtn-link:hover, .navbar-inverse .gobtn-link:focus {
        color: #ffffff;
    }

    .navbar-inverse .gobtn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .gobtn-link:hover, .navbar-inverse .gobtn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .gobtn-link:focus {
        color: #444444;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.gobtn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.gobtn .badge {
    position: relative;
    top: -1px;
}

.gobtn-xs .badge, .gobtn-group-xs > .gobtn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.media {
    padding: 10px 0 15px 0;
    margin: 0 0 10px 0;
    position: relative;
    border-bottom: solid 1px #ccc;
}

    .media.ora-bor {
        border-bottom: solid 1px #f89200;
    }

    .media .ad {
        padding: 1px 3px;
        position: absolute;
        right: 2px;
        top: 0px;
        font-size: 12px;
        line-height: 12px;
        color: #006621;
        border: solid 1px #006621;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .media .shortlist {
        padding: 1px 3px;
        position: absolute;
        right: 27px;
        top: -6px;
        font-size: 12px;
        line-height: 12px;
        color: #999;
    }

        .media .shortlist a {
            color: #999;
        }

    .media .bmark {
        font-family: flaticon;
        font-size: 14px;
        color: #666;
        position: absolute;
        right: 5px;
        top: -10px;
        position: absolute;
        z-index: 5;
    }

        .media .bmark a {
            color: #999;
            z-index: 5;
        }

.media, .media-body {
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

    .media-left img {
        width: 64px;
        height: 64px;
        max-width: none;
        margin: 10px 0 0 10px;
    }

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.sulekha-prefered span {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #018079;
    color: #018079;
    padding: 0 6px;
}

.sulekha-prefered {
    margin: 0 0 5px 0;
}

h3.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    font-family: robotoregular;
}

    h3.media-heading a {
        color: #212121;
    }

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200005;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-family: robotoregular;
    color: #333;
    width: calc(100% - 120px);
}

    .modal-title span {
        color: #999;
        font-family: robotolight;
        display: inline-block;
        margin: 0 3px 0 0;
        font-size: 14px;
    }

        .modal-title span.subtitle {
            color: #5bc199;
            font-family: robotoregular;
        }

.modal-header .phone-number {
    font-family: robotoregular;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

    .modal-header .phone-number a {
        color: #333;
    }

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .gobtn + .gobtn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .gobtn-group .gobtn + .gobtn {
        margin-left: -1px;
    }

    .modal-footer .gobtn-block + .gobtn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .gobtn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .gobtn-toolbar:before, .gobtn-toolbar:after, .gobtn-group-vertical > .gobtn-group:before, .gobtn-group-vertical > .gobtn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .gobtn-toolbar:after, .gobtn-group-vertical > .gobtn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right, .ftrt {
    float: right !important;
}

.pull-left, .ftlt {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .top-search-blk {
        height: 345px;
    }

        .top-search-blk .top-titles .titletxt {
            font-size: 20px;
            line-height: 24px;
            padding: 10px 0 0 0;
        }

        .top-search-blk .top-titles {
            padding: 5px 0 10px 0;
        }

        .top-search-blk .single-sear-blk {
            margin: 0 0 10px 0;
        }

            .top-search-blk .single-sear-blk .exam-list {
                margin: 3px 0 5px 0;
            }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }

    .services-count-blk ul li.number-count {
        font-size: 20px;
        line-height: 24px;
    }

    .services-count-blk ul li.details-abt {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .services-count-blk {
        height: auto;
        padding: 0 0 10px 0;
    }

        .services-count-blk .title-txt {
            padding: 10px;
            font-size: 24px;
        }

        .services-count-blk ul li {
            padding: 0 0 5px 0;
        }

            .services-count-blk ul li.number-count {
                font-size: 20px;
                line-height: 24px;
            }

        .services-count-blk .title-txt {
            padding: 10px;
            font-size: 24px;
        }

        .services-count-blk ul li {
            padding: 0 0 5px 0;
        }

            .services-count-blk ul li.number-count {
                font-size: 20px;
                line-height: 24px;
            }

    .modal .modal-content.list-model {
        width: 100%;
    }

    .cityselector.new-full-size-popup {
        width: 100% !important;
        top: 0 !important;
        left: 0;
        margin-left: 0 !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 01px;
        border-radius: 0px;
        box-shadow: none;
    }

    .cityselector .popup-frm-outer .promofrms-outer .cont-out {
        width: 96%;
    }

    .cityselector .popup-frm-outer .promofrms-outer .cont-out {
        width: 98%;
        padding: 10px 0 0 10px;
    }

    .cityselector .popup-frm-outer .promofrms-outer ul li .mobilenum {
        width: 87%;
    }

    .cityselector .popup-frm-outer .promofrms-outer ul li i {
        right: 53px;
    }

    .cityselector .popup-frm-outer .promofrms-outer ul {
        padding: 0 0 0 0;
    }

        .cityselector .popup-frm-outer .promofrms-outer ul li textarea {
            width: 90%;
            height: 130px;
        }

    .techlcf-left {
        display: none;
    }

    .techlcfpop .cityselector.promo-pop {
        border: none;
        width: 100%;
        margin-left: 0;
        position: static;
    }

    .cityselector {
        position: static;
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        margin-left: 0px;
    }

    .ofrblck .ofrbd ul li {
        width: 100%;
    }

        .ofrblck .ofrbd ul li input[type="text"] {
            width: 99%;
        }

    .ofrblck .ribbon {
        display: none;
    }

    .cityselector.top-border {
        width: 93%;
    }

    .ofrblck.popup {
        width: 100%;
    }

    .map-view-outer .lt-listing-outer {
        display: none;
    }

    .map-view-outer .outer-div {
        width: 100%;
    }

    .map-view-outer .rt-map {
        width: 100%;
    }

    .other-metros ul li {
        width: 33%;
    }

    .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list {
        width: 250px;
    }

    .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list {
        width: calc(100% - 250px);
    }

    .top-search-blk .top-titles {
        padding: 5px 0 20px 1%;
    }

        .top-search-blk .top-titles .titletxt {
            font-size: 20px;
        }

    .cityselector .popup-frm-outer .promofrms-outer ul li i {
        right: 87px;
    }

    .count {
        position: absolute;
    }

    .top-search-blk .more-ser-exp .img-outer {
        display: none;
    }

    .top-search-blk .more-ser-exp a {
        padding: 0px;
    }

    .top-search-blk.state-page .state-title-txt {
        padding: 0 0 5px 15px;
        font-size: 14px;
    }

    .top-search-blk .single-sear-blk input[type="text"] {
        margin: 0 0 5px 0;
    }

    .popular-service-blk .owl-carousel .owl-item .item .state-listbg ul li {
        margin: 8px 0;
    }

    .top-search-blk .pio-serv-but {
        left: 400px;
        bottom: 3px;
    }

    .top-search-blk.state-page .pio-serv-but {
        left: auto;
        bottom: 3px;
        right: 0px;
    }

    .top-search-blk .pio-serv-but .busi-img {
        display: none;
    }

    .top-search-blk .pio-serv-but .inside a {
        padding: 4px;
        font-size: 12px;
    }

    .single-per-section ul li {
        width: 98%;
    }

    .main-listing-blk .lt-blk .pin-outer {
        margin: 0 0 10px 0;
        padding: 3px 5px;
    }

        .main-listing-blk .lt-blk .pin-outer.info .information-outer {
            left: -129px;
            top: 24px;
            width: 220px;
        }

            .main-listing-blk .lt-blk .pin-outer.info .information-outer:after, .main-listing-blk .lt-blk .pin-outer.info .information-outer:before {
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .main-listing-blk .lt-blk .pin-outer.info .information-outer:after {
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: #fff;
                border-width: 20px;
                margin-left: -20px;
            }

            .main-listing-blk .lt-blk .pin-outer.info .information-outer:before {
                border-color: rgba(228, 228, 228, 0);
                border-bottom-color: #e4e4e4;
                border-width: 21px;
                margin-left: -21px;
            }
}

@media (max-width: 480px) {
    .mobilehide {
        display: none;
        visibility: hidden;
    }

    .other-metros ul li {
        width: 98%;
    }

    .modal-dialog {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .modal-header.cat-header a.close-popup {
        top: -30px;
        right: 10px;
    }

    .modal-body.popup-cat-list .cate-serv-blk .lt-cate-list, .modal-body.popup-cat-list .selec-cat-list .lt-cate-list {
        display: none;
    }

    .modal-body.popup-cat-list .cate-serv-blk .rt-cate-list, .modal-body.popup-cat-list .selec-cat-list .rt-cate-list {
        width: 100%;
    }

    .modal-body.popup-cat-list .thank-you-outer .thanks-promo ul li {
        width: 98%;
    }

    .helpful-rev-blk .media .media-body .reply-blk textarea {
        width: 90%;
    }

    .helpful-rev-blk .media .media-body .reply-blk span.reply-btn {
        margin: 5px 0 0 0;
        padding: 0;
    }

    .cityselector.top-border {
        width: 100%;
        margin: 50px 0 0 0;
    }

        .cityselector.top-border .close {
            top: -39px !important;
            right: 5px !important;
            opacity: 1;
        }

            .cityselector.top-border .close a {
                opacity: 1;
            }

    .promo-blk-outer ul li {
        width: 96%;
        margin: 0 2% 10px 2%;
    }

        .promo-blk-outer ul li .cont-area .title-txt {
            font-size: 16px;
            line-height: 20px;
        }

    .get-map-out .map {
        width: 100%;
    }

    .needlssec {
        float: left;
        padding: 0 0 0 15px;
    }

    .other-cons-link ul li {
        margin: 0 0 5px 0;
    }

    .premium-ser-lis-blk ul li {
        width: 98%;
    }

    .state-offers-outer .rt-single-listing ul li {
        width: 98%;
    }

    .state-rev-outer .rev-bl ul li {
        width: 98%;
    }

        .state-rev-outer .rev-bl ul li .client-img {
            top: 11px;
        }

    .state-rev-outer .rev-bl ul li {
        margin: 0 0 10px 0;
    }

    .premium-ban-lis-blk ul li {
        width: 98%;
    }

    .most-popular-ser-blk ul li {
        width: 98%;
    }

    .lspromowrp {
        padding: 0;
    }

        .lspromowrp .lspromo {
            width: 99%;
            padding: 15px 0;
        }

    .top-search-blk .pio-serv-but {
        left: auto;
        bottom: 41px;
        right: 0px;
    }

        .top-search-blk .pio-serv-but .busi-img {
            display: none;
        }

        .top-search-blk .pio-serv-but .inside a {
            padding: 4px;
            font-size: 12px;
        }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modal-dialog {
        width: auto !important;
    }

    .top-search-blk.state-page .pio-serv-but {
        left: auto;
        bottom: 3px;
        right: 0px;
    }

        .top-search-blk.state-page .pio-serv-but .busi-img {
            display: none;
        }

        .top-search-blk.state-page .pio-serv-but .inside a {
            padding: 4px;
            font-size: 12px;
        }

    .main-listing-blk .lt-blk .pin-outer {
        margin: 3px 0 10px 0;
    }

        .main-listing-blk .lt-blk .pin-outer.info {
            margin: 2px 0 10px 2px;
        }

            .main-listing-blk .lt-blk .pin-outer.info .information-outer {
                width: 225px;
            }
}

@media only screen and (min-width : 1030px) and (max-width : 1281px) {
    .main-listing-blk .lt-blk .pin-outer {
        margin: 10px 0 10px 2px;
        padding: 3px 5px;
        font-size: 11px;
    }
}

@media only screen and (max-width :320px) {
    left: -182px;
}


/* new popup starts here */
.wraper-blk {
    height: calc(100vh - 140px);
    position: relative;
    min-height: 530px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.promo-category-back {
    position: relative;
    background: url("../images/other/astrologers.jpg") no-repeat center center;
    width: 100%;
    max-height: 970px;
    min-height: 530px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    font-family: Poppins;
}

.back-black-cover .promo-category-back .close-popup {
    display: none;
}

.in-scroll .back-black-cover .promo-category-back {
    background: none;
}

.in-scroll .back-black-cover {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .in-scroll .back-black-cover .close-popup {
        position: relative;
        display: block;
    }

        .in-scroll .back-black-cover .close-popup a {
            position: absolute;
            right: 20px;
            top: 10px;
            font-size: 34px;
            font-weight: 300;
            color: #fff;
        }

    .in-scroll .back-black-cover .promo-category-back .breadcrumb {
        display: none;
    }

.content-a, .content-b, .content-c, .content-d, .content-e, .content-g, .content-m {
    height: 80%;
    overflow-y: scroll;
}

    .content-a::-webkit-scrollbar, .content-b::-webkit-scrollbar, .content-c::-webkit-scrollbar, .content-d::-webkit-scrollbar, .content-e::-webkit-scrollbar, .content-g::-webkit-scrollbar, .content-m::-webkit-scrollbar {
        width: 6px;
    }

    .content-a::-webkit-scrollbar-track, .content-b::-webkit-scrollbar-track, .content-c::-webkit-scrollbar-track, .content-d::-webkit-scrollbar-track, .content-e::-webkit-scrollbar-track, .content-g::-webkit-scrollbar-track, .content-m::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .content-a::-webkit-scrollbar-thumb, .content-b::-webkit-scrollbar-thumb, .content-c::-webkit-scrollbar-thumb, .content-d::-webkit-scrollbar-thumb, .content-e::-webkit-scrollbar-thumb, .content-g::-webkit-scrollbar-thumb, .content-m::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .content-a .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-a .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-b .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-b .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-c .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-c .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-d .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-d .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-e .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-e .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-f .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-f .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    .content-g .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-g .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
    .content-m .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .content-m .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #878686;
    }

    .content-a .mCSB_scrollTools .mCSB_draggerContainer,
    .content-b .mCSB_scrollTools .mCSB_draggerContainer,
    .content-c .mCSB_scrollTools .mCSB_draggerContainer,
    .content-d .mCSB_scrollTools .mCSB_draggerContainer,
    .content-e .mCSB_scrollTools .mCSB_draggerContainer,
    .content-f .mCSB_scrollTools .mCSB_draggerContainer,
    .content-g .mCSB_scrollTools .mCSB_draggerContainer,
    .content-m .mCSB_scrollTools .mCSB_draggerContainer {
        left: auto;
        right: 0px;
        margin: 0px;
    }

    .content-a .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
    .content-b .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
    .content-c .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
    .content-d .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
    .content-e .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
    .content-f .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
    .content-g .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
    .content-m .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #c5c5c5;
    }

.promo-category-back .breadcrumb {
    vertical-align: top;
    text-align: left;
    padding: 15px 0 5px 20px;
    float: none;
    font-size: 12px;
    font-weight: 300;
    color: #bdbcbc;
    letter-spacing: 0.5px;
}

    .promo-category-back .breadcrumb a {
        color: #bdbcbc;
    }

    .promo-category-back .breadcrumb span {
        color: #fff;
    }

.promo-category-back .cat-head {
    text-align: center;
    margin: 0px;
}

    .promo-category-back .cat-head span {
        font-size: 30px;
        font-weight: normal;
        color: #fff;
    }

    .promo-category-back .cat-head h1 {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

.promo-category-back .sub-title {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0 0 25px 0;
}

.question-blk {
    width: 650px;
    height: 60%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: auto;
    text-align: center;
    position: relative;
}

    .question-blk.popup-blk {
        height: 606px;
    }

    .question-blk .btn-blk {
        width: 99%;
        border-top: solid 1px #e4e4e4;
        padding: 15px 20px;
        position: absolute;
        bottom: 0px;
        z-index: 10;
        text-transform: uppercase;
        background-color: #fff;
    }

        .question-blk .btn-blk .loading-blk {
            background-color: #f2f2f2;
            text-align: center;
            padding: 15px 0;
            font-size: 14px;
            color: #666;
            border: solid 1px #ccc;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .question-blk .btn-blk .loading-blk i {
                font-family: FontAwesome;
                color: #999;
                font-size: 20px;
                padding: 0;
            }

        .question-blk .btn-blk a {
            display: block;
            font-size: 16px;
            color: #fff;
            background-color: #ff4242;
            text-decoration: none;
            text-align: center;
            padding: 15px 0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .question-blk .error-msg-show {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        color: #fb403f;
        border: dotted 1px #fb403f;
        text-align: center;
        position: absolute;
        width: 90%;
        bottom: 94px;
        left: 0px;
        text-align: center;
        z-index: 10;
        padding: 8px;
        letter-spacing: 0.5px;
        margin: 0 5% 0 5%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

        .question-blk .error-msg-show img {
            vertical-align: top;
        }

    .question-blk .terms-condi {
        font-size: 11px;
        line-height: 16px;
        color: #333;
        text-align: center;
        position: absolute;
        bottom: 76px;
        right: 0px;
        text-align: center;
        z-index: 10;
        padding: 8px;
        letter-spacing: 0.5px;
    }

        .question-blk .terms-condi a {
            font-size: 11px;
            color: #999;
        }

    .question-blk .btn-blk .lt-blk {
        float: left;
    }

        .question-blk .btn-blk .lt-blk a {
            display: block;
            font-size: 16px;
            color: #999;
            background-color: #f8f8f8;
            text-decoration: none;
            text-align: center;
            padding: 15px 25px;
            height: auto;
            line-height: 16px;
            border: solid 1px #e4e4e4;
        }

            .question-blk .btn-blk .lt-blk a i {
                font-family: flaticon;
                color: #999;
                margin: 0 5px 0 0;
            }

    .question-blk .btn-blk .rt-blk {
        float: right;
    }

        .question-blk .btn-blk .rt-blk a {
            display: block;
            font-size: 16px;
            color: #fff;
            background-color: #ff4242;
            text-decoration: none;
            text-align: center;
            padding: 15px 25px;
            height: auto;
            line-height: 16px;
            letter-spacing: 0.5px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .question-blk .questions {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        color: #333;
        display: block;
        line-height: normal;
        width: 100%;
        margin: 20px auto 20px auto;
    }

    .question-blk .mandatory-blk {
        padding: 5px 13px 5px 5px;
        font-size: 11px;
        color: #999;
        text-align: right;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .question-blk .search-filter-out {
        margin: 0 auto 15px auto;
        position: relative;
        width: 590px;
    }

        .question-blk .search-filter-out.fixed {
            margin: 0 auto;
            position: fixed;
            width: 650px;
            top: 255px;
            z-index: 100;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .question-blk .search-filter-out.fixed input[type="text"] {
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

    .question-blk.popup-blk .search-filter-out.fixed {
        top: 104px;
    }

    .question-blk .search-filter-out input[type="text"] {
        width: 100%;
        padding: 8px 6px 8px 54px;
        border: solid 1px #ebeaea;
        height: 50px;
    }

    .question-blk .search-filter-out i {
        font-family: fontawesome;
        font-size: 22px;
        position: absolute;
        top: 11px;
        left: 18px;
        color: #999;
        z-index: 10;
    }

.fa-search:before {
    content: "\f002"
}

.question-blk .search-filter-out .sel-item {
    position: absolute;
    left: 8px;
    top: 12px;
    padding: 3px 10px 3px 5px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    border: solid 1px #ccc;
    background-color: #fff;
    z-index: 105;
}

    .question-blk .search-filter-out .sel-item a {
        font-size: 16px;
        color: #366cce;
        margin: 0 0 0 5px;
    }

.question-blk .service-list-blk {
    width: 590px;
    margin: 0 auto;
}

    .question-blk .service-list-blk ul {
        margin: 0px;
        padding: 0;
    }

        .question-blk .service-list-blk ul li {
            margin: 0;
            padding: 10px 5px 12px 15px;
            list-style: none;
            float: none;
            font-size: 12px;
            color: #888;
            position: relative;
            background-color: #fff;
            border: solid 1px #e4e4e4;
            border-bottom: none;
        }

            .question-blk .service-list-blk ul li:last-child {
                border-bottom: solid 1px #e4e4e4;
            }

            .question-blk .service-list-blk ul li input[type=checkbox] {
                position: absolute;
                visibility: hidden;
            }

            .question-blk .service-list-blk ul li label {
                font-family: Poppins;
                display: block;
                position: relative;
                font-weight: 400;
                font-size: 16px;
                padding: 0px 25px 5px 40px;
                margin: 0 auto;
                height: auto;
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear;
                pointer-events: auto;
                top: 3px;
                color: #333;
                left: 0px;
                text-align: left;
            }

            .question-blk .service-list-blk ul li:hover label {
                color: #666;
            }

            .question-blk .service-list-blk ul li .check {
                display: block;
                position: absolute;
                border: 1px solid #aaa;
                height: 25px;
                width: 25px;
                top: 13px;
                left: 15px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }

            .question-blk .service-list-blk ul li:hover .check {
                border: 1px solid #333;
            }

            .question-blk .service-list-blk ul li .check::before {
                display: block;
                font-family: flaticon;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 10px;
                width: 10px;
                top: 0px;
                left: 2px;
                font-size: 18px;
                color: #5bc199;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

            .question-blk .service-list-blk ul li .do-not input[type=checkbox]:checked ~ .check {
                border: 1px solid #5bc199;
            }

            .question-blk .service-list-blk ul li input[type=checkbox]:checked ~ .check::before {
                content: "\f11e";
                font-family: 'flaticon';
            }

            .question-blk .service-list-blk ul li input[type=checkbox]:checked ~ label {
                color: #06c244;
            }

            .question-blk .service-list-blk ul li input[type=checkbox]:checked ~ .check {
                border: solid 1px #06c244;
            }

            .question-blk .service-list-blk ul li input[type="checkbox"]:not(:checked) + label:before, .question-blk .service-list-blk ul li input input[type="checkbox"]:checked + label:before {
                opacity: 0;
                border: #fff;
            }

            .question-blk .service-list-blk ul li input[type="checkbox"]:checked + label:before, .question-blk .service-list-blk ul li input[type="checkbox"]:checked + label:before, .question-blk .service-list-blk ul li input[type="checkbox"] + label:hover:before, .question-blk .service-list-blk input[type="radio"] + label:hover:before {
                display: none;
            }

            .question-blk .service-list-blk ul li input[type="checkbox"]:checked + label:after, .question-blk .service-list-blk ul li input[type="checkbox"]:checked + label:after {
                opacity: 0;
                border: #fff;
            }

            .question-blk .service-list-blk ul li input[type="radio"]:not(:checked) + label:before, .question-blk .service-list-blk ul li input[type="radio"] input[type="radio"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 2px;
                width: 15px;
                height: 15px;
                border: 1px solid #333;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .question-blk .service-list-blk ul li input[type="radio"] {
                position: absolute;
                visibility: hidden;
            }

                .question-blk .service-list-blk ul li input[type="radio"]:checked ~ .check {
                    border: 1px solid #5bc199;
                }

                    .question-blk .service-list-blk ul li input[type="radio"]:checked ~ .check::before {
                        background: #5bc199;
                    }

                .question-blk .service-list-blk ul li input[type="radio"]:checked ~ label {
                    color: #5bc199;
                }

                .question-blk .service-list-blk ul li input[type="radio"]:not(:checked) + label:before, .question-blk .service-list-blk ul li input[type="radio"]:checked + label:before {
                    opacity: 0;
                }

                .question-blk .service-list-blk ul li input[type="radio"]:checked + label:after, .question-blk .service-list-blk ul li input[type="radio"]:checked + label:after {
                    opacity: 0;
                }

                .question-blk .service-list-blk ul li input[type="radio"]:checked + label:before {
                    opacity: 0;
                }

            .question-blk .service-list-blk ul li.radio-bt .check {
                display: block;
                position: absolute;
                border: 1px solid #aaa;
                border-radius: 100%;
                height: 25px;
                width: 25px;
                top: 11px;
                left: 16px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }

            .question-blk .service-list-blk ul li.radio-bt:hover .check {
                border: 1px solid #333;
            }

            .question-blk .service-list-blk ul li.radio-bt .check::before {
                display: block;
                font-family: robotobold;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 17px;
                width: 17px;
                top: 3px;
                left: 3px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

            .question-blk .service-list-blk ul li.lt-align {
                text-align: left;
            }

                .question-blk .service-list-blk ul li.lt-align textarea {
                    width: 98%;
                    margin: 15px 0;
                    border: solid 1px #ccc;
                    padding: 10px;
                    height: 70px;
                }

            .question-blk .service-list-blk ul li.date-outer {
                padding: 15px;
                position: relative;
                text-align: left;
            }

                .question-blk .service-list-blk ul li.date-outer .date-icon {
                    position: absolute;
                    top: 25px;
                    right: 6%;
                    z-index: 10;
                }

                    .question-blk .service-list-blk ul li.date-outer .date-icon i {
                        font-family: flaticon;
                        font-size: 16px;
                        color: #999;
                        cursor: pointer;
                    }

                .question-blk .service-list-blk ul li.date-outer input[type="text"] {
                    padding: 5px 10px;
                    height: auto;
                    width: 99%;
                    text-align: left;
                    height: 40px;
                    border: solid 1px #ccc;
                    cursor: pointer;
                }

        .question-blk .service-list-blk ul .tra-sel-outer {
            padding: 15px 0;
        }

            .question-blk .service-list-blk ul .tra-sel-outer label {
                font-family: poppins;
                font-size: 15px;
                line-height: 18px;
                color: #333;
                font-weight: normal;
                text-align: left;
                display: block;
            }

            .question-blk .service-list-blk ul .tra-sel-outer .city-drop {
                position: relative;
                width: 100%;
                text-align: left;
                padding: 15px 25px 15px 20px;
                background-color: #fff;
            }

                .question-blk .service-list-blk ul .tra-sel-outer .city-drop .down-arrow {
                    position: absolute;
                    top: 47px;
                    right: 6%;
                    z-index: 10;
                    cursor: pointer;
                }

            .question-blk .service-list-blk ul .tra-sel-outer select {
                width: 100%;
                height: auto;
                border: solid 1px #ccc;
                padding: 5px 10px;
                height: 40px;
                -webkit-appearance: listitem !important;
                -moz-appearance: listitem;
                -ms-appearance: listitem;
                -o-appearance: listitem;
                appearance: listitem;
                cursor: pointer;
            }

.question-blk .contact-blk {
    width: 590px;
    margin: 15px auto;
}

    .question-blk .contact-blk.spl-height {
        height: 500px;
    }

    .question-blk .contact-blk ul {
        margin: 0px;
        padding: 0;
    }

        .question-blk .contact-blk ul li {
            margin: 0 0 2px 0;
            padding: 10px 5px 20px 35px;
            list-style: none;
            float: none;
            font-size: 12px;
            color: #888;
            position: relative;
            background-color: #fff;
            text-align: left;
        }

            .question-blk .contact-blk ul li.twos {
                float: left;
                width: 50%;
                display: inline-block;
            }

            .question-blk .contact-blk ul li .txt-count {
                position: absolute;
                bottom: 24px;
                right: 17px;
                z-index: 10;
                background-color: #ccc;
                padding: 4px 8px;
                color: #555;
            }

            .question-blk .contact-blk ul li .label-txt {
                font-size: 14px;
                line-height: 20px;
                color: #000;
                display: block;
                text-align: left;
                font-weight: normal;
                font-weight: 400;
                margin: 0 0 4px 0;
            }

                .question-blk .contact-blk ul li .label-txt a img {
                    margin: 0 0 0 5px;
                }

                .question-blk .contact-blk ul li .label-txt a i {
                    font-family: flaticon;
                    font-size: 14px;
                    color: #999;
                    margin: 0 0 0 4px;
                }

            .question-blk .contact-blk ul li input[type="text"] {
                padding: 5px 10px;
                height: auto;
                width: 95%;
                text-align: left;
                height: 40px;
                border: solid 1px #ccc;
            }

                .question-blk .contact-blk ul li input[type="text"]:focus {
                    border: solid 1px #bbb;
                    box-shadow: none;
                    background-color: #fffdd0;
                }

            .question-blk .contact-blk ul li.serv {
                padding: 15px 10px;
            }

                .question-blk .contact-blk ul li.serv input[type="text"] {
                    width: 100%;
                }

            .question-blk .contact-blk ul li .two-flds .city-drop {
                width: 20%;
                float: left;
                margin: 0 2% 0 0;
                position: relative;
            }

                .question-blk .contact-blk ul li .two-flds .city-drop .list-deta {
                    position: absolute;
                    top: 63px;
                    left: 0px;
                    border: solid 1px #ccc;
                    background-color: #fff;
                    z-index: 10;
                    width: 91%;
                }

                    .question-blk .contact-blk ul li .two-flds .city-drop .list-deta ul {
                        margin: 0px;
                        padding: 0px;
                    }

                        .question-blk .contact-blk ul li .two-flds .city-drop .list-deta ul li {
                            margin: 0px;
                            padding: 0px;
                            list-style: none;
                            float: none;
                        }

                            .question-blk .contact-blk ul li .two-flds .city-drop .list-deta ul li a {
                                display: block;
                                font-size: 14px;
                                line-height: 20px;
                                color: #000;
                                text-decoration: none;
                                padding: 5px 10px;
                            }

                                .question-blk .contact-blk ul li .two-flds .city-drop .list-deta ul li a:hover {
                                    background-color: #ff4242;
                                    color: #fff;
                                }

                .question-blk .contact-blk ul li .two-flds .city-drop .down-arrow {
                    position: absolute;
                    top: 32px;
                    right: 10px;
                    z-index: 10;
                    cursor: pointer;
                }

            .question-blk .contact-blk ul li .two-flds select {
                height: 100%;
                height: auto;
                border: solid 1px #ccc;
                padding: 5px 10px;
                height: 40px;
                width: 100%;
                -webkit-appearance: listitem !important;
                -moz-appearance: listitem;
                -ms-appearance: listitem;
                -o-appearance: listitem;
                appearance: listitem;
                cursor: pointer;
            }

            .question-blk .contact-blk ul li .two-flds a.selected-fld {
                border: solid 1px #ccc;
                width: 100px;
                padding: 11px 10px 10px 10px;
                display: block;
                color: #000;
                background: url("../images/other/downarrows.png") no-repeat 75px 16px;
            }

            .question-blk .contact-blk ul li .two-flds .phone-outer {
                width: 65%;
                float: left;
            }

            .question-blk .contact-blk ul li textarea {
                width: 98%;
                height: 90px;
                margin: 3px 0 0 0;
                border: solid 1px #ccc;
                padding: 10px;
            }

            .question-blk .contact-blk ul li .sel-any-one {
            }

                .question-blk .contact-blk ul li .sel-any-one ul {
                    margin: 0px;
                    padding: 0px;
                }

                    .question-blk .contact-blk ul li .sel-any-one ul li {
                        margin: 0 0 8px 0;
                        padding: 0px;
                        list-style: none;
                        float: left;
                        border: none;
                    }

                        .question-blk .contact-blk ul li .sel-any-one ul li:hover {
                            box-shadow: none;
                        }

                        .question-blk .contact-blk ul li .sel-any-one ul li label {
                            font-family: Poppins;
                            display: block;
                            position: relative;
                            font-weight: 400;
                            font-size: 13px;
                            padding: 0px 25px 5px 55px;
                            margin: 0 auto;
                            height: auto;
                            z-index: 9;
                            cursor: pointer;
                            -webkit-transition: all 0.25s linear;
                            pointer-events: auto;
                            top: 3px;
                            color: #666;
                            left: 0px;
                            text-align: left;
                        }

                        .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:not(:checked) + label:before, .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"] input[type="radio"]:checked + label:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 2px;
                            width: 15px;
                            height: 15px;
                            border: 1px solid #333;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            border-radius: 50%;
                        }

                        .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:not(:checked) + label:before, .question-blk .service-list-blk ul li input[type="radio"] input[type="radio"]:checked + label:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 2px;
                            width: 15px;
                            height: 15px;
                            border: 1px solid #333;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            border-radius: 50%;
                        }

                        .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"] {
                            position: absolute;
                            visibility: hidden;
                        }

                            .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:checked ~ .check {
                                border: 1px solid #5bc199;
                            }

                                .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:checked ~ .check::before {
                                    background: #5bc199;
                                }

                            .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:checked ~ label {
                                color: #5bc199;
                            }

                            .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:not(:checked) + label:before, .question-blk .service-list-blk ul li input[type="radio"]:checked + label:before {
                                opacity: 0;
                            }

                            .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:checked + label:after, .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:checked + label:after {
                                opacity: 0;
                            }

                            .question-blk .contact-blk ul li .sel-any-one ul li input[type="radio"]:checked + label:before {
                                opacity: 0;
                            }

                        .question-blk .contact-blk ul li .sel-any-one ul li.radio-bt .check {
                            display: block;
                            position: absolute;
                            border: 1px solid #aaa;
                            border-radius: 100%;
                            height: 25px;
                            width: 25px;
                            top: 0;
                            left: 16px;
                            z-index: 5;
                            transition: border .25s linear;
                            -webkit-transition: border .25s linear;
                        }

                        .question-blk .contact-blk ul li .sel-any-one ul li.radio-bt:hover .check {
                            border: 1px solid #333;
                        }

                        .question-blk .contact-blk ul li .sel-any-one ul li.radio-bt .check::before {
                            display: block;
                            font-family: robotobold;
                            position: absolute;
                            content: '';
                            border-radius: 100%;
                            height: 17px;
                            width: 17px;
                            top: 3px;
                            left: 3px;
                            margin: auto;
                            transition: background 0.25s linear;
                            -webkit-transition: background 0.25s linear;
                        }

            .question-blk .contact-blk ul li.alert {
            }

                .question-blk .contact-blk ul li.alert .label-txt {
                    color: #fd1e1e;
                }

                .question-blk .contact-blk ul li.alert input[type="text"] {
                    border: solid 1px #fd1e1e;
                }

                .question-blk .contact-blk ul li.alert .two-flds select {
                    border: solid 1px #fd1e1e;
                }

                .question-blk .contact-blk ul li.alert .sel-any-one ul li label {
                    color: #fd1e1e;
                }

                .question-blk .contact-blk ul li.alert .sel-any-one ul li label {
                    color: #fd1e1e;
                }

            .question-blk .contact-blk ul li .loading-flds {
                position: absolute;
                z-index: 15;
                right: 45px;
                top: 42px;
                text-align: center;
                padding: 0;
                font-size: 14px;
            }

                .question-blk .contact-blk ul li .loading-flds i {
                    font-family: FontAwesome;
                    color: #999;
                    font-size: 20px;
                    padding: 0;
                    margin: 0;
                }

            .question-blk .contact-blk ul li .fld-drop-arrow {
                position: absolute;
                z-index: 15;
                right: 25px;
                top: 43px;
                text-align: center;
                padding: 0;
                font-size: 14px;
            }

                .question-blk .contact-blk ul li .fld-drop-arrow i {
                    font-family: flaticon;
                    color: #999;
                    font-size: 12px;
                    padding: 0;
                    margin: 0;
                }

            .question-blk .contact-blk ul li .fld-down-arrow {
                position: absolute;
                z-index: 15;
                right: 45px;
                top: 45px;
                text-align: center;
                padding: 0;
                font-size: 14px;
            }

                .question-blk .contact-blk ul li .fld-down-arrow i {
                    font-family: flaticon;
                    color: #999;
                    font-size: 12px;
                    padding: 0;
                    margin: 0;
                }

            .question-blk .contact-blk ul li a.blk-button {
                display: block;
                padding: 15px;
                background-color: #e67a00;
                color: #fff;
                font-size: 15px;
                line-height: 22px;
                text-align: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            .question-blk .contact-blk ul li a.blk-button-brd {
                display: block;
                padding: 15px;
                border: solid 1px #e67a00;
                color: #e67a00;
                font-size: 15px;
                line-height: 22px;
                text-align: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            .question-blk .contact-blk ul li a.blk-button i {
                font-family: flaticon;
                margin: 0 5px 0 0;
                color: #fff;
            }

            .question-blk .contact-blk ul li .helptext {
                font-size: 12px;
                line-height: 14px;
                color: #666;
                font-weight: 400;
                margin: 0 0 4px 2px;
            }

    .question-blk .contact-blk .verification-blk {
        background-color: #fff;
        padding: 25px 35px;
        text-align: left;
    }

        .question-blk .contact-blk .verification-blk .user-txt {
            font-size: 16px;
            line-height: 20px;
            color: #333;
            padding: 0 0 10px 0;
        }

            .question-blk .contact-blk .verification-blk .user-txt b {
                color: #5cb85c;
            }

        .question-blk .contact-blk .verification-blk p {
            font-size: 13px;
            line-height: 22px;
            color: #666;
            padding: 0 0 10px 0;
            margin: 0px;
        }

            .question-blk .contact-blk .verification-blk p a {
                color: #366cce;
            }

        .question-blk .contact-blk .verification-blk .send-otp-blk {
            margin: 0 0 10px 0;
            padding: 10px 0 10px 20px;
            background-color: #f7f7f7;
        }

            .question-blk .contact-blk .verification-blk .send-otp-blk .send-title {
                font-size: 15px;
                line-height: 18px;
                color: #444;
                font-weight: 500;
            }

            .question-blk .contact-blk .verification-blk .send-otp-blk ul {
                margin: 0px;
                padding: 0px;
            }

                .question-blk .contact-blk .verification-blk .send-otp-blk ul li {
                    margin: 0px;
                    padding: 8px 0 8px 0;
                    list-style: none;
                    float: left;
                    background-color: #f7f7f7;
                }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li label {
                        font-family: Poppins;
                        display: block;
                        position: relative;
                        font-weight: 400;
                        font-size: 15px;
                        padding: 0px 25px 5px 32px;
                        margin: 0 auto;
                        height: auto;
                        z-index: 9;
                        cursor: pointer;
                        -webkit-transition: all 0.25s linear;
                        pointer-events: auto;
                        top: 1px;
                        color: #666;
                        left: 0px;
                        text-align: left;
                    }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:not(:checked) + label:before, .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"] input[type="radio"]:checked + label:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 2px;
                        width: 15px;
                        height: 15px;
                        border: 1px solid #333;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:not(:checked) + label:before, .question-blk .service-list-blk ul li input[type="radio"] input[type="radio"]:checked + label:before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 2px;
                        width: 15px;
                        height: 15px;
                        border: 1px solid #333;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"] {
                        position: absolute;
                        visibility: hidden;
                    }

                        .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:checked ~ .check {
                            border: 1px solid #5bc199;
                        }

                            .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:checked ~ .check::before {
                                background: #5bc199;
                            }

                        .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:checked ~ label {
                            color: #5bc199;
                        }

                        .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:not(:checked) + label:before, .question-blk .service-list-blk ul li input[type="radio"]:checked + label:before {
                            opacity: 0;
                        }

                        .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:checked + label:after, .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:checked + label:after {
                            opacity: 0;
                        }

                        .question-blk .contact-blk .verification-blk .send-otp-blk ul li input[type="radio"]:checked + label:before {
                            opacity: 0;
                        }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li.radio-bt .check {
                        display: block;
                        position: absolute;
                        border: 1px solid #aaa;
                        border-radius: 100%;
                        height: 25px;
                        width: 25px;
                        top: 7px;
                        left: 0px;
                        z-index: 5;
                        transition: border .25s linear;
                        -webkit-transition: border .25s linear;
                    }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li.radio-bt:hover .check {
                        border: 1px solid #333;
                    }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li.radio-bt .check::before {
                        display: block;
                        font-family: robotobold;
                        position: absolute;
                        content: '';
                        border-radius: 100%;
                        height: 17px;
                        width: 17px;
                        top: 3px;
                        left: 3px;
                        margin: auto;
                        transition: background 0.25s linear;
                        -webkit-transition: background 0.25s linear;
                    }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li a.orangebut {
                        display: block;
                        font-size: 13px;
                        color: #fff;
                        background-color: #f59d20;
                        text-decoration: none;
                        text-align: center;
                        padding: 5px 15px;
                        height: auto;
                        line-height: 16px;
                        letter-spacing: 0.5px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                    }

                    .question-blk .contact-blk .verification-blk .send-otp-blk ul li a.greybut {
                        display: block;
                        font-size: 13px;
                        color: #999;
                        background-color: #e4e4e4;
                        text-decoration: none;
                        text-align: center;
                        padding: 5px 15px;
                        height: auto;
                        line-height: 16px;
                        letter-spacing: 0.5px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                        cursor: not-allowed;
                    }

            .question-blk .contact-blk .verification-blk .send-otp-blk p {
                font-size: 13px;
                line-height: 20px;
                color: #666;
                padding: 0px;
                margin: 0px;
            }

            .question-blk .contact-blk .verification-blk .send-otp-blk.alert .send-title {
                color: #fd1e1e;
            }

            .question-blk .contact-blk .verification-blk .send-otp-blk.alert ul li label {
                color: #fd1e1e;
            }

        .question-blk .contact-blk .verification-blk .enter-veri-outer {
            padding: 0 0 10px 0;
        }

            .question-blk .contact-blk .verification-blk .enter-veri-outer .veri-no-txt {
                font-size: 14px;
                line-height: 22px;
                color: #333;
                padding: 0 0 10px 0;
            }

            .question-blk .contact-blk .verification-blk .enter-veri-outer ul {
                padding: 0 0 10px 0;
                margin: 0px;
            }

                .question-blk .contact-blk .verification-blk .enter-veri-outer ul li {
                    padding: 0 15px 0 0;
                    margin: 0px;
                    list-style: none;
                    float: left;
                }

                    .question-blk .contact-blk .verification-blk .enter-veri-outer ul li input[type="text"] {
                        width: 100px;
                        padding: 4px 8px;
                        height: 28px;
                    }

                    .question-blk .contact-blk .verification-blk .enter-veri-outer ul li a.greenbut {
                        display: block;
                        font-size: 13px;
                        color: #fff;
                        background-color: #5cb85c;
                        text-decoration: none;
                        text-align: center;
                        padding: 5px 15px;
                        height: auto;
                        line-height: 16px;
                        letter-spacing: 0.5px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                    }

                    .question-blk .contact-blk .verification-blk .enter-veri-outer ul li a.orangebut {
                        display: block;
                        font-size: 13px;
                        color: #fff;
                        background-color: #f59d20;
                        text-decoration: none;
                        text-align: center;
                        padding: 5px 15px;
                        height: auto;
                        line-height: 16px;
                        letter-spacing: 0.5px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                    }

                    .question-blk .contact-blk .verification-blk .enter-veri-outer ul li a.greybut {
                        display: block;
                        font-size: 13px;
                        color: #999;
                        background-color: #e4e4e4;
                        text-decoration: none;
                        text-align: center;
                        padding: 5px 15px;
                        height: auto;
                        line-height: 16px;
                        letter-spacing: 0.5px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                        cursor: not-allowed;
                    }

            .question-blk .contact-blk .verification-blk .enter-veri-outer.alert .veri-no-txt {
                color: #fd1e1e;
            }

            .question-blk .contact-blk .verification-blk .enter-veri-outer.alert ul li input[type="text"] {
                border: solid 1px #fd1e1e;
            }

            .question-blk .contact-blk .verification-blk .enter-veri-outer ul li.alert input[type="text"] {
                color: #fd1e1e;
            }

            .question-blk .contact-blk .verification-blk .enter-veri-outer .not-yet {
                font-size: 13px;
                line-height: 20px;
                color: #777;
                padding: 0;
            }

            .question-blk .contact-blk .verification-blk .enter-veri-outer p {
                font-size: 12px;
                line-height: 18px;
                color: #999;
                padding: 0 0 10px 0;
                margin: 0px;
            }

.question-blk .thankyou-outer {
    background-color: #fff;
    margin: 25px;
    padding: 20px;
}

    .question-blk .thankyou-outer .thnks-txt {
        background: url(../images/other/agreement.png) no-repeat 0px 4px;
        padding: 0 10px 10px 60px;
        text-align: left;
    }

        .question-blk .thankyou-outer .thnks-txt .thanks-title {
            font-size: 20px;
            line-height: 26px;
            color: #16af0e;
            padding: 0 0 5px 0
        }

        .question-blk .thankyou-outer .thnks-txt p {
            font-size: 13px;
            line-height: 20px;
            color: #888;
            padding: 0;
            margin: 0;
        }

    .question-blk .thankyou-outer .thankyou-promo {
        background-color: #f2f2f2;
        padding: 15px;
        text-align: left;
        margin: 5px 1% 5px 0;
        float: left;
        width: 49%;
    }

        .question-blk .thankyou-outer .thankyou-promo h3 {
            font-size: 16px;
            line-height: 22px;
            color: #333;
            padding: 0 0 5px 0;
        }

            .question-blk .thankyou-outer .thankyou-promo h3 a {
                font-size: 16px;
                line-height: 22px;
                color: #337ab7;
            }

        .question-blk .thankyou-outer .thankyou-promo .cat-list {
            padding: 0 0 5px 0;
        }

            .question-blk .thankyou-outer .thankyou-promo .cat-list ul {
                margin: 0px;
                padding: 0px;
            }

                .question-blk .thankyou-outer .thankyou-promo .cat-list ul li {
                    padding: 0 10px 0 15px;
                    margin: 0px;
                    list-style: none;
                    float: left;
                    background: url("../images/default/dot-arrow.png") no-repeat -2px 1px;
                    font-size: 13px;
                    line-height: 18px;
                    color: #777;
                }

        .question-blk .thankyou-outer .thankyou-promo .user-deta {
            font-size: 12px;
            line-height: 20px;
            color: #888;
        }

            .question-blk .thankyou-outer .thankyou-promo .user-deta i {
                font-family: flaticon;
                font-size: 12px;
                color: #bbb;
                margin: 0 4px 0 0;
            }


        .question-blk .thankyou-outer .thankyou-promo .phone-outer {
            float: left;
            width: 100%;
            margin: 4px 0 10px 0;
        }

            .question-blk .thankyou-outer .thankyou-promo .phone-outer ul {
                margin: 0px;
                padding: 0px;
            }

                .question-blk .thankyou-outer .thankyou-promo .phone-outer ul li {
                    margin: 0 5px 0 0;
                    padding: 0px;
                    list-style: none;
                    float: left;
                    font-size: 13px;
                    line-height: 18px;
                    color: #333;
                    position: relative;
                }

                    .question-blk .thankyou-outer .thankyou-promo .phone-outer ul li i {
                        font-family: flaticon;
                    }

                    .question-blk .thankyou-outer .thankyou-promo .phone-outer ul li a {
                        color: #333;
                        font-weight: 600;
                    }

            .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer {
                display: none;
                padding: 10px;
                position: absolute;
                width: 200px;
                z-index: 10;
                background-color: #fff;
                left: -132px;
                top: -160px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border: solid 1px #e4e4e4;
                -webkit-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                -moz-box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
                box-shadow: 2px 2px 5px 0px rgba(143,143,143,1);
            }

                .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer:after, .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer:before {
                    top: 100%;
                    left: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer:after {
                    border-color: rgba(255, 255, 255, 0);
                    border-top-color: #fff;
                    border-width: 10px;
                    margin-left: -10px;
                }

                .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer:before {
                    border-color: rgba(204, 204, 204, 0);
                    border-top-color: #ccc;
                    border-width: 11px;
                    margin-left: -11px;
                }

            .question-blk .thankyou-outer .thankyou-promo .phone-outer ul li:hover .information-outer {
                display: block;
            }

            .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer ul {
                margin: 0px;
                padding: 0px;
            }

                .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer ul li {
                    margin: 0 0 0 15px;
                    padding: 0 0 6px 5px;
                    list-style: decimal;
                    font-size: 13px;
                    line-height: 16px;
                    font-weight: normal;
                    color: #444;
                }

            .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer .close-txt {
                text-align: right;
                display: none;
            }

                .question-blk .thankyou-outer .thankyou-promo .phone-outer .information-outer .close-txt a {
                    text-decoration: none;
                    font-size: 12px;
                    line-height: 12px;
                    color: #000;
                    padding: 0px;
                    margin: 0px;
                }






.question-blk .contact-blk ul li .cityload {
    width: 93%;
    position: absolute;
    top: 71px;
    left: 10px;
    z-index: 10;
    background: #fff;
    border: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    padding-top: 5px;
    border-top: solid 1px #ddd;
    height: 200px;
    overflow-y: scroll;
}

    .question-blk .contact-blk ul li .cityload.twodrop {
        left: 36px;
        top: 72px;
        height: 78px;
        width: 89.4%;
    }

    .question-blk .contact-blk ul li .cityload .grouplt {
        padding: 8px 9px 0 10px;
        color: #ff837e;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .question-blk .contact-blk ul li .cityload ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        border-bottom: 1px solid #ddd;
        padding: 8px 9px;
        color: #555;
        cursor: pointer
    }

        .question-blk .contact-blk ul li .cityload ul li i {
            font-size: 11px;
            position: static;
            background: none
        }

        .question-blk .contact-blk ul li .cityload ul li a {
            color: #555;
            text-decoration: none;
            display: block;
            text-overflow: ellipsis
        }

        .question-blk .contact-blk ul li .cityload ul li.active, .question-blk .contact-blk ul li .cityload ul li:hover {
            background: #ff4242;
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            transition: all 0.1s ease;
            color: #fff
        }

            .question-blk .contact-blk ul li .cityload ul li:hover a, .question-blk .contact-blk ul li .cityload ul li.active a, .question-blk .contact-blk ul li .cityload ul li:hover a {
                color: #fff
            }

.progress-bar {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin: auto;
    position: relative;
    padding: 0 0 15px 0;
}

    .progress-bar .line {
        height: 4px;
        background: #e8e8e8;
        border-radius: 7px;
        position: relative;
    }

    .progress-bar .txt-count {
        font-size: 12px;
        position: absolute;
        color: #fff;
        right: -35px;
        z-index: 10;
        bottom: 9px;
    }

    .progress-bar > .line > span {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: #289738;
        border-radius: 10px;
    }

@keyframes animationLoaded {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.inside-popup {
    background-color: #f5f5f5;
}

    .inside-popup .progress-bar {
        display: flex;
        flex-direction: column;
        width: 60%;
        margin: 0 20%;
        position: relative;
        padding: 20px 10px;
        background-color: #f5f5f5;
    }

        .inside-popup .progress-bar .close-txt {
            position: absolute;
            right: -123px;
            top: 12px;
            z-index: 10;
        }

            .inside-popup .progress-bar .close-txt a {
                font-size: 16px;
                line-height: 16px;
                font-weight: 600;
                color: #fff;
                background-color: #333;
                display: block;
                padding: 4px 5px;
            }

        .inside-popup .progress-bar .line {
            height: 4px;
            background: #e8e8e8;
            border-radius: 7px;
            position: relative;
        }

        .inside-popup .progress-bar .txt-count {
            font-size: 12px;
            position: absolute;
            color: #666;
            right: -20px;
            z-index: 10;
            bottom: 14px;
            font-weight: 600;
        }

        .inside-popup .progress-bar > .line > span {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            background: #289738;
            border-radius: 10px;
        }

.close-wrapper-outer {
    padding: 20px;
}

    .close-wrapper-outer .closing-title {
        font-size: 24px;
        line-height: 32px;
        color: #000;
        font-weight: 500;
        text-align: center
    }

    .close-wrapper-outer .req-outer {
        margin: 20px 0 2px 0;
    }

        .close-wrapper-outer .req-outer a {
            display: block;
            padding: 12px 0;
            font-size: 15px;
            line-height: 22px;
            color: #3996ff;
            text-align: center;
            border: solid 1px #ccc;
        }

            .close-wrapper-outer .req-outer a:last-child {
                border-top: none;
                color: #fc2524;
            }

            .close-wrapper-outer .req-outer a:hover {
                background-color: #f2f2f2;
            }

/* category page media query starts here */
@media (min-width: 1025px) and (max-width: 1480px) {
    .question-blk {
        height: 50%;
    }

        .question-blk.popup-blk {
            height: 440px;
        }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .question-blk {
        height: 50%;
    }

        .question-blk.popup-blk {
            height: 440px;
        }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .question-blk.popup-blk {
        height: 440px;
    }

    .page-content-outer .expert-blk .single-blk {
        width: 22%;
    }

        .page-content-outer .expert-blk .single-blk figure {
            height: 140px;
        }

    .page-content-outer .more-experts-list ul li {
        width: 32%;
    }

    .single-listings-outer .one-single-listing .media .media-body h3.media-heading {
        line-height: 30px;
    }
}

@media only screen and (max-width : 768px) {
    .in-scroll .back-black-cover {
        background-color: #fff;
    }
    /* .question-blk .btn-blk{position:fixed;z-index:100;}	 */
    .question-blk {
        height: 53%;
        width: 90%;
    }

        .question-blk .questions {
            padding: 0 10px;
        }

    .in-scroll .back-black-cover .promo-category-back {
        background-color: #f7f7f7;
    }

    .in-scroll .back-black-cover .close-popup a {
        color: #000;
        z-index: 100;
    }

    .in-scroll .back-black-cover .promo-category-back .cat-head span, .in-scroll .back-black-cover .promo-category-back .cat-head h1, .in-scroll .back-black-cover .promo-category-back .sub-title {
        color: #000;
    }

    .list-position {
        display: none;
    }

    .question-blk .error-msg-show {
        position: fixed;
        bottom: 84px;
    }

    .modal.category-page-popup .modal-content {
        max-width: 100%;
    }

    .promo-category-back h1 {
        font-size: 24px;
    }

    .promo-category-back .sub-title {
        font-size: 14px;
        padding: 0 0 15px 0;
    }

    .modal.category-page-popup .title-txt h1 {
        font-size: 24px;
    }

    .modal.category-page-popup .title-txt .sub-title {
        font-size: 14px;
    }

    .question-blk .search-filter-out.fixed {
        width: 100%;
        top: 242px;
    }

    .question-blk.popup-blk .search-filter-out.fixed {
        width: 100%;
        top: 4px;
    }

    .question-blk .search-filter-out input[type="text"] {
        width: 100%;
        margin: 0px;
    }

    .page-content-outer .more-experts-list ul {
        height: 106px;
        overflow: hidden;
    }

        .page-content-outer .more-experts-list ul.fulheight {
            height: auto;
        }

        .page-content-outer .more-experts-list ul li {
            width: 49%;
            margin: 0 0 10px 0;
        }

        .page-content-outer .more-experts-list ul li {
            font-size: 13px;
            line-height: 16px;
        }

            .page-content-outer .more-experts-list ul li a {
                font-size: 13px;
                line-height: 16px;
            }

    .single-listings-outer .one-single-listing .media .media-left a img {
        width: 50px;
        height: 50px;
    }

    .single-listings-outer .one-single-listing .media .media-body .listing-outer {
        width: 100%;
    }

    .single-listings-outer .one-single-listing .media .media-body h3.media-heading {
        font-size: 16px;
        line-height: 20px;
        height: 22px;
    }

    .single-listings-outer .one-single-listing .star-blk ul li {
        float: none;
    }

        .single-listings-outer .one-single-listing .star-blk ul li .sulekha-score {
            margin: 8px 0 0 0;
        }

    .single-listings-outer .one-single-listing .service-type {
        margin: 0 0 5px 0;
        padding: 0px;
        font-size: 13px;
    }

    .single-listings-outer .one-single-listing .city-blk {
        font-size: 13px;
    }

    .single-listings-outer .one-single-listing p {
        font-size: 13px;
        line-height: 20px;
    }

    .page-content-outer .contant-title-outer {
        margin: 15px 0;
    }

        .page-content-outer .contant-title-outer h2 {
            font-size: 22px;
            line-height: 30px;
        }

    .page-content-outer .sort-by .switch-to-map-view {
        float: none;
    }

    .page-content-outer .selec-service-list {
        padding: 10px;
    }

        .page-content-outer .selec-service-list ul li {
            font-size: 12px;
        }

    .single-listings-outer .one-single-listing .media {
        padding: 10px 0 0 0;
    }

        .single-listings-outer .one-single-listing .media .media-body .rt-button-outer {
            width: 100%;
        }

    .single-listings-outer .one-single-listing .btn-outer {
        margin: 0px;
        text-align: left;
    }

        .single-listings-outer .one-single-listing .btn-outer ul li {
            margin: 0 0 10px 0;
        }

    .page-content-outer .astro-article-outer {
        margin: 0 10px;
    }

    .page-content-outer .provi-service {
        margin: 15px 0;
        padding: 15px 10px;
    }

        .page-content-outer .provi-service .ser-title-txt {
            font-size: 18px;
            line-height: 22px;
            padding: 0 0 5px 0;
        }

    .page-content-outer .expert-blk .single-blk {
        width: 22%;
    }

        .page-content-outer .expert-blk .single-blk figure {
            height: 110px;
        }

    .question-blk .thankyou-outer .thankyou-promo {
        width: 100%;
        margin: 5px 0 5px 0;
    }

    .page-content-outer .astro-article-outer .single-article figure {
        margin: 0px;
        width: 100%;
    }

    .page-content-outer .more-experts-list .more-vw {
        display: block;
        margin: 10px 0 0 0;
    }

        .page-content-outer .more-experts-list .more-vw .vmorewrp {
            position: relative;
            padding: 15px;
            text-align: center;
            display: block;
            margin: 0 0 15px 0;
        }

            .page-content-outer .more-experts-list .more-vw .vmorewrp .vmore {
                bottom: -27px;
                text-transform: uppercase;
                font-size: 11px;
                margin: 0 auto 25px auto;
                width: 100%;
                text-align: center
            }

                .page-content-outer .more-experts-list .more-vw .vmorewrp .vmore a {
                    color: #333;
                }

                .page-content-outer .more-experts-list .more-vw .vmorewrp .vmore .arrow-down {
                    width: 25px;
                    height: 25px;
                    display: block;
                    border: 1px solid rgba(170,170,170,.6);
                    border-radius: 50px;
                    background: #f7f7f7;
                    box-shadow: 0 0 0 1px #ededed;
                    cursor: pointer;
                    color: #999;
                    font-size: 18px;
                    text-align: center;
                    margin: 0 auto
                }

    .page-content-outer .expert-blkouter {
        height: 200px;
        overflow: hidden;
    }

    .page-content-outer .expert-blk {
        display: block;
        flex-wrap: wrap;
        margin: 15px 0 15px 5px;
        width: 100%;
        overflow-x: scroll;
        height: 220px;
    }

        .page-content-outer .expert-blk .innerblk-outer {
            display: flex;
            width: 2310px;
            overflow-x: scroll;
            flex-wrap: nowrap;
            overflow-y: hidden;
        }

        .page-content-outer .expert-blk .single-blk {
            width: 260px;
        }

    .content-a, .content-b, .content-c, .content-d, .content-e, .content-g, .content-m {
        height: auto;
        overflow-y: inherit;
    }

    .question-blk {
        width: 90%;
        height: 49%;
        overflow: hidden;
        position: relative;
    }

        .question-blk .btn-blk {
            bottom: 0px;
            position: absolute;
            left: 0px;
        }

        .question-blk .service-list-blk {
            width: auto;
        }

        .question-blk.popup-blk {
            height: auto;
        }

        .question-blk .search-filter-out.fixed {
            position: absolute;
            width: 100%;
            top: -4px;
        }

        .question-blk .search-filter-out {
            text-align: left;
            width: 100%
        }

        .question-blk .service-list-blk ul {
            margin: 0 0 90px 0;
            height: 300px;
            overflow-x: scroll;
        }

        .question-blk.popup-blk .service-list-blk ul {
            height: auto;
            overflow-x: inherit;
        }

        .question-blk .search-filter-out {
            width: 100%;
        }

            .question-blk .search-filter-out input[type="text"] {
                width: 95%;
                margin: 0 0 0 10px;
            }

        .question-blk .terms-condi {
            bottom: 0px;
        }

    .single-listings-outer .one-single-listing .phone-outer .information-outer {
        width: 200px;
        left: -51px;
        top: 23px;
    }

        .single-listings-outer .one-single-listing .phone-outer .information-outer .close-txt {
            display: block;
        }
}

@media (min-width: 414px) and (max-width: 766px) {
    .question-blk .contact-blk {
        width: 100%;
    }

    .question-blk .btn-blk {
        bottom: 0px;
        position: absolute;
        left: 0px;
    }

    .progress-bar {
        padding: 0 0 10px 0;
    }

    .promo-category-back .cat-head {
        margin: 5px 30px 0 20px;
    }

        .promo-category-back .cat-head h1, .promo-category-back .cat-head span {
            font-size: 20px;
        }

    .question-blk .questions {
        font-size: 16px;
        margin: 5px 5px 10px 5px;
        text-align: center;
    }

    .question-blk .service-list-blk ul li {
        padding: 8px 5px 10px 15px;
    }

        .question-blk .service-list-blk ul li label {
            font-size: 15px;
            font-weight: 500;
        }

        .question-blk .service-list-blk ul li .check {
            top: 10px;
            width: 22px;
            height: 22px;
        }

            .question-blk .service-list-blk ul li .check::before {
                font-size: 14px;
            }

    .promo-category-back .sub-title {
        padding: 5px 0 15px 0;
    }

    .in-scroll .back-black-cover .close-popup a {
        right: 10px;
        top: -5px;
    }

    .question-blk .contact-blk ul li input[type="text"] {
        width: 92%;
    }

    .question-blk .contact-blk.spl-height ul li input[type="text"] {
        width: 98%;
    }

    .question-blk .contact-blk ul li .cityload {
        width: 98%;
        z-index: 100;
    }

    .question-blk .contact-blk ul li .two-flds .phone-outer input[type="text"] {
        width: 56.5%;
    }

    .question-blk .contact-blk ul li .sel-any-one ul li {
        width: 98%;
    }

    .question-blk .contact-blk ul li textarea {
        width: 58%;
    }

    .question-blk .contact-blk ul li .two-flds .city-drop {
        width: 33%;
    }

    .question-blk .service-list-blk ul .tra-sel-outer .city-drop .down-arrow {
        right: 9%;
    }

    .question-blk .contact-blk ul li .two-flds .city-drop .down-arrow {
        top: 35px;
    }

    .page-content-outer .selec-service-list ul li {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .page-content-outer .expert-blk .single-blk {
        width: 100%;
    }

    .page-content-outer .more-experts-list ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-content-outer .astro-article-outer .single-article figure img {
        width: 100%;
    }

    .page-content-outer .astro-article-outer .single-article .inner-content {
        width: 100%;
    }

        .page-content-outer .astro-article-outer .single-article .inner-content h3 {
            margin: 10px 0 0 0;
            line-height: 16px;
        }

            .page-content-outer .astro-article-outer .single-article .inner-content h3 a {
                font-size: 14px;
            }

        .page-content-outer .astro-article-outer .single-article .inner-content p {
            font-size: 13px;
            line-height: 20px;
        }

    .single-listings-outer .one-single-listing .phone-outer .information-outer {
        width: 200px;
        left: -124px;
        top: 23px;
    }

    .single-listings-outer .one-single-listing .phone-outer ul li {
        font-size: 11px;
    }
}

@media (min-width: 330px) and (max-width: 413px) {
    .question-blk.popup-blk {
        height: auto;
    }

    .question-blk {
        height: 49%;
    }

        .question-blk .contact-blk {
            width: 100%;
        }

        .question-blk.popup-blk .btn-blk {
            bottom: -8px;
            position: fixed;
            left: 0px;
        }

    .progress-bar {
        padding: 0 0 10px 0;
    }

    .promo-category-back .cat-head {
        margin: 5px 30px 0 20px;
    }

        .promo-category-back .cat-head h1, .promo-category-back .cat-head span {
            font-size: 20px;
        }

    .question-blk .questions {
        font-size: 16px;
        margin: 5px 5px 10px 5px;
        text-align: center;
    }

    .question-blk .service-list-blk ul li {
        padding: 8px 5px 10px 15px;
    }

        .question-blk .service-list-blk ul li label {
            font-size: 15px;
            font-weight: 500;
        }

        .question-blk .service-list-blk ul li .check {
            top: 10px;
            width: 22px;
            height: 22px;
        }

            .question-blk .service-list-blk ul li .check::before {
                font-size: 14px;
            }

    .promo-category-back .sub-title {
        padding: 5px 0 15px 0;
    }

    .in-scroll .back-black-cover .close-popup a {
        right: 10px;
        top: -5px;
    }

    .question-blk .btn-blk {
        bottom: 0;
    }

    .question-blk .contact-blk ul li input[type="text"] {
        width: 92%;
    }

    .question-blk .contact-blk.spl-height ul li input[type="text"] {
        width: 98%;
    }

    .question-blk .contact-blk ul li .cityload {
        width: 57%;
        z-index: 100;
    }

    .question-blk .contact-blk ul li .two-flds .phone-outer input[type="text"] {
        width: 56.5%;
    }

    .question-blk .contact-blk ul li .sel-any-one ul li {
        width: 98%;
    }

    .question-blk .contact-blk ul li textarea {
        width: 97%;
    }

    .question-blk .error-msg-show {
        position: fixed;
        bottom: 0px;
    }

    .question-blk.popup-blk .error-msg-show {
        bottom: 75px;
    }

    .question-blk .contact-blk ul li .two-flds .city-drop {
        width: 25%;
    }

    .page-content-outer .selec-service-list ul li {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .page-content-outer .more-experts-list ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-content-outer .astro-article-outer .single-article figure img {
        width: 100%;
    }

    .page-content-outer .astro-article-outer .single-article .inner-content {
        width: 100%;
    }

        .page-content-outer .astro-article-outer .single-article .inner-content h3 {
            margin: 10px 0 0 0;
            line-height: 16px;
        }

            .page-content-outer .astro-article-outer .single-article .inner-content h3 a {
                font-size: 14px;
            }

        .page-content-outer .astro-article-outer .single-article .inner-content p {
            font-size: 13px;
            line-height: 20px;
        }

    .question-blk .contact-blk ul li .fld-drop-arrow, .question-blk .contact-blk ul li .flaticon-up-arrow {
        right: 8%;
    }

    .question-blk .contact-blk ul li .two-flds .city-drop .down-arrow {
        right: 6px;
        top: 35px;
    }

    .question-blk .contact-blk ul li .fld-down-arrow {
        right: 10%;
    }

    .single-listings-outer .one-single-listing .phone-outer .information-outer {
        width: 200px;
        left: -174px;
        top: 23px;
    }

    .single-listings-outer .one-single-listing .phone-outer ul li {
        font-size: 11px;
    }
}

@media only screen and (max-width: 325px) {
    .question-blk.popup-blk {
        height: auto;
    }

    .question-blk {
        height: 49%;
    }

        .question-blk .contact-blk {
            width: 100%;
        }

        .question-blk.popup-blk .btn-blk {
            bottom: -8px;
            position: fixed;
            left: 0px;
        }

    .progress-bar {
        padding: 0 0 10px 0;
    }

    .promo-category-back .cat-head {
        margin: 5px 30px 0 20px;
    }

        .promo-category-back .cat-head h1, .promo-category-back .cat-head span {
            font-size: 20px;
        }

    .question-blk .questions {
        font-size: 16px;
        margin: 5px 5px 10px 5px;
        text-align: center;
    }

    .question-blk .service-list-blk ul li {
        padding: 8px 5px 10px 15px;
    }

        .question-blk .service-list-blk ul li label {
            font-size: 15px;
            font-weight: 500;
        }

        .question-blk .service-list-blk ul li .check {
            top: 10px;
            width: 22px;
            height: 22px;
        }

            .question-blk .service-list-blk ul li .check::before {
                font-size: 14px;
            }

    .promo-category-back .sub-title {
        padding: 5px 0 15px 0;
    }

    .in-scroll .back-black-cover .close-popup a {
        right: 10px;
        top: -5px;
    }

    .question-blk .btn-blk {
        bottom: 0;
    }

    .question-blk .contact-blk ul li input[type="text"] {
        width: 92%;
    }

    .question-blk .contact-blk.spl-height ul li input[type="text"] {
        width: 98%;
    }

    .question-blk .contact-blk ul li .cityload {
        width: 57%;
        z-index: 100;
    }

    .question-blk .contact-blk ul li .two-flds .phone-outer input[type="text"] {
        width: 56.5%;
    }

    .question-blk .contact-blk ul li .sel-any-one ul li {
        width: 38%;
    }

    .question-blk .contact-blk ul li textarea {
        width: 97%;
    }

    .question-blk .error-msg-show {
        position: fixed;
        bottom: 0px;
    }

    .question-blk.popup-blk .error-msg-show {
        bottom: 75px;
    }

    .question-blk .contact-blk ul li .two-flds .city-drop {
        width: 25%;
    }

    .page-content-outer .selec-service-list ul li {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .page-content-outer .expert-blk .innerblk-outer {
        width: 1935px;
    }

    .page-content-outer .expert-blk .single-blk {
        width: 220px;
    }

    .page-content-outer .more-experts-list ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .page-content-outer .astro-article-outer .single-article figure img {
        width: 100%;
    }

    .page-content-outer .astro-article-outer .single-article .inner-content {
        width: 100%;
    }

        .page-content-outer .astro-article-outer .single-article .inner-content h3 {
            margin: 10px 0 0 0;
            line-height: 16px;
        }

            .page-content-outer .astro-article-outer .single-article .inner-content h3 a {
                font-size: 14px;
            }

        .page-content-outer .astro-article-outer .single-article .inner-content p {
            font-size: 13px;
            line-height: 20px;
        }

    .question-blk .contact-blk ul li .fld-drop-arrow, .question-blk .contact-blk ul li .flaticon-up-arrow {
        right: 8%;
    }

    .question-blk .contact-blk ul li .two-flds .city-drop .down-arrow {
        right: 6px;
        top: 35px;
    }

    .question-blk .contact-blk ul li .fld-down-arrow {
        right: 10%;
    }

    .single-listings-outer .one-single-listing .phone-outer ul li {
        font-size: 11px;
    }
}
/* category page media query end here */

/* new popup end here */

/* QR code css starts here */
.rt-cont-blk .qr-block {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .rt-cont-blk .qr-block figure {
        width: 135px;
        height: 135px;
    }

        .rt-cont-blk .qr-block figure img {
            width: 135px;
            height: 135px
        }

    .rt-cont-blk .qr-block p {
        font-size: 12px;
        padding: 10px 0 0 0;
        color: #666;
    }
/* QR code css end here */
/* rahu kalam block starts here */
.rahu-kalam-outer {
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 15px;
    background-color: #fff;
    margin: 0 0 20px 0;
}

    .rahu-kalam-outer h3.title-txt {
        font-family: robotoregular;
        font-size: 20px;
        line-height: 24px;
        color: #212121;
        padding: 0 0 15px 0;
    }

    .rahu-kalam-outer .rahu-table {
        border: solid 1px #e4e4e4;
        width: 100%;
    }

        .rahu-kalam-outer .rahu-table tr th {
            border: solid 1px #e4e4e4;
            padding: 10px;
            font-size: 15px;
            color: #1230AE;
            text-align: left;
            background-color: #FEFAE0;
            font-weight: 500;
        }

        .rahu-kalam-outer .rahu-table tr td {
            border: solid 1px #e4e4e4;
            padding: 10px;
            font-size: 15px;
            color: #666;
            text-align: left;
        }

.rt-cont-blk .rahu-kalam-outer {
    border: none;
    padding: 0 15px;
    background-color: #fff;
    margin: 0 0 20px 0;
}

    .rt-cont-blk .rahu-kalam-outer h3.title-txt {
        font-family: robotoregular;
        font-size: 20px;
        line-height: 24px;
        color: #212121;
        padding: 0 0 15px 0;
    }

    .rt-cont-blk .rahu-kalam-outer .rahu-table {
        border: solid 1px #e4e4e4;
        width: 100%;
    }

        .rt-cont-blk .rahu-kalam-outer .rahu-table tr th {
            border: solid 1px #e4e4e4;
            padding: 10px;
            font-size: 15px;
            color: #1230AE;
            text-align: left;
            background-color: #FEFAE0;
            font-weight: 500;
        }

        .rt-cont-blk .rahu-kalam-outer .rahu-table tr td {
            border: solid 1px #e4e4e4;
            padding: 10px;
            font-size: 15px;
            color: #666;
            text-align: left;
        }

@media only screen and (max-width: 768px) {
    .rahu-kalam-outer, .rt-cont-blk .rahu-kalam-outer {
        overflow: scroll;
    }
}
/* rahu kalam block end here */

 /* Badge page starts here */
.badge-page-outer {
    margin: 12px 0 0 0;
}

    .badge-page-outer .top-heading {
        background: url(https://usimg.sulekha.io/cdn/others/promotions/others_2024-12-02-07-12-19-946.jpg) left top no-repeat;
        background-size: cover;
        padding: 20px;
        margin: 0 0 20px 0;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 20px;
    }

        .badge-page-outer .top-heading .left-cont {
            width: 70%;
        }

            .badge-page-outer .top-heading .left-cont h1 {
                font-size: 36px;
                line-height: 40px;
                color: #fff;
                margin: 0px;
                padding: 20px 10px 10px 20px;
                font-weight: 600;
            }

            .badge-page-outer .top-heading .left-cont .sub-title {
                font-size: 18px;
                line-height: 28px;
                letter-spacing: 0.2px;
                color: #bababa;
                margin: 0px;
                padding: 10px 10px 10px 20px;
                font-weight: 400;
            }

            .badge-page-outer .top-heading .left-cont .main-badges {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: flex-start;
                column-gap: 20px;
                padding: 25px 0 0 20px;
            }

                .badge-page-outer .top-heading .left-cont .main-badges .single-badge {
                    width: 300px;
                    background-color: #192634;
                    padding: 15px 25px;
                    position: relative;
                    z-index: 5;
                    -webkit-border-radius: 5px;
                    -webkit-border-top-left-radius: 0;
                    -moz-border-radius: 5px;
                    -moz-border-radius-topleft: 0;
                    border-radius: 5px;
                    border-top-left-radius: 0;
                }

                    .badge-page-outer .top-heading .left-cont .main-badges .single-badge::after {
                        content: "";
                        position: absolute;
                        width: 32px;
                        height: 32px;
                        left: -4px;
                        top: -4px;
                        border-top: solid 5px #1967d2;
                        border-left: solid 5px #1967d2;
                        z-index: -1;
                    }

                    .badge-page-outer .top-heading .left-cont .main-badges .single-badge .badge-outer {
                        display: flex;
                        flex-direction: row;
                        justify-content: flex-start;
                        align-items: center;
                        font-size: 18px;
                        color: #fff;
                    }

                        .badge-page-outer .top-heading .left-cont .main-badges .single-badge .badge-outer img {
                            margin: 0 10px 0 0;
                        }

                    .badge-page-outer .top-heading .left-cont .main-badges .single-badge p {
                        font-size: 16px;
                        line-height: 22px;
                        color: #fff;
                        padding: 10px 0 0 0;
                        height: 150px;
                    }

        .badge-page-outer .top-heading .right-cont {
            width: 30%;
            text-align: right;
        }

            .badge-page-outer .top-heading .right-cont .img-outer {
                padding: 0 40px 0 0;
                z-index: 0;
            }

                .badge-page-outer .top-heading .right-cont .img-outer img {
                    z-index: 2;
                    position: relative;
                    height: 500px;
                }

                .badge-page-outer .top-heading .right-cont .img-outer .slider-thumb-wrap {
                    position: relative;
                }

                    .badge-page-outer .top-heading .right-cont .img-outer .slider-thumb-wrap .slider-thumb {
                    }

                        .badge-page-outer .top-heading .right-cont .img-outer .slider-thumb-wrap .slider-thumb::before {
                            position: absolute;
                            content: "";
                            left: 35%;
                            top: 20%;
                            width: 300px;
                            height: 300px;
                            background: #8883ec;
                            border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
                            will-change: border-radius, transform, opacity;
                            animation: sliderShape 5s linear infinite;
                            display: block;
                            -webkit-animation: sliderShape 5s linear infinite;
                        }

@keyframes sliderShape {
    0%,100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0,0,0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0,5px,0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0,0,0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0,-3px,0) rotateZ(0.01deg);
    }
}

.nri-container {
    padding: 0 15%;
}

    .nri-container .top-blk {
        padding: 0;
    }

        .nri-container .top-blk p {
            font-size: 20px;
            line-height: 30px;
            color: #666;
            text-align: center;
            margin: 0px;
            padding: 0;
        }

            .nri-container .top-blk p a.redbut {
                display: inline-flex;
                padding: 10px 15px;
                font-size: 16px;
                line-height: 16px;
                margin: 10px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border: solid 1px #dc2027;
                color: #dc2027;
            }

        .nri-container .top-blk .buts-outer {
            padding: 20px 0 0 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            column-gap: 20px;
        }

            .nri-container .top-blk .buts-outer a {
                display: inline-flex;
                padding: 15px 20px;
                font-size: 16px;
                line-height: 16px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .nri-container .top-blk .buts-outer a.redbut {
                    background-color: #dc2027;
                    color: #fff;
                }

                .nri-container .top-blk .buts-outer a.yellowbut {
                    background-color: #ff7a21;
                    color: #fff;
                }

    .nri-container .about-blk {
        background-color: #fff;
        padding: 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 20px;
        align-items: flex-start;
        border: solid 1px #e4e4e4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .nri-container .about-blk .lt-img {
        }

            .nri-container .about-blk .lt-img img {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

        .nri-container .about-blk .rt-con {
            width: calc(100% - 400px);
        }

            .nri-container .about-blk .rt-con h3.title-txt {
                font-size: 30px;
                line-height: 36px;
                color: #333;
                font-weight: 700;
                padding: 40px 15px 20px 15px;
                margin: 0px;
                text-align: center;
            }

            .nri-container .about-blk .rt-con p {
                font-size: 15px;
                line-height: 24px;
                color: #666;
                padding: 0 15px;
                margin: 0px;
            }

.customer-data {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 1px #e4e4e4;
    margin: 20px 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .customer-data .left-data {
        font-size: 16px;
        line-height: 20px;
        color: #333;
        text-align: right;
        width: 50%;
        padding: 10px;
    }

    .customer-data .right-data {
        text-align: left;
        display: flex;
        flex-direction: column;
        width: 50%;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border-left: dashed 1px #ccc;
    }

        .customer-data .right-data p {
            font-size: 13px;
            line-height: 15px;
            color: #666;
            text-align: left;
            padding: 0 0 4px 0;
        }

        .customer-data .right-data .with-btn {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: self-start;
            flex-wrap: nowrap;
            column-gap: 20px;
        }

            .customer-data .right-data .with-btn div {
                width: 50%;
            }

                .customer-data .right-data .with-btn div input[type="text"] {
                    width: 90%;
                    height: auto;
                    padding: 10px;
                }

                .customer-data .right-data .with-btn div span.alert-text {
                    display: block;
                    font-size: 12px;
                    color: red;
                }

            .customer-data .right-data .with-btn select {
                width: 48%;
                height: auto;
                border: solid 1px #ccc;
                appearance: auto;
                height: auto;
                padding: 10px;
            }

            .customer-data .right-data .with-btn a {
                display: inline-flex;
                padding: 10px 15px;
                font-size: 16px;
                line-height: 16px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border: solid 1px #dc2027;
                color: #dc2027;
            }

.nri-container h3.title-txt {
    font-size: 30px;
    line-height: 36px;
    color: #333;
    font-weight: 700;
    padding: 30px 15px 20px 15px;
    margin: 0px;
    text-align: center;
}

.packagemainwrp {
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.packagetitle {
    padding: 25px 0;
    font-size: 34px;
    color: var(--black);
    font-weight: 600;
}

.packagelstwrp {
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.6s cubic-bezier(.215,.61,.355,1);
    -o-transition: 0.6s cubic-bezier(.215,.61,.355,1);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
}

    .packagelstwrp:hover {
        -webkit-transform: translateY(-26px);
        -ms-transform: translateY(-26px);
        transform: translateY(-26px);
    }
    /**/
    .packagelstwrp .packagehd {
        text-align: center;
        margin-bottom: 10px;
        position: relative;
        border-bottom: solid 1px #ddd;
    }

        .packagelstwrp .packagehd .packagehdtitle {
            padding: 15px 15px 0px;
            font-size: 20px;
            color: #1b70e9;
            font-weight: 500;
            position: relative;
        }

            .packagelstwrp .packagehd .packagehdtitle .value-badge {
                position: absolute;
                top: 84px;
                left: 113px;
            }

            .packagelstwrp .packagehd .packagehdtitle .inputfield {
                display: inline-flex;
                align-items: center;
            }

                .packagelstwrp .packagehd .packagehdtitle .inputfield label {
                    font-size: 20px;
                }

                .packagelstwrp .packagehd .packagehdtitle .inputfield [type="radio"]:not(:checked) + label, .packagelstwrp .packagehd .packagehdtitle .inputfield [type="radio"]:checked + label {
                    left: 0;
                }

            .packagelstwrp .packagehd .packagehdtitle span {
                display: block;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 400;
                padding: 10px 0;
                color: #999;
            }
        /**/
        .packagelstwrp .packagehd .packageprice {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            color: #000;
            gap: 10px;
            padding: 0 0 15px;
        }

            .packagelstwrp .packagehd .packageprice em {
                color: #777;
            }

            .packagelstwrp .packagehd .packageprice b {
                font-size: 36px;
                font-weight: 700;
                color: #425066;
            }

            .packagelstwrp .packagehd .packageprice strong {
                font-size: 16px;
                font-weight: 700;
                color: #999;
                text-decoration: line-through
            }

            .packagelstwrp .packagehd .packageprice span {
                color: #777;
            }

            .packagelstwrp .packagehd .packageprice i {
                background-color: #08a182;
                font-weight: 500;
                position: relative;
                color: #fff;
                padding: 3px 5px;
                display: inline-block;
                margin-right: 5px
            }

                .packagelstwrp .packagehd .packageprice i:after {
                    position: absolute;
                    top: 0;
                    right: -10px;
                    display: inline-block;
                    content: '';
                    border-top: 10px dashed transparent;
                    border-bottom: 10px dashed transparent;
                    border-left: 10px dashed #08a182;
                }

        .packagelstwrp .packagehd .explain {
            font-size: 13px;
            line-height: 18px;
            color: #000;
            padding: 0 15px 15px 15px;
        }

            .packagelstwrp .packagehd .explain b {
                font-size: 15px;
            }

                .packagelstwrp .packagehd .explain b.red {
                    color: #d82c3b;
                }

                .packagelstwrp .packagehd .explain b.blue {
                    color: #4a8dcb;
                }

                .packagelstwrp .packagehd .explain b.yellow {
                    color: #e0bb37;
                }

.inputfield [type="radio"]:not(:checked), .inputfield [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

    .inputfield [type="radio"]:not(:checked) + label, .inputfield [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block; /* height:25px; */
        line-height: 25px;
        font-size: 1rem;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        left: 15px
    }

.inputfield [type="radio"] + label:before, .inputfield [type="radio"] + label:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    width: 22px !important;
    height: 22px !important;
    z-index: 0 !important;
    transition: .28s ease;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -ms-transition: .28s ease;
    -o-transition: .28s ease;
    background: var(--gray-c);
}

.inputfield [type="radio"]:not(:checked) + label:before, .inputfield [type="radio"]:not(:checked) + label:after, .inputfield [type="radio"]:checked + label:before, .inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:before, .inputfield [type="radio"].with-gap:checked + label:after {
    border-radius: 50%
}

.inputfield [type="radio"]:not(:checked) + label:before, .inputfield [type="radio"]:not(:checked) + label:after {
    border: 2px solid #d9d9d9
}

.inputfield [type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.inputfield [type="radio"]:checked + label:before {
    border: 2px solid transparent;
    background-color: var(--white);
}

.inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:before, .inputfield [type="radio"].with-gap:checked + label:after {
    border: 2px solid #6B5AD0
}

.inputfield [type="radio"]:checked + label:after, .inputfield [type="radio"].with-gap:checked + label:after {
    background-color: #6B5AD0;
    z-index: 0;
    content: ""
}

.inputfield [type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.inputfield [type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.inputfield [type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1)
}

.inputfield [type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0,0,0,0.26)
}

.inputfield [type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:not(:checked) + label:before, .inputfield [type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled + label {
    color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0,0,0,0.26)
}

.inputfield [type="radio"]:disabled:checked + label:after {
    background-color: rgba(0,0,0,0.26);
    border-color: #BDBDBD
}
/**/
.packagelstwrp .packagelist {
}

    .packagelstwrp .packagelist ul {
        margin: 0 15px;
        height: 360px;
    }

        .packagelstwrp .packagelist ul li {
            padding: 10px 0;
            background-repeat: no-repeat;
            background-position: right 12px;
            background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.193701 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7363 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM14.3 7.61L9.73 13.61C9.63685 13.731 9.51721 13.8291 9.38027 13.8967C9.24333 13.9643 9.09272 13.9996 8.94 14C8.78811 14.0008 8.63803 13.967 8.50115 13.9012C8.36426 13.8353 8.24418 13.7392 8.15 13.62L5.71 10.51C5.62924 10.4063 5.5697 10.2876 5.53479 10.1609C5.49988 10.0341 5.49027 9.90172 5.50652 9.77126C5.52277 9.64079 5.56456 9.5148 5.6295 9.40049C5.69444 9.28617 5.78126 9.18576 5.885 9.105C6.09453 8.94189 6.36026 8.8687 6.62375 8.90152C6.75421 8.91777 6.8802 8.95955 6.99452 9.02449C7.10884 9.08943 7.20924 9.17626 7.29 9.28L8.92 11.36L12.7 6.36C12.7801 6.25494 12.8801 6.16669 12.9943 6.10029C13.1086 6.03388 13.2347 5.99062 13.3657 5.97298C13.4966 5.95534 13.6297 5.96365 13.7574 5.99746C13.8851 6.03126 14.0049 6.08989 14.11 6.17C14.2151 6.25011 14.3033 6.35012 14.3697 6.46433C14.4361 6.57855 14.4794 6.70472 14.497 6.83565C14.5147 6.96658 14.5063 7.0997 14.4725 7.22742C14.4387 7.35514 14.3801 7.47494 14.3 7.58V7.61Z' fill='%231AA260'/%3E%3C/svg%3E%0A");
            font-size: 15px;
        }

.carecenterpackage .packagelstwrp.plan-a ul, .carecenter .packagelstwrp.plan-b ul {
    margin-bottom: 20px
}

.carecenterpackage .packagelstwrp.plan-d ul {
    margin-bottom: 147px
}

.carecenterpackage .packagelstwrp.plan-e ul {
    margin-bottom: 15px
}
/**/
.nannypackage .packagelstwrp.plan-a ul {
    margin-bottom: 60px
}

.nannypackage .packagelstwrp.plan-b ul, .nannypackage .packagelstwrp.plan-c ul {
    margin-bottom: 15px
}

.nannypackage .packagelstwrp.plan-d ul {
    margin-bottom: 147px
}

.nannypackage .packagelstwrp.plan-e ul {
    margin-bottom: 15px
}
/**/
.wantedpackage .packagelstwrp.plan-a ul {
    margin-bottom: 60px
}

.wantedpackage .packagelstwrp.plan-b ul {
    margin-bottom: 15px
}
/**/
.plan-a .inputfield [type="radio"]:checked + label:after, .plan-a .inputfield [type="radio"].with-gap:checked + label:before, .plan-a .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #FDBA17;
}

.plan-a .inputfield [type="radio"]:checked + label:after, .plan-a .inputfield [type="radio"].with-gap:checked + label:after {
    background: #FDBA17
}

.plan-a .inputfield [type="radio"]:checked + label {
    color: #FDBA17
}
/**/
.plan-b .inputfield [type="radio"]:checked + label:after, .plan-b .inputfield [type="radio"].with-gap:checked + label:before, .plan-b .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #2993FF;
}

.plan-b .inputfield [type="radio"]:checked + label:after, .plan-b .inputfield [type="radio"].with-gap:checked + label:after {
    background: #2993FF
}

.plan-b .inputfield [type="radio"]:checked + label {
    color: #2993FF
}
/**/
.plan-c .inputfield [type="radio"]:checked + label:after, .plan-c .inputfield [type="radio"].with-gap:checked + label:before, .plan-c .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #FD4060;
}

.plan-c .inputfield [type="radio"]:checked + label:after, .plan-c .inputfield [type="radio"].with-gap:checked + label:after {
    background: #FD4060
}

.plan-c .inputfield [type="radio"]:checked + label {
    color: #FD4060
}
/**/
.plan-d .inputfield [type="radio"]:checked + label:after, .plan-d .inputfield [type="radio"].with-gap:checked + label:before, .plan-d .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #1AA260;
}

.plan-d .inputfield [type="radio"]:checked + label:after, .plan-d .inputfield [type="radio"].with-gap:checked + label:after {
    background: #1AA260
}

.plan-d .inputfield [type="radio"]:checked + label {
    color: #1AA260
}
/**/
.plan-e .inputfield [type="radio"]:checked + label:after, .plan-e .inputfield [type="radio"].with-gap:checked + label:before, .plan-e .inputfield [type="radio"].with-gap:checked + label:after {
    border-color: #924CFF;
}

.plan-e .inputfield [type="radio"]:checked + label:after, .plan-e .inputfield [type="radio"].with-gap:checked + label:after {
    background: #924CFF
}

.plan-e .inputfield [type="radio"]:checked + label {
    color: #924CFF
}

.packagelstwrp.plan-a.active a, .packagelstwrp.plan-a:hover .packagelistfd a {
    background: #FD4060;
}

.packagelstwrp.plan-b.active a, .packagelstwrp.plan-b:hover .packagelistfd a {
    background: #FDBA17;
}

.packagelstwrp.plan-c.active a, .packagelstwrp.plan-c:hover .packagelistfd a {
    background: #2993FF;
}

.packagelstwrp.plan-d.active a, .packagelstwrp.plan-d:hover .packagelistfd a {
    background: #1AA260;
}

.packagelstwrp.plan-e.active a, .packagelstwrp.plan-e:hover .packagelistfd a {
    background: #924CFF;
}

.packagelstwrp.plan-a.active a, .packagelstwrp.plan-b.active a, .packagelstwrp.plan-c.active a, .packagelstwrp.plan-d.active a, .packagelstwrp.plan-e.active a {
    color: var(--white)
}
/**/
.packagelstwrp .packagelistfd {
    text-align: center;
    padding: 25px 15px;
    border: solid 1px var(--white);
    border-top-color: var(--grayddd)
}

    .packagelstwrp .packagelistfd a {
        border: 1px solid #ddd;
        border-radius: 50px;
        display: block;
        width: 100%;
        padding: 15px 10px;
        font-size: 18px;
        color: #666;
    }

.packagelstwrp:hover .packagelistfd a {
    color: #fff;
    background-color: #D8232A;
}

.tab {
    position: relative;
}

    .tab input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }


/* Accordion Menu */
.accordionmenu, .accordionmenu ul, .accordionmenu li, .accordionmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
}

.accordionmenu {
    padding: 15px;
    width: 100%;
    margin: 0;
}

    .accordionmenu p.faqpagr {
        border-bottom: solid 1px #ddd
    }

    .accordionmenu p {
        color: #666;
        font-size: 14px;
        line-height: 21px;
        padding: 0 0 10px;
    }

    .accordionmenu ul {
        border-top: 0;
    }

        .accordionmenu ul li {
            border-bottom: solid 1px #ddd;
            margin-bottom: 5px;
            padding: 0 0 3px;
        }

            .accordionmenu ul li:last-child {
                margin: 0;
                border-bottom: 0;
            }

            .accordionmenu ul li a {
                font-size: 16px;
                color: #333;
                display: block;
                padding: 10px 0;
                line-height: 1.3;
            }

                .accordionmenu ul li a:hover {
                    text-decoration: none;
                }

            .accordionmenu ul li.active a {
                color: #000
            }

            .accordionmenu ul li a i {
                float: right;
                color: #000;
                -webkit-transition: all .5s ease-in;
                -moz-transition: all .5s ease-in;
                -ms-transition: all .5s ease-in;
                -o-transition: all .5s ease-in;
                transition: all .5s ease-in;
                font-size: 16px;
            }

            .accordionmenu ul li.active a i {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }
        /* Sub menu */
        .accordionmenu ul div {
            padding: 5px 12px;
            display: none;
        }

        .accordionmenu ul li .acc {
            padding: 0;
        }

            .accordionmenu ul li .acc ol, .accordionmenu ul .acc ul {
                margin: 10px 0 0;
            }

                .accordionmenu ul li .acc ol li {
                    list-style: decimal !important;
                }

                .accordionmenu ul li .acc ol li, .accordionmenu ul li .acc ul li {
                    list-style-type: circle;
                    margin: 0 0 0 20px;
                    padding: 5px 0;
                    border-bottom: 0;
                    color: #666;
                }

                    .accordionmenu ul li .acc ul li a, .accordionmenu ul li .acc ol li a {
                        color: #d6380e;
                        background: none;
                        padding: 0;
                        display: inline;
                    }

        .accordionmenu ul .acc p a {
            display: inline-block;
            font-size: 14px;
            color: #009fff;
            padding: 0
        }
/* Accordion Menu */
.faqarea {
    padding: 80px 0;
    background: #f8faff;
    margin-bottom: 50px;
}

    .faqarea .faqsectionwarp {
        display: flex;
        flex-wrap: wrap;
    }

        .faqarea .faqsectionwarp .faqleft {
            flex: 0 0 auto;
            width: 33.33333333%;
            max-width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }

.faqcontentwrap {
    color: #222b40;
    padding: 0;
    position: sticky;
    top: 80px;
}

    .faqcontentwrap .faqtag {
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: .5px;
        text-transform: uppercase;
        background: #c91751;
        padding: 3px 10px;
        border-radius: 4px;
        color: #fff;
    }

    .faqcontentwrap .faqtitle {
        font-size: 32px;
        letter-spacing: 0.7px;
        text-transform: none;
        padding: 0 0 10px;
        font-weight: 900;
        line-height: 45px;
    }

    .faqcontentwrap .faqdesc {
        font-size: 16px;
        line-height: 30px;
    }

.faqarea .faqsectionwarp .faqcontent {
    flex: 0 0 auto;
    width: 66.66666667%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

    .faqarea .faqsectionwarp .faqcontent ul {
    }

        .faqarea .faqsectionwarp .faqcontent ul li {
            padding: 10px 20px;
            border-radius: 10px;
            border: 1px solid #B5B5C3;
            margin-bottom: 25px;
        }

            .faqarea .faqsectionwarp .faqcontent ul li:last-child {
                margin-bottom: 0
            }

            .faqarea .faqsectionwarp .faqcontent ul li a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                letter-spacing: 0.3px;
                gap: 10px;
                color: #212121;
                font-weight: 500
            }

                .faqarea .faqsectionwarp .faqcontent ul li a i {
                    float: none;
                    background: #CAC9D6;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-shrink: 0
                }

            .faqarea .faqsectionwarp .faqcontent ul li .acc ul {
                margin: 0
            }

                .faqarea .faqsectionwarp .faqcontent ul li .acc ul li {
                    border-radius: 0;
                    border: 0;
                    margin-bottom: 0
                }

                    .faqarea .faqsectionwarp .faqcontent ul li .acc ul li strong {
                        font-weight: 500
                    }

            .faqarea .faqsectionwarp .faqcontent ul li.active {
                background: #fff;
                filter: drop-shadow(10px 10px 0px #CAC9D6);
            }

    .faqarea .faqsectionwarp .faqcontent .accordionmenu b {
        padding-bottom: 15px;
        display: block;
        font-size: 18px;
        color: #c91751;
    }






@media (max-width: 1366px) {
    .nri-container {
        padding: 0 5%;
    }

    .packagelstwrp .packagehd .packagehdtitle .value-badge {
        left: 95px;
    }

    .badge-page-outer .top-heading .arrow-img {
        right: 135px;
    }

    .badge-page-outer .top-heading .left-cont {
        width: 60%;
    }

    .badge-page-outer .top-heading .right-cont {
        width: 40%;
    }

        .badge-page-outer .top-heading .right-cont .img-outer .slider-thumb-wrap .slider-thumb::before {
            left: 28%;
        }

    .badge-page-outer .top-heading .left-cont .main-badges .single-badge p {
        height: 185px;
    }
}

@media (min-width: 1023px) and (max-width: 1280px) {
    .packagelstwrp .packagehd .packagehdtitle .value-badge {
        left: 77px;
    }

    .badge-page-outer .top-heading .arrow-img {
        right: 100px;
    }

    .badge-page-outer .top-heading .left-cont {
        width: 60%;
    }

    .badge-page-outer .top-heading .right-cont {
        width: 40%;
    }

        .badge-page-outer .top-heading .right-cont .img-outer .slider-thumb-wrap .slider-thumb::before {
            left: 22%;
        }

    .badge-page-outer .top-heading .left-cont .main-badges .single-badge p {
        height: 185px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .nri-container {
        padding: 0 2%;
    }

    .badge-page-outer .top-heading .arrow-img {
        right: 24px;
    }

    .packagelstwrp .packagehd .packagehdtitle .value-badge {
        left: 50px;
    }

    .badge-page-outer .top-heading .left-cont .main-badges .single-badge p {
        height: 265px;
    }
}

@media (max-width: 768px) {
    .packagemainwrp {
        grid-template-columns: repeat(1, 1fr);
    }

    .nri-container {
        padding: 0 5%;
    }

    .badge-page-outer .top-heading .arrow-img {
        right: -35px;
    }

    .packagelstwrp .packagelist ul {
        height: auto;
    }

    .customer-data {
        flex-direction: column;
    }

        .customer-data .left-data, .customer-data .right-data {
            width: 100%;
            text-align: center;
        }

    .badge-page-outer .top-heading .left-cont {
        width: 100%;
    }

    .badge-page-outer .top-heading .right-cont {
        display: none;
    }

    .badge-page-outer .top-heading .left-cont .main-badges {
        flex-direction: column;
    }

    .badge-page-outer .top-heading .left-cont h1 {
        font-size: 30px;
    }

    .badge-page-outer .top-heading .left-cont .main-badges .single-badge {
        margin: 0 0 20px 0;
    }

    .nri-container .about-blk .lt-img {
        display: none;
    }

    .nri-container .about-blk .rt-con {
        width: 100%
    }

        .nri-container .about-blk .rt-con h3.title-txt {
            padding: 15px;
        }

        .nri-container .about-blk .rt-con p {
            padding: 0 15px 15px 15px;
        }

    .customer-data .right-data .with-btn {
        flex-direction: column;
    }

        .customer-data .right-data .with-btn div {
            width: 100%;
            text-align: left;
            padding: 0 0 10px 0;
        }

        .customer-data .right-data .with-btn select {
            width: 100%;
        }

        .customer-data .right-data .with-btn div input[type="text"] {
            width: 93%;
        }

        .customer-data .right-data .with-btn a {
            display: flex;
            justify-content: center;
        }

    .badge-page-outer .top-heading .left-cont .main-badges .single-badge p {
        height: auto;
    }

    .packagelstwrp .packagehd .packagehdtitle .value-badge {
        left: 70px;
    }

    .faqarea .faqsectionwarp .faqleft {
        width: 100%;
    }

    .faqcontentwrap {
        position: static;
    }

    .faqarea .faqsectionwarp .faqcontent {
        width: 100%;
    }

    .faqarea {
        padding: 20px 0;
        margin-bottom: 20px;
    }
}
/* Badge page end here */
/* badge listing starts here */
.badge-listing-rt {
    position: relative;
}

    .badge-listing-rt .badge-rt {
        position: absolute;
        right: 0;
        top: -20px;
        z-index: 10;
        background-color: #F4F6FF;
        padding: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }

        .badge-listing-rt .badge-rt ul {
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .badge-listing-rt .badge-rt ul li {
                padding: 0 5px 0 0;
                text-align: center;
            }

                .badge-listing-rt .badge-rt ul li img {
                    width: 25px;
                    height: 25px;
                }

                .badge-listing-rt .badge-rt ul li .badge-txt {
                    font-size: 11px;
                    line-height: 11px;
                    color: #000;
                    font-weight: 600;
                }

@media (max-width: 768px) {
    .badge-listing-rt .badge-rt {
        right: none;
        left: 0;
        top: 35px;
    }
}
/* badge listing end here */