@media (max-width: 1400px) {
	.home-browser-item label {
    width: 100%;
}

.spacer {
    display: none;
}

	/*== == SITE WIDE == == */
	body .row-container {
    padding: 0 20px;
}
	.footer-block .footer-block-item#middle {
		width: 30%;
	}
	/*== == SITE WIDE  END == == */
	
	
	/*== == MWM FOOTER == == */
	.date-sitename,
	#footer .privacy-text {
		left: 20px;
	}
	
	.privacy-site.moduletable{
		right: 20px;
	}
	.footer-block-item.footer-logo {
		width: 20%;
	}
	.footer-block-item.subscription-scheme {
		width: unset;
		flex: 100;
	}
	/*== == MWM FOOTER END == == */
}

@media (max-width: 1200px){
	.home-fold4-slide-item-title p {
    display: none;
}
	.product-folda-item-img-container-outer {
		width: calc((100% / 2) - 120px);
	}
	.product-folda-content-price {
		flex-direction: column;
		gap: 20px;
		align-items: start;
	}
#masthead ul#primary-menu > li > a {
	padding: 0px 20px;
}
}


@media (max-width: 1024px) {
	.mobile-only{
		display: block;
	}
	.product-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-sku {
    flex-direction: column;
    gap: 10px;
}

.product-right .footer-block-item.subscription-scheme {
    display: block;
}

	.subscription-scheme-buttons{
		flex-direction: column;
		margin-top: 20px;
		/* gap: 0; */
		align-items: center;
	}

.product-right .footer-block-item.subscription-scheme .readmore {
    margin: 0px auto;
}

	.product-folda-item-img-container-outer {
		width: 100%;
		max-width: 540px;
	}
	.product-folda-content {
		text-align: center;
	}
	.product-folda-content-price-main {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.product-folda-content-price-discount > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.product-folda-content-price {
		align-items: center;
		text-align: center;
	}
	.product-folda-content-price-discount {
		box-sizing: border-box;
		justify-content: space-between;
		width: 100%;
		flex-direction: column;
		text-align: center;
	}
	.product-folda-wrapper {
		flex-direction: column;
	}
	    .home-fold5 li.is-active .home-fold5-slide-item {
        transform: translateX(0px);
        align-items: center;
        justify-content: center;
    }

    .home-fold5 li .home-fold5-slide-item {
        height: 100%;
        border: 0px;
    }

    .home-fold5-slide-item-content {
        flex: unset;
    }

    .home-fold5-slide ul {
        flex-direction: row;
        gap: 0px;
    }

    .home-fold5-main {
        flex-direction: column;
        gap: 20px;
    }

    .home-fold5-content {
        justify-content: center;
    }

    .home-fold5-slide {
        width: 100%;
    }

    #home-fold5-splide {
        flex-direction: column;
        gap: 40px;
    }

    .home-fold5-spacer-line {
        height: 2px;
        width: 150px;
    }

    .home-fold5-spacer {
        height: auto;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .home-fold5 .splide__arrows {
        flex-direction: row;
    }

    .home-fold5-slide-item {
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .home-fold5-slide-item-title-namewrap {
        text-align: left;
    }

    .home-fold5 li {
        opacity: 1 !important;
        max-width: 600px;
        height: unset !important;
    }
.home-fold5-title::before {
        left: unset;
    }
    .home-fold5 .splide__arrows {
        height: unset;
        top: -60px;
    }
    .home-fold5 .splide__arrows.splide__arrows--ltr button::before {
        display: none;
    }

    .home-fold5-main {
        gap: 80px;
        width: 100%;
    }

    .home-fold5-title {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .home-fold5 .splide__arrow:nth-child(2) {
        transform: rotate(-90deg);
    }

    .home-fold5 .splide__arrow:nth-child(1) {
        transform: rotate(-90deg);
    }
	    .home-fold5-content {
        padding: 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
        max-width: 720px;
        width: calc(100% - 40px);
    }
	    .home-fold5-slide {
        /* width: calc(50% - 20px); */
    }

    .home-fold5-content {
    padding: 0 !important;
    }
	.footer-block-item.footer-logo {
		margin: 0px;
		align-items: center;
	}
	.footer-block .footer-block-item#middle {
		/* display: none; */
		margin: 0;
		width: 100%;
	}
	.footer-block-item.subscription-scheme {
		/* display: none; */
		padding: 20px;
	}
	.subscription-scheme .title{
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.subscription-scheme .subtext{
		font-size: 16px !important;
		line-height: 24px !important;
		margin: 0;
	}

	
	.footer-block .row-container {
		flex-direction: column;
		gap: 40px;
		text-align: center;
	}
	.title {
		font-size: 48px;
		line-height: 56px;
	}
	.product-folda-content-price-discount .smalltitle {
		max-width: unset;
	}
	.smalltitle {
		font-size: 26px;
		line-height: 34px;
	}
	.subtext {
		font-size: 28px;
		line-height: 36px;
	}
p, li {
	font-size: 14px;
	line-height: 24px;
}


	div#page {
  	  padding: 0px;
	}
	
	/* == == MWM FOOTER == == */
	
	.privacy-site.moduletable {
    right: 0px;
    width: auto;
    position: relative;
    float: none;
    top: 0px;
    width: auto;
    transform: none;
    -webkit-transform: none;
    text-align: center;
    margin: 0px;
}
	
	#footer .socials i{
		margin-bottom: 0px;
	}
	#footer .socials{
		float: none;
	}
	#footer .privacy-text{
		    position: relative;
		    right: auto;
		    top: auto;
		    transform: none;
		    -webkit-transform: none;
		    text-align: center;
		    float: none;
		    clear: both;
		    left: 0px;
		    margin-bottom: 10px;
	}
	
	.date-sitename{
		position: relative;
		margin: auto;
		width: auto !important;
		display: block;
		left: 0px;
		text-align: center;
		top: 0px;
		transform: none;
	}

	div#footer .row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}

