/*
 * SPACEWOOD FURNISHERS PVT. LTD.
 * Customers Speak Responsive Media File.
 */

/*
 * For Small Desktop
 */

@media only screen and (max-width:1024px) {

	#bannerArea,
	#bannerArea .bannerContent {
		min-height: 220px;
	}

	#feedbackArea .feedbackBox .form-group h4 {
		font-size: 14px;
		line-height: 22px;
	}

	#feedbackArea .feedbackBox .form-group h4:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	#footer .contactInfoArea .contactInfoBox {
		flex-direction: column;
		text-align: center;
	}

	#footer .contactInfoArea .contactInfoBox .contactInfoText {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 991px) {
	#footer .contactInfoArea .contactInfoBox p {
		display: block;
		margin: 0 auto;
		font-size: 13px;
		line-height: 26px;
		letter-spacing: 0px;
	}

	#footer .contactInfoArea .contactInfoBox .contactInfoIcon {
		width: 50px;
		height: 50px;
		padding: 10px;
		
	}

	p {
		font-size: 16px;
	}

	.secPaddingTop {
		padding-top: 40px;
	}

	.secPaddingBottom {
		padding-bottom: 40px;
	}

	#menuArea .container {
		max-width: 860px;
	}

	#menuArea .menuBox ul li {
		margin-right: 15px;
		margin-bottom: 15px;
	}

	#menuArea .menuBox ul li a {
		font-size: 14px;
		font-weight: 600;
		color: #000;
		letter-spacing: 0px;
		height: 40px;
		min-height: 40px;
		line-height: 40px;
	}

	#testimonialArea .testimonialContent ul li,
	#testimonialArea .testimonialInfo .testimonialName h4 {
		font-size: 16px;
	}

	#testimonialArea .testimonialContent ul li:nth-child(odd),
	#testimonialArea .testimonialContent ul li:before {
		font-size: 14px;
	}

	#feedbackArea .feedbackBox .form-group h4 br {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	#menuArea .container {
		max-width: 720px;
	}

	#feedbackArea .feedbackBox {
		position: relative;
		z-index: 9;
		padding: 30px;
	}

	#feedbackArea .feedbackBox .form-group h4 {
		padding-left: 28px;
	}
}

/*
 * Mobile
 */
