/*-----------------------------------------------------------------------------------------------
 * SPACEWOOD FURNISHERS PVT. LTD.
 * F2C Wardrobes Media CSS File.
 * Design & Developed By Aslam Abrar Khan.
 -----------------------------------------------------------------------------------------------*/
/*
 * For Small Desktop
 */
@media only screen and (max-width: 1200px) {
	#detailingArea .finishesBox {
	    padding: 5px;
	}
}

@media only screen and (max-width:1024px) {
	.sectionTitle h3 {
	    font-size: 36px;
    	line-height: 30px;
	}

	#mainSliderArea .owl-carousel .sliderImg {
	    background-position: 50% 0;
	}
	#mainSliderArea .sliderCaption .sliderCapText h1 span {
	    font-size: 104px;
	    line-height: 78px;
	}
	#mainSliderArea .sliderCaption .sliderCapText h1 {
	    font-size: 38px;
	    line-height: 32px;
	}
	#mainSliderArea .sliderCaption .sliderCapText h2 {
	    font-size: 22px;
	}
	#mainSliderArea .sliderCaption .sliderCapText h3 {
	    letter-spacing: 0px;
	    font-size: 22px;
	}
	#pageWrapper{
		margin: 0;
	}
	#sideBarArea {
	    width: 200px;
	}

	#sectionPanel {
	    margin-left: 200px;
	}
	#categoriesArea .cateTextInner h4 {
	    font-size: 20px;
	}
	#categoriesArea .cateTextInner ul li {
	    font-size: 16px;
	    padding-left: 25px;
	}
	#categoriesArea .cateTextInner ul li::before {
    	font-size: 18px;
	    line-height: 24px;
	}

	#categoriesArea .tabBoxArea .tabMenuBox{
    -webkit-box-flex: 0;
	    -ms-flex: 0 0 115px;
		    flex: 0 0 115px;
    max-width: 115px;
	}
	#categoriesArea .tabMenuBox ul li {
	    width: 100px;
	    margin-bottom: 15px;
	}
	#categoriesArea .tabBoxArea .tabContentBox {
    max-width: calc(100% - 115px);
    width: calc(100% - 115px);
    -webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(100% - 115px);
	    	flex: 0 0 calc(100% - 115px);
	}

	#detailSection .detailBox ul li {
	    margin-bottom: 10px;
	    line-height: 24px;
	}
	#detailingArea .detailingCol:nth-of-type(1) {
	    padding-right: 15px;
	}
	#detailingArea .detailingCol:nth-of-type(2) {
	    padding-left: 15px;
	    border-left: 0;
	    margin-top: 30px;
	}
	#detailingArea .colorOption {
	    margin-top: 0;
	    margin-bottom: 0;
	}


	#enquireNowArea .enquireBox {
	    padding: 20px;
	}
	#enquireNowArea .enquireBox .form-group {
	    margin-bottom: 20px;
	}
	#enquireNowArea .infoBoxInner {
		min-height: 113px;
		margin-bottom: 20px;
	}
	#enquireNowArea .infoBoxInner .infoBoxIcon {
	    width: 65px;
	    height: 65px;
	    line-height: 65px;
	}
	#enquireNowArea .infoBoxInner .infoBoxText {
	    padding-left: 80px;
	}
}

