@media (min-width: 1130px) and (max-width: 1169px) {
.tabs label {
    padding: 0px 10px;
}
.thank-text h1 {
    font-size: 56px;
}
}

@media (min-width: 1025px) and (max-width: 1199px) {

#slide1 {
    display: flex;
    flex-direction: column;
}
    .left-feed-desc, .right-feed-desc {
    flex-direction: column;
    text-align: center;
}
.main_menu ul.navigation a {
    padding: 18px 26px;
    font-size: 19px;
}
.main_menu ul.navigation li {
    padding: 15px 0px;
}
.header-top ul {
    flex-wrap: wrap;
    justify-content: center;
}
.header-top ul li {
    padding: 15px;
}
.middle-header-position {
    margin: 0;
}
.logo img {
    max-width: 100%;
}
.header-service {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
}
.menubar {
    padding: 0px;
}
.spare-parts-content img {
  animation: scroll 10s linear infinite;
}
.left-content {
    max-width: 263px;
    width: 100%;
}
/*============================ gallery ===============================*/
#gallery {
    border: 0 none;
    margin: 0px 0 0px;
    padding: 0 0px 0px;
    width: 100%;
}
#gallery .big-img-wpr {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    height: 330px;
    width: 100%;
}
#gallery div.img-wpr {
    height: 320px;
    left: 0;
    margin: 10px auto 0;
    right: 0;
    top: 0 !important;
    width: 100%;
}
#gallery div.img-wpr .img-box {
    height: 320px;
}
#gallery #slides {
    width: 100%;
    margin: 10px auto;
    max-width: 100%;
}
#slides > div {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}
#gallery #slides > div ul {
    margin: 0 auto 5px;
}
#gallery #slides div ul li {
    float: left;
    margin: 5px 3px;
}
#gallery #slides .thumb {
    width: 90px;
    height: 90px;
}
#gallery #slides .thumb img {
    max-height: 29px;
    max-width: 29px;
}
#gallery #slides div ul {
    width: auto;
    margin: 0 auto;
}
#gallery div.img-wpr .big-img {
   max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
#gallery .thumb > img {
     max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.gallery-img {
    margin-top: 20px;
}

/*===================================== end gallery ==========================================*/
.tabs label {
    padding: 0px 10px;
    font-size: 17px;
    width: 25%;
}
.thermal-title {
    margin-top: 27px;
    margin-bottom: 16px;
}
.thermal-view-button {
    margin: 16px 0 0;
}
.categories {
    margin: 56px 0 40px;
}
.thermal-woo-comm-content {
    margin: 30px 0;
}
.services .col-12.col-md-6.col-lg-2:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
}


.service-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4,1fr);
}
.about-section {
    margin: 30px 0;
}
.image-alb {
    margin: 25px 0;
}

.about-heading h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.about-para p {
    font-size: 18px;
}
.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
    font-size: 25px;
}
.shop-categories {
    margin-top: 50px;
    background-size: cover;
}

.business-hours h3 {
    font-size: 35px;
    margin-bottom: 40px;
}
.business-hours p {
    margin-bottom: 30px;
    font-size: 26px;
}
.news-border {
    margin-top: 30px;
}
.newsletter p {
    font-size: 20px;
}
.newsletter a {
    font-size: 16px;
}
#est-footer {
    flex-wrap: wrap;
    padding: 0 20px;
}