@media only screen and (max-width: 768px) {

	#bannerArea,
	#bannerArea .bannerContent {
		min-height: 149px;
	}

	#header .headerNavBar {
		padding: 10px 0px;
	}

	#header .headerNavBar .navbar-brand {
		width: 225px;
	}

	#header .navbar-toggler {
		position: relative;
		cursor: pointer;
		margin: 0;
		height: 35px;
		width: 35px;
		padding: 0;
		background: transparent;
	}

	#header .navbar-toggler span {
		display: block;
		position: relative;
		left: 0px;
		height: 2px;
		width: 100%;
		padding: 0;
		background-color: #000;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-ms-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
	}

	#header .navbar-toggler span:nth-child(1) {
		margin-top: 0;
	}

	#header .navbar-toggler span:nth-child(2) {
		margin-top: 8px;
	}

	#header .navbar-toggler span:nth-child(3) {
		margin-top: 8px;
	}

	#header .navbar-toggler[aria-expanded=true] .span:nth-child(1) {
		margin-top: 6px;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}

	#header .navbar-toggler[aria-expanded=true] .span:nth-child(2) {
		opacity: 0;
	}

	#header .navbar-toggler[aria-expanded=true] .span:nth-child(3) {
		margin-top: -12px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	#header .headerNavBar ul {
		margin-top: 15px;
	}

	#header .headerNavBar ul li {
		padding-left: 0;
		margin-bottom: 1px;
	}

	#header .headerNavBar ul li a {
		font-size: 16px;
		padding: 5px 10px;
		border-right: 0;
		background-color: rgba(0, 0, 0, 0.15);
	}

	#header .headerNavBar ul li:first-child {
		border-left: 0;
	}

	#bannerArea .bannerContent {
		max-width: 250px;
	}

	#bannerArea .bannerContent h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.sectionTitle {
		padding-top: 16px;
		margin-bottom: 15px;
	}

	.sectionTitle:before {
		content: '';
		height: 16px;
		width: 8px;
	}

	.sectionTitle h3 {
		font-size: 22px;
	}

	.sectionTitle p {
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 2px;
	}

	#menuArea .menuBox ul li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#menuArea .menuBox ul li a {
		font-size: 12px;
		height: 34px;
		min-height: 34px;
		line-height: 34px;
	}

	#testimonialArea .testimonialBoxCol:nth-last-of-type(1) {
		margin-top: 30px;
	}

	#testimonialArea .testimonialContent ul li {
		padding-left: 35px;
		line-height: 20px;
	}

	#testimonialArea .testimonialContent ul li:before {
		width: 18px;
		height: 18px;
		line-height: 18px;
		padding: 0px 6px;
		font-size: 12px !important;
	}

	#testimonialArea .testimonialContent ul li:after {
		left: 20px;
	}

	#testimonialArea .testiBoxStyleTwo {
		padding: 30px;
	}

	#testimonialArea .testiBoxStyleTwo:before,
	#testimonialArea .testiBoxStyleTwo:after {
		content: '';
		position: absolute;
		width: 260px;
		height: 260px;
	}

	#testimonialArea .testiBoxStyleTwo:before {
		top: -120px;
		right: -45px;
	}

	#testimonialArea .testiBoxStyleTwo:after {
		bottom: -120px;
		left: -45px;
	}

	#feedbackArea .feedbackBox .form-group h4 {
		padding-bottom: 5px;
	}

	#feedbackArea .submitBtn button {
		height: 40px;
		font-size: 18px;
		padding-right: 50px;
		padding-left: 25px;
	}

	#feedbackArea .submitBtn button i {
		height: 34px;
		width: 34px;
		line-height: 36px;
		font-size: 24px;
		padding-left: 3px;
		top: 3px;
		right: 3px;
	}

	#feedbackArea .submitBtn button:hover {
		padding-right: 25px;
		padding-left: 50px;
	}

	#feedbackArea .submitBtn button:hover i {
		right: 100%;
		transform: translateX(110%);
		-moz-transform: translateX(110%);
		-webkit-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
	}

	#footer .contactInfoArea .contactInfoBox {
		flex-direction: row;
		text-align: unset;
		padding: 15px 0px;
	}

	#footer .contactInfoArea .contactInfoBox .contactInfoText {
		padding-left: 10px;
	}

	#footer .contactInfoArea .contactInfoBoxBorder::after {
		top: auto;
		bottom: 0;
		right: 0;
		border-bottom: 1px solid #000;
		border-right: 0;
		width: 100%;
		height: 100%;
	}

	#footer .contactInfoArea .contactInfoBox h6 {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 16px;
	}

	.scrollToTop i {
		font-size: 18px;
		height: 30px;
		width: 35px;
		line-height: 30px;
	}

	.bannerContent {
		min-height: 149px;
	}
}



