* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    background: #fafafa;
    color: #0d1d31;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
}

pre,
code {
    direction: ltr;
    background: url(../images/code-bg.png);
    font: 11px/19px'andale mono', 'lucida console', monospace;
    padding: 3px;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 0 0 20px 0;
    color: #666;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    color: #24272c;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

textarea,
input,
select {
    border: 1px solid #ccc;
    background: #fff;
    font-size: inherit;
}

textarea {
    overflow: auto;
    width: 100%;
}

textarea,
input {
    padding: 5px;
    outline: none;
}

select {
    padding: 2px;
}

option {
    padding: 0 4px;
}

dl,
ol,
ul {
    margin: 0;
}

input[type=button],
button {
    padding: 4px;
    cursor: pointer;
    vertical-align: middle;
}

input.text_input,
textarea.textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
input[type="search"],
input[type="color"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="range"],
input[type="time"],
input[type="week"],
select {
    border: 2px solid #A6A2A2;
    background-color: #fff;
    color: #515151;
    padding: 8px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: inherit;
}

textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=file]:hover,
input[type=search]:hover,
input[type=color]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=month]:hover,
input[type=range]:hover,
input[type=time]:hover,
input[type=week]:hover,
select:focus {
    background-color: #F5F5F5;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=search]:focus,
input[type=color]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=range]:focus,
input[type=time]:focus,
input[type=week]:focus,
select:focus {
    background-color: #fff;
}

.button,
a.button,
a.more-link,
#main-content input[type="submit"],
.form-submit #submit,
#login-form .login-button,
.widget-feedburner .feedburner-subscribe,
input[type="submit"],
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
    width: auto;
    position: relative;
    padding: 5px 12px;
    display: inline-block;
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.button:hover,
a.button:hover,
a.more-link:hover,
#main-content input[type="submit"]:hover,
.form-submit #submit:hover,
#login-form .login-button:hover,
.widget-feedburner .feedburner-subscribe:hover,
input[type="submit"]:hover,
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress input[type=submit]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover,
a.bp-title-button:hover {
    background-color: #777 !important;
    text-decoration: none;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #F88C00;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
.header-toparea {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #f75d34;
}

.logo {
    display: inline-block;
    float: left;
    height: inherit;
    text-align: left;
    width: auto;
    position: relative;
}

.mobile-nav {
    /* position: relative; */
    /* float: left; */
}

.logo img {
    width: auto;
    height: 30px;
}

.logo>a {
    display: table-cell;
    vertical-align: middle;
}

.top-search-holder {
    position: relative;
}

.top-search-holder input[type="search"] {
    border: 0;
    border-left: 1px solid rgba(36, 39, 44, .1);
    padding: 0 80px 0 20px;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background: #f7f7f7;
    color: #24272c;
    font-size: 14px;
    height: 48px;
    line-height: 18px;
    margin: 0;
    width: 100%;
    float: none;
}

.top-search-holder button[type="submit"] {
    display: inline-block;
    position: absolute;
    right: 0;
    border: 0;
    width: 60px;
    height: 48px;
    cursor: pointer;
    background: #24272c;
    top: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    bottom: 0;
}

.top-right-col {
    display: table;
    width: 100%;
    height: 100%;
    text-align: right;
}

.top-right-col>ul {
    display: table-cell;
    vertical-align: middle;
}

.top-right-col>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.top-right-col>ul>li:first-child {
    display: none;
    margin-left: 0;
}

.top-right-col>ul li a:hover {
    color: rgba(36, 39, 44, .7);
    text-decoration: none;
}

.languagedropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    background-size: 20px 25px;
    border: 1px solid rgba(36, 39, 44, .3);
    font-size: 14px;
    color: #24272c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    height: auto;
    padding: 2px 20px 2px 9px;
    line-height: normal;
    width: 75px;
}

.languagedropdown::-ms-expand {
    display: none;
}

.login-btn {
    vertical-align: middle;
}

.login-btn:before {
    content: "\e922";
    font-family: icomoon;
    font-weight: 400;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.login-btn:after {
    margin-left: 5px;
    vertical-align: middle;
}

.top-right-col .dropdown-menu.show {
    display: block;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 7px;
}

.top-right-col .dropdown-menu.show li {
    border-bottom: 1px solid #d5d6d5;
    padding: 9px 2px 9px 9px;
    vertical-align: middle;
    margin: 0;
    color: #24272c;
    font-size: 12px;
    display: block;
    width: 100%;
}

.top-right-col .dropdown-menu.show li:last-child {
    border-bottom: 0;
}

.top-right-col .dropdown-menu.show li a {}

.header-bottomarea {
    border-top: 1px solid rgba(36, 39, 44, .1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(36, 39, 44, .1);
    box-shadow: 0 3px 6px 0 rgba(36, 39, 44, .1);
    min-height: 48px;
}


/* Main Nav  */
#top-menu {}

#top-menu .main-menu {
    margin-left: 10px;
}

#top-menu ul {
    margin: 0;
}

#top-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    height: 48px;
    margin: 0 5px;
}

#top-menu ul li:last-child {
    margin: 0 0 0 5px;
}

#top-menu ul li:last-child .menu-sub-content {}

#top-menu ul li:first-child {
    margin: 0 5px 0 0;
}

#top-menu ul li:first-child {
    margin: 0 10px 0 0;
}

#top-menu ul li a {
    display: inline-block;
    position: relative;
    line-height: 45px;
    color: #24272ceb;
    font-weight: 600;
    border-top: 3px solid transparent;
    font-size: 13px;
}

#top-menu ul li:hover>a,
#top-menu ul li.current-menu-item>a {
    border-top: 3px solid #f75d34;
}

#top-menu ul ul li:hover>a,
#top-menu ul ul li.current-menu-item>a {
    border-top: 0;
}

#top-menu ul li.menu-item-has-children a {
    padding-right: 15px;
}

#top-menu ul li i.fa,
#slide-out ul li i.fa,
#mobile-menu li.menu-item-home a:before {
    margin-right: 5px;
}

#top-menu ul li.current-menu-item .menu-sub-content a,
#top-menu ul li.current-menu-item .menu-sub-content a:hover,
#top-menu ul li.current-menu-parent .menu-sub-content a,
#top-menu ul li.current-menu-parent .menu-sub-content a:hover,
#top-menu ul li.current_page_parent .menu-sub-content a,
#top-menu ul li.current_page_parent .menu-sub-content a:hover,
#top-menu ul li.current-page-ancestor .menu-sub-content a,
#top-menu ul li.current-page-ancestor .menu-sub-content a:hover,
#top-menu ul li.current-menu-item .menu-sub-content ul,
#top-menu ul li.current-menu-parent .menu-sub-content ul,
#top-menu ul li.current_page_parent .menu-sub-content ul,
#top-menu ul li.current-page-ancestor .menu-sub-content ul {
    top: 0;
}

#top-menu ul ul li.current-menu-item a,
#top-menu ul ul li.current-menu-item a:hover,
#top-menu ul ul li.current-menu-parent a,
#top-menu ul ul li.current-menu-parent a:hover,
#top-menu ul ul li.current_page_parent a,
#top-menu ul ul li.current_page_parent a:hover,
#top-menu ul ul li.current-page-ancestor a,
#top-menu ul ul li.current-page-ancestor a:hover {}

