@media (min-width: 1025px) {
    .menu-toggle {
        display: none;
    }
    .header-menu .header-login {
        display: none;
    }
    .mobile-header {
        display: none;
    }
    .sort-by-tablet-wrap {
        display: none;
    }
}
@media (max-width: 1140px) {
    .trusted-by-slider-wrap {
        border-radius: 0;
    }
}
@media (max-width: 1100px) {
    .header-menu > ul {
        gap: 30px;
    }
    .footer-menu ul {
        gap: 30px;
    }
    .product-filter-bottom {
        gap: 10px;
    }
    .radio-wrap .btn-outline-primary {
        --bs-btn-padding-x: 10px;
        min-width: 50px;
    }
}

@media (max-width: 1024px) {
    .container {
        --bs-gutter-x: 64px;
    }
    .header-login {
        display: none;
    }
    .header-menu .header-login {
        display: block;
    }
    .header-menu {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -102%;
        z-index: 12345;
        transition: all 0.5s ease-in-out;
    }
    .header-wrap.open .header-menu {
        left: 0;
    }
    .header-menu .header-login ul {
        gap: 18px;
        padding: 48px 32px;
        background-color: var(--bs-gray-100);
        border-radius: 0px 0px 16px 16px;
    }
    .header-menu > ul {
        padding: 48px 32px 0;
        background-color: var(--bs-gray-100);
    }
    .header-menu > ul {
        gap: 28px;
    }
    .header-menu > ul li {
        width: 100%;
    }
    .header-menu .header-login ul li {
        width: 100%;
    }
    .header-menu .header-login .btn {
        display: block;
        text-align: center;
    }
    .header-wrap header {
        height: 92px;        
    }
    .header-wrap {
        height: 92px;
    }
    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 32px;
        background-color: var(--bs-gray-100);
    }
    .footer-logo {
        width: 100%;
        padding-bottom: 40px;
        text-align: center;
    }
    .footer-menu {
        width: 40%;
    }
    .footer-menu {
        width: 40%;
    }
    .footer-menu ul li {width: 50%; padding-right: 4px;}
    .footer-menu ul li:nth-child(1) {order: 1}
    .footer-menu ul li:nth-child(2) {order: 3}
    .footer-menu ul li:nth-child(3) {order: 5}
    .footer-menu ul li:nth-child(4) {order: 2}
    .footer-menu ul li:nth-child(5) {order: 4}
    .footer-menu ul {
        gap: 24px 0;
    }
    .footer-login ul {
        display: block;
    }
    .footer-login ul li {
        width: 100%;
    }
    .footer-login ul li:first-child {
        padding-bottom: 18px;
    }
    .footer-top {
        align-items: flex-start;
        padding-bottom: 40px;
    }
    .footer-bottom {
        gap: 24px;
        flex-direction: column-reverse;
    }
    .copyright  {
        width: 100%;
        text-align: center;
    }
    .footer-wrap {
        padding: 48px 0 48px;
    }
    .servies-search-results h1.h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .servies-search-section {
        padding: 34px 0 58px;
    }
    .servies-search-box .pin-field {
        padding: 14px 30px 14px 20px;
    }
    .servies-search-box .what-input-box {
        padding: 14px 20px;
    }
    .servies-search-results {
        padding-top: 30px;
    }
    .product-filter {
        width: 100%;
        height: 100dvh;
        display: grid;
        align-items: end;
        position: fixed;
        bottom: -150%;
        left: 0;
        z-index: 12345;
        transition: all 0.4s ease-in-out;
        overflow-y: auto;
    }
    .product-filter.open {
        bottom: 0;
    }
    .product-filter-top {
        padding: 36px 32px 30px;
        background: var(--bs-gray-100);
        flex-wrap: wrap;
        border-radius: 16px 16px 0px 0px;
        row-gap: 30px;
    }
    .search-box {
        max-width: 100%;
    }
    .product-filter-top .product-filter-top-col {
        width: 100%;
    }
    .product-filter-bottom {
        flex-wrap: wrap;
    }
    .product-filter form {
        width: 100%;
    }
    .product-filter-bottom {
        padding: 0 32px 30px;
        background: var(--bs-gray-100);
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .product-filter-bottom .product-filter-bottom-col:nth-last-child(3) {
        width: 100%;
    }
    .product-filter-bottom .product-filter-bottom-col:last-child {
        width: 100%;
    }
    .product-filter-bottom .select-box-wrap {
        width: 100%;
    }
    .product-filter-bottom .product-filter-bottom-col.hide {
        display: block;
    }
    .product-filter-bottom .product-filter-bottom-col.hide .btn {
        width: 100%;
    }
    .mobile-filter-header.hide {
        display: flex;
    }

    .sort-by-tablet-wrap.hide {
        display: grid;
    }
    .product-filter-mobile {
        display: block;
    }
    .product-filter-section {
        padding-bottom: 0;
    }
    .trusted-by-section {
        padding-left: 0;
    }
    .trusted-by-slider-wrap {
        padding-left: 0;
    }
    .trusted-by .text-overline {
        padding-left: 32px;
    }
    .faq-section .faq h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .faq-list {
        padding-top: 24px;
    }
    .faq-section {
        padding: 54px 0;
    }
    .map-section {
        padding: 37px 0 34px;
    }
    .map-section:before {
        bottom: 34px;
    }

    .hide-lg {
        display: none;
    }
    .product-info .product-info-left {
        width: 100%;
        padding-top: 40px;
    }
    .product-info .product-info-right {
        width: 100%;
    }
    .stats-list ul li {
        width: 33.33%;
    }
    .client-reviews .slick-dots {
        padding-top: 30px;
    }
    .product-card {
        flex-wrap: wrap;
    }
    .product-card .product-img-box {
        width: 100%;
    }
    .product-card .product-img-box picture {
        padding-bottom: 38.96%;
    }
    .product-info {
        flex-direction: column-reverse;
    }
    .pricing-listing.on-page {
        flex-wrap: wrap;
        gap: 16px;
    }
    .pricing-listing.on-page .pricing-listing-col {
        width: 100%;
    }
    .pricing-listing.on-page .pricing-item {
        border: 1px solid var(--bs-gray-400);
    }
    .pricing-listing.on-page .pricing-item.selected {
        border: 2px solid var(--bs-primary);
    }
    .pricing-listing.on-page .pricing-item.selected {
        padding-top: 50px;
        padding-bottom: 34px;
    }
    .product-info-section .btn-wrap {
        display: block;
        padding-top: 40px;
    }
    .pricing-item-header.ipad-toggle {
        display: flex;
        gap: 12px;
    }
    .pricing-item-header.ipad-toggle .pricing-item-price {
        padding-top: 0;
        font-size: 40px;
        line-height: 48px;
        padding-top: 0;
        font-size: 40px;
        line-height: 48px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .pricing-listing.on-page .pricing-item-header.ipad-toggle .pricing-item-price span {
        font-size: 18px;
        line-height: 32px;
    }
    .pricing-listing.on-page .pricing-item .pricing-item-box {
        display: none;
    }
    .pricing-listing.on-page .pricing-item {
        padding: 28px 34px;
    }
    
    .pricing-listing.on-page .pricing-item.selected .pricing-item-box.open .popular-tag {
        width: 100%;
        width: 100%;
        right: 0;
        top: 0;
        margin: 0;
        border-radius: 0;
    }
    .pricing-listing.on-page .pricing-item.selected .pricing-item-box {
        padding: 30px 0 0;
    }
    .pricing-listing.on-page .pricing-item-price {
        font-size: 32px;
        line-height: 40px;
        padding-top: 0;
    }
    .pricing-item .pricing-item-footer {
        padding-top: 10px;
    }
    .pricing-section-wrap {
        padding-bottom: 55px;
    }
    .pricing-section-info{
        padding-bottom: 34px;
    }
    .pricing-section-info h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .mobile-filter-header-left .h6 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }
    .mobile-filter-header-left .btn-link {
        text-decoration: underline;
    }
    .stats-list {
        padding: 30px 24px 40px 24px;
    }
    .btn-wrap.hide-lg {
        display: none;
    }

    .pricing-item.open {
        position: relative;
    }

    .row.pricing-listing .pricing-item-box {
        display: none;
    }

    .row.pricing-listing {
        row-gap: 16px;
    }
    .row.pricing-listing .pricing-item {
        border: 0;
        overflow: hidden;
        position: relative;
        border: 1px solid var(--bs-gray-400);
        padding: 23px 34px;
        margin-bottom: 0;
    }
    .pricing-listing .pricing-item.selected .popular-tag {
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        border-radius: 0;
        left: 0;
        text-align: center;
    }
    .pricing-listing .pricing-item.selected {
        border: 2px solid var(--bs-primary);
    }
    .row.pricing-listing .pricing-item.selected {
        padding-top: 60px;
    }
    .row.pricing-listing .col-lg-4 {
        width: 100%;
    }
    .unlock-feature-modal-header{
        max-width: 540px;
        margin: 0 auto;
        padding-bottom: 36px;
        padding-top: 36px;
    }
    .unlock-feature-modal-header .text-lg{
        font-size: 16px;
        line-height: 24px;
    }
    .modal.fade.unlock-feature-modal .modal-dialog{
        margin: 0;
        height: 100%;
        display: grid;
        padding-top: 20px;
        transform: translate(0, 200px);
    }
    .modal.fade.unlock-feature-modal .modal-dialog .modal-content{
        margin-top: auto;
    }
    .unlock-feature-modal .modal-dialog-scrollable{
        height: 100%;
    }
    .unlock-feature-modal .modal-content{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .modal.unlock-feature-modal.show .modal-dialog{
        transform: none;
    }

    .pricing-section-page{padding: 48px 0 82px;}
    .pricing-section .pricing-item .pricing-item-header.ipad-toggle,
    .pricing-section .pricing-item .ipad-toggle .pricing-item-type{
        padding-bottom: 0;
    }
    .pricing-tabs-nav{padding-bottom: 34px;}
    .pricing-section .unlock-feature-modal-header{padding-top: 0; padding-bottom: 48px; max-width: 100%;}
    .pricing-section .unlock-feature-modal-header .h1{font-size: 40px; line-height: 48px; max-width: 470px;}
    .pricing-section .pricing-item-price span{font-size: 18px;}

    .testimonial-section{margin-top: 48px; padding: 54px 0;}
    .sign-up .sign-up-left{ width: 100%; padding: 54px 32px; background-color: transparent;}
    .sign-up-sign-in-page .header-login {
        display: block;
    }
    .sign-up {
        border-radius: 0;
        background: transparent;
    }
    .sign-up-wrap .container {
        padding: 0;
    }
    .create-account {
        max-width: 100%;
        padding: 0 54px;
    }
    .create-account-header {
        text-align: center;
    }
    .sign-up-wrap {
        padding: 24px 0 0;
    }
    .sign-up .sign-up-right {
        width: 100%;
        padding: 54px;
        display: block;
        overflow: hidden;
    }
    .sign-up .sign-up-right .testimonial-section {
        max-width: 100%;
        position: relative;
        z-index: 12;
    }
    .sign-up-right .shape {
        width: 100%;
    }
    .sign-up-right .shape picture {
        width: 100%;
        display: block;
    }
    .sign-up-right .shape picture img {
        width: 100%;
        display: block;
    }
    .sign-up-right .info-box {
        max-width: 564px;
    }
    .checkout-wrap {
        padding: 32px 0 64px;
    }
    .checkout-wrap .checkout {
        border-radius: 0;
        background: transparent;
        overflow: visible;
    }
    .checkout-wrap .checkout .checkout-left {
        padding: 0;
        width: 100%;
        background: transparent;
    }
    .checkout-wrap .checkout .summary-box {
        max-width: 100%;
    }
    .summary-info {
        display: none;
    }
    .summary-features {
        display: none;
    }
    .checkout .summary-box .pricing-item-header {
        display: flex;
        align-items: center;
        padding-bottom: 24px;
        gap: 8px;
    }
    .summary-footer .summary-total-info {
        padding: 24px 0;
        border-bottom: 1px solid var(--bs-gray-400);
        border-top: 1px solid var(--bs-gray-400);
    }
    .checkout .summary-box .pricing-item-type {
        padding-bottom: 0;
        font-size: 24px;
        line-height: 32px;
    }
    .checkout .summary-box .pricing-item-price {
        font-size: 40px;
        line-height: 32px;
    }
    .checkout .summary-box .pricing-item-price span {
        font-size: 18px;
    }
    .summary-footer .total-wrap {
        padding-top: 24px;
    }
    .checkout-wrap .checkout .checkout-right {
        width: 100%;
        padding: 24px 0 0;
    }
    .payment-method {
        max-width: 100%;
        padding: 42px 34px;
        background: var(--bs-white);
        box-shadow: 0px 4px 80px rgba(16, 40, 44, 0.04);
        border-radius: 8px;
        border-top: 4px solid var(--bs-primary-300);
    }
    .faq-section.faq-page {
        padding: 24px 0 54px;
    }
    .faq-section.faq-page .faq h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .faq-section.faq-page .faq .pricing-tabs-nav {
        padding: 6px 0 24px;
    }
    .faq-section.faq-page .faq .pricing-tabs-nav .nav-link {
        min-width: 146px;
    }
    .go-to-guide-section {
        padding-bottom: 64px;
    }
    .go-to-guide {
        display: block;
        padding: 48px;
        overflow: hidden;
    }
    .go-to-guide .go-to-guide-info {
        width: 100%;
        max-width: 514px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 34px;
    }
    .go-to-guide .btn-wrap {
        width: 100%;
        text-align: center;
    }
    .go-to-guide .shape {
        height: 100%;
    }
    .go-to-guide .shape img {
        height: 100%;
    }
    .policy-page {
        flex-wrap: wrap;
        gap: 44px;
    }
    .policy-page-left {
        width: 100%;
        flex-shrink: 1;
    }
    .policy-page-wrap {
        padding: 48px 0 64px;
    }
    .privacy-banner .h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .privacy-content h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .policy-list .accordion-item {
        border: 1px solid var(--bs-gray-300) !important;
    }

    .thank-you-page-wrap .thank-you-title{
        font-size: 70px;
        line-height: 78px;
    }
    .thank-you-page-wrap .check-icon{
        padding-bottom: 32px;
    }
}

@media (min-width: 767px) and (max-width: 1024px){
    .sign-up-sign-in-page{
        background-image: none;
    }
}

@media (max-width: 991px) {
    .modal-close{
		top: 24px;
		right: 24px;
	}
	.modal.unlock-feature-modal{
		--bs-modal-padding: 24px;
	}
	.pricing-item{
		padding: 34px 20px;
	}
}

@media (max-width: 767px) { 
    .container, .row{
        --bs-gutter-x: 48px;
    }
    .header-menu .header-login ul {
        padding: 48px 24px;
    }
    .mobile-header {
        padding: 30px 24px;
    }
    .header-menu > ul {
        gap: 24px;
        padding: 30px 24px 0;
    }
    .footer-menu {
        width: calc(100% - 120px);
    }
    .footer-menu ul li {width: 50%; padding-right: 4px;}
    .footer-menu ul li:nth-child(1) {order: 1}
    .footer-menu ul li:nth-child(2) {order: 3}
    .footer-menu ul li:nth-child(3) {order: 5}
    .footer-menu ul li:nth-child(4) {order: 2}
    .footer-menu ul li:nth-child(5) {order: 4}
    .footer-menu ul {
        gap: 24px 0;
    }
    .servies-search-results .reviews-type ul {
        row-gap: 8px;
    }
    .product-filter-top {
        padding: 36px 24px 30px;
    }
    .product-filter-bottom .product-filter-bottom-col {
        width: 100%;
    }
    .product-filter-bottom {
        padding: 0 24px 30px;
    }
    .sort-by-tablet {
        padding: 36px 24px 30px;
    }
    .trusted-by .text-overline {
        padding-left: 24px;
    }
    .map-box iframe{height: 298px;}
    .stats-list ul li {
        width: 50%;
    }
    .pricing-item{
		height: auto;
		margin-bottom: 20px;
	}
	.modal.unlock-feature-modal .h3{
		font-size: 24px;
		padding-top: 16px;
	}
	.unlock-feature-modal-header{
		padding-bottom: 32px;
        padding-top: 20px;
	}
	.unlock-feature-modal-header .bullet-list ul{
		gap: 8px 16px;
	}
    .pricing-listing.on-page .pricing-item {
        margin-bottom: 0;
    }
    .servies-search-results h1.h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .bullet-list ul {
        row-gap: 8px;
    }
    .pricing-item-header.ipad-toggle .pricing-item-price {
        font-size: 27px;
        line-height: 1.2;
    }
    .pricing-item-type {
        font-size: 20px;
    }
    .pricing-section-info h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .service-search-box .form-col:first-child{
        width: 140px;
    }
    .service-search-box .pin-field{
        padding-right: 12px;
        gap: 8px;
    }
    .service-search-box .what-input-box{
        padding-left: 12px;
        padding-right: 12px;
    }

    .pricing-section-page{padding: 34px 0 55px;}
    .pricing-section .unlock-feature-modal-header .h1{font-size: 32px; line-height: 38px;}
    .pricing-section .pricing-item .pricing-item-type{font-size: 24px;}
    .pricing-section .pricing-item-header .pricing-item-price{font-size: 40px;}
    .pricing-section .pricing-item .pricing-item-price sup{top: -0.3em;}

    .testimonial-section{margin-top: 0;}
    .testimonial-section .review-desc .h4{font-size: 24px; line-height: 32px;}
    .sign-up {
        background: transparent;
    }
    .create-account {
        padding: 0;
        max-width: 360px;
        margin: 0 auto;
    }
    .sign-up .sign-up-left {
        padding: 24px 32px 24px;
    }
    .create-account-header {
        text-align: left;
    }
    .sign-up .sign-up-right {
        padding: 54px 24px;
    }
    .sign-up-right .shape {
        width: auto;
    }
    .go-to-guide-section {
        padding-bottom: 54px;
    }
    .policy-page-wrap {
        padding: 34px 0 54px;
    }
    .go-to-guide {
        padding: 48px 24px;
    }

    .thank-you-page-wrap .check-icon{
        padding-bottom: 56px;
    }
    
}
@media (max-width: 470px) {
    .pricing-listing.on-page .pricing-item {
        padding-left: 24px;
        padding-right: 24px;
    }
    .payment-method-box.form-wrap .field-group {
        gap: 0;
        grid-template-columns: auto;
    }
    .form-check-input {
        flex-shrink: 0;
    }
    .card-number {
        flex-direction: column;
        gap: 0;
        margin-bottom: 16px;
    }
}