@media only screen and (max-width: 991px) {
	h4, h5, h6 {
	    font-size: 18px;
	}
	.bedroomBtn,
	.bannerText p,
	#enquireNowArea .enquireBox .submitBtn button,
	#footerArea .addressBox h5{
	    font-size: 16px;
	}
	.sectionTitle{
		margin-bottom: 5px;
	}
	.sectionTitle h3 {
	    font-size: 32px;
    	line-height: 26px;
	}
	.sectionTitle.cateTitle p {
	    padding-left: 18px;
	    font-size: 16px;
	    line-height: 25px;
	    margin-bottom: 2px;
	}
	.sectionTitle.cateTitle:before {
	    width: 25px;
	    height: 25px;
	    font-size: 14px;
	    line-height: 26px;
	}
	.sectionTitle p{
	    font-size: 18px;
	}
	.sectionSubTitle {
	    margin-bottom: 10px;
	}
	.sectionSubTitle h4 {
	    font-size: 20px;
	}

	#categoriesArea .tabMenuBox ul li a{
		padding: 2px;
	}
	#categoriesArea .tabMenuBox ul li a .navtriangle {
	    width: 10px;
	    height: 18px;
	}
	#categoriesArea .tabMenuBox ul li a:hover .navtriangle,
	#categoriesArea .tabMenuBox ul li a.active .navtriangle {
	    right: -10px;
	}
	#categoriesArea .tabMenuBox ul li a .navtriangle:before {
		border-left-width: 10px;
	    border-top-width: 6px;
	    border-bottom-width: 6px;
	}

	#categoriesArea .cateTextBox p {
	    line-height: 24px;
	    margin-bottom: 15px;
	}
	#categoriesArea .cateTextInner ul li {
	    font-size: 16px;
	    line-height: 20px;
	}

	#detailSection{
		padding: 0;
	}
	#detailSection:before{
		display: none;
	}
	#detailSection .detailSecBg {
	    content: '';
	    position: relative;
	    width: 100%;
	    height: 365px;
	    background-image: url(../images/detailing-bg.jpg);
	    background-position: 100% 50%;
	    background-repeat: no-repeat;
	    background-size: 80%;
	    margin-top: 15px;
	}
	#detailSection .detailSecBg:before{
		content: '';
	    position: absolute;
	    width: 20%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background-color: #e1d9cc;
	    z-index: 0;
	}
	#detailSection .lockText p {
	    background-color: rgba(0, 0, 0, 0.08);
	}
	#detailingArea .colorOption {
    	margin-top: 30px;
	    margin-bottom: 0;
	    display: block;
	}

	#spacewoodArea .spaceBox .spaceBoxInner p {
	    line-height: 24px;
	}

	#enquireNowArea .enquireBox .submitBtn {
		margin-bottom: 30px;
	}
	#enquireNowArea .enquireBox .submitBtn button{
		font-size: 22px;
	}
}

@media only screen and (max-width:768px) {
	#mainSliderArea .owl-carousel .sliderImg,
	#mainSliderArea .sliderCaption{
		height: 80vh;
	}
	#mainSliderArea .sliderCaption .sliderCapText h1 {
	    font-size: 34px;
    	line-height: 30px;
	}
	#mainSliderArea .sliderCaption .sliderCapText h1 span {
	    font-size: 94px;
	    line-height: 84px;
	    margin-bottom: 0;
	}
	#mainSliderArea .sliderCaption .sliderCapText h2 {
	    font-size: 18px;
	}
	#mainSliderArea .sliderCaption .sliderCapText h3 {
	    font-size: 16px;
	}

	#sideBarArea {
	    width: 160px;
	}
	#sideBarArea .navbarMenu ul li a{
		font-size: 14px;
	}

	#sectionPanel {
	    margin-left: 160px;
	}
	#categoriesArea .tabBoxArea .tabMenuBox {
	    max-width: 100%;
	    -webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		    	flex: 0 0 auto;
	}
	#categoriesArea .tabMenuBox .tabMenuNav {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	#categoriesArea .tabMenuBox ul li {
	    width: 100px;
	    margin-right: 15px;
	    margin-bottom: 15px;
	}
	#categoriesArea .tabMenuBox ul li:nth-last-of-type(1) {
	    margin-bottom: 15px;
	    margin-right: 0;
	}
	#categoriesArea .tabMenuBox ul li a .navtriangle {
	    width: 12px;
	    height: 12px;
	    bottom: 0;
	    right: auto;
	    left: 50%;
	    top: auto;
	    border-top: 10px solid #000;
	    border-left: 6px solid transparent;
	    border-right: 6px solid transparent;
	    transform: translate(-50%, 0%);
	    -webkit-transform: translate(-50%, 0%);
		    -moz-transform: translate(-50%, 0%);
			    -ms-transform: translate(-50%, 0%);
		    		-o-transform: translate(-50%, 0%);
	}
	#categoriesArea .tabMenuBox ul li a.active .navtriangle{
	    bottom: -12px;
	}
	
	#categoriesArea .tabBoxArea .tabContentBox {
	    max-width: 100%;
	    width: 100%;
	    -webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		    	flex: 0 0 auto;
	}
	#categoriesArea .tabContentBox .tabBoxImg p {
	    display: block;
	    position: initial;
	}
	#categoriesArea .categoryBox:nth-of-type(odd) .tabContentBox .tabBoxImg p{
	  background-color: rgba(0, 0, 0, 0.12);
	}

	#reasonsArea .reasonsSlide .owl-item:nth-of-type(even) .singleItem {
	    margin-top: 30px;
	}
	#reasonsArea .reasonsSlide .reasonIcon {
	    height: 125px;
	    width: 125px;
	    line-height: 125px;
	}
	#reasonsArea .reasonsSlide .reasonCaption h4 {
    	line-height: 22px;
	    font-size: 16px;
	}

}
/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
	p,
	.sectionTitle p,
	#spacewoodArea .spaceBox .spaceBoxInner p,
	#reasonsArea .reasonsSlide .reasonCaption h4,
	#enquireNowArea .infoBoxInner .infoBoxText h5,
	.bedroomBtn {
	    font-size: 16px;
	}
	.secPadBot {
	    padding-bottom: 30px;
	}
	.secPadTop {
	    padding-top: 30px;
	}
	.sectionTitle {
	    margin-bottom: 5px;
	}
	.sectionTitle h3 {
	    font-size: 28px;
	    text-align: left;
	    line-height: 28px;
	}
	.sectionTitle p {
	    font-size: 14px;
	}
	.sectionSubTitle h4 {
	    font-size: 18px;
	}

	#spacewoodArea .spaceBox .spaceBoxInner .sectionTitle p {
	    font-size: 18px;
	}
	#mainSliderArea .owl-carousel .sliderImg,
	#mainSliderArea .sliderCaption {
	    height: 100vh;
	}
	/*---- Mobile Sidebar Menu ---*/
	.sidebarToggle{
		width: 40px;
    	height: 40px;
		border-width: 0;
	    background-color: #000000;
	}
	.sidebarToggle .toggleMenu {
	    width: 26px;
	}
	.sidebarToggle.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;
	}
	.sidebarToggle .toggleMenu span:nth-child(1) {
	  top: 10px;
	  background-color: #fff;
	}
	.sidebarToggle .toggleMenu span:nth-child(2) {
	  top: 20px;
	  transform: translate3d(0,0,0) rotate(0deg);
	    -webkit-transform: translate3d(0,0,0) rotate(0deg);
	      -moz-transform: translate3d(0,0,0) rotate(0deg);
	        -o-transform: translate3d(0,0,0) rotate(0deg);
	}
	.sidebarToggle .toggleMenu span:nth-child(3) {
	  top: 30px;
	  transform: translate3d(0,0,0) rotate(0deg);
	    -webkit-transform: translate3d(0,0,0) rotate(0deg);
	      -moz-transform: translate3d(0,0,0) rotate(0deg);
	        -o-transform: translate3d(0,0,0) rotate(0deg);
	}
	.sidebarToggle.active .toggleMenu span:nth-child(1){
	  top: 10px;
	  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);
	}
	.sidebarToggle.active .toggleMenu span:nth-child(2){
	  top: 13px;
	  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);
	}
	.sidebarToggle.active .toggleMenu span:nth-child(3){
	  top: 13px;
	  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);
	}

	#mainSliderArea .owl-theme .owl-dots .owl-dot span {
	    width: 12px;
	    height: 12px;
	}

	#mainSliderArea .sliderCaption .sliderCapText h1 span {
		font-size: 114px;
    	line-height: 100px;
    	letter-spacing: 6px;
	    background-image: -webkit-gradient(linear,left top,right top,from(#c54d00),to(#fff000));
	    background-image: -webkit-linear-gradient(left,#c54d00,#fff000);
	    background-image: -moz-linear-gradient(left,#c54d00,#fff000);
	    background-image: -ms-linear-gradient(left,#c54d00,#fff000);
	    background-image: -o-linear-gradient(left,#c54d00,#fff000);
	    background-image: linear-gradient(left,#c54d00,#fff000);
	}

	#sideBarArea {
    	width: 220px;
    	opacity: 1;
	    visibility: visible;
	    transform: translateX(-100%);
		    -webkit-transform: translateX(-100%);
			    -moz-transform: translateX(-100%);
				    -ms-transform: translateX(-100%);
				    	-o-transform: translateX(-100%);
	}
	.sideBarOpen #sideBarArea {
		padding-bottom: 24px;
	    transform: translateX(0%);
		    -webkit-transform: translateX(0%);
			    -moz-transform: translateX(0%);
				    -ms-transform: translateX(0%);
				    	-o-transform: translateX(0%);
	}
	#sideBarArea .sideBarHeader {
	    padding: 15px 30px;
	}
	#sideBarArea .navbarMenu ul li a{
	    font-size: 14px;
	    padding: 10px 15px;
		line-height: 18px;
	}
	#sideBarArea .navbarMenu ul li .subMenu li a {
	    padding-left: 30px;
	}
	#sideBarArea .navbarMenu ul li .subMenu li a:after{
		width: 6px;
	    height: 6px;
	    left: 15px;
	    top: 12px;
	}
	#sideBarArea .navbarMenu ul li a.dropdown-toggle::after{
		line-height: 18px;
	}
	#sideBarArea .visitUs a {
	    height: 28px;
    	line-height: 28px;
	}
	#sideBarArea .visitUs a span i {
	    width: 20px;
	    margin: 0px 6px;
	    line-height: 20px;
	}
	/*--- Pages ---*/
	#pageWrapper {
		width: 100%;
		min-height: 100%;
		margin: 0;
	}
	#sectionPanel {
		width:100%;
		min-height: 100%;
		margin: 0px;
	}
	.sideBarOpen #sectionPanel{
		margin: 0px;
	}	
	#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;
	}

	#categoriesArea .categoryImg{
		display: none;
	}
	#categoriesArea .cateTextBox p {
		line-height: 22px;
	}
	#categoriesArea .cateTextInner ul {
	    margin-top: 5px;
	}
	#categoriesArea .cateTextInner ul li{
		font-size: 14px;
	}
	#categoriesArea .tabMenuBox ul li img {
	    height: 80px;
	    object-fit: cover;
	    object-position: 0 0;
	}
	#categoriesArea .tabMenuBox ul li a p{
		font-size: 14px;
		padding: 5px 10px;
    	line-height: 16px;
	}

	#reasonsArea .owl-carousel .owl-nav button.owl-next {
	    right: 0px;
	    opacity: 1;
	}
	#reasonsArea .owl-carousel .owl-nav button.owl-prev {
	    left: 0px;
	    opacity: 1;
	}
	#reasonsArea .owl-carousel .owl-nav button.disabled,
	.finishesSlide.owl-carousel .owl-nav button.disabled {
	    opacity: 0.20;
	    cursor: not-allowed;
	}

	#enquireNowArea .enquireBanner {
	    padding: 30px 15px 75px;
	}
	#enquireNowArea .enquireBox .submitBtn {
		margin-bottom: 20px;
	}
	#enquireNowArea .enquireBox {
	    padding: 15px 15px 0 15px;
	}
	#enquireNowArea .infoBoxInner {
	    min-height: 95px;
	    margin-bottom: 0;
	    margin-left: -15px;
	    margin-right: -15px;
	    box-shadow: none;
	    border-top: 1px solid rgba(0, 0, 0, 0.15);
	}
	
	.scrollToTop {
	    bottom: 5px;
	    right: 5px;
	    left: auto;
	}
	.scrollToTop i {
	    font-size: 18px;
	    line-height: 30px;
	    height: 30px;
	    width: 30px;
	}
}

@media only screen and (max-width: 575px){
	#mainSliderArea .owl-carousel .sliderImg {
	    background-position: 25% 0;
	    height: 75vh;
	}
	#mainSliderArea .sliderCaption {
    width: 100%;
    position: relative;
    height: auto;
    padding: 30px 15px;
    overflow: hidden;
    background: transparent;
    margin-top: -65px;
    padding: 0;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
	    -moz-transform: skewX(0deg);
		    -ms-transform: skewX(0deg);
		    	-o-transform: skewX(0deg);
	}
	#mainSliderArea .sliderCaption .sliderCaptionInner {
	    display: flex;
	    flex-direction: column;
	    height: 100%;
	    padding: 30px 20px;
	    margin-top: 65px;
	    background-color: rgba(0, 0, 0, 0.05);
	    text-align: center;
	}
	#mainSliderArea .sliderCaption:before,
	#mainSliderArea .sliderCaption:after{
	    height: calc(100% - 75px);
	    bottom: 0px;
	    box-shadow: 0px -5px 6px 1px rgba(0, 0, 0, 0.55);
	    -webkit-box-shadow: 0px -5px 6px 1px rgba(0, 0, 0, 0.55);
		    -moz-box-shadow: 0px -5px 6px 1px rgba(0, 0, 0, 0.55);
			    -ms-box-shadow: 0px -5px 6px 1px rgba(0, 0, 0, 0.55);
			    	-o-box-shadow: 0px -5px 6px 1px rgba(0, 0, 0, 0.55);
	}
	#mainSliderArea .sliderCaption .sliderCapText h3 {
	    font-size: 20px;
	}
	#mainSliderArea .sliderCaption .sliderCapText h1,
	#mainSliderArea .sliderCaption .sliderCapText h2,
	#mainSliderArea .sliderCaption .sliderCapText h3,
	#mainSliderArea .sliderCaption .sliderCaptionImg{
	    transform-origin: initial;
	    -webkit-transform-origin: initial;
		    -moz-transform-origin: initial;
			    -ms-transform-origin: initial;
			    	-o-transform-origin: initial;
	    transform: skewX(0deg);
	    -webkit-transform: skewX(0deg);
		    -moz-transform: skewX(0deg);
			    -ms-transform: skewX(0deg);
			    	-o-transform: skewX(0deg);
	}
	#mainSliderArea .sliderCaption .sliderCaptionImg{
		margin-top: 15px;
	    padding: 0px 45px;
	    background: #fff;
	    border-radius: 48px;
	    overflow: hidden;
	}
	#mainSliderArea .scrollDown .scrollDownBox span {
	    width: 14px;
	    height: 28px;
	}
	#mainSliderArea .scrollDown .scrollDownBox span::before {
	    width: 4px;
	    height: 4px;
	    margin-left: -2px;
	}
	#mainSliderArea .scrollDown .scrollDownBox p {
	    color: #ffffff;
	    font-size: 12px;
	}
	#mainSliderArea .scrollDown {
	    top: 0px;
	    bottom: auto;
		transform: translateX(-50%) skewX(0deg);
		    -moz-transform: translateX(-50%) skewX(0deg);
			    -webkit-transform: translateX(-50%) skewX(0deg);
				    -ms-transform: translateX(-50%) skewX(0deg);
				    	-o-transform: translateX(-50%) skewX(0deg);
	}

	#categoriesArea .categoryBox:nth-of-type(even) {
		background-color: rgba(0,0,0,0.05);
	}
	#categoriesArea .tabMenuBox ul li a {
	    padding: 1px;
	}
	#categoriesArea .tabMenuBox ul li {
	    width: 95px;
	    margin-right: 10px;
	}
	#categoriesArea .cateTextInner h4 {
	    font-size: 18px;
	}
	#categoriesArea .tabContentBox .tabBoxImg p {
	    padding: 5px 10px;
	    border-radius: 6px;
	}

	#detailSection .detailSecBg {
	    height: 300px;
	    background-size: cover;
	}
	#detailSection .detailSecBg:before{
		display: none;
	}
	#detailingArea .colorOption {
	    padding: 8px 0px;
	}

	#reasonsArea .reasonsSlide:before{
		display: none;
	}
	#reasonsArea .reasonsSlide .reasonBox{
		margin-top: 15px;
	}
	#reasonsArea .reasonsSlide .reasonIcon {
	    height: 200px;
	    width: 200px;
	    line-height: 200px;
	}
	#reasonsArea .reasonsSlide .owl-item:nth-of-type(even) .singleItem {
	    margin-top: 0px;
	}
	#reasonsArea .reasonsSlide .reasonIcon::before {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    top: 12px;
	    font-size: 16px;
	}
	#reasonsArea .reasonsSlide .reasonIcon::after {
	    top: -15px;
	    bottom: -15px;
	    left: -15px;
	    right: -15px;
	}
	#reasonsArea .reasonsSlide .reasonCaption {
	    margin-top: 30px;
	}
	#reasonsArea .reasonsSlide .reasonCaption h4 br{
		display: none;
	}

	#enquireNowArea .ContactBg {
	    height: 220px;
	    background-size: 120%;
	    background-position: 50% 35%;
	    background-color: #e6e7e9;
	}

}

@media only screen and (max-width: 574px){
  #thankYouArea{
    background-image: url(../images/thank-you-page-mobile.jpg);
  }
  #thankYouArea .thankYouBox .thankBoxInner {
    position: absolute;
    left: 50%;
    top: 15%;
    width: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
  }
  #thankYouArea .thankBoxInner .checkMark {
    width: 80px;
  }
  #thankYouArea .thankBoxInner h4 {
    font-size: 24px;
  }
  #thankYouArea .thankBoxInner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px){
	#sideBarArea {
	    top: 0;
	}
	.sidebarToggle{
		top: 10px;
	}
	#mainSliderArea .owl-carousel .sliderImg {
	    background-position: 30% 0;
	}
}

@media only screen and (max-width: 360px){
	#mainSliderArea .owl-carousel .sliderImg {
		height: 70vh;
	    background-position: 35% 0;
	}

	#thankYouArea{
		background-size: 115%;
	}
	#thankYouArea .thankBoxInner .checkMark {
		width: 65px;
	}
	#thankYouArea .thankBoxInner h4 {
		font-size: 18px;
	}
	#thankYouArea .thankYouBox .thankBoxInner {
		width: 70%;
	}
}