#top-menu ul ul ul.sub-menu,
#top-menu ul ul li.current-menu-item ul,
#top-menu ul ul li.current_page_parent ul,
#top-menu ul ul li.current-menu-parent ul,
#top-menu ul ul li.current-page-ancestor ul {
    top: -1px;
}

#top-menu .menu-sub-content {
    position: absolute;
    margin: 0;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-92deg);
    transform: rotateX(-92deg);
    -webkit-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-transition: transform .8s, opacity .4s;
    transition: transform .8s, opacity .4s;
    width: 192px;
    background: #fff;
    border: 1px solid rgba(36, 39, 44, .15);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#top-menu ul ul li:hover>ul {
    display: block;
    -webkit-animation: tieFadeInDown .2s ease-in;
    -moz-animation: tieFadeInDown .2s ease-in;
    animation: tieFadeInDown .2s ease-in;
}

#top-menu ul li.current-menu-item ul,
#top-menu ul li.current-menu-parent ul,
#top-menu ul li.current_page_parent ul,
#top-menu ul li.current-page-ancestor ul {
    top: 52px;
}

#top-menu ul ul li,
#top-menu ul ul li:first-child {
    width: 100%;
    border: 0 none;
    height: auto !important;
    margin: 0 !important;
    border-bottom: 1px solid #24272c1f;
}

#top-menu ul ul ul {
    right: auto;
    left: 100%;
    top: 0;
    z-index: 210;
}

#top-menu ul ul a {
    border: 0 none;
    background: none;
    height: auto !important;
    line-height: 1.5em !important;
    padding: 11px 15px;
    display: block;
    margin-right: 0;
    z-index: 210;
    font-weight: 400;
}

#top-menu ul li.current-menu-item ul a,
#top-menu ul li.current_page_parent ul a,
#top-menu ul li.current-menu-parent ul a,
#top-menu ul li.current-page-ancestor ul a {}

#top-menu ul ul li:hover {
    background: #f0f1f2;
}

#top-menu ul li:hover>ul {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 1000;
}

#top-menu ul li.menu-item-has-children:after {
    position: absolute;
    right: 0px;
    top: 50%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #24272ceb;
}

#top-menu ul ul li.menu-item-has-children:after {
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin-right: 0.5em;
    border: transparent;
    border-right: 1px solid #24272c80;
    border-top: 1px solid #24272c73;
    margin-top: -4px;
}

#top-menu:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}


/* Page section  */
.page-section {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.padding-15-20-20 {
    padding: 10px 10px 10px;
}

#heading-desc {
    margin: 0;
}

#heading-desc h1 {
    color: #24272c;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 7px;
}

.breadcrumbs {
    position: relative;
    font-size: 11px;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
}

.breadcrumbs ul {
    margin: 0;
}

.breadcrumbs li {
    float: left;
    color: #24272c61;
}

.breadcrumbs li a {
    color: #24272c;
}

.breadcrumbs .breadcrumb-item.active {
    color: #24272c61;
}

.breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.star-rating {
    display: block;
    position: relative;
}

.star-rating .stars {
    color: #ffa236;
    display: inline-block;
}

.star-rating .rating-desc {
    display: inline-block;
    font-size: 12px;
    color: #24272c7a;
}

.heading-desc-show {
    margin-top: 10px;
    color: #24272cb8;
}

.heading-desc-show p {
    margin: 0;
}

.viewmore-button,
.viewmore-button:hover {
    display: block;
    padding: 10px 10px;
    border-top: 1px solid #24272c29;
    color: #2176ae;
    font-weight: 600;
}

.viewmore-button i {
    margin-left: 5px;
    vertical-align: middle;
}

#collapsemore {
    margin-top: 10px;
    color: #24272cb8;
}

#collapsemore h2 {
    font-size: 18px;
    color: #24272c;
    font-weight: 500;
    margin-bottom: 10px;
}

#collapsemore .table-details {}

.table-details table {
    width: 100%;
    font-size: 13px;
}

.table-details table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-details table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-details table tr td,
.table-details table tr th {
    width: 50%;
    color: #24272cb3;
    border: 1px solid rgba(36, 39, 44, .15);
    padding: 10px 10px;
    display: table-cell;
    vertical-align: inherit;
}

.table-details table thead tr th {
    background: #fafafa;
    padding: 8px 10px;
    color: #24272c;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title {
    font-size: 18px;
    color: #24272c;
    font-weight: 500;
    margin-bottom: 10px;
}

#band-select .bootstrap-select>.dropdown-toggle {
    border: 1px solid rgba(36, 39, 44, .3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 12px;
}

#band-select .bootstrap-select>.dropdown-toggle:focus {
    box-shadow: none;
    outline: none !important;
    -webkit-box-shadow: none;
}

#band-select .bs-searchbox .form-control {
    height: 36px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ddd;
}

#band-select .bs-searchbox .form-control:focus {
    border: 1px solid #80bdff;
    box-shadow: none;
}

#band-select .bootstrap-select {
    float: right;
    width: 100%;
}

#band-select .bootstrap-select .dropdown-menu li a span.text {
    font-size: 14px;
}

.article-row {
    margin-top: 8px;
    margin-bottom: 20px;
}

.list-view {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    margin-bottom: 18px;
}

.product-image {}

.product-image img {
    width: 100%;
    height: auto;
    background: #fafafa;
}

.product-desc {
    padding: 10px 10px 15px;
}

.product-desc .product-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-desc .product-title a:hover {
    color: #f75d34;
}

.product-desc .price {
    font-size: 15px;
    margin: 5px 0 0;
    line-height: normal;
    font-weight: 500;
    color: #24272dd6;
}

.product-desc .price sup {

    top: -.5em;
}

.product-desc .price .estimated-price {
    display: block;
    color: #6c757dd6;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 18px;
}

.dotlist {

    position: relative;

    display: block;

    width: 100%;

    margin-top: 5px;
}

.dotlist:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}

.dotlist ul {

    margin: 0;
}

.dotlist ul li {
    float: left;
    color: #6c757dd6;
    font-size: 13px;
}

.dotlist ul li+li::before {
    display: inline-block;
    padding: 0 5px;
    content: ".";
    font-weight: 800;
}

.buy-button {

    display: block;

    width: 100%;

    margin-top: 12px;
}

.buy-button a {
    background-color: transparent;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
    padding: 12px 15px;
    border: 1px solid #f75d34;
    color: #435469;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #f75d34;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.buy-button a:hover {

    background: #f75d34;

    border-color: #f75d34;

    color: #ffffff;
}

.city-icon {
    border: 1px solid rgba(36, 39, 44, .15);
    display: block;
}

.col-lg-2:nth-child(-n+6) .city-icon {
    margin-bottom: 20px;
}

.city-icon a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.city-icon i {
    height: 65px;
    line-height: 65px;
    font-size: 65px;
    color: rgba(36, 39, 44, .5);
}

.city-icon span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #24272c;
    margin-top: 9px;
}

.question-list {
    margin-top: 15px;
}

.question-list>ul>li {
    border-bottom: 1px solid rgba(36, 39, 44, .15);
    padding: 10px 10px;
}

