/* Start - Responsive Styles */
@media (max-width: 1399px) {
    .container {
        max-width: 1350px;
    }
}

@media (max-width: 1199px) {
	.container {
        max-width: 100%;
    }
    .navbar-toggle{
        display: block;
        position:relative;
        width:40px;
        height:40px;
    }
    .header-main-bar nav.header-navbar {
        margin-left: auto;
        margin-right: 0px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--primary);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: var(--primary);
        top: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header-navbar .navbar-toggle span {
        background:#fff;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 15px;
    }
    header nav > ul > li:hover > a {
        color: #fff;
    }
    header nav > ul > li > a {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        text-transform: none;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        box-shadow: 0 0 0 transparent;
        padding: 15px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .sub-menu {
        display: block;
        position: static;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        vertical-align: top;
    }
    header .contact-btn {
        margin-right: 30px;
        margin-left: auto;
    }
    header {
        padding: 10px 0;
    }
    .view-product-range a{
        padding: 0 20px;
    }
    .product-detail-content {
        padding-left: 20px;
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
	.horizontal-product .product-card-img {
        width: 150px;
    }
    .product-card-img {
        height: 200px;
    }
    .testi-content .tst_prd_nme {
        flex-wrap: wrap;
    }
    .fs14 {
        line-height: normal;
    }
    .footer-logo p {
        padding-right: 0;
    }
}

@media(max-width: 991px) {
	header .contact-btn {
        display: none;
    }
    .menu-contact {
        display: inline-block;
    }
    .menu-contact i {
        margin-right: 10px;
    }
    .mobile-hide{
        display: none !important;
    }
    .footer-links {
        margin-top: 40px;
    }
    .hero-slider-section {
        width: 100%;
        display: block;
    }
    .home-categories-item {
        flex: auto;
        text-align: left;
        width: 100%;
    }
    .home-categories-item a {
        width: 100%;
        display: inline-flex;
        align-items: center;
        background: #ff631e65;
        padding: 15px;
        gap: 20px;
    }
    .home-categories-item img {
        width: 70px;
        height: 70px;
        border: 2px solid #fff;
        margin-bottom: 0;
        flex: none;
    }
    .home-categories-item h6{
        color: var(--secondary);
    }
    .product-list-main .col {
        width: 33.33%;
        flex: auto;
    }
    .product-list-main {
        gap: 15px 0;
    }
    .home-about-points {
        padding-left: 0;
        margin-top: 30px;
    }
    .home-categories-main {
        background: #fff;
    }
    .home-product-video .row {
        gap: 20px 0;
        margin: 0;
    }
    .total-review-bar-wrapper,
    .satisfaction-wrapper {
        display: none;
    }
    .review-section-div .col-lg-3, .review-section-div .col-lg-5 {
        border-right: 0;
    }
    .testimonial-section-div .col {
        width: 100%;
        flex: auto;
    }
    .testimonial-section-div .row {
        gap: 40px 0;
    }
    .testimonial-section-div {
        padding: 20px 0;
    }
    .product-detail-content {
        padding-left: 0;
        padding-top: 0;
    }
    .product-video-slider .slick-dots,
    .related-products-slider .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -31px;
    }
    .product-video-slider .slick-dots li,
    .related-products-slider .slick-dots li {
        width: auto;
        height: auto;
    }
    .product-video-slider .slick-dots li button,
    .related-products-slider .slick-dots li button {
        padding: 0;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: var(--secondary);
    }
    .product-video-slider .slick-dots li.slick-active button,
    .related-products-slider .slick-dots li.slick-active button {
        background: var(--primary);
    }
    .product-video-slider .slick-dots li button:before,
    .related-products-slider .slick-dots li button:before{
      display: none !important;
    }
    .product-video-slider.row>*,
    .related-products-slider.row>* {
        padding: 0px;
    }
    .product-video-slider,
    .related-products-slider{
        margin: 0 0 35px 0 !important;
    }
    .product-range.product-list-main .col{
        width: 100%;
    }
    .product-range {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .whyus-section .home-about-content {
        margin-bottom: 20px;
    }
    .pr-5 {
        padding-right: 0;
    }
    .ratings-reviews-page-main .testimonial-section-div .col{
        margin-bottom: 0;
    }
    .contactus-content {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .home-categories-list{
        gap: 0;
    }
}

@media(max-width: 767px) {
	.home-about-points{
        grid-template-columns: 1fr;
    }
    .header-logo-gst h1 {
        font-size: 18px;
    }
    .header-logo-gst .loc_gst {
        gap: 0px;
        flex-wrap: wrap;
    }
    .header-logo-gst p {
        font-size: 13px;
        width: 100%;
    }
    .header-logo a {
        max-width: 45px;
        margin-right: 5px;
    }
    .hero-slider-item {
        height: 420px;
    }
    .home-categories-item h6 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
    .home-categories-item a {
        gap: 15px;
    }
    .product-list-main .col {
        width: 100%;
    }
    .product-card-img {
        height: 300px;
    }
    .home-about-content h5 {
        font-size: 16px;
    }
    .home-about-content h3,
    .section-title,
    .product-heading-box h3,
    .product-sub-heading-box h3 {
        font-size: 26px;
    }
    .product-heading-box, .product-sub-heading-box {
        gap: 10px;
    }
    .ps-section__item {
        padding: 0;
    }
    .jk-testimonial-item ul.testi-ul {
        margin-bottom: 10px;
    }
    .jk-testimonial-item {
        gap: 10px;
    }
    .footer-links {
        margin-top: 20px;
    }
    .videomodal-main .modal-body {
        padding: 2px;
        padding-top: 40px;
    }
    .sub-main-banner h4 , .sub-main-banner h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .sub-main-banner hr {
        margin: 15px auto;
    }
    .sub-main-banner {
        padding: 30px 0;
    }
    .product-slider-item {
        height: 350px;
    }
    .product-slider-main {
        margin-bottom: 10px;
    }
    .product-slider-nav .product-slider-nav-item {
        height: 80px;
    }
    .product-slider-nav .slick-slide {
        width: 80px;
        margin: 0 5px;
    }
    .product-detail-title h4{
        font-size: 25px;
    }
    .product-detail-title h3 {
        font-size: 22px;
    }
    .product-detail-title h3 a {
        font-size: 15px;
    }
    .product-detail-title h3 span {
        font-size: 15px;
    }
    .product-detail-table table th, .product-detail-table table td{
        padding: 8px 10px;
        font-size: 15px;
        line-height: 20px;
    }
    .product-range {
        grid-template-columns: 1fr;
    }
    .contactus-content .contact-info p {
        font-size: 16px;
        line-height: 26px;
    }
    .contactus-map {
        height: 375px;
    }
}