#est-footer .part {
    margin-top: 20px;
}
.middle-footer {
    gap: 30px;
    padding: 30px 30px;
    margin: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.get-touch {
    padding: 0 25px;
    margin: 0 25px;
}
.copyright {
    padding: 0 30px;
}
.subscribe-now-btn a {
    padding: 14px 31px;
}
.categories-bg {
    padding-bottom: 0px;
}
.spare-parts-content {
    padding: 40px 0;
}
.middle-header-position .col-12.col-md-6.col-lg-6.d-flex.justify-content-start {
    justify-content: center !important;
}
.gallery-sec {
    padding: 20px;
}
.details h3 {
    font-size: 25px;
}
.details h4 {
    font-size: 22px;
}
.antiques-sec {
    padding: 20px 0 0;
    margin: 20px 0 0;
}
.antiques-title h2 {
    font-size: 25px;
}
.services .service-content {
    margin: 0;
    margin-bottom: 15px;
}

.about-heading h2 {
    font-size: 30px;
}
.footer-logo-sec {
    margin-top: 30px;
}
.subscribe .newsletter h2 {
    font-size: 22px;
}
.footer-logo {
    text-align: center;
}
.footer .store {
    max-width: 100%;
    width: 100%;
    margin: 20px 15px;
}
.thank-text h1 {
    font-size: 40px;
}
    .tabs label {
    margin: 5px 0 0px;
}
.tabs input[type="radio"]:checked + label::before {
    width: 100%;
}
.footer-usefull-links {
	display: flex;
	gap: 50px;
	margin-top: 10px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
    .footer-logo {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .footer-content.usefull {
        padding: 0;
        border: 0;
        height: auto;
        margin: auto;
        margin: auto;
    }
    .footer-content.news {
        padding: 0;
    }
#slide1 {
    display: flex;
    flex-direction: column;
}
    .left-feed-desc, .right-feed-desc {
    flex-direction: column;
    text-align: center;
}
.main_menu ul.navigation a {
    padding: 18px 12px;
    font-size: 15px;
    margin-left: 2px;
}

.main_menu ul.navigation li {
    padding: 15px 0px;
}
.header-top ul {
    flex-wrap: wrap;
    justify-content: center;
}
.header-top ul li {
    padding: 15px;
}
.middle-header-position {
    margin: 0;
}
.logo img {
    max-width: 100%;
}
.header-service {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
}
.menubar {
    padding: 0px;
}
.spare-parts-content img {
  animation: scroll 10s linear infinite;
}
.left-content {
    max-width: 263px;
    width: 100%;
}
/*============================ gallery ===============================*/
#gallery {
    border: 0 none;
    margin: 0px 0 0px;
    padding: 0 0px 0px;
    width: 100%;
}
#gallery .big-img-wpr {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    height: 330px;
    width: 100%;
}
#gallery div.img-wpr {
    height: 320px;
    left: 0;
    margin: 10px auto 0;
    right: 0;
    top: 0 !important;
    width: 100%;
}
#gallery div.img-wpr .img-box {
    height: 320px;
}
#gallery #slides {
    width: 100%;
    margin: 10px auto;
    max-width: 100%;
}
#slides > div {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}
#gallery #slides > div ul {
    margin: 0 auto 5px;
}
#gallery #slides div ul li {
    float: left;
    margin: 5px 3px;
}
#gallery #slides .thumb {
    width: 90px;
    height: 90px;
}
#gallery #slides .thumb img {
    max-height: 29px;
    max-width: 29px;
}
#gallery #slides div ul {
    width: auto;
    margin: 0 auto;
}
#gallery div.img-wpr .big-img {
   max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
#gallery .thumb > img {
     max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.gallery-img {
    margin-top: 20px;
}

/*===================================== end gallery ==========================================*/
.tabs label {
	padding: 0px 10.8px;
	font-size: 15px;
	width: 25%;
}
.thermal-title {
    margin-top: 27px;
    margin-bottom: 16px;
}
.thermal-view-button {
    margin: 16px 0 0;
}
.categories {
    margin: 56px 0 40px;
}
.thermal-woo-comm-content {
    margin: 30px 0;
}
.services .col-12.col-md-6.col-lg-2:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
}

.services {
    padding: 40px 0;
    margin: 30px 0;
    background: #222;
}
.footer {
    padding: 28px 0;
}
.service-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4,1fr);
}
.about-section {
    margin: 30px 0;
}
.image-alb {
    margin: 25px 0;
}

.about-heading h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.about-para p {
    font-size: 18px;
}
.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
    font-size: 25px;
}
.shop-categories {
    margin-top: 50px;
    background-size: cover;
}