.question-list>ul>li:last-child {
    border-bottom: 0;
}

.question-list ul {
    margin: 0;
}

.question-list>li {
    border-bottom: 1px solid rgba(36, 39, 44, .15);
}

.question-list li .author-summary {

    color: rgba(36, 39, 44, .5);

    font-size: 12px;

    margin-bottom: 7px;
}

.question-list li .author-summary .name {

    color: #24272c;

    font-weight: 400;

    text-transform: capitalize;
}

.question-list li h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #24272c;
    white-space: normal;
    margin: 0;
    display: block;
    margin-bottom: 0px;
}

.question-list li h3 a {
    padding: 0;
    color: #24272c;
    font-weight: 400;
    margin-bottom: 10px;
}

.question-list li h3 a:before {
    content: "Q.";
    font-weight: 500;
    margin-right: 5px;
}

.question-list li .authorans {
    background: #fafafa;
    border-radius: 4px;
    margin-left: 10px;
    padding: 7px 15px 49px;
    position: relative;
}

.question-list li .viewans {
    color: #24272c;
    font-weight: 100;
    display: block;
    margin-bottom: 8px;
    width: 100%;
}

.question-list li .viewans .usericon {
    vertical-align: middle;
    position: absolute;
    left: -12px;
}

.question-list li .viewans .usericon img {
    background: #9c9da0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    vertical-align: top;
    margin: 0;
}

.question-list li .detlist {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.question-list li .detlist ul {}

.question-list li .detlist li {

    float: left;

    color: #6c757dd6;
}

.question-list li .detlist li+li:before {
    display: inline-block;
    padding: 0px 5px;
    content: ".";
    font-weight: 800;
}

.question-list li .detlist li:first-child {

    color: #24272d;
}

.question-list li #answer {
    color: #24272c;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.question-list li #answer a {

    color: #2176ae;
}

.answertagbtn {
    background: #fafafa;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid rgba(36, 39, 44, .1);
    padding: 0 15px;
    color: #2176ae;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.answertagbtn i {

    margin-right: 9px;
}

.view-icon {
    margin-top: 14px;
    position: relative;
}

.view-icon .usericon {

    display: inline-block;

    margin-right: 6px;

    vertical-align: 1px;
}

.view-icon .usericon i {
    background: #9c9da0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    vertical-align: top;
    font-size: 10px;
    line-height: 20px;
}

.view-icon .usericon i:last-child {
    font-size: 4px;
    line-height: 20px;
    margin-left: -8px;
}

.view-icon span {

    position: relative;

    display: inline-block;
}

.user-comment {
    margin: 20px 0 0 0;
}

.user-comment i {

    background: #e3e3e3;

    width: 38px;

    height: 38px;

    line-height: 32px;

    color: #fff !important;

    display: inline-block;

    text-align: center;

    border: 2px solid #e3e3e3;

    border-radius: 50%;

    font-size: 22px;

    margin: 0 10px 0 0;

    float: left;
}

.user-comment .answer {}

.user-comment textarea {
    border-radius: 20px;
    height: 40px;
    line-height: 1.4;
    outline: 0;
    padding: 10px 20px;
    resize: none;
    background: #f0f1f2;
    border: none;
    font-size: 14px;
    transition: all .3s ease;
    width: 80%;
}

.user-comment.large textarea {
    width: calc(100% - 48px);
    margin-bottom: 8px;
    border-radius: 4px;
    height: 80px;
    transition: all .3s ease;
}

.user-comment button.postansbtn {
    padding: 0 20px;
    font-weight: 500;
    margin: 0 0 0 48px;
    background: #f75d34;
    color: #fff;
    font-size: 17px;
    line-height: 47px;
    height: 48px;
    width: 100%;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    max-width: 320px;
    display: none;
}

.user-comment.large button.postansbtn {
    display: block;
}

.section-title.padding {
    padding: 10px 10px 0;
}

.researchul {
    display: block;
    text-align: center;
}

.researchul a {
    display: inline-block;
}

.researchul a p {
    margin: 10px 0 0;
    line-height: 1.4;
}

.researchul a span {
    background: url(../images/tab_sprire.png) no-repeat;
    width: 65px;
    height: 65px;
    background-position: -326px 0;
    display: inline-block;
    font-size: 1px;
    line-height: 0;
    vertical-align: middle;
    margin: 0 auto;
    background-size: auto 133px;
}

.researchul a span.offersdiscount {
    background-position: -457px 0;
}

.researchul a span.dealersicon {
    background-position: -392px -68px;
}

.researchul a span.servicecener {
    background-position: -392px 0;
}

.researchul a span.carbody {
    background-position: -651px 0;
}

.footer {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.footer-toparea {

    padding: 30px 0;
}

.trafic_col {

    text-align: center;
    overflow: hidden;
    word-wrap: break-word;

}

.trafic_col i {
    font-size: 44px;
    color: #24272c;
    display: inline-block;
    float: none;
}

.right-col {
    margin-top: 5px;
    display: contents;
}

.trafic_col i:after {
    content: "";
    overflow: hidden;
    margin-right: 8px;
}

.trafic_col span {
    font-size: 22px;
    line-height: 1;
    color: #24272c;
    margin-bottom: 0;
    font-weight: 600;
}

.footer-widget {
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding: 25px 0;
}

.footer-widget .widget-title {
    font-size: 12px;
    font-weight: 500;
    color: #24272c;
    margin: 13px 0 10px;
}

.widget-nav-menu {}

.widget-nav-menu li {
    display: block;
    padding: 6px 0;
}

.widget-nav-menu li a {

    color: rgba(36, 39, 44, .5);
}

.trafic_col p {
    margin: 0;
    color: #24272c80;
}

.app-link {}

.app-link a {

    /* display: inline-block; */
}

.app-link a img {

    width: 100%;

    height: auto;
}

.social-links {

    margin-top: 20px;
}

.social-links span {

    margin-bottom: 10px;

    display: block;
}

.social-links ul {}

.social-links li {

    float: left;

    margin-right: 15px;

    position: relative;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a {}

.social-links li a i {

    font-size: 20px;

    color: rgba(36, 39, 44, .5);
}

.footer-bottomarea {

    border-top: 1px solid rgba(0, 0, 0, .12);
}

.copyright {

    font-size: 12px;

    color: rgba(36, 39, 44, .5);

    margin-top: 9px;
}

.sidebar-widget {

    -webkit-box-shadow: 0 1px 3px rgba(36, 39, 44, .15);

    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);

    -webkit-border-radius: 2px;

    border-radius: 2px;

    background: #fff;

    margin-bottom: 20px;
}

.sidebar-content {

    padding: 10px 15px 15px;

    position: relative;
}

.tab-content .article-row {

    margin-top: 20px;

    margin-bottom: 20px;
}

.tab-content .list-view {

    margin-bottom: 20px;

    box-shadow: none;

    -webkit-box-shadow: none;

    background: transparent;
}

.tab-content .product-desc {

    padding: 0;
}

.tab-content .product-desc .price {
    font-size: 14px;
    margin: 5px 0 0;
    line-height: normal;
    font-weight: 500;
}

.tab-content .product-desc .product-title {

    font-size: 15px;
}

.more-btm-link {

    display: block;

    width: 100%;

    border-top: 1px solid #ddd;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    padding: 10px 15px;

    color: #2176ae;

    font-weight: 500;

    background: #fff;

    z-index: 1;

    margin-top: 30px;
}

.title-secondary {

    font-weight: 500;

    font-size: 18px;

    margin-bottom: 10px;
}

.tabs-widget {}

.tabs-widget .nav-fill {

    display: table;

    table-layout: fixed;

    width: 100%;
}

.tabs-widget .nav-fill a.nav-item {
    position: relative;
    background: transparent;
    border: 0;
    margin: 0;
    border-radius: inherit;
    display: table-cell;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1;
    padding-left: inherit;
    padding-right: inherit;
    border-bottom: 1px solid rgba(36, 39, 44, .15);
}

.tabs-widget .nav-fill a.nav-item.active {

    color: #f75d34;
}

.tabs-widget .nav-fill a.nav-item.active:after {
    background: #f75d34;
}

.tabs-widget .nav-fill a.nav-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: 0 0;
}

