/*RESPONSIVE MENU*/
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background: #fff;
    border-radius: 8px;
    margin-left: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #febe20;
}

.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}

.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.responsive_btn span:before {
    top: -6px;
}

.responsive_btn span:after {
    bottom: -6px;
}

.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

/* .responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: var(--primary-color);
} */

.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 101;
    background: #003D36;
    overflow: auto;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_nav {
    margin: 0;
    padding: 0;
    text-align: left;
}

.responsive_nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.responsive_nav li:first-child {
    border-top: none;
}

.responsive_nav li:after {
    display: none;
}

.responsive_nav li>a {
    display: block;
    padding: 12px 10px 8px;
    color: var(--white-color);
    position: relative;
}

.responsive_nav li a:hover,
.responsive_nav li a:focus,
.responsive_nav li.current_page_item>a {
    color: var(--primary-color);
}

.responsive_nav ul {
    padding: 0
}

.responsive_nav .sub-menu,
.responsive_nav li a i {
    display: none;
}

.responsive_nav .subarrow {
    display: block;
    pointer-events: inherit;
    width: 30px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.responsive_nav .sub-menu .container {
    width: 100%;
    padding: 0;
}

.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

html.responsive,
.responsive body {
    overflow-y: hidden;
}

.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}

.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}

.responsive .responsive_nav {
    left: 0;
}

.responsive .responsive_btn {
    pointer-events: none;
}

.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}

.responsive .responsive_btn span:before {
    opacity: 0;
}

.responsive_nav .opened>.subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.responsive .responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: -4px;
}

.responsive_nav li.menu-item-has-children {
    display: block;
}

.responsive_nav ul li .sub-menu {
    padding-left: 10px;
}

/*MENU END*/

@media only screen and (min-width: 1920px) and (max-width: 3000px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1919px) {}

