body {
    padding: 0;
    margin: 0;
    font-family: 'Lato';
    line-height: 1;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    /*width: auto;*/
}
.container {
    max-width: 1470px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.main-footer .container {
  max-width: 1800px !important;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}

body.overflow-hidden {
    overflow: hidden;
}
span.navicon {
    position: absolute;
    top: 17px;
    right: 30px;
}
/* header start */
.header-top-bar {
    background-color: #0063A6;
}
.header-top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.header-top-bar ul a,
.header-top-bar .dealer-cart{
    font-size: 16px !important;
    font-weight: normal;
    color: #fff !important;
}

/* .dealer-cart{
    line-height: 25px;
    margin-left: 35px;
    padding-right: 16px;
    position: relative;
} */

.dealer-cart__counter{
    font-size: 0.75rem;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #EDC31F;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: white;
    text-align: center;
    line-height: 1.6;
}

.header-top-bar ul {
    display: flex;
}
.header-top-bar ul li {
    margin-right: 35px;
    margin-bottom: 0px !important;
}
.header-top-bar ul li:last-child {
    margin-right: 0;
}
.main-header {
    position: relative;
}
div.search-site form, .search-site form .search-input button{
    margin: 0 !important;
}
.main-header .container {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.main-header .mob-nav {
    display: none;
}
.main-header .mh-nav .search-site {
    display: none;
}
.main-header .mh-nav ul.header-navbar a {
    font-size: 22px;
    font-weight: bold;
    color: #444444 !important;
    border-bottom: 3px solid transparent;
    display: inline-block;
    padding-bottom: 12px;
    padding-top: 15px;
}
.main-header .mh-nav ul.header-navbar {
    display: flex;
    width: 100%;
}
.main-header .mh-nav ul.header-navbar li {
    margin-right: 35px;
    margin-bottom: 0px !important;
    position: relative;
}
.main-header .mh-nav ul.header-navbar li:nth-child(4) {
    margin-left: auto;
}
.main-header .mh-nav ul.header-navbar li:last-child {
    margin-right: 0;
}
/* SUB MENU STYLING STARTS */

.main-header .mh-nav ul.header-navbar > li.menu-item-has-children::after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 22px;
    right: -25px;
    height: 20px;
    width: 20px;
}

.main-header .mh-nav-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header-navbar .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    top: 100%;
    min-width: 400px;
    border: 3px solid #ababab;
    background: #fff;
    z-index: 999;
}
.header-navbar .sub-menu li {
    margin: 0 !important;
}
.header-navbar .sub-menu li a {
    display: block !important;
    font-size: 18px !important;
    color: #000;
    padding: 13px 20px;
    font-weight: 400 !important;
}
.header-navbar .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
}
.header-navbar .sub-menu.show-sub-menu {
    display: block;
}
.mh-nav-right .header-navbar li .sub-menu li .sub-menu {
    left: unset;
    right: 100%;
}

.header-navbar .sub-menu li.menu-item-has-children::after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 22px;
    right: 6px;
    /* transform: translateY(-50%); */
    height: 20px;
    width: 20px;
}

/* SUB MENU STYLING ENDS */

.main-header .brand-logo {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    background-color: #fff;
    display: flex;
    padding-top: 19px;
    align-items: center;
    border-top-right-radius: 47% !important;
    border-top-left-radius: 47% !important;
}
.main-header .mobile-links {
    display: none;
}
.main-header .header-navbar a:hover {
    transition: all 0.3s ease-in;
    border-color: #F0C319 !important;

}
.header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

/* header ends */


/* footer start */
.footer {
    padding: 0 !important;
}
.main-footer{
    padding-top: 98px;
    padding-bottom: 110px;
    background-color: #0063A6;
/*     border-bottom: 15px solid #F0C41E; */
    color: #fff;
    letter-spacing: 0;
}
.main-footer .footer-row {
    display: flex;
    flex-wrap: wrap;
}
.main-footer .col_3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    flex: 20%;
    max-width: 20%;
}
.main-footer .first-col {
    text-align: center;
    padding-right: 20px;
}
.main-footer .footer-logo {
    margin-bottom: 46px;
}
.main-footer h4 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.main-footer .first-col ul {
	width: 100%;
    max-width: 252px;
    margin: 0 auto;
    font-family: 'Lato';
}
.main-footer .first-col ul li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px!important;
    font-family: 'Lato';
    letter-spacing: 0;
}
.main-footer .first-col .text {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato';
}
.main-footer .col_3.address-wrapper {
    padding-left: 20px;
}
.main-footer .address-wrapper li{
    display: block;
    margin-bottom: 0 !important;
    text-align: center;
}