.tabs-widget .tab-content {
    border: 0;
    /* position: relative; */
}

.tabs-widget .tab-content .tab-pane {

    border: 0;
}

ul.quickLinks {}

ul.quickLinks li {}

ul.quickLinks li a {

    position: relative;

    width: calc(100% - 40px);

    padding: 15px 16px 15px 0;

    border-bottom: 1px solid rgba(36, 39, 44, .15);

    width: 100%;
}

ul.quickLinks li:last-child a {
    border-bottom: none;
}

ul.quickLinks li a:after {
    border: 1px solid rgba(36, 39, 44, .5);
    border-width: 0 0 1px 1px;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    right: 20px;
    top: 22px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.select-brands {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.select-brands .cols-4:nth-child(3n) a {

    border-right: 1px solid rgba(36, 39, 44, .1);
}

.select-brands .cols-4:nth-child(1) a,
.select-brands .cols-4:nth-child(2) a,
.select-brands .cols-4:nth-child(3) a {
    border-top: 1px solid rgba(36, 39, 44, .1);
}

.select-brands a {

    text-align: center;

    border-bottom: 1px solid rgba(36, 39, 44, .1);

    border-left: 1px solid rgba(36, 39, 44, .1);
}

.select-brands a img {

    width: 100%;

    height: auto;
}

.toggle-mobile {

    font-size: 20px;

    color: rgba(36, 39, 44, .7) !important;

    vertical-align: super;

    position: relative;

    float: left;

    top: 1px;

    width: auto;

    margin-right: 10px;

    cursor: pointer;
}

.toggle-mobile i {}

.right-mob {}

.right-mob ul {}

.right-mob ul li {

    position: relative;

    float: right;

    margin-right: 0;
}

.right-mob ul li:last-child {
    margin-right: 15px;
}

.searchicon {

    height: 32px;

    width: 32px;

    border-radius: 50%;

    background: #f75d34;

    text-align: center;

    line-height: 35px;

    color: #fff;
}

.searchicon i {}

.langprofile {

    border: 1px solid #24272c;

    border-radius: 50%;

    position: relative;

    width: 32px;

    text-align: center;

    height: 32px;

    line-height: 29px;

    margin: 0 10px 0 0;
}

.langprofile .langname {

    text-transform: capitalize;

    font-size: 12px;
}

.langprofile .downarrow {

    display: block;

    border-radius: 50%;

    box-shadow: 0 1px 4px 0 rgba(36, 39, 44, .4);

    height: 16px;

    width: 16px;

    position: absolute;

    top: 8px;

    background: #fff;

    right: -10px;
}

.langprofile .downarrow:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(36, 39, 44, .87);
    content: "";
    position: absolute;
    right: 4px;
    top: 6px;
}

.pop-city {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-top: 15px;
}

.cols-4 {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.cols-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/* Main Nav  */

#main-nav {
    margin: 0 auto;
    min-height: 52px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(36, 39, 44, .15);
    box-shadow: 0 2px 1px 0 rgba(36, 39, 44, .15);
    overflow: auto;
}

#main-nav .container,
#main-nav-uber .container {
    position: relative;
}

#main-nav .main-menu {}

#main-nav ul li {
    /* font-size: 13px; */
    position: relative;
    display: inline-block;
    float: left;
    border-width: 0 0 0 1px;
    padding: 0 15px;
}

#main-nav ul li:first-child {
    padding-left: 0;
}

#main-nav ul>li.current_page_item>a,
#main-nav ul>li>a:hover {
    border-bottom: 3px solid #f75d34;
}

#main-nav ul li:last-child a {
    border-right-width: 0;
}

#main-nav ul li a {
    display: inline-block;
    height: 52px;
    position: relative;
    color: #24272ceb;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    line-height: 50px;
    text-transform: uppercase;
}

#main-nav ul ul li a {
    text-transform: unset;
    padding: 10px 12px;
    font-size: 14px;
    color: #24272c;
    font-weight: 400;
}

#main-nav ul ul li:hover a {}

#main-nav ul li i,
#slide-out ul li i.fa,
#mobile-menu li.menu-item-home a:before {
    margin-right: 5px;
    width: 20px;
}

#main-nav ul li.menu-item-has-children a,
#main-nav ul li.mega-menu a {}

#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current_page_parent a,
#main-nav ul li.current_page_parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover {}

#main-nav ul li.current-menu-item .menu-sub-content a,
#main-nav ul li.current-menu-item .menu-sub-content a:hover,
#main-nav ul li.current-menu-parent .menu-sub-content a,
#main-nav ul li.current-menu-parent .menu-sub-content a:hover,
#main-nav ul li.current_page_parent .menu-sub-content a,
#main-nav ul li.current_page_parent .menu-sub-content a:hover,
#main-nav ul li.current-page-ancestor .menu-sub-content a,
#main-nav ul li.current-page-ancestor .menu-sub-content a:hover,
#main-nav ul li.current-menu-item .menu-sub-content ul,
#main-nav ul li.current-menu-parent .menu-sub-content ul,
#main-nav ul li.current_page_parent .menu-sub-content ul,
#main-nav ul li.current-page-ancestor .menu-sub-content ul {
    top: 0;
}

/* SubList Arrow */

#main-nav ul li.menu-item-has-children:after,
#main-nav ul li.mega-menu:after {
    border-top-color: #ddd;
}

#main-nav ul ul li.menu-item-has-children:after {
    border-left-color: #ddd;
}

#main-nav ul>li.menu-item-has-children:hover>a:after,
#main-nav ul>li.mega-menu:hover>a:after {}

#main-nav ul ul li.current-menu-item a,
#main-nav ul ul li.current-menu-item a:hover,
#main-nav ul ul li.current-menu-parent a,
#main-nav ul ul li.current-menu-parent a:hover,
#main-nav ul ul li.current_page_parent a,
#main-nav ul ul li.current_page_parent a:hover,
#main-nav ul ul li.current-page-ancestor a,
#main-nav ul ul li.current-page-ancestor a:hover {
    border-width: 1px !important;
}

/* Remove Arrows from the Sub Sub Menus */

#main-nav ul ul>li.menu-item-has-children:hover>a:after,
#main-nav ul ul>li.mega-menu:hover>a:after,
#main-nav ul li .mega-menu-block ul.sub-menu:before {
    display: none;
}