.business-hours h3 {
    font-size: 35px;
    margin-bottom: 40px;
}
.business-hours p {
    margin-bottom: 30px;
    font-size: 26px;
}
.news-border {
    margin-top: 30px;
}
.newsletter p {
    font-size: 20px;
}
.newsletter a {
    font-size: 16px;
}
#est-footer {
    flex-wrap: wrap;
    padding: 0 20px;
}

#est-footer .part {
    margin-top: 20px;
}
.middle-footer {
    gap: 30px;
    padding: 30px 30px;
    margin: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.get-touch {
    padding: 0 25px;
    margin: 0 25px;
}
.copyright {
    padding: 0 20px;
    text-align: center;
}
.subscribe-now-btn a {
    padding: 14px 30px;
}
.categories-bg {
    padding-bottom: 0px;
}
.copyright p {
    margin: 5px 0 0;
}
.spare-parts-content {
    padding: 40px 0;
}
.middle-header-position .col-12.col-md-6.col-lg-6.d-flex.justify-content-start {
    justify-content: center !important;
}
.gallery-sec {
    padding: 20px;
}
.details h3 {
    font-size: 25px;
}
.details h4 {
    font-size: 22px;
}
.antiques-sec {
    padding: 20px 0 0;
    margin: 20px 0 0;
}
.antiques-title h2 {
    font-size: 25px;
}
.services .service-content {
    margin: 0;
    margin-bottom: 15px;
}

.about-heading h2 {
    font-size: 30px;
}
.footer-logo-sec {
    margin-top: 30px;
}
.subscribe .newsletter h2 {
    font-size: 22px;
}
.footer-logo {
    text-align: center;
}
.footer .store {
    max-width: 100%;
    width: 100%;
    margin: 20px 15px;
}
.thank-text h1 {
    font-size: 40px;
}
    .tabs label {
    margin: 5px 0 0px;
}
.tabs input[type="radio"]:checked + label::before {
    width: 100%;
}
.service1 {
    margin: 20px 0px;
}

}
@media (min-width: 632px) and (max-width: 768px) {
    .footer-logo {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .footer-content.usefull {
        padding: 0;
        border: 0;
        height: auto;
        margin: auto;
        margin: auto;
    }
    .footer-content.news {
        padding: 0;
    }
    .footer-content {
        max-width: 350px;
        margin: auto;
    }
.service1 {
    margin: 10px 0;
}
    #slide1 {
    display: flex;
    flex-direction: column;
}

.services .service-content h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.tabs label {
    margin: 5px 0 0px;
}
.product-description-image {
    margin: 0px 0;
}
.entry {
    margin: 30px 0 0;
}
.view-btn {
    padding: 30px 0;
}
.tabs input[type="radio"]:checked + label::before {
    width: 100%;
}
.thermal-title {
    margin-top: 27px;
    margin-bottom: 6px;
}
.cate-img {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-title p {
    font-size: 18px;
}
.heading-title h2 {
    font-size: 20px;
}
.description p{
    font-size: 16px;
}
.categories {
    margin: 40px 0;
}
.categories-bg .cate-title h2 {
    font-size: 23px;
}
.categories-bg .cate-title h4 {
    font-size: 16px;
}
.categories-bg {
    margin: 10px 0;
    padding-bottom: 0;
}
.about-para a {
    font-size: 16px;
    padding: 15px 30px;
    margin-top: 46px;
}
.left-feed {
    width: 100%;
}
.right-feed {
    width: 100%;
}
.feedback {
    flex-direction: column;
}
.left-feed-desc, .right-feed-desc {
    flex-direction: column;
    justify-content: center;
}
.left-feed-desc p, .right-feed-desc p {
    text-align: center;
}
.feedback h2 {
    font-size: 20px;
}
.gallery-text h3 {
    font-size: 16px;
}
.product-description {
    padding: 0;
}
.details h3 {
    font-size: 25px;
}
.details h4 {
    font-size: 22px;
}
.antiques-sec {
    padding: 20px 0 0;
    margin: 20px 0 0;
}
.antiques-title h2 {
    font-size: 25px;
}
.antiques-img img {
    width: 47%;
}
.services .service-content {
    margin: 20px 15px;
}
.about-heading h2 {
    font-size: 30px;
}
.footer-logo-sec {
    margin-top: 30px;
}
.subscribe .newsletter h2 {
    font-size: 22px;
}
.subscribe-now-btn {
    width: 100%;
    text-align: center;
}
.footer .store {
    max-width: 100%;
    margin: 20px 0;
}
.thank-text h1 {
    font-size: 30px;
}
    .logo {
    max-width: 100%;
}
    .foot-logo {
    padding: 0px 15px;
}
.part.foot-address {
    width: 100%;
    border: 0;
    max-width: 100%;
    padding: 0px 15px;
}
.header-top {
    flex-wrap: wrap;
}
    .gallery-sec {
    border: 1px solid #c5c5c5;
    padding: 20px 20px;
}
.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    border: 1px solid #222;
    margin-top: 4px;
    margin-bottom: 2px;
}
.header-left {
    padding: 10px 0;
    justify-content: center;
}
.main_menu ul.navigation li a {
    font-size: 17px;
    padding: 10px 10px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #222;
}

    .org-content {
        margin-top: 10px;
    }
    .main_menu .toggle {
        display: block;
        color: #000;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
        border: none;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 400;
        text-transform: uppercase;
    }
.main_menu [id^="drop"]:checked + ul {
    display: block;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1;
}
    .header .title ul li a::before {
        top: 8px;
        display: none;
    }
    .main_menu nav a {
        display: block;
        color: #000;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
        font-weight: 400;
        background-color: transparent;
        text-shadow: none;
        text-align: left;
        background: none;
        width: 100%;
        text-align: center;
        padding: 8px 0px;
    }
    .main_menu ul.navigation li a:hover {
        margin-left: 0;
    }
    .main_menu .toggle+a, .main_menu .navigation {
        display: none;
    }
    .main_menu label.toggle {
        display: block;
    }
    p.toggle_border .mainul, p.toggle_border .text {
        flex: auto;
    }
    p.toggle_border .navigationul {
        width: 0%;
    }
    p.toggle_border .text {
        text-align: left;
        font-size: 17px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .main_menu ul.menu {
        display: none !important;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
    }
    .main_menu nav ul {
        margin-left: 0;
        padding-top: 15px;
        width: 100%;
    }
    .main_menu nav ul li {
        margin-bottom: 0px;
        border-bottom: 1px solid;
    }
    .header .title ul {
        flex-direction: column;
        display: none !important;
    }
    .main_menu nav {
        margin: 0;
    }
    .header-top-left {
        text-align: center;
    }
    p.toggle_border .mainul {
        max-width: max-content;
    }
    .main_menu ul.menu li a {
        font-size: 20px;
        padding: 8px 20px;
        text-align: left;
    }
    .main_menu ul.menu li a:hover {
        color: #e7bc57;
    }
    .main_menu .toggle+a, .main_menu .menu {
        display: none;
    }
    .main_menu ul.menu li a:hover {
        border-bottom: 1px solid #e7bc57;
        color: #e7bc57;
        text-decoration: none;
    }
      .main_menu ul.navigation {
        display: none;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        transition: all 0.3s ease; /* Add transition property */
        animation: slideDown 1s ease; /* Add animation property */
    }
 
    .main_menu nav ul {
        margin-left: 0;
        padding-top: 15px;
        width: 100%;
    }
    .main_menu nav ul li {
        margin-bottom: 0px;
        border-bottom: 1px solid;
    }
    .header .title ul {
        flex-direction: column;
        display: none !important;
    }
    .main_menu nav {
        margin: 0;
    }
p.toggle_border {
    margin: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0px;
    color: #222;
    gap: 10px;
}
/*============================================= end ======================================= */
.header-top {
    border-bottom-left-radius: 0px;
}
.header-top ul {
    flex-wrap: wrap;
    justify-content: center;
}
.header-top ul li {
    padding: 15px;
}
.border-top {
    display: none;
}
.middle-header-position {
    margin: 0;
}
.logo img {
    max-width: 100%;
}
.header-service {
    flex-direction: column;
    width: 100%;
    padding: 20px;
}
.menubar {
    padding: 0px;
}
.spare-parts-content img {
  animation: scroll 15s linear infinite;
}
.left-content {
    max-width: 263px;
    width: 100%;
    display: none;
}
.main_menu ul.navigation li {
    background: none;
}
/*============================ gallery ===============================*/
#gallery {
    border: 0 none;
    margin: 0px 0 0px;
    padding: 0 0px 0px;
    width: 100%;
}
#gallery .big-img-wpr {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    height: 330px;
    width: 100%;
}
#gallery div.img-wpr {
    height: 320px;
    left: 0;
    margin: 10px auto 0;
    right: 0;
    top: 0 !important;
    width: 100%;
}
#gallery div.img-wpr .img-box {
    height: 320px;
}
#gallery #slides {
    width: 100%;
    margin: 10px auto;
    max-width: 100%;
}
#slides > div {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}
#gallery #slides > div ul {
    margin: 0 auto 5px;
}
#gallery #slides div ul li {
    margin: 5px 5px;
}
#gallery #slides div ul {
    gap: 0px;
}
#gallery #slides .thumb {
    width: 50px;
    height: 50px;
}
#gallery #slides .thumb img {
    max-height: 29px;
    max-width: 29px;
}
#gallery #slides div ul {
    width: auto;
    margin: 0 auto;
}
#gallery div.img-wpr .big-img {
   max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
