/*
 * SPACEWOOD FURNISHERS PVT. LTD.
 * Franchise Enquiry Responsive Media File.
 */
/*
 * For Small Desktop
 */
@media only screen and (max-width: 1200px) {
	#pageWrapper {
		width: 92%;
	}
}

@media only screen and (max-width:1024px) {
	.sectionTitle h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.sectionTitle:before {
		width: 36px;
		height: 36px;
		background-size: 36px;
	}

	#sideBarArea {
		width: 200px;
	}

	#sectionPanel {
		background: #ffffff;
		width: calc(100% - 170px);
		min-height: 100vh;
		margin-left: 170px;
	}

	#ourRequirement .ourReqInner h4 {
		font-size: 18px;
	}

	#ourRequirement .ourReqInner h4 span {
		font-size: 22px;
	}

	#lookingForArea .lookingForTitle h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 991px) {

	h4,
	h5,
	h6 {
		font-size: 18px;
	}

	.bedroomBtn,
	.bannerText p,
	#ourRequirement .reqArea .reqBox p,
	#lookingForArea .lookingForContent ul li,
	#contactForArea .submitBtn button,
	#footerArea .addressBox h5,
	#ourRequirement .ourReqInner h4,
	#ourRequirement .ourReqInner p {
		font-size: 14px;
	}

	.sectionTitle {
		margin-bottom: 10px;
		padding-left: 24px;
	}

	.sectionTitle h3 {
		font-size: 20px;
	}

	.sectionTitle:before {
		width: 32px;
		height: 32px;
		background-size: 32px;
	}

	.bannerText p {
		line-height: 20px;
	}

	#aboutSpaceDiv .aboutSpaceHeader {
		padding: 15px 20px;
	}

	#aboutSpaceDiv .aboutSpaceHeader h3 {
		font-size: 24px;
	}

	#aboutBusiness .aboutImg {
		margin-bottom: 15px;
	}

	#swBrandsArea .brandBoxInner figure .brandBoxLogo {
		width: 130px;
		bottom: 10px;
		right: 10px;
	}

	#swBrandsArea .brandBoxInner figure .knowMoreBtn {
		top: 10px;
		left: 10px;
	}

	#ourRequirement .ourReqInner h4 span {
		font-size: 18px;
	}

	#footerArea .infoBoxInner .infoIcon {
		top: 15px;
		left: 15px;
	}

	#footerArea .infoBoxInner p,
	#footerArea .infoBoxInner p a {
		line-height: 16px;
		font-size: 14px;
	}

	#footerArea .infoBoxInner {
		padding: 15px;
	}
}

@media only screen and (max-width:768px) {}