#main-nav ul>li.current-menu-item.menu-item-has-children:hover>a:after,
#main-nav ul>li.current_page_parent.menu-item-has-children:hover>a:after {
    top: 45px;
}

#main-nav ul ul.sub-menu {}

#main-nav ul ul ul.sub-menu,
#main-nav ul ul li.current-menu-item ul,
#main-nav ul ul li.current_page_parent ul,
#main-nav ul ul li.current-menu-parent ul,
#main-nav ul ul li.current-page-ancestor ul {
    top: -2px;
}

#main-nav ul .mega-menu-block ul ul.sub-menu,
#main-nav ul .mega-menu-block ul li.current-menu-item ul,
#main-nav ul .mega-menu-block ul li.current_page_parent ul,
#main-nav ul .mega-menu-block ul li.current-menu-parent ul,
#main-nav ul .mega-menu-block ul li.current-page-ancestor ul {
    top: 0;
}

#main-nav .menu-sub-content {
    padding: 0;
    z-index: 205;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0px auto;
    -webkit-animation: tieFadeInDown .2s ease-in;
    -moz-animation: tieFadeInDown .2s ease-in;
    animation: tieFadeInDown .2s ease-in;
    border-top: 3px solid #f75d34;
}

body.hc-nav-open:after {

    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 99;
}

#main-nav ul li.current-menu-item ul,
#main-nav ul li.current-menu-parent ul,
#main-nav ul li.current_page_parent ul,
#main-nav ul li.current-page-ancestor ul {
    top: 52px;
}

#main-nav ul ul li,
#main-nav ul ul li:first-child {
    width: 100%;
    border: 0 none;
    border-bottom: aliceblue;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 0;
}

#main-nav ul ul ul,
#main-nav ul li .mega-menu-block ul.sub-menu {
    border-top: 0 none;
}

#main-nav ul ul li:first-child,
#main-nav ul li.current-menu-item ul li:first-child,
#main-nav ul li.current_page_parent ul li:first-child,
#main-nav ul li.current-menu-parent ul li:first-child {
    border-top: 0 none !important;
}

#main-nav ul ul ul {
    right: auto;
    left: 100%;
    top: 0;
    z-index: 210;
}

#main-nav ul ul a,
#main-nav .mega-menu-block a {
    border: 0 none;
    height: auto;
    line-height: 1.5em;
    padding: 7px;
    display: block;
    margin-right: 0;
    z-index: 210;
}

#main-nav .mega-menu-block a.mega-menu-link {
    padding: 0;
    margin-top: 10px;
}

#main-nav ul li.current-menu-item ul a,
#main-nav ul li.current_page_parent ul a,
#main-nav ul li.current-menu-parent ul a,
#main-nav ul li.current-page-ancestor ul a {}

/* Top Level links */

#main-nav ul>li.current_page_item>a,
#main-nav ul>li:hover>a {}

/* Sub Level links */

#main-nav ul ul li:hover>a {
    border-bottom: none;
    background: #fafafa;
}

#main-nav ul li:hover>ul,
#main-nav ul li:hover>.mega-menu-block {}

#main-nav ul li:hover>ul ul {
    border-top: none;
}

#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
    height: 52px;
}

/* Home Icon */

#main-nav ul li.menu-item-home a {}

#main-nav ul li.menu-item-home.current-menu-item a {}

#main-nav ul li.menu-item-home:after {
    display: none;
}

#main-nav ul li.menu-item-home ul li a,
#main-nav ul ul li.menu-item-home a,
#main-nav ul li.menu-item-home ul li a:hover {
    background-color: transparent !important;
    text-indent: 0;
    background-image: none !important;
    height: auto !important;
    width: auto;
}

/* Mega Menus */

#main-nav ul li.mega-menu .mega-menu-block {
    z-index: 9999;
}

#main-nav ul li.mega-menu .mega-menu-block img {
    max-width: 100%;
    height: auto;
}

#main-nav ul li.mega-menu .post-thumbnail,
#main-nav ul li.mega-menu .post-thumbnail a,
#main-nav ul li .mega-menu-block .tie-date i.fa {
    margin: 0;
    padding: 0;
}


/* Mega Links */

#main-nav ul li.mega-menu.mega-links .mega-menu-block {
    padding-right: 0;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block .sub-menu-columns-item {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column {
    float: left;
    border: 0 none;
    margin-bottom: 10px;
    padding-right: 25px;
    width: 50%;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column:after {
    display: none;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head {
    padding: 10px 0;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Mega Links 3 columns */

#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
    width: 33.333%;
}

/* Mega Links 4 columns */

#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
    width: 25%;
}

/* Mega Links 5 columns */

#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
    width: 20%;
}

/* Mega Categories */

#main-nav ul li.mega-menu.mega-cat .mega-menu-block {
    padding: 0;
}

#main-nav .mega-cat-wrapper {
    clear: both;
}

#main-nav ul ul.sub-menu.mega-cat-more-links {
    width: 100%;
    margin: 10px 0;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li {
    float: left;
    width: 29.333333%;
    margin: 0 2% !important;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li ul li {
    float: none;
    width: 100%;
    margin: 0 !important;
}

.mega-cat-sub-categories {
    float: left;
    width: 20%;
    padding-top: 20px;
}

#main-nav ul li.cat-active a {}

#main-nav .mega-cat-content-tab {

    display: none;
    overflow: hidden;
    padding: 15px 0;

}

#main-nav .mega-cat-content-tab a {
    cursor: default;
}

#main-nav .mega-cat-content-tab.already-loaded a {
    cursor: pointer;
}

#main-nav .mega-cat-content {}

#main-nav .mega-cat-content.mega-cat-sub-exists {
    width: 80%;
    position: relative;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post {
    float: left;
    padding-right: 20px;
    width: 25%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .already-loaded .mega-menu-post {
    opacity: 1;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post a {
    border: 0 none;
    padding: 0;
}

/* Clear */

#main-nav ul ul.sub-menu.mega-cat-more-links:after {
    content: ' ';
    display: block;
    clear: both;
}


/* Mega Featured - Recent */

#main-nav .mega-recent-featured-list {
    width: 25%;
    margin-right: 3%;
    float: left;
}

#main-nav .mega-recent-post {
    float: left;
    width: 37%;
    margin-right: 3%;
}

#main-nav ul li.mega-menu.mega-recent-featured .mega-menu-block .mega-recent-post a {
    border: 0 none;
    padding: 0;
}

#main-nav .mega-check-also {
    float: left;
    width: 60%;
}

#main-nav ul .mega-check-also li {
    width: 50% !important;
    float: left !important;
    padding: 8px 0 !important;
    margin-bottom: 8px !important;
}

#main-nav ul .mega-check-also li:nth-child(2n+3) {
    clear: left;
}

#main-nav .menu-item-has-children .mega-check-also {
    width: 32%;
}

#main-nav ul .menu-item-has-children .mega-check-also li {
    width: 100% !important;
    float: none !important;
}