div#footer {
    padding: 20px 0px;
}
	
/* == == EBOOK FOLD == == */
	
	div#ebook-fold{
		padding: 70px 0px;
	}
	
	div#ebook-fold .ebook-image{
		width: 100%;
		max-width: 540px;
		margin: 0px auto;
		float: none;
		position: relative;
	}
	
	div#ebook-fold .ebook-form{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	
	div#ebook-fold .ebook-form input.wpcf7-submit{
		margin: 0px auto;
	}
	
	.ebook-fold-inner {
    display: block;
}
	
.sub-btn {
    display: inline-block;
}
	
	
	.wpcf7 .ajax-loader {
		margin: 0 auto;
		display: block;
	}
	
	/* == == EBOOK FOLD END == == */	
	
/*== == Contact Page == ==*/

.contact-section {
    flex-direction: column;
    text-align: center;
    padding: 50px 0px;
}
	
.form-name, .form-email {
    width: 100%;
}
	
.contact-card,
.address-wrap{
    width: 100%;
    margin: 0px auto;
}
	
.address-wrap ul {
    padding-left: 0px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
}
	
.contact-card .sub-btn {
    float: none;
    margin-left: 25px;
}
	
.address-wrap ul {
    padding-left: 0px;
    width: 100%;
    max-width: 300px;
}
	
	.address-wrap ul {
    display: flex;
    flex-direction: column;
    margin: 15px auto;
}

.address-wrap ul::before {
    top: -5px !important;
    left: unset;
    position: relative;
    transform: unset;
}

.address-wrap ul.phone::before {
    top: -7.5px !important;
    line-height: 1 !important;
}

/*== == Contact Page END == ==*/

	
.address-wrap ul {
    padding-left: 0px;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
}

	form.wpcf7-form > p {
    display: flex;
    margin: 0px;
    flex-direction: column;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin: 20px auto 0;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-top: 4px;
    display: block;
    box-sizing: border-box;
}

