@media (max-width: 767px){
	/*--------------------------------------------------------------
	General
	--------------------------------------------------------------*/
		.home-2 p,
		.home-2 span,
		.home-2 i {
		    font-size: 15px;
		    line-height: 22px;
		}

		.t17-25 {
			font-size: 16px !important;
			line-height: 23px !important;
		}

		.home-2 .banner-text {
		    font: bold 20px/30px Open Sans Bold;
		}

	/*--------------------------------------------------------------
	Common
	--------------------------------------------------------------*/
		.fold-4-title,
		.fold-5-title,
		.fold-7-title,
		.fold-11-title {
			font: bold 26px/44px Open Sans Bold;
		}

		.fold-9-title,
		.fold-10-title,
		.fold-12-title {
			font: bold 26px/36px Open Sans Bold;
		}

	/*--------------------------------------------------------------
	Fold 1
	--------------------------------------------------------------*/
		.home-2.spt-home-banner .container {
			min-height: 100%;
			padding: 40px 56px 220px 0!important;
		}

	/*--------------------------------------------------------------
	Fold 2
	--------------------------------------------------------------*/
		.home-2.fold-2 h1 {
		    font: bold 28px/40px Open Sans Bold;
		}

		.three-reasons {
		    font: bold 20px/28px Open Sans Bold;
		    flex-direction: column;
		    margin-top: 5px;
		}

		.home-2.fold-2 .t-sub {
		    font: bold 18px/28px Open Sans Bold;
		}

	/*--------------------------------------------------------------
	Fold 3
	--------------------------------------------------------------*/
		.fold-3-title {
		    font: bold 26px/48px Open Sans Bold;
		}

		.step-number {
		    font: 300 20px/28px Open Sans Light;
		}

		.step-title {
		    font: bold 20px/22px Open Sans Bold;
		}

		.fold-3 .col-md-4 {
			padding-bottom: 30px;
		}

		.fold-3 .col-md-4 img {
			margin-bottom: 5px !important;
		}

		.fold-3 .col-md-4 .step-title {
			margin-bottom: 9px !important;
		}

	/*--------------------------------------------------------------
	Fold 4
	--------------------------------------------------------------*/
		.fold-4 .thumbnail-con .thumbnail-con-img {
			width: 100%;
		}

	/*--------------------------------------------------------------
	Fold 5
	--------------------------------------------------------------*/
		.home-2.fold-5 .services li {
			width: 50% !important;
		}

		.home-2.fold-5 .service-content {
		    font: 600 16px/22px Open Sans SemiBold;
		}

	/*--------------------------------------------------------------
	Fold 6
	--------------------------------------------------------------*/
		.r2-title {
			font: bold 24px/24px Open Sans Bold;
		}

		.home-2.fold-6 .list-title {
			font: 600 16px/23px Open Sans SemiBold;
		}

	/*--------------------------------------------------------------
	Fold 7
	--------------------------------------------------------------*/
		#reviews-carousel .item .review-con {
		    height: 500px;
		}

	/*--------------------------------------------------------------
	Fold 8
	--------------------------------------------------------------*/
		.fold-8 .row{
			text-align: center;
		}

		.fold-8 img {
			width: 250px !important;
		}

		.fold-8 .ad-pretext {
			font: normal normal 600 15px/20px Open Sans SemiBold;
		}

		.fold-8 .book-title {
			font: bold 20px/44px Open Sans Bold;
		}

	/*--------------------------------------------------------------
	Fold 9
	--------------------------------------------------------------*/
		.fold-9 {
			padding: 30px 0 !important;
		}

		.fold-9 .mb-74 {
			margin-bottom: 20px !important;
		}

		.fold-9 .mb-57 {
			margin-bottom: 30px !important;
		}

		.fold-9-pretext {
			font: bold 16px/36px Open Sans Bold;
		}

		.reason-title-con .count {
		    font: 300 40px/30px Open Sans Light;
		}

		.fold-9 .reason-title {
			padding-right: 0;
		}

	/*--------------------------------------------------------------
	Fold 10
	--------------------------------------------------------------*/
		.fold-10-sub-title {
			font: 600 22px/44px Open Sans Semibold;
		}

		.fold-10 {
			padding: 30px 0 !important;
		}

	/*--------------------------------------------------------------
	Fold 11
	--------------------------------------------------------------*/
		.fold-11 .blog-con {
			margin-bottom: 30px;
		}

	/*--------------------------------------------------------------
	Fold 12
	--------------------------------------------------------------*/
		.fold-12 .testimonials-thumbnail-con .testimonials-thumbnail-con-img {
			width: 100%;
		}
    
    /*--------------------------------------------------------------
	Incontinence Modal
	--------------------------------------------------------------*/
    	.incontinence-modal .fold-8 img {
    		width: 160px !important;
    	}
    
    	.incontinence-modal .fold-8 h3 {
    		font-size: 20px;
            line-height: 22px;
    	}
}

@media (max-width: 499px){
	.home-2.fold-2 ul {
	    flex-direction: column;
	}
}

@media (max-width: 400px){
	#reviews-carousel .carousel-inner {
	    padding: 0px 20px;
	}

	.fold-7 .review-con {
		padding: 0 15px;
	}
}