/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
	p {
		font-size: 16px;
	}

	.secPadBot {
		padding-bottom: 30px;
	}

	.secPadTop {
		padding-top: 30px;
	}

	.sectionTitle {
		margin-bottom: 5px;
		padding-left: 18px;
		padding-top: 8px;
	}

	.sectionTitle:before {
		width: 28px;
		height: 28px;
		background-size: 28px;
	}

	.sectionTitle h3 {
		font-size: 18px;
	}

	/*---- Mobile Sidebar Menu ---*/
	.mobileToggleBar {
		opacity: 1;
		display: inline-block;
		width: 34px;
		height: 34px;
		position: fixed;
		left: 15px;
		top: 30px;
		z-index: 9999;
		cursor: pointer;
		background: #000;
		border-style: solid;
		border-width: 1px 1px 1px 0;
		border-color: #ffb300;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

	.mobileToggleBar .toggleBarBox {
		width: 20px;
		height: 100%;
		margin: 0 auto;
		padding: 5px 0px;
		display: block;
		position: relative;
	}

	.mobileToggleBar.active {
		left: 220px;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

	.mobileToggleBar span {
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		background-color: #fff;
	}

	.mobileToggleBar span:nth-child(1) {
		top: 8px;
	}

	.mobileToggleBar span:nth-child(2) {
		top: 16px;
	}

	.mobileToggleBar span:nth-child(3) {
		top: 24px;
	}

	.mobileToggleBar.active span:nth-child(1) {
		background-color: transparent;
		transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}

	.mobileToggleBar.active span:nth-child(2) {
		top: 9px;
		transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transform: translate3d(0, 6px, 0) rotate(45deg);
		-webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
		-moz-transform: translate3d(0, 6px, 0) rotate(45deg);
		-o-transform: translate3d(0, 6px, 0) rotate(45deg);
	}

	.mobileToggleBar.active span:nth-child(3) {
		top: 9px;
		transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transform: translate3d(0, 6px, 0) rotate(-45deg);
		-webkit-transform: translate3d(0, 6px, 0) rotate(-45deg);
		-moz-transform: translate3d(0, 6px, 0) rotate(-45deg);
		-o-transform: translate3d(0, 6px, 0) rotate(-45deg);
	}

	#sideBarArea {
		width: 220px;
		top: 15px;
		min-height: calc(100vh - 45px);
		transform: translateX(-205px);
		-moz-transform: translateX(-205px);
		-webkit-transform: translateX(-205px);
		-ms-transform: translateX(-205px);
		-o-transform: translateX(-205px);
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

	.sideBarOpen #sideBarArea {
		transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}

	#sideBarArea .sideBarHeader {
		padding: 20px 15px;
	}

	#sideBarArea .navbarMenu ul li a {
		line-height: 1em;
		font-size: 14px;
	}

	#sideBarArea .navbarMenu ul li .subMenu li a {
		padding-left: 30px;
	}

	#sideBarArea .navbarMenu ul li .subMenu li a:before {
		left: 15px;
	}

	/*--- Pages ---*/
	#pageWrapper {
		width: 100%;
		min-height: 100%;
		margin: 0;
	}

	#sectionPanel {
		width: calc(100% - 30px);
		min-height: 100%;
		margin-left: 0;
		margin: 0px 15px;
	}

	#sectionPanel .sectionWrapper {
		padding-left: 0;
	}

	#sectionPanel .sectionWrapper .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

	#mainSliderArea .owl-nav .owl-next i,
	#mainSliderArea .owl-nav .owl-prev i {
		width: 25px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
		background: rgba(0, 0, 0, 0.65);
	}

	#mainSliderArea .owl-nav .owl-next i {
		right: 0;
	}

	#mainSliderArea .owl-nav .owl-prev i {
		left: 0px;
	}

	.scrollDown span {
		width: 16px;
		height: 30px;
		border: 1px solid #fff;
		background: rgba(0, 0, 0, 0.65);
	}

	.scrollDown span::before {
		top: 5px;
		width: 4px;
		height: 4px;
		margin-left: -2px;
	}

	.scrollDown p {
		font-size: 14px;
	}

	#aboutSpaceDiv .aboutSpaceHeader {
		padding: 10px 20px;
		min-height: 46px;
	}

	#aboutSpaceDiv .aboutSpaceHeader h3 {
		font-size: 18px;
	}

	#aboutSpaceDiv .aboutSpaceContent {
		padding: 38px 15px 15px;
		margin-top: -23px;
	}

	.bannerText {
		padding: 15px;
	}

	#edgeBox {
		padding: 15px;
	}

	#lookingForArea .lookingForTitle h3 {
		font-size: 22px;
		line-height: 34px;
	}

	#contactForArea .inputGroup .inputGroupLabel {
		height: 44px;
		width: 80px;
		text-align: center;
		padding: 5px 10px;
		line-height: 28px;
	}

	#contactForArea .form-group.inputGroup select {
		padding-left: 95px;
	}

	#footerArea {
		margin-bottom: 0px;
	}

	#footerArea .infoBox {
		margin-bottom: 15px;
	}

	#footerArea .infoBox:nth-last-of-type(1) {
		margin-bottom: 0;
	}

	#footerArea .infoBoxInner {
		border: 1px solid rgba(237, 237, 237, 0.35);
	}

	#footerArea .infoBoxInner .infoBoxContent {
		padding-top: 0;
	}

	#footerArea .infoBoxInner .infoIcon {
		top: 0;
		left: 0;
		position: static;
		line-height: normal;
		width: auto;
		height: auto;
		display: block;
	}

	#footerArea .infoBoxInner .infoIcon img {
		position: absolute;
		left: 5px;
		bottom: 5px;
		z-index: 0;
		width: 60px;
		height: auto;
		opacity: 0.12;
		top: 5px;
	}

	#footerArea .infoBoxInner p,
	#footerArea .infoBoxInner p a {
		font-size: 16px;
	}

	.scrollToTop {
		bottom: 5px;
		right: 5px;
		left: auto;
	}

	.scrollToTop i {
		font-size: 16px;
		line-height: 25px;
		height: 25px;
		width: 25px;
	}

}

@media only screen and (max-width: 575px) {
	#pageBanner {
		background-size: cover;
		padding: 60px 15px 90px 15px;
		background-position: center right;
	}

	#pageBanner .bannerLogo {
		width: 160px;
	}

	#ourRequirement .ourReqBox {
		margin-bottom: 10px;
	}

	#ourRequirement .ourReqBox:nth-last-of-type(1) {
		margin-bottom: 0px;
	}

	#ourRequirement .ourReqInner {
		padding: 10px 15px;
	}

	#ourRequirement .ourReqInner h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	#lookingForArea .lookingForTitle h3 {
		font-size: 18px;
		line-height: 40px;
	}

	#lookingForArea .lookingForTitle h3 br {
		display: none;
	}

	#lookingForArea .lookingForTitle img {
		opacity: 0.8;
	}

	#swBrandsArea .brandBox:nth-last-of-type(2) {
		margin-bottom: 30px;
	}

	#contactForArea .form-group {
		margin-bottom: 10px;
	}

	#contactForArea .form-group input,
	#contactForArea .form-group select {
		height: 38px;
	}

	#contactForArea .form-group input,
	#contactForArea .form-group select,
	#contactForArea .form-group textarea {
		padding: 5px 10px;
	}

	#contactForArea .form-group textarea {
		height: 150px;
	}

	#contactForArea .inputGroup .inputGroupLabel {
		height: 38px;
		line-height: 24px;
	}

	#contactForArea .submitBtn button {
		height: 38px;
	}

	#footerArea .addressBox p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	#sideBarArea {
		top: 0;
	}

	.mobileToggleBar {
		top: 10px;
	}

	#lookingForArea .lookingForTitle h3 {
		line-height: 28px;
	}
}

@media only screen and (max-width: 320px) {}