.main-footer .address-wrapper .contant-logo {
	margin-bottom: 20px !important;
	width: 100%;
	text-align: center;
}

.main-footer .address-wrapper .title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    font-family: 'Lato';
}
.main-footer .contant-wrapper .address {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 28px!important;
    font-family: 'Lato';
}
.main-footer .contact-no {
    font-size: 22px;
    display: block;
}
.footer-bottom-bar {
    background-color: #f0c41e;
}
.footer-map-wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.footer-bottom-bar .container {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0063a6;
}
.footer-bottom-bar .copyright-icon {
    max-width: 43px;
    max-height: 43px;
}
.footer-bottom-bar .container p {
    display: flex;
    align-items: center;
    line-height: 20px;
    margin: 0;
    font-family: 'Lato';
    font-size: 20px;
}

span.navicon.iconorg {
    visibility: hidden;
}

.htb-right {
    display: flex;
    align-items: center;
}

/* #search-btn {
    margin-right: 35px;
} */
/* #search-btn i {
    font-size: 18px;
    color: #fff;
} */
.search-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0063a6;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.search-model.show-search-model {
    display: flex;
}
span.input-group-btn {
    visibility: hidden;
}
a#close-search-model {
    position: absolute;
    top: 48%;
    right: 8%;
    transform: translateY(-50%);
}
a#close-search-model i.fa.fa-close {
    font-size: 20px;
    color: #fff;
}
.search-model .search-form {
    margin: 0;
}
.search-model .search-form .input-group .search-field {
    background: no-repeat;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 10px 15px;
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}
.search-model .search-form .input-group .search-field::placeholder {
    color: #fff;
}
.search-model .search-form .input-group .search-field:focus {
    outline: none;
}
.search-model .sm-info {
    width: 60%;
}
/* footer ends */
@media(max-width: 1800px){
    .header-navbar .sub-menu {
        min-width: 350px;
    }
}
@media(max-width: 1700px){
    .header-navbar .sub-menu {
        min-width: 240px;
    }
}
@media(max-width: 1440px){
    .header-navbar .sub-menu {
        min-width: 190px;
    }
}

@media(max-width: 1360px){
    .main-header ul a {
        font-size: 20px!important;
    }
}
@media(max-width: 1200px){
    .main-header ul a {
        font-size: 20px !important;
    }
    .main-header .brand-logo {
        max-width: 175px;
    }
    .main-header ul a {
        font-size: 16px !important;
    }
    .main-header .container {
        height: 116px;
    }
    .main-footer .first-col {
        padding-right: 4%;
    }
}