/*1200px*/
@media only screen and (max-width: 1400px) {
    .nav_menu ul {
        gap: 50px;
    }

    .nav_menu a {
        font-size: 14px;
    }

    .rightPart img {
        max-width: 22px;
    }

    .cart-count-float:not(:empty) {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .productBox .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .inner_banner .heading {
        font-size: 45px;
    }

    /* .categoryBox {
        max-width: 263px;
    } */
    .submit-btn-wrap {
        padding: 0 0;
    }

    .contact_wrap {
        padding: 60px 0;
    }

    .productCategoryWrapper {
        padding: 0 9px;
    }
}

/*1170px*/
@media only screen and (max-width: 1199px) {
    .steps .sk_box {
        padding: 20px;
        height: 234px;
    }

    .nav_menu a {
        font-size: 14px;
    }

    .nav_menu ul {
        gap: 40px;
    }

    .headtag {
        font-size: 35px;
    }

    .owl-carousel .owl-stage-outer {
        padding: 0 10px;
    }

    .categoryBox figure {
        margin: 0 0 10px 0;
    }

    /* .categoryBox {
        max-width: 288px;
    } */
    /* .productBox .rj_img {
        max-width: 288px;
    } */
    .steps .sk_box .subheading {
        font-size: 18px;
    }

    .productCategoryWrapper {
        padding: 0 3px;
    }

    .owl-carousel .owl-stage-outer {
        padding: 0;
    }
}

/*992px*/
@media only screen and (max-width: 1169px) {
    .bannerbox .heading {
        font-size: 40px;
        line-height: 50px;
    }

    .steps .sk_box .subheading {
        font-size: 16px;
        color: #012C1C;
        margin: 10px 0 10px 0;
    }

    .steps .sk_box .desc {
        font-size: 16px;
        line-height: 22px;
    }

    /* .owl-carousel .owl-stage-outer {
        padding: 0 0;
    } */
    /* .categoryBox {
        max-width: 304px;
    } */
    .contact_wrap .right_side {
        height: 480px;
    }

    div.mp_right_section {
        height: 524px;
    }

    .steps .sk_box .desc {
        font-size: 15px;
        line-height: 20px;
    }

    .productCategoryWrapper {
        padding: 0 0px;
        margin: 0;
    }

    aside {
        width: 250px;
        height: 100vh;
        position: fixed;
        transition: .3s;
        left: -250px;
        top: 0;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
        z-index: 9;
        background: #f5f5f5;
        bottom: 0;
    }

    aside.close {
        left: 0;
        transition: .3s;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
        overflow-x: hidden;
    }

    aside .toggle {
        border: none;
        background: #febe20;
        position: absolute;
        right: -40px;
        top: 52%;
        font-size: 30px;
        transform: rotate(90deg);
        display: inline-block;
        cursor: pointer;
        color: #fff;
        width: 40px;
        height: 40px;

    }

    .toggle.open_button {
        position: sticky;
        top: 0px;
        /* right: 1px; */
    }

    .toggle::before {
        font-family: "fontawesome";
        content: "\f0c9";
        font-size: 18px;
        transform: rotate(90deg);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .open_button::after {
        font-family: "fontawesome";
        font-size: 18px;
        content: "\58";
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .toggle.open_button::before {
        display: none;
    }

    .wpfFilterWrapper[data-filter-type] .wpfFilterTitle {
        padding: 29px 20px 16px 20px;
    }

    .header_main {
        z-index: 9;
    }

    .wpfFilterWrapper[data-filter-type] {
        border: none;
    }

    .section.productPage aside .toggle {
        display: block;
    }

    .product-price,
    .product-price,
    .product-amount,
    .product-subtotal,
    .product-quantity,
    .product-security-deposit {
        font-size: 14px;
    }

    .product-name {
        font-size: 16px;
    }

    .entry-header .headtag {
        margin-bottom: 13px;
        text-align: left;
    }

    .htop_info a {
        font-size: 14px;
    }
}

/*768px*/
@media only screen and (max-width: 767px) {
    .mainFooter .nav_menu {
        display: none;
    }
   
}
@media only screen and (max-width: 991px) {
    .responsive_btn {
        display: block;
    }
    .mainHeader .nav_menu {
        display: none;
    }
    

    .header_main {
        z-index: 9;
    }

    /* .menu-item-has-children > a::after {
        display: none;
    } */
    .responsive_btn {
        margin-left: 19px;
    }

    .nav_wrapper {
        column-gap: 0px;
    }

    .who_we_are .row {
        display: flex;
        flex-direction: column;
    }

    .photo_grid {
        display: flex !important;
        gap: 24px;
    }

    .about .sk_content_wrap {
        margin: 0 0 0 0;
    }

    .mission {
        margin: 60px 0;
    }

    .section.about {
        margin: 60px 0;
    }

    .steps .row {
        row-gap: 25px;
    }

    /* .footer_info .nav_menu {
        display: block;
    } */

    /* .get_in_touch .nav_menu {
        display: block;
    } */

    .hbottom_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hbottom .logo {
        margin: 0 0;
    }

    .home_feature {
        margin: 40px 0 0 0;
    }

    .wpfFilterWrapper[data-filter-type] .wpfFilterTitle {
        /* display: block; */
        font-size: 16px;
        color: #003D36;
        padding: 15px 10px;
    }

    .select-sort {
        margin: 30px 0 0 0;
    }

    .form_wrap.form-box .row {
        row-gap: 20px;
    }

    .headtag {
        font-size: 30px;
    }

    .productCategoryWrapper .desc p {
        font-size: 15px;
    }

    .stepRentWrapper .desc {
        font-size: 15px;
    }

    .sk_text .subheading.withIcon {
        font-size: 17px;
        line-height: 22px;
    }

    .inner_banner .heading {
        font-size: 30px;
        line-height: 56px;
    }

    .sk_content_wrap .sk_content .desc {
        font-size: 15px;
    }

    .mission .desc {
        font-size: 15px;
    }

    .steps .desc {
        font-size: 15px;
    }

    .wpfFilterWrapper[data-filter-type] {
        padding: 0 !important;
    }

    .table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .footer_content p {
        font-size: 14px;
        line-height: 24px;
    }

    .form_wrap.form-box .headtag {
        font-size: 30px;
    }

    section.section {
        padding-block: 0;
        position: relative;
        margin-top: 14px;
    }

    .contact_wrap {
        padding: 30px 0;
    }

    .hbottom_wrapper .hButton .btn {
        font-size: 14px;
        min-width: 110px;
    }

    .responsive_nav ul li .sub-menu {
        padding-left: 0;
    }

    .rbfw-tab {
        padding-left: 0px !important;
    }
p
    .rbfw-tab p {
        padding-left: 0px !important;
    }

    .section.productCategory .headtag {
        font-size: 30px;
        line-height: 40px;
    }
    footer .sitelink img {
        width: 60%;
        height: 60%;
        object-fit: contain;
    }
    .copyright p
    {
    font-size: 13px !important;
    }

}

/*600px*/
@media only screen and (max-width: 767px) {


    .home_feature .sk_text {
        width: auto;

    }

    .categoryBox {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .productCategoryWrapper .desc {
        margin: 20px auto 17px auto;
    }

    .bannerbox .bannertext {
        top: 19%;
        width: auto;
    }

    .bannerbox .heading {
        font-size: 29px;
        line-height: 40px;
    }

    .bannertext .btn {
        margin: 29px 0 0 0;
        font-size: 14px;
    }

    .photo_grid {

        gap: 24px;
        flex-direction: column;
    }

    .about .photo_grid img:nth-child(2) {
        margin: 0 0 0 0;
    }

    .mission {
        margin: 30px 0;
    }

    .inner_banner .heading {
        font-size: 28px;
        line-height: 38px;
    }

    .inner_banner figure {
        width: auto;
        height: 200px;
    }

    .about .who_we_are p {
        margin: 10px 0;
    }

    .rj_text.rj_textGap {
        text-align: center;
    }

    .productBox .woocommerce-loop-product__title {
        text-align: center !important;
    }

    .productBox .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .productBox .woocommerce-loop-product__title {
        margin-bottom: 2px;
    }

    .productBox .rj_img {
        margin-bottom: 10px;
        text-align: center;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productCategorySection .owl-carousel .owl-item img {
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
        max-width: 200px;
    }

    .breadcrumb li {
        padding: 0 8px;
    }

    .breadcrumb {
        display: none;
    }

    .rbfw-tab {
        padding-left: 0px !important;
    }

    .rbfw-post-title {
        font-size: 16px !important;
    }

    .rbfw-tab p {
        padding-left: 0px !important;
    }

    .productContent.mb-5 {
        margin-bottom: 2rem !important;
    }

    .productBox .woocommerce-loop-product__title {
        text-align: center !important;
    }

    .productBox .price {
        text-align: center;
    }

    section.section:last-child {
        padding-bottom: 30px;
    }

    .contact_wrap form {
        padding: 35px 28px;
        border: 1px solid #bbb;
        border-radius: 12px;
        margin: 0 0 0 0;
    }

    .contact_wrap {
        padding: 30px 0;
    }

    /* h3 {
      display: flex;
      justify-content: center;
      margin: 40px;
      font-size: 60px;
    }  */
    .at-tab {
        display: none;
        padding: 15px 0 0 0;
        border: none !important;
        /* background-color: #fff; */
        line-height: 1.4;
    }

    .at-title {
        cursor: pointer;
        /* background-color: #eee; */
        position: relative;
        transition: background-color 0.3s ease;
        /* padding: 10px 10px; */
        border-bottom: 1px solid #ccc;
    }

    /* .at-title:hover {
    background-color: #e0e0e0;
  } */
    .at-title:after {
        content: "+";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        transition: all 0.3s ease;
        font-size: 24px;
    }

    .at-title.active:after {
        content: "-";
    }

    .at-item {
        border-bottom: 5px;
        margin-bottom: 15px;
    }

    .at-title h2 {
        font-size: 22px;
        font-weight: 500;
        padding: 10px 15px;
        margin: 0;
    }

    /* Accordian end */

    .opened .at-tab {
        display: block;
    }

    .ftop .subheading {
        margin: 0px 0 0 0;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0;
    }

    .logo-wrapper .social {
        margin: 0 0 20px 0;
    }

    .site_links figure {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    /* footer .sitelink img {
        width: 70%;
        height: 70%;
        object-fit: contain;
    } */

    .footer_content p {
        margin: 20px 0 20px 0;
        max-width: 500px;
    }
   
    .copyright P {

        border-right: none;
    }

    .copyright_wrapper {
        flex-direction: column;
        font-size: 14px;
    }

    .ftop {
        padding: 40px 0 40px 0;
    }
}

/*480px*/
@media only screen and (max-width: 599px) {
    .bannerbox .heading {
        font-size: 26px;
        line-height: 36px;
    }

    .productBox .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .hbottom .logo {
        max-width: 90px;
    }

    .header_main {
        padding: 0 0 4px;
    }

    .entry-header .headtag {

        text-align: center;
    }

    .button-area {
        justify-content: center;
    }

    .social_icon li a {
        display: none;
    }

    section.section {
        margin-top: 30px;
    }

    .gridView.feature_list .justify-content-center {
        gap: 15px;
    }

    .home_feature {
        margin: 30px 0 0 0;
    }

    .section.mt-0.steps {
        margin: 30px 0 0 0 !important;
    }

    .headtag {
        font-size: 25px;
    }

    .section.about {
        margin: 30px 0;
    }

    /* section.section:last-child {
        padding-bottom: 0px;
    } */
    .mission .desc {
        max-width: 100%;
        margin: 10px auto 10px auto;
    }

    .desc {
        margin: 20px auto 20px auto;
    }

    .mission {
        margin: 30px 0 0 0;
    }

    .steps {
        margin: 30px 0 0 0;
    }

    .logo-wrapper {
        text-align: center;
    }

    .woocommerce-Price-amount {
        font: 800 13px "Inter", sans-serif;
    }

    .section.productCategory .headtag {
        font-size: 25px;
        line-height: 35px;
    }

    .productContent.mb-5 {
        margin-bottom: 10px !important;
    }

    .submit-btn-wrap:nth-child(2) {
        margin-right: 10px;
    }

    .submit-btn-wrap {
        gap: 9px;
    }

    .submit-btn-wrap .btn {
        font-size: 14px;
        font-weight: 600;
        padding: 0 10px;
        line-height: 35px;
        min-width: 111px;
    }

    .wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
        padding: 11px 11px;
    }

    .wpfFilterContent li span {
        font-size: 14px;
    }

    .wpfFilterWrapper[data-filter-type] .wpfFilterTitle .wfpTitle {
        font-size: 16px;
    }

    .form_wrap.form-box p {
        font-size: 14px;
    }

    .bannertext .btn {
        margin: 11px 0 0 0;
        font-size: 12px;
        padding: 9px 0;
        min-width: 100px;
    }

}

/*360px*/
@media only screen and (max-width: 479px) {
    .bannerbox .heading {
        font-size: 19px;
        line-height: 25px;
    }

    .hbottom_wrapper .hButton .btn {
        font-size: 10px;
        min-width: 62px;
        padding: 0;
        line-height: 25px;
    }

    .responsive_btn {
        margin-left: 10px;
    }

    .rightPart>.d-flex {
        column-gap: 16px;
    }

    .rightPart img {
        max-width: 19px;
    }

    .hbottom .logo {
        max-width: 70px;
    }

    .responsive_btn {
        width: 35px;
        height: 35px;
    }

    .sticky .header_main {
        padding-block: 10px;
    }

    .headtag {
        font-size: 20px;
    }

    section.section {
        margin-top: 20px;
    }

    .productCategoryWrapper .desc {
        margin: 10px auto 13px auto;
    }

    .section.mt-0.steps {
        margin: 20px 0 0 0 !important;
    }

    .desc {
        margin: 10px auto 18px auto;
    }

    section.section:last-child {
        padding-bottom: 20px;
    }

    .copyright_wrapper p {
        text-align: center;
    }

    .mission {
        margin: 20px 0 0 0;
    }

    .mission .headtag {
        font-size: 20px;
        line-height: 30px;
    }

    .steps {
        margin: 20px 0 0 0;
    }

    .section.about {
        margin: 20px 0;
    }

    .select-sort {
        margin: 20px 0 0 0;
    }

    .productList-Container {
        margin-bottom: 20px;
    }

    .wpcf7-form-control {
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 6px;
        font-size: 13px;
    }

    .form_wrap.form-box .headtag {
        font-size: 25px;
    }

    .contact_wrap {
        padding: 20px 0;
    }

    .contact_wrap .desc {
        margin: 10px auto 20px auto;
    }

    .inner_banner figure {
        height: 140px;
    }

    .ftop .subheading {
        font-size: 15px;
        line-height: 25px;
    }
    .payment_methods li label {
        white-space: nowrap;
    }
    .formTitle {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .woocommerce_checkout_shipping
    {
        padding-top: 0 !important;
    }
    div.mp_right_section {
        height: auto;
    }
    .single .rbfw-post-sharing {
        justify-content: left;
    }
    .submit-btn-wrap:nth-child(2) {
        margin-bottom: 20px;
    }
    .about .who_we_are .headtag,
    .sk_content_wrap .sk_content .desc,
    .sk_content_wrap .sk_content .desc p
    {
        text-align: center !important;
    }
}