@media only screen and (max-width: 576px) {
	#bannerArea {
		background-size: cover;
		background-position: 60%;
		background-repeat: no-repeat;
		background-attachment: initial;
	}

	#menuArea {
		overflow: hidden;
	}

	#menuArea .menuBox {
		margin-right: -10px;
	}

	#menuArea .menuBox ul li {
		width: -moz-calc(25% - 10px);
		width: -webkit-calc(25% - 10px);
		width: -o-calc(25% - 10px);
		width: calc(25% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
		display: inline-flex;
		float: left;
	}

	#menuArea .menuBox ul li:nth-last-of-type(1),
	#menuArea .menuBox ul li:nth-last-of-type(2) {
		margin-bottom: 0;
	}

	#menuArea .menuBox ul li:nth-last-of-type(3) {
		margin-right: 0;
	}

	#menuArea .menuBox ul li a {
		font-size: 12px;
		letter-spacing: 1px;
		height: 34px;
		min-height: 34px;
		line-height: 34px;
		border-radius: 4px;
	}

	#menuArea .menuBox ul li a.active {
		background: #000;
		color: #fff000;
	}

	#feedbackArea .feedbackBox {
		padding: 15px;
	}

	#feedbackArea .feedbackBox .form-group {
		margin-bottom: 15px;
	}

	#feedbackArea .submitBtn button {
		height: 40px;
		font-size: 14px;
		padding-right: 50px;
		padding-left: 20px;
	}

	#feedbackArea .submitBtn button i {
		height: 30px;
		width: 30px;
		line-height: 32px;
		font-size: 20px;
		top: 5px;
		right: 5px;
	}

	#feedbackArea .submitBtn button:hover {
		padding-right: 20px;
		padding-left: 50px;
	}

	#feedbackArea .submitBtn button:hover i {
		right: 100%;
		transform: translateX(114%);
		-moz-transform: translateX(114%);
		-webkit-transform: translateX(114%);
		-ms-transform: translateX(114%);
		-o-transform: translateX(114%);
	}
}

@media only screen and (max-width: 480px) {

	#bannerArea,
	#bannerArea .bannerContent {
		min-height: 88px;
	}

	#bannerArea .bannerContent {
		max-width: 200px;
		padding-bottom: 35px;
	}

	#bannerArea .bannerTitle {
		padding: 0 15px;
	}

	#bannerArea .bannerTitle:before {
		width: 2px;
	}

	#bannerArea .bannerContent span {
		font-size: 12px;
		letter-spacing: 3px;
	}

	#bannerArea .bannerContent h1 {
		font-size: 18px;
		line-height: 22px;
	}

	#bannerArea .bannerContent h1:before {
		left: -15px;
		width: 2px;
	}

	#menuArea .menuBox ul li {
		width: -moz-calc(33.3333% - 10px);
		width: -webkit-calc(33.3333% - 10px);
		width: -o-calc(33.3333% - 10px);
		width: calc(33.3333% - 10px);
	}

	#menuArea .menuBox ul li:nth-last-of-type(3) {
		margin-right: 10px;
		margin-bottom: 0;
	}

	#testimonialArea:before {
		width: 80%;
	}

	#testimonialArea:after {
		display: none;
	}

	#testimonialArea .testimonialBoxCol .testimonialBox:nth-last-of-type(1) {
		margin-bottom: 30px;
	}

	#testimonialArea .testimonialBoxCol:nth-last-of-type(1) .testimonialBox:nth-last-of-type(1) {
		margin-bottom: 0px;
	}

	#testimonialArea .testimonialContent ul li:before {
		padding: 0px 5px;
	}

	#testimonialArea .testiBoxStyleTwo:before,
	#testimonialArea .testiBoxStyleTwo:after {
		width: 200px;
		height: 200px;
	}

	#testimonialArea .testiBoxStyleTwo:before {
		top: -90px;
		right: -45px;
	}

	#testimonialArea .testiBoxStyleTwo:after {
		bottom: -90px;
		left: -45px;
	}

	#testimonialArea .testiBoxStyleTwo {
		padding: 15px 10px;
	}

	#footer .footerLogoArea .footerLogoBox {
		width: 230px;
	}

	#footer .contactInfoArea .contactInfoBox .contactInfoIcon {
		width: 50px;
		height: 50px;
	}

	#footer .contactInfoArea .contactInfoBox .contactInfoText {
		padding-left: 20px;
	}

	#footer .footerBottom {
		margin-top: -40px;
		padding-top: 40px;
	}

	.secPaddingTop {
		padding-top: 10px;
	}
}

@media only screen and (max-width: 375px) {

	#testimonialArea .testiBoxStyleTwo:before,
	#testimonialArea .testiBoxStyleTwo:after {
		width: 150px;
		height: 150px;
	}

	#testimonialArea .testiBoxStyleTwo:before {
		top: -75px;
		right: -35px;
	}

	#testimonialArea .testiBoxStyleTwo:after {
		bottom: -75px;
		left: -35px;
	}
}