@media (max-width: 1024px) {
    .facetwp-flyout-content > .name-styles{
        display: none;
    }
}
@media (max-width: 991px) {
    body .filter-btn-wrap{
        display: block;
    }
    #search-btn {
        display: none;
    }
    .main-header .mh-nav ul.header-navbar > li.menu-item-has-children::after {
        display: none;
    }
    .main-header .mob-nav {
        display: block;
    }
    .main-footer .address-wrapper li{
        text-align: left;
    }
    .main-footer .address-wrapper .title {
        text-align: left;
    }
    .header-navbar .sub-menu li:first-child {
        border-top: 1px solid #DEEAF1;
    }
    .mob-nav-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .main-header .mh-nav ul.mob-nav {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 370px;
        flex-direction: column;
    }
    .header-top-bar {
        display: none;
    }
    .main-footer .address-wrapper li {
        display: block;
    }
    .main-header .container {
        height: 77px;
        justify-content: flex-end;
    }
    .main-header .brand-logo {
        top: 50%;
        transform: translateX(0) translateY(-50%);
        left: 15px;
        max-width: 102px;
        padding: 0;
    }
    .main-header .mobile-links {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 20px;
    }
    .main-header .mobile-links > a {
        margin-left: 22px;
    }
    .main-header .mobile-links > a i {
        font-size: 20px;
        color: #0063A6;
    }
    .header-navbar .sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .main-header .mh-nav ul.mob-nav {
        display: flex;
        flex-wrap: wrap;
    }
    .main-header .mh-nav ul.mob-nav li {
        width: 100%;
        padding: 3px;
        margin-bottom: 0px !important;
    }
    .main-header .mh-nav ul.mob-nav li a {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 44px;
        font-weight: 400;
        color: #fff !important;
        background: #0063A6;
    }
    /* menu style starts */
    .header-navbar .sub-menu {
        border-bottom: 1px solid #DEEAF1;
        position: static;
        min-width: 100%;
        border: none;
    }
    .header-navbar .sub-menu li {
        background: #A09C93;
        color: #fff !important;
    }
    .main-header .header-navbar .sub-menu li a {
        background: #A09C93;
        color: #fff !important;
    }
    .main-header .mh-nav ul.header-navbar a::after {
        color: #fff !important;
    }
    .main-header .mh-nav-wrap {
        display: none;
        position: fixed;
        top: 77px;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: scroll;
        background: #fff;
        padding-bottom: 80px;
        z-index:100000;
    }

    .main-header .mh-nav-wrap.show-menu {
        display: block;

    }
    .main-header .mh-nav ul.header-navbar {
        flex-wrap: wrap;
    }
    .main-header .mh-nav.show-menu{
        display: block;
    }
    .main-header .mh-nav ul.header-navbar li {
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #DEEAF1;
    }
    .main-header .mh-nav ul.header-navbar a {
        display: block;
        padding: 12px 18px;
        width: 87%;
        font-size: 16px !important;
    }
    .main-header .mh-nav .search-site {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .main-header .mh-nav .search-site form {
        background: #F0C523;
        padding: 16px;
    }
    .search-site form .search-input {
        position: relative;
        background: #fff;
        border: 1px solid #B4B4B4;
        display: flex;
    }
    .search-site form .search-input input {
        width: 100%;
        border: none;
        padding-left: 30px;
        line-height: 44px;
        font-size: 16px;
        color: #9F9FA3;
    }
    .search-site form .search-input input::placeholder {
        font-size: 16px;
        color: #9F9FA3;
    }
    .search-site form .search-input button {
        background: none;
        border: none;
        border-left: 1px solid #B4B4B4;
        min-width: 55px;
    }
    .search-site form .search-input button i {
        font-size: 16px;
        color: #9F9FA3;
    }
    /* menu style ends */
    .main-footer {
        padding: 30px 0;
    }
    .main-footer .footer-row .col_3 {
        flex: 100%;
        max-width: 100%;
    }
    .main-footer .first-col {
        padding: 0 0 20px;
        margin-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .main-footer .col_3.address-wrapper {
        padding: 30px 0;
    }
    .main-footer .footer-logo {
        max-width: 212px;
        margin: 0 auto 35px;
    }
    .main-footer .first-col ul li {
        font-size: 18px;
    }
    .footer-map-wrapper {
        min-height: 340px;
        display: flex;
    }
    .footer-map-wrapper img {
        display: block;
        object-fit: cover;
        object-position: 38% 41%;
    }
    .footer-bottom-bar .container {
        height: 70px;
    }
    .main-footer .address-wrapper .title {
        font-size: 25px;
        letter-spacing: -0.25px;
        margin-bottom: 5px;
    }
    .footer-bottom-bar .container p {
        text-align: center;
        line-height: 1.4;
        font-size: 20px;

    }
    .footer-bottom-bar .copyright-icon {
        max-width: 30px;
        display: inline-block;
        vertical-align: middle;
    }

}
@media (max-width: 767px) {
    .footer-bottom-bar .container p {
        line-height: 1.3;
        font-size: 16px;
        display: inline-block;
        max-width: 366px;
    }
    .footer-bottom-bar .copyright-icon {
        max-width: 34px;
    }
    .footer-bottom-bar .container {
        height: 80px;
    }
    #wpadminbar {
        display:none;
    }
}
@media (max-width: 480px) {
    .main-footer .address-wrapper .title {
        font-size: 22px;
    }
    .main-footer .address-wrapper li {
        letter-spacing: -0.25px;
    }
    .main-footer .contant-wrapper .address {
        font-size: 18px;
        margin-bottom: 18px!important;
        max-width: 275px;
    }
    .main-footer .contact-no {
        font-size: 18px;
    }
}
/* till 320 */
/* resposive css ends */

.filter-btn-wrap{
    display: none;
    margin-bottom: 20px;
}

.filter-btn-wrap button{
    margin: 0 !important;
}