#gallery .thumb > img {
     max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.gallery-img {
    margin-top: 20px;
}

/*===================================== end gallery ==========================================*/
.thermal-title h3 {
    font-size: 25px;
}
.tabs label {
    padding: 0px 10px;
    width: 100%;
}
.tabs label {
    background-image: none;
    font-size: 18px;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
    order: 1;
}
.services .col-12.col-md-6.col-lg-2:not(:last-child) {
     margin-right: 0px;
     margin-bottom: 30px;
}
.services .col-12.col-md-6.col-lg-2 {
    width: 100%; 
}
.services {
    padding: 0px 0;
    margin: 30px 0;
    background: #222;
}
.service-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.what-customers h3 {
    font-size: 20px;
}

.subscribe-now-btn a {
    padding: 14px 8px;
}
.about-section {
    margin: 30px 0;
}
.about-img {
     margin-right: 0px; 
}
.home-sec {
    margin-bottom: 0px;
}
.gallery-bg {
    padding: 0px;
    border: 0px solid #c5c5c5;
}
.product-description-image {
    margin: 0;
}
.description-cont-sec .description-content p:not(:last-child) {
    margin-bottom: 32px;
}
.image-alb {
    margin: 20px 0;
    padding: 20px 15px;
}
.thermal-woo-comm-content {
    text-align: center;
    margin: 20px 0;
}
.thermal-view-button {
    margin: 10px 0 0;
}
.about-heading h2 {
    margin-bottom: 20px;
}
.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
    font-size: 25px;
}
.shop-categories {
    margin-top: 50px;
    background-size: cover;
}
.thermal-woo-comm-content {
    text-align: center;
}
.home-img {
    width: 100%;
    text-align: center;
}
.copyright p {
    margin: 5px 0 0;
    text-align: center;
}
.business-hours h3 {
    font-size: 35px;
    margin-bottom: 40px;
}
.business-hours p {
    margin-bottom: 30px;
    font-size: 26px;
}
.news-border {
    margin-top: 30px;
}
.newsletter p {
    font-size: 20px;
}
.newsletter a {
    font-size: 16px;
}
#est-footer {
    flex-direction: column;
}
#est-footer .part.thank {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#est-footer .part {
    margin: 30px 0;
}
.middle-footer {
    flex-direction: column;
    gap: 30px;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.get-touch {
    padding: 0;
    margin: 0;
    border: 0;
}
.thankyou h2 {
    font-size: 30px;
}
.copyright {
    padding: 0;
    flex-direction: column;
}
.copyright p {
    margin: 5px 0 0;
}
.spare-parts-content {
    padding: 40px 0;
}
.product-heading h2 {
    font-size: 22px;
}
.product-description-image {
    margin: 30px 0;
}
.footer {
    padding: 8px 0 30px;
}

.left {
    display: none;
} 
.col-item {
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-top: 0;
}   
}