#main-nav .mega-menu-block .mega-check-also a.mega-menu-link {
    display: inline;
    margin-top: 0;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail {
    margin-right: 10px;
    float: left;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail img {
    max-width: 90px;
    height: auto;
}

#main-nav ul li.menu-item-has-children:after,
#main-nav ul li.mega-menu:after,
.top-menu ul li.menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #35383c;
}

#main-nav ul ul li.menu-item-has-children:after {
    border-left-color: #ddd;
}

#main-nav ul ul li.menu-item-has-children:after,
#main-nav ul ul li.mega-menu:after,
.top-nav .top-menu ul ul li.menu-item-has-children:after {
    border: 4px solid transparent;
    border-left-color: #35383c;
}

#main-nav ul li.menu-item-has-children:after,
#main-nav ul li.mega-menu:after {
    border-top-color: #35383c;
}

#main-nav .mega-menu-post {}

#main-nav .mega-menu-post ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    position: relative;
}

#main-nav .mega-menu-post ul li {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

#main-nav .mega-menu-post ul .vstag {

    width: 25px;
    height: 25px;
    background: #24272c;
    border: 1px solid rgba(36, 39, 44, .15);
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    margin-left: -12px;
    font-size: 12px;

}

#main-nav .mega-menu-post ul li:last-child {}

#main-nav .mega-menu-post ul li img {

    width: 100%;

    height: auto;
}

#main-nav .mega-menu-post ul li .mega_post_title {

    font-size: 15px;
    margin: 10px 0;
    font-weight: 500;

}

#main-nav .mega-menu-post ul li .price {

    font-size: 13px;

}

#main-nav .mega-cat-content-tab.already-loaded .mega-menu-post li>a {
    padding: inherit;
    display: contents;
}

#main-nav .mega-menu-post ul li .price i {
    width: inherit;
}

#main-nav .mega-cat-content-tab.already-loaded .mega-menu-post .buy-button a {
    border: 1px solid #f75c34;
    color: #f75c34;
}

#main-nav .mega-cat-content-tab.already-loaded .mega-menu-post .buy-button a:hover {
    border: 1px solid #f75c34;
    color: #fff;
}

#main-nav .mega-menu-post .buy-button {
    text-align: center;
}

.car-desc {

    position: relative;
}

.car-desc h1 {

    font-size: 23px;

    font-weight: 500;

    display: block;
}

.car-img {}

.car-img img {

    width: 100%;

    height: auto;
}

.price {

    font-size: 14px;

    font-weight: 500;

    margin-top: 0px;

    display: inline-block;
}

.price a {

    color: #2176ae;

    font-weight: 400;

    font-size: 13px;
}

.exshowroom {

    color: #24272c7a;

    font-weight: 400;

    font-size: 12px;
}

.exshowroom .hover {}

.buy-reverse {

    display: inline-block;

    vertical-align: bottom;

    margin-left: 10px;
}

.buy-reverse a {

    background-color: #f75d34;

    line-height: 1;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    font-size: 13px;

    padding: 12px 15px;

    border: 1px solid #F75D35;

    color: #435469;

    -webkit-border-radius: 2px;

    border-radius: 2px;

    color: #fff;

    font-weight: 500;

    text-align: center;
}

.buy-reverse a:hover {

    background-color: transparent;

    color: #f75d34;
}

.share-btn {

    position: absolute;

    top: 0;

    right: 0;

    color: #969696;
}

.btn-div {}

.btn-div i {}

.share-btn .dropdown-menu {

    padding: 10px 14px;
}

.share-btn .dropdown-menu span {

    display: block;

    margin-bottom: 10px;
}

.share-btn .dropdown-menu i {}

.share-btn .dropdown-menu ul {}

.share-btn .dropdown-menu ul li {

    position: relative;

    float: left;

    margin-right: 15px;
}

.share-btn .dropdown-menu ul li i {

    color: #667fc7;

    font-size: 28px;
}

.share-btn .dropdown-menu ul li:last-child i {
    color: #7fcff7;
}

.mobi-btm {

    border-top: 1px solid rgba(36, 39, 44, .1);

    padding-top: 10px;

    margin-top: 10px;
}

.mobi-btm ul {}

.mobi-btm li {

    float: left;

    margin-right: 10px;

    width: calc(100% - 46px);

    text-align: center;
}

.mobi-btm li:last-child {
    margin-right: 0;
    width: 35px;
    float: right;
}

.mobi-btm li i {}

.mobi-btm li a {

    background-color: #f75d34;

    color: #fff;

    padding: 10px 10px;

    -moz-animation: dcbBtnOpen 3s 1 2s;

    -webkit-animation: dcbBtnOpen 3s 2s 1;

    animation: dcbBtnOpen 3s 2s 1;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    font-weight: 500;

    line-height: 1;

    width: 100%;
}

.section-titles {
    margin-bottom: 12px;
    font-size: 23px;
    font-weight: 500;
    margin-top: 13px;
}

.table-detailss {
    margin-top: 15px;
}

.table-detailss table {
    font-size: 13px;
    border: 1px solid rgba(36, 39, 44, 0.07);
}

.table-detailss table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}


.table-detailss table tr td,
.table-detailss table tr th {
    width: 33.33%;
    color: #24272cb3;
    border-bottom: 1px solid rgba(20, 22, 25, 0.07);
    padding: 10px 10px;
    display: table-cell;
    vertical-align: inherit;
}

.table-detailss table thead tr th {
    background: #fafafa;
    padding: 8px 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(36, 39, 44, .5);
    font-size: 12px;
}

#car_move {
    width: 100%;
    background-image: url("../images/illustration.png");
    background-repeat: no-repeat;
    height: 65px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.cars {
    position: absolute;
    left: 10;
    width: 65px;
    background-image: url("../images/sedan.svg");
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 32px;
}
.list_variants {}

.list-first {
    padding-left: 30px;
    padding-right: 0;
}

.list-first h2 {
    color: #24272c;
    font-size: 18px;
}

.list-first .kmpl {
    font-size: 13px;
    color: rgba(36, 39, 44, .5);
}

.list-sec {
    vertical-align: middle;
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}

.list-sec span {
    font-weight: 500;
    font-size: 18px;
}

.list-sec a {
    color: #2176ae;
    font-size: 12px;
    font-weight: 500;
}

.list-third {
    padding-left: 30px;
}

.list-third .buy-button {

    margin-top: 5px;
}

.list-fourth {}

.styled_checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    text-align: center;
    margin-top: 14px;
    height: 20px;
    width: 20px;
    margin-left: 20px;
}

.styled_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: default;
    transition: default;
}

.styled_checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.styled_checkbox input:checked~.checkmark {
    background-color: #f75d34;
}

.styled_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.styled_checkbox input:checked~.checkmark:after {
    margin-left: 8px;
    margin-top: 4px;
    content: "";
}

.styled_checkbox .checkmark:after {
    left: 0;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /* content: ""; */
    display: block;
    margin: 0;
}

.list_variants {}

.list_variants li {

    border-bottom: 1px solid #dedfe0;

    padding: 20px 0;

    width: 100%;
}
.checkboxFive {
  position: relative;
  float: right;
  padding: 0 30px 0 0;
  margin-top: 10px;
}

.checkboxFive input {
   display:none;
 }

.checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 20px;
  background: #eee;
  border: 1px solid #e0dfdf;
  margin: 0;
  border-radius: 3px;
  float: right;
}