.form-name, .form-email {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-right: 0% !important;
}
.mobile-subscription-scheme {
	display: block;
}
body #page .contact-section form.wpcf7-form.init div {
    width: 100%;
}
.product-compatability {
	padding: 60px 0px;
}
.wpcf7 textarea {
    box-sizing: border-box;
}

.address-wrap h1, h3.contact-title {
    margin: 20px 0px;
}
	.mobile-subscription-scheme .title {
		color: #fff;
		font-size: 26px;
		line-height: 34px;
	}
	.product-compatability-list li {
		width: calc((100% / 2) - 10px);
	}
	.mobile-subscription-scheme .subscription-scheme-buttons {
		flex-direction: column;
		gap: 0px;
		gap: 20px;
	}
	.home-fold2 {
    padding: 60px 0px;
}
}

@media (max-width: 1400px) {
        .home-browser-main {
        flex-direction: column;
        align-items: center;
    }
    .home-browser::before {
        width: 100%;
        height: 45%;
        bottom: 0;
        top: unset;
    }
    .home-browser-item {
        text-align: center;
        max-width: 1024px;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
	
	.footer-block{
		padding: 30px 0px;
	}
.footer-block .footer-block-item {
    text-align: center;
    width: 100% !important;
    margin-right: 0px !important;
}
	
.footer-block .footer-block-item#middle {
    display: none;
}
	
.footer-block .readmore {
    float: none;
    display: block;
    margin: 20px auto 0px;
}

}

@media (max-width: 1024px) {
	.payment-methods-main {
		flex-direction: column;
		align-items: center;
	}
	.product-wrapper {
		padding: 60px 0px;
	}
    .home-fold5 .row-container {
        width: 100%;
    }

    .home-fold5 {
        display: flex;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        padding: 60px 0px;
    }
}

@media (max-width: 1600px) {
    .home-fold5-content {
        padding-right: 20px;
    }
}

@media (max-width: 640px) {
	.product-compatability-list li {
		width: calc((100% / 0) - 0px);
	}
}

@media (max-width: 540px) {
.product-folda-content-details-main {
	flex-direction: column;
}
	.title {
		font-size: 34px;
		line-height: 42px;
	}
	.smalltitle {
		font-size: 22px;
		line-height: 28px;
	}
	.subtext {
		font-size: 22px;
		line-height: 32px;
	}
p, li {
	font-size: 13px;
	line-height: 22px;
}
	    .home-fold5-slide-item-img {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
	    .home-fold5-slide-item {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    div#ebook-fold .ebook-form .ebook-form-fields{
        flex-direction: column;
        gap: 10px;
    }
	.footer-block .footer-block-item h5{
		text-align: center;
	}
	
	.footer-block .footer-block-item#middle li {
    float: left;
    width: 100%;
    padding: 8.2px 0px;
    font-size: 17px;
    list-style-type: none;
    text-align: center;
}
	
	.footer-block .footer-block-item{
		text-align: center;
	}
	
	.footer-block .readmore{
		margin: 20px auto 0px;
	}
	
/*EBOOK FOLD*/

/*EBOOK FOLD END*/	
	
	/*CONTACT FORM*/
	.form-field.half {
	    flex: 1 0 100%;
}
	
	#sgpb-popup-dialog-main-div h3:has(span) {
		font-size: 20px;
		line-height: 24px;
		padding: 25px 0px 20px;
	}

#sgpb-popup-dialog-main-div h3  span {
    font-size: 32px;
    line-height: 40px;
}
		/*CONTACT FORM END*/
    .logo-slider-fold::before {
        display: none;
    }
    .logo-slider-fold::after {
display: none;
    }
}

@media (max-width: 480px) {
	/* == == EBOOK FOLD == == */
	
	/* == == EBOOK FOLD END == == */	
	
#contact-details > ul {
    width: 100%;
}
	
}

@media (max-width: 767px) {
    .home-browser-item label {
        flex-direction: column;
        width: 100%;
    }

	.home-browser-item label *{
		width: 100%;
		box-sizing: border-box;
	}
}