@media (min-width: 300px) and (max-width: 631px) {
.service1 {
    flex-direction: column;
    margin: 20px 0;
}
.footer-logo {
	width: 100%;
	text-align: center;
    margin: 30px 0;
}
.footer-content.usefull {
	padding: 0;
	border: 0;
	height: auto;
	margin: auto;
	margin: 30px auto;
}
.footer-content.news {
	padding: 0;
}
.footer-content {
	max-width: 350px;
	margin: auto;
}
.service1 h3 {
    text-align: center;
}
.service1 p {
    text-align: center; 
}
.product-description-image {
    margin: 30px 0;
}
.footer {
    padding: 8px 0 30px;
}
.woo-comm-content p {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.left {
    display: none;
}    
    .banner-sec {
    margin-bottom: 0;
}
#slide1 {
    flex-direction: column;
}
.services .service-content h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.services {
    background: #222;
}
.tabs label {
    margin: 5px 0 0px;
}
.description-title h2 {
    font-size: 20px;
}
.entry {
    margin: 30px 0 0;
}
.view-btn {
    padding: 30px 0;
}
.tabs input[type="radio"]:checked + label::before {
    width: 100%;
}
.thermal-title {
    margin-top: 27px;
    margin-bottom: 6px;
}
.cate-img {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-title p {
    font-size: 18px;
}
.heading-title h2 {
    font-size: 20px;
}
.description p{
    font-size: 16px;
}
.categories {
    margin: 40px 0;
}
.categories-bg .cate-title h2 {
    font-size: 23px;
}
.categories-bg .cate-title h4 {
    font-size: 16px;
}
.categories-bg {
    margin: 10px 0;
    padding-bottom: 0;
}
.about-para a {
    font-size: 16px;
    padding: 15px 30px;
    margin-top: 46px;
}
.left-feed {
    width: 100%;
}
.right-feed {
    width: 100%;
}
.feedback {
    flex-direction: column;
}
.left-feed-desc, .right-feed-desc {
    flex-direction: column;
    justify-content: center;
}
.left-feed-desc p, .right-feed-desc p {
    text-align: center;
}
.feedback h2 {
    font-size: 20px;
}
.gallery-text h3 {
    font-size: 16px;
}
.product-description {
    margin-top: 30px;
    padding: 0;
}
.details h3 {
    font-size: 25px;
}
.details h4 {
    font-size: 22px;
}
.antiques-sec {
    padding: 20px 0 0;
    margin: 20px 0 0;
}
.antiques-title h2 {
    font-size: 25px;
}
.antiques-img img {
    width: 47%;
}
.services .service-content {
    margin: 20px 15px;
}
.about-heading h2 {
    font-size: 30px;
}
.footer-logo-sec {
    margin-top: 30px;
}
.subscribe .newsletter h2 {
    font-size: 22px;
}
.subscribe-now-btn {
    width: 100%;
    text-align: center;
}
.footer .store {
    max-width: 100%;
}
.thank-text h1 {
    font-size: 30px;
}
    .logo {
    max-width: 100%;
}
    .foot-logo {
    padding: 0px 15px;
}
.part.foot-address {
    width: 100%;
    border: 0;
    max-width: 100%;
    padding: 0px 15px;
}
.header-top {
    flex-wrap: wrap;
}
    .gallery-sec {
    border: 1px solid #c5c5c5;
    padding: 20px 20px;
}
.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    border: 1px solid #ffffff;
    margin-top: 4px;
    margin-bottom: 2px;
}
.header-left {
    padding: 10px 0;
    justify-content: center;
}
.main_menu ul.navigation li a {
    font-size: 17px;
    padding: 10px 10px;
    text-align: left;
    display: flex;
    align-items: center;
    color: #222;
}
    .org-content {
        margin-top: 10px;
    }
    .main_menu .toggle {
        display: block;
        color: #000;
        font-size: 15px;
        line-height: 20px;
        text-decoration: none;
        border: none;
        margin-bottom: 0px;
        text-align: left;
        font-weight: 400;
        text-transform: uppercase;
    }
.main_menu [id^="drop"]:checked + ul {
    display: block;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
}
    .header .title ul li a::before {
        top: 8px;
        display: none;
    }
    .main_menu nav a {
        display: block;
        color: #000;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
        font-weight: 400;
        background-color: transparent;
        text-shadow: none;
        text-align: left;
        background: none;
        width: 100%;
        text-align: center;
        padding: 8px 0px;
    }
    .main_menu ul.navigation li a:hover {
        color: #e7bc57;
    }
    .main_menu .toggle+a, .main_menu .navigation {
        display: none;
    }
    .main_menu label.toggle {
        display: block;
    }
    p.toggle_border .mainul, p.toggle_border .text {
        flex: auto;
    }
    p.toggle_border .navigationul {
        width: 0%;
    }
    p.toggle_border .text {
        text-align: left;
        font-size: 17px;
        color: #fff;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .main_menu ul.menu {
        display: none !important;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
    }
    .main_menu nav ul {
        margin-left: 0;
        padding-top: 15px;
        width: 100%;
    }
    .main_menu nav ul li {
        margin-bottom: 0px;
        border-bottom: 1px solid;
    }
    .header .title ul {
        flex-direction: column;
        display: none !important;
    }
    .main_menu nav {
        margin: 0;
    }
    .header-top-left {
        text-align: center;
    }
    p.toggle_border .mainul {
        max-width: max-content;
    }
    .main_menu ul.menu li a {
        font-size: 20px;
        padding: 8px 20px;
        text-align: left;
    }
    .main_menu ul.menu li a:hover {
        color: #e7bc57;
    }
    .main_menu .toggle+a, .main_menu .menu {
        display: none;
    }
    .main_menu ul.menu li a:hover {
        border-bottom: 1px solid #e7bc57;
        color: #e7bc57;
        text-decoration: none;
    }
      .main_menu ul.navigation {
        display: none;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        transition: all 0.3s ease; /* Add transition property */
        animation: slideDown 1s ease; /* Add animation property */
    }
 
    .main_menu nav ul {
        margin-left: 0;
        padding-top: 15px;
        width: 100%;
    }
    .main_menu nav ul li {
        margin-bottom: 0px;
        border-bottom: 1px solid;
    }
    .header .title ul {
        flex-direction: column;
        display: none !important;
    }
    .main_menu nav {
        margin: 0;
    }
p.toggle_border {
    margin: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0px;
    color: #222;
    gap: 10px;
}
/*============================================= end ======================================= */
.header-top {
    border-bottom-left-radius: 0px;
}
.header-top ul {
    flex-wrap: wrap;
    justify-content: center;
}
.header-top ul li {
    padding: 15px;
}
.border-top {
    display: none;
}
.middle-header-position {
    margin: 0;
}
.logo img {
    max-width: 100%;
}
.header-service {
    flex-direction: column;
    width: 100%;
    padding: 20px;
}
.menubar {
    padding: 0px;
}
.spare-parts-content img {
  animation: scroll 15s linear infinite;
}
.left-content {
    max-width: 263px;
    width: 100%;
    display: none;
}
.main_menu ul.navigation li {
    background: none;
}
/*============================ gallery ===============================*/
#gallery {
    border: 0 none;
    margin: 0px 0 0px;
    padding: 0 0px 0px;
    width: 100%;
}
#gallery .big-img-wpr {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    height: 330px;
    width: 100%;
}
#gallery div.img-wpr {
    height: 320px;
    left: 0;
    margin: 10px auto 0;
    right: 0;
    top: 0 !important;
    width: 100%;
}
#gallery div.img-wpr .img-box {
    height: 320px;
}
#gallery #slides {
    width: 100%;
    margin: 10px auto;
    max-width: 100%;
}
#slides > div {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}
#gallery #slides > div ul {
    margin: 0 auto 5px;
}
#gallery #slides div ul li {
    margin: 5px 5px;
}
#gallery #slides div ul {
    gap: 0px;
}
#gallery #slides .thumb {
    width: 50px;
    height: 50px;
}
#gallery #slides .thumb img {
    max-height: 29px;
    max-width: 29px;
}
#gallery #slides div ul {
    width: auto;
    margin: 0 auto;
}
#gallery div.img-wpr .big-img {
   max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
