@media only screen and (min-width: 1600px){
    body, p{
        font-size: 14px;
    }
    .container{
        max-width: 1440px;
    }
    .navbar-brand img {
        height: 68px;
    }
    span.dropdown-title {
        padding: 8px 20px;
        font-size: 17px;
    }
    .banner-text h1{
        font-size: 42px;
    }
    .banner-text h1 strong {
        font-size: 52px;
    }
    .btn {
        height: 44px;
        line-height: 44px;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .section-heading h2, .about-text h2{
        font-size: 34px;
        line-height: 1.4;
    }
    .pro-cat-slider{
        max-width: 70%;
    }
    .pro-category .about-text{
        max-width: 25%;
    }
    .cat-text h3, .loc-cat-text h3{
        font-size: 19px;
    }
    .product-title{
        font-size: 16px;
    }
    .whyus-box h3{
        font-size: 20px;
    }
    .test-box{
        padding: 40px 32px;
    }
    .blog-title {
        font-size: 18px;
        margin: 18px 0;
    }
    .footer-logo.navbar-brand img{
        height: 131px;
    }
    .sec-space{
        padding: 110px 0;
    }
}

/* 992 */
@media only screen and (max-width: 1200px){
    .nav-text {
        gap: 12px;
    }
    .myHeader .btn-text {
        padding-left: 12px;
    }
    .banner-text h1 {
        font-size: 30px;
        margin-bottom: 4px;
    }
    .banner-text h1 strong {
        font-size: 36px;
    }
    .whyus-box h3 {
        font-size: 15px;
    }
    .whyus-box {
        padding: 32px 20px;
    }
    .usp-grid {
        gap: 12px;
    }
    .mid-banner .row{
        margin: 0 -6px;
    }
    .mid-banner .row [class*="col-"]{
        padding: 0 6px;
    }
    .mid-banner-img {
        padding-top: 32%;
    }
    .del-flex{
        grid-template-columns: 1fr 1fr;
    }
    .before-after {
        padding: 28px 6px 6px;
    }
    .mid-banner .about-text h3 {
        font-size: 20px;
    }
    .compare {
        aspect-ratio: 4/3.6;
    }
    .about-home .about-img {
        width: 34%;
    }
    .about-home .about-img img {
        object-position: 63% 50%;
    }
    .text-wrap .review p{
        line-height: 1.4;
    }
    .newsletter {
        background-position: 10% 50%;
        padding: 28px 28px 28px 140px;
    }
    .newsletter .btn{
        padding: 0 20px;
        min-width: auto;
    }
    .blog-text {
        padding: 20px 12px;
    }
    .footer-logo.navbar-brand img {
        height: 90px;
    }
    .sec-space {
        padding: 80px 0;
    }
}

/* 768 */
@media only screen and (max-width: 991px){
    p{
        line-height: 1.4;
    }
    .navbar-toggler{
        padding: 0;
    }
    .navbar-toggler-icon {
        font-size: 28px;
        height: auto;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--light-grey);
        width: 100%;
        z-index: 99;
        padding: 40px;
    }
    .banner-text {
        max-width: 50%;
    }
    .banner-text h6 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .banner-text h1 {
        font-size: 22px;
    }
    .banner-text h1 strong {
        font-size: 27px;
    }
    .banner-text p{
        display: none;
    }
    .btn {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        letter-spacing: 0;
        padding: 0 20px;
        min-width: 120px;
    }
    .pro-category .about-text {
        max-width: 37%;
    }
    .pro-cat-slider {
        max-width: 60%;
    }
    .about-text h6, .section-heading h6 {
        margin-bottom: 8px;
    }
    .section-heading h2, .about-text h2 {
        font-size: 25px;
    }
    .usp-grid {
        gap: 6px;
    }
    .whyus-box {
        padding: 22px 12px;
    }
    .whyus-icon {
        height: 57px;
        width: 57px;
        padding: 12px;
    }
    .whyus-box h3 {
        font-size: 13px;
    }
    .section-heading {
        margin-bottom: 16px;
    }
    .before-after {
        padding: 36px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .compare{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .before-after .about-text{
        flex: 0 0 42%;
        max-width: 42%;
    }
    .mid-banner .about-text h3 {
        font-size: 25px;
    }
    .del-flex {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 6px;
    }
    .del-box {
        flex-direction: column;
        align-items: self-start !important;
        gap: 12px;
    }
    .del-box:not(:last-child) {
        padding-right: 8px;
        margin-right: 8px;
    }
    .del-box h5 {
        font-size: 14px;
    }
    .before-after .btn-primary{
        background-color: #A98B52;
        border-color: #A98B52;
        color: var(--dark-green);
        font-weight: 600;
    }
    .before-after .btn-outline{
        color: var(--white);
        border-color: var(--white);
        font-weight: 300;
    }
    .stat-flex li span {
        font-size: 22px;
    }
    .about-home .about-text ul li {
        color: #ffffffa2;
    }
    .about-home .about-text ul li span {
        color: var(--white);
    }
    .about-home::before {
        width: 36%;
    }
    .sec-space {
        padding: 60px 0;
    }
    .newsletter {
        background-position: 0% 50%;
        padding: 28px 28px 28px 210px;
    }
    .newsletter .row{
        row-gap: 12px;
    }
    .newsletter .form-control {
        padding: 13px 20px;
    }
    .footer-row{
        row-gap: 40px;
    }
    .footer-row [class*="col-"]:nth-child(1){
        order: 1;
    }
    .footer-row [class*="col-"]:nth-child(5){
        order: 1;
    }
}

/* 576 */
@media only screen and (max-width: 767px){
    .banner {
        border-radius: 16px;
    }
    .banner-img {
        padding-top: 54%;
    }
    .banner-img img {
        object-position: 36% 50%;
    }
    .btn {
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        min-width: 104px;
    }
    .section-heading h2, .about-text h2 {
        font-size: 22px;
    }
    .pro-cat-slider {
        max-width: 50%;
    }
    .pro-category .about-text {
        max-width: 47%;
    }
    .product-videos .section-heading {
        flex-direction: column;
        text-align: center;
    }
    .product-videos .section-heading .w-50{
        width: 100% !important;
    }
    .usp-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }
    .usp-grid .whyus-box:nth-child(4){
        grid-column: span 2;
    }
    .whyus-box:hover {
        transform: translateY(0px);
    }
    .whyus-box h3 {
        font-size: 15px;
    }
    .whyus::before{
        width: 36%;
    }
    .del-flex {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .del-box {
        flex-direction: row;
        align-items: center !important;
        gap: 4px;
    }
    .mid-banner .about-text h3 {
        font-size: 20px;
    }
    .before-after {
        padding: 20px;
    }
    .before-after .about-text {
        flex: 0 0 46%;
        max-width: 46%;
    }
    .before-after .about-text .d-flex{
        row-gap: 12px;
    }
    .about-home{
        padding-top: 0 !important;
    }
    .about-home .about-img {
        width: 100%;
        height: 420px;
        position: static;
        margin-bottom: 40px;
    }
    .about-home .about-img img {
        object-position: 64% 0%;
    }
    .about-home::before {
        top: 420px;
        width: 54%;
    }
    .testimonials .row{
        row-gap: 24px;
    }
    .testimonials .about-text{
        text-align: center;
    }
    .newsletter {
        background-position: 6% 50%;
        padding: 28px 28px 28px 120px;
    }
    .newsletter .form-control {
        padding: 11px 20px;
    }
    .blogs .container > .d-flex{
        flex-direction: column;
        gap: 8px;
    }
    .section-heading {
        max-width: 86%;
    }
    .blogs .section-heading{
        text-align: center;
        margin: 0 auto;
    }
    .blog-box{
        flex-direction: column;
    }
    .blog-box .blog-img{
        padding-top: 72%;
    }
    .footer-row {
        padding: 86px 0 48px;
    }
    .pay-icon{
        margin-top: 20px;
    }
}

/* 480 */
@media only screen and (max-width: 575px){
    .searchbar {
        display: block !important;
        order: 1;
        width: 100%;
        margin-top: 8px;
    }
    .nav-text li:first-child{
        display: none;
    }
    .banner{
        max-width: 98%;
    }
    .banner-text h1 {
        font-size: 16px;
    }
    .banner-text h1 strong {
        font-size: 24px;
    }
    .banner-text .btn-primary{
        display: none;
    }
    .banner-text h6, .about-text h6, .section-heading h6 {
        letter-spacing: 1px;
    }
    .cat-wrap {
        position: static !important;
        transform: translateY(0);
        margin-bottom: 24px;
    }
    .pro-category .about-text {
        max-width: 100%;
    }
    .pro-cat-slider {
        max-width: 100%;
        margin-left: 15px !important;
    }
    .pro-category::before, .whyus::before {
        width: 45%;
        top: -20px;
        left: auto;
        right: 0;
        transform: scaleX(-1);
    }
    .usp-grid {
        grid-template-columns: 1fr 1fr;
    }
    .usp-grid .whyus-box:nth-child(4){
        order: 1;
    }
    .whyus::before{
        display: none;
    }
    .del-flex {
        gap: 20px;
    }
    .compare {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .before-after .about-text {
        flex: 0 0 36%;
        max-width: 36%;
    }
    .about-home .about-img {
        height: 400px;
    }
    .about-home::before {
        top: 400px;
    }
    .newsletter .about-text h2{
        font-size: 20px;
    }
    .newsletter {
        background-position: 8% 50%;
        padding: 24px 24px 24px 110px;
    }
    .blog-box {
        flex-direction: row;
    }
    .blog-box .blog-img {
        padding-top: 40%;
    }
    .blog-text {
        padding: 20px;
    }
    .footer-row [class*="col-"]:nth-child(1) {
        order: 0;
    }
    .logo-wrap {
        border-right: none;
        border-bottom: 1px solid #00383624;
        padding-right: 0;
        margin-right: 0;
    }
    .footer-row {
        padding: 60px 0 40px;
    }
}

/* 360 */
@media only screen and (max-width: 479px){
    .nav-text {
        gap: 8px;
    }
    .myHeader .btn-text {
        padding-left: 8px;
        border-left: 1px solid #d9d9d9;
    }
    .mobile-acc{
        display: block !important;
    }
    .nav-text li:nth-child(5), .nav-text li:nth-child(6){
        display: none;
    }
    .nav-text {
        gap: 14px;
    }
    .banner {
        border-radius: 0;
    }
    .desktop-banner{
        display: none;
    }
    .mobile-banner{
        display: block !important;
    }
    .banner-img {
        padding-top: 100%;
        border-radius: 12px;
        overflow: hidden;
    }
    .banner-wrap {
        position: static;
        transform: translateY(0);
        background: #f6f3ec;
        margin-top: 6px;
        border-radius: 12px;
        padding: 28px;
    }
    .banner-text {
        max-width: 100%;
    }
    .banner-text .btn-primary{
        display: block;
    }
    .pro-category::before, .whyus::before {
        top: -6px;
        background-position: 0 -45%;
    }
    .product-title {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 4px;
    }
    .del-flex {
        grid-template-columns: 1fr;
    }
    .del-box:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .before-after {
        flex-direction: column;
    }
    .before-after .about-text, .compare {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-home .about-img {
        height: 320px;
    }
    .about-home::before {
        top: 320px;
    }
    .about-home .about-text ul li {
        flex: 0 0 33%;
        line-height: 1.2;
    }
    .stat-flex li span {
        margin-bottom: 6px;
    }
    .test-box {
        padding: 24px 14px;
        gap: 10px;
    }
    .client-img {
        height: 48px;
        width: 48px;
        margin-right: 8px;
    }
    .client-info h4 {
        font-size: 14px;
    }
    .client-info h4 strong {
        font-size: 13px;
    }
    .newsletter {
        background-position: 18% 50%;
        padding: 24px 20px;
    }
    .section-heading {
        max-width: 100%;
    }
    .footer-row [class*="col-"]{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-row {
        row-gap: 24px;
    }
}