.checkboxFive label:hover {
    background: #ccc;
    border-color: #b9b9b9;
}

.checkboxFive label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 11px;
  height: 4px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.checkboxFive label:hover::after {
}

.checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.checkboxFive input[type=checkbox]:checked + label {
    background: #f75c34;
    border-color: #f75c34;
}
.checkboxFive span {float: left;margin-right: 20px;color: #a7a7a7;font-weight: 400;font-size: 12p;}
.n_title {
	
color: #24272c;
	
font-weight: 500;
	
font-size: 24px;
	
margin-bottom: 15px;
	
padding: 15px 20px 0;
	
line-height: 1;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).change_veriant {
        border: 1px solid rgba(36, 39, 44, .3);
        width: 100%;
}
.change_veriant.bootstrap-select>.dropdown-toggle {
	
padding: 10px;
}
.kmdriven {
	
margin-top: 30px;
	
margin-bottom: 30px;
	
width: 80%;
}
.kmdriven .heading {
	
font-size: 16px;
	
color: #24272c;
	
display: block;
	
margin-bottom: 8px;
}
.kmdriven .heading span {
	
float: right;
}
.kmdriven .btnwpr {
	
display: block;
	
width: 100%;
	
overflow: hidden;
}
.kmdriven .btnwpr li.sprtbtn {
	
display: inline-block;
	
float: left;
	
overflow: hidden;
}

.kmdriven .btnwpr li.sprtbtn input {
	
cursor: pointer;
	
width: 58px;
	
height: 40px;
	
background: 0 0;
	
border: none;
	
position: absolute;
	
opacity: 0;
}
.kmdriven .btnwpr li.sprtbtn label {
	
width: 58px;
	
height: 40px;
	
border: 1px solid rgba(36,39,44,.1);
	
border-left: none;
	
display: inline-block;
	
padding: 8px 12px 10px;
	
font-size: 12px;
	
color: #24272c;
	
text-align: center;
	
line-height: 20px;
	
cursor: pointer;
	
margin: 0;
}
.kmdriven .btnwpr li.sprtbtn input:checked+label {
    color: #fff;
    background: #24272c;
    border: 1px solid #24272c;
}
.enterkms {
	
margin-top: 15px;
	
display: none;
}
.enterkms input[type=text], .enterkms input[type=text]:hover {
	
width: 100%;
	
border: 1px solid rgba(36,39,44,.1);
	
padding: 10px;
	
font-size: 14px;
	
border-radius: 0;
}
.enterkms .msg_box {
	
}
.left-cols {
	
padding-left: 20px;
}
.cardaction {
	
display: block;
	
width: 100%;
	
padding: 20px;
	
border-top: 1px solid rgba(36,39,44,.1);
}
.fuelcost {
	
display: inline-block;
}
.fuelcost strong {
	
font-size: 24px;
	
font-weight: 500;
	
display: block;
	
color: #24272c;
}
.cardaction a {
	
background: #fff;
	
color: #f75d34;
	
font-weight: 500;
	
font-size: 12px;
	
letter-spacing: 0;
	
line-height: 36px;
	
height: 40px;
	
border: 1px solid #f75d34;
	
-webkit-border-radius: 2px;
	
border-radius: 2px;
	
cursor: pointer;
	
display: inline-block;
	
text-align: center;
	
margin-bottom: 10px;
	
transition: all .4s ease;
	
text-overflow: ellipsis;
	
overflow: hidden;
	
white-space: nowrap;
	
padding: 0 20px;
	
margin-bottom: 0;
	
vertical-align: top;
	
margin-top: 7px;
	
margin-left: 20px;
}
.right_cols {
	
background-image: url("../images/fuel-cost.png");
	
background-repeat: no-repeat;
	
background-size: contain;
	
height: 100%;
	
width: 100%;
	
background-position: right;
}
.right_cols span {
	
}
.sidebar-offers {
	
padding: 20px;
}
.sidebar-offers .chips{
	
background: #ffa236;
	
font-style: normal;
	
text-transform: uppercase;
	
padding: 4px 12px 5px;
	
font-size: 11px;
	
border-radius: 2px;
	
font-weight: 500;
	
line-height: 1;
	
color: #fff;
	
display: inline-block;
}
.left-div {
	
font-size: 17px;
	
line-height: 28px;
	
margin-top: 6px;
	
margin-bottom: 5px;
}

.left-div p {
	
margin: 0;
}
.left-div span {
	
font-size: 12px;
	
margin-top: 3px;
	
color: rgba(36,39,44,.7);
}

.left-div i {
	
}
.offers-icons {
	
background-image: url("../images/modelsprite.svg");
	
margin: 0 auto;
	
width: 78px;
	
height: 78px;
	
display: inline-block;
	
background-position: -246px 0;
	
background-repeat: no-repeat;
	
float: right;
}
.offers_btn {
	
background: #fff;
	
color: #f75d34;
	
font-weight: 500;
	
font-size: 12px;
	
letter-spacing: 0;
	
line-height: 36px;
	
height: 40px;
	
width: 100%;
	
border: 1px solid #f75d34;
	
-webkit-border-radius: 2px;
	
border-radius: 2px;
	
cursor: pointer;
	
display: inline-block;
	
text-align: center;
	
max-width: 245px;
	
transition: all .4s ease;
	
text-overflow: ellipsis;
	
overflow: hidden;
	
white-space: nowrap;
	
padding: 0 5px;
}

.offers_btn:hover {
	
}
#faq_comment {
	
}
.ask_que img {
	
}
.ask_quem img {
	
width: 100%;
	
height: auto;
}
.title_l {
	
}
.title_l h2 {
	
font-size: 23px;
	
color: #24272c;
	
font-weight: 500;
}
.title_l p {
	
font-size: 13px;
	
color: rgba(36,39,44,.87);
	
margin-bottom: 10px;
}
#otherquestion {
	
background: #fff;
	
text-shadow: 0 0 0 #24272c;
	
border: 1px solid rgba(36,39,44,.3);
	
-webkit-text-fill-color: transparent;
	
resize: none;
	
line-height: 20px;
	
width: 100%;
	
font-family: roboto,Sans-Serif,Arial;
	
height: 40px;
	
-webkit-border-radius: 4px;
	
border-radius: 4px;
	
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
	
box-shadow: 0 2px 4px rgba(0,0,0,.1);
	
font-size: 14px;
	
padding: 9px 10px;
	
transition: all .3s ease;
	
width: 56%;
	
float: left;
}
.qnaentrybtn {
	
width: 138px;
	
margin-left: 10px;
	
padding: 0 12px;
	
font-weight: 400;
	
height: 40px;
	
line-height: 40px;
	
margin-bottom: 0;
	
font-size: 14px;
	
vertical-align: middle;
	
background: #f75d34;
	
color: #fff;
	
font-size: 17px;
	
width: unset;
	
border: 0;
	
-webkit-border-radius: 4px;
	
border-radius: 4px;
	
cursor: pointer;
	
text-align: center;
	
max-width: 320px;
}
.qnaentrybtn.btndisabled {
	
background: rgba(36,39,44,.3);
	
color: #fff;
	
cursor: no-drop;
}
.gsco_header {
	
font-size: 20px;
	
color: #24272c;
	
font-weight: 500;
	
margin-top: 30px;
	
display: block;
}
#qustions_l li {
    font-size: 16px;
    margin-bottom: 15px;
}

#qustions_l li:last-child {
    margin-bottom: 0;
}

#qustions_l li:last-child .btns {
    border-bottom: none;
}

#qustions_l li .authorname {
    font-size: 12px;
    color: rgba(36,39,44,.5);
}
#qustions_l li .questios_a {
    font-weight: 500;
    margin-bottom: 10px;
}

#qustions_l li .questios_a:before {
    content: "Q.";
    font-weight: 500;
    font-size: 17px;
    width: 20px;
    display: inline-block;
}
#qustions_l li .answers_a {
    font-size: 15px;
}

#qustions_l li .answers_a:before {
    content: "A.";
    font-weight: 500;
    font-size: 17px;
    width: 20px;
    display: inline-block;
    height: unset;
}
#qustions_l li .answers_a p {
    display: inline;
    margin: 0;
}
#qustions_l li .btns {border-bottom: 1px solid #e9e9e9;overflow: hidden;margin-top: 14px;}
#qustions_l li .btns li {
    float: left;
    position: relative;
    margin-right: 16px;
    margin-bottom: 7px;
}
#qustions_l li .btns li a {
    color: rgba(36,39,44,.5);
    font-size: 14px;
}
#qustions_l li .btns li i {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 2px;
}
#qustions_l li .btns li:last-child a {}


@media (min-width: 768px) {
    .cols-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .header-toparea {
        border-bottom: 0;
    }

    .buy-button a {
        width: auto;
    }

    .trafic_col {
        text-align: left;
    }

    .trafic_col i {
        font-size: 44px;
        display: inline-block;
        float: left;
    }

    .trafic_col span {
        font-size: 22px;
        margin-bottom: 0;
    }

    .trafic_col p {
        font-size: 14px;
    }

    .footer-toparea {
        padding: 30px 0;
    }

    .footer-widget {
        padding: 50px 0;
    }

    .footer-widget .widget-title {
        font-size: 12px;
        margin: 0 0 20px;
    }

    .widget-nav-menu li {
        padding: 8px 0;
    }

    .logo {
        display: table;
        float: none;
        height: 100%;

    }

    .logo img {

        width: auto;
        height: 35px;
        display: table-cell;

    }

    .top-right-col>ul>li {
        margin-left: 2px;
    }

    .section-titles {

        margin-bottom: 20px;

        font-size: 28px;

        font-weight: 500;

        margin-top: 20px;
    }

    .price {
        font-size: 18px;
        margin-top: 18px;
    }
    .list-sec {
    text-align: center;
}
.section-titles {
    font-size: 27px;
}
}



@media (min-width: 992px) {
    .top-right-col>ul>li:first-child {
        display: inline-block;
    }

    .logo {
        display: table;
        width: 100%;
        height: 100%;
        text-align: left;
    }

    #heading-desc h1 {
        font-size: 28px;
    }

    .padding-15-20-20 {
        padding: 15px 20px 20px;
    }

    .viewmore-button,
    .viewmore-button:hover {
        padding: 15px 20px;
    }

    #collapsemore h2 {
        font-size: 23px;
    }

    .table-details table tr td,
    .table-details table tr th {
        padding: 12px 12px;
    }

    .table-details table {
        font-size: 14px;
    }

    .viewmore-button,
    .viewmore-button:hover {
        padding: 15px 20px;
    }

    .section-title {
        font-size: 23px;
        margin-bottom: 25px;
    }

    #band-select .bootstrap-select {
        width: 220px;
        margin-bottom: 10px;
    }

    .product-desc {
        padding: 15px 15px 15px 0;
    }

    .buy-button a {
        width: initial;
        font-size: 14px;
    }

    .product-desc .product-title {
        font-size: 18px;
        font-weight: 400;
    }

    .product-desc .price {
        font-size: 20px;
        color: #24272dd6;
    }

    .dotlist ul li {
        font-size: 14px;
    }

    .dotlist ul li+li::before {
        padding: 0 10px;
    }

    .article-row {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .city-icon a {
        padding: 18px;
    }

    .city-icon i {
        height: 80px;
        line-height: 80px;
        font-size: 83px;
    }

    .city-icon span {
        font-size: 15px;
    }

    .page-section {
        margin-bottom: 30px;
    }

    .cols-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .section-title.padding {
        padding: 10px 20px 0;
    }

    .question-list>ul>li {
        padding: 10px 20px 15px;
    }

    .question-list {
        margin-top: 20px;
    }

    .question-list li h3 a {
        margin-bottom: 20px;
    }

    .question-list li h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .question-list li .detlist li+li:before {
        padding: 0 10px;
    }

    .researchul a span {
        width: 110px;
        height: 107px;
        background-position: -552px 0;
        background-size: auto;
    }

    .researchul a span.offersdiscount {
        background-position: -772px 0;
    }

    .researchul a span.dealersicon {
        background-position: -110px 0;
    }

    .researchul a span.servicecener {
        background-position: -662px 0;
    }

    .researchul a span.carbody {
        background-position: -1100px 0;
    }

    .sidebar-content {
        padding: 15px;
    }

    .title-secondary {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .right-col {
        display: inline-block;
        float: left;
        margin-left: 10px;
        margin-top: 0;
    }

    #top-menu ul li a {
        font-size: 14px;
    }

    #top-menu .menu-sub-content {
        width: 300px;
    }

    #top-menu ul li {
        height: 52px;
        margin: 0 10px;
    }

    #top-menu ul ul a {
        padding: 13px 20px;
        line-height: 49px;
    }

    .header-bottomarea {
        min-height: 52px;
    }

    #main-nav ul>li.menu-item-has-children:hover>a::after,
    #main-nav ul>li.mega-menu:hover>a::after {

        content: "";
        position: absolute;
        left: 20px;
        top: 44px;
        border-width: 0 8px 8px;
        border-style: solid;
        border-color: #ffffff00 #ffffff00 #f45b34;
        display: block;
        width: 0;
        z-index: 200;
        -webkit-animation: tieFadeInDown .2s ease-in;
        -moz-animation: tieFadeInDown .2s ease-in;
        animation: tieFadeInDown .2s ease-in;

    }

    #main-nav ul li.menu-item-has-children a,
    #main-nav ul li.mega-menu a {

        border-bottom: none;

    }

    #main-nav {
        overflow: inherit;
    }

    #main-nav .menu-sub-content {
        display: none;
        position: absolute;
        bottom: inherit;
    }

    #main-nav ul li.mega-menu .mega-menu-block {
        width: 1045px;
        left: -10px;
        padding: 25px 25px 5px;
        z-index: 9999;
    }

    #main-nav ul li:hover>ul,
    #main-nav ul li:hover>.mega-menu-block {
        display: block;
        -webkit-animation: tieFadeInDown .2s ease-in;
        -moz-animation: tieFadeInDown .2s ease-in;
        animation: tieFadeInDown .2s ease-in;
        border-top: 3px solid #f75d34;
    }

    #main-nav ul ul.sub-menu {
        width: 235px;
        z-index: 250;
    }



}