#gallery .thumb > img {
     max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.gallery-img {
    margin-top: 20px;
}

/*===================================== end gallery ==========================================*/
.thermal-title h3 {
    font-size: 25px;
}
.tabs label {
    padding: 0px 10px;
    width: 100%;
}
.tabs label {
    background-image: none;
    font-size: 18px;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
    order: 1;
}
.services .col-12.col-md-6.col-lg-2:not(:last-child) {
     margin-right: 0px;
     margin-bottom: 30px;
}
.services .col-12.col-md-6.col-lg-2 {
    width: 100%; 
}
.services {
    padding: 20px 0;
    margin: 30px 0;
}
.service-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.what-customers h3 {
    font-size: 20px;
}
.subscribe-now-btn a {
    margin-bottom: 20px;
}
.about-section {
    margin: 30px 0;
}
.about-img {
     margin-right: 0px; 
}
.home-sec {
    margin-bottom: 0px;
}
.gallery-bg {
    padding: 0 0px;
    border: 0px solid #c5c5c5;
    border-top: 0;
}
.col-item {
    border: 1px solid #c5c5c5;
    border-top: 0;
    padding: 0 10px;
}


.description-cont-sec .description-content p:not(:last-child) {
    margin-bottom: 32px;
}
.image-alb {
    margin: 20px 0;
    max-width: 100%;
    text-align: center;
}
.thermal-woo-comm-content {
    text-align: center;
    margin: 20px 0;
}
.thermal-view-button {
    margin: 10px 0 0;
}
.about-heading h2 {
    margin-bottom: 20px;
}
.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
    font-size: 25px;
}
.shop-categories {
    margin-top: 50px;
    background-size: cover;
}
.thermal-woo-comm-content {
    text-align: center;
}
.home-img {
    width: 100%;
    text-align: center;
}
.copyright p {
    margin: 5px 0 0;
    text-align: center;
}
.business-hours h3 {
    font-size: 35px;
    margin-bottom: 40px;
}
.business-hours p {
    margin-bottom: 30px;
    font-size: 26px;
}
.news-border {
    margin-top: 30px;
}
.newsletter p {
    font-size: 20px;
}
.newsletter a {
    font-size: 16px;
}
#est-footer {
    flex-direction: column;
}
#est-footer .part.thank {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#est-footer .part {
    margin: 30px 0;
}
.middle-footer {
    flex-direction: column;
    gap: 30px;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.get-touch {
    padding: 0;
    margin: 0;
    border: 0;
}
.thankyou h2 {
    font-size: 30px;
}
.copyright {
    padding: 0;
    flex-direction: column;
}
.copyright p {
    margin: 5px 0 0;
}
.spare-parts-content {
    padding: 40px 0;
}
.business-hours {
    width: 100%;
    text-align: center;
}
.middle-header-position .col-12.col-md-6.col-lg-6.d-flex.justify-content-start {
    justify-content: center !important;
}
}