@charset "utf-8";

/* CSS Document */
:focus {
	outline: 0 !important
}

* {
	scrollbar-width: thin;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
}

html {
	scroll-behavior: smooth;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

button {
	outline: 0 !important
}
.error{color: red;}
body {
	font-family: 'Karla';
	font-size: 15px;
	line-height: 22px;
	font-size: 15px;
	position: relative
}

p {
	margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
}

small {
	font-size: 12px;
	line-height: 14px;
}

.mainsecrt {
	overflow-x: hidden;
}

a {
	text-decoration: none;cursor: pointer !important;
}

.logo {
	position: relative;
	padding: 10px 10px 5px 0;
	z-index: 9;
	transition: .3s ease-out;
}

.logo img {
	max-width: 119px;
    margin: 6px 0px;
}

.logo:after {
	position: absolute;
	content: "";
	left: -900%;
	top: 0;
	bottom: 0;
	width: 900%;
}

.logo a {
	display: block
}

.logo #slide {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	animation: slide-InDown;
    animation-duration: 1s;
}
@keyframes slide-InDown{
  0%{
    opacity: 0;
    transform: translate3d(0 ,-20px,0);
  }
  100%{
    opacity: 1;
    transform: translate3d(0, 0px, 0px);
  }
}

.sticky .topmoreiocnss {
	display: none !important
}

.sticky .logo {
	padding: 10px 10px 5px 0;
}

.sticky .headerbottom {
	display: none !important
}

.sticky .header-inner {
	border-bottom: 0
}

header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition-duration: 1s;
}

header .header-inner {
	position: relative;
	border-bottom: 0
}


header .mainloinks {}

header .mainloinks .mainul {
	margin: 0 -25px;
}

header .mainloinks .mainul .mainli {
	list-style: none;
	padding: 0 25px;
}

header .mainloinks .mainul .mainli a {
	color: #000;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize
}

header .mainloinks .mainul .mainli a:hover {
	color: #05c95d;
}



header .mainloinks ul li .mobilemenuu {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	z-index: -999;
	position: absolute;
	top: 100%;
	left: 25px;
	margin: 0;
	padding: 31px 0 0;
	-webkit-transition: .2s;
	transition: .2s;
}

header .mainloinks ul li:hover>.mobilemenuu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 99;
}

header .mainloinks ul li .mobilemenuu ul {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

header .mainloinks ul li li {
	white-space: nowrap;
	margin: 0;
	float: none;
	list-style: none
}

header .mainloinks ul li li+li {
	border-top: 1px rgba(0, 0, 0, .1) solid
}

header .mainloinks ul li li a {
	margin: 0;
	padding: 10px 25px;
	display: block !important
}

header .mainloinks ul li ul ul {
	top: 0;
	left: 100%
}

header .mainloinks ul li:hover>a {
	color: #d1d9fd
}


header .contacuuty a {}

.tophdiocn {
	background-image: url(../images/header-sprite.png);
	background-repeat: no-repeat;
	padding: 3px 35px 3px 0;
	margin-left: 15px;
	font-size: 13px;
}
.leadformverifyarea p{margin-bottom: 10px;}

.tophdiocn.tophdiocn-1 {
	background-position: right 0
}

.tophdiocn.tophdiocn-2 {
	background-position: right -34px
}

.tophdiocn.tophdiocn-3 {
	background-position: right -68px
}

.tophdiocn.tophdiocn-4 {
	background-position: right -102px
}

.tophdiocn a {
	color: #000;
	text-decoration: none
}

.bookaaapint a {
	background-color: #444444;
    color: #fff !important;
    display: block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: .3s ease-out;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.bookaaapint a:hover {
	background-color: #28ac5c;
}

.bookaaapintbtn {
	border: none;
	background-color: #444444;
	color: #fff;
	padding: 8px 25px;
	border-radius: 25px;
	transition: .3s ease-out;
	font-size: 18px;
	box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.commoniicn a {
	color: #000;
	font-size: 28px;
	cursor: pointer
}

.searchhh a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
	text-align: center;
	font-size: 18px;
	display: block;
}

/*.mainbannerforms{ background: url(../images/mainbanner-1.jpg) no-repeat center top; background-size:cover !important; min-height:0; padding:200px 0 50px 0;}
*/
/*.mainbannerforms{ background-color:#000; min-height:0; position:relative }
.mainbannerforms .overbannerss{ position:absolute; top:50%; left:0; right:0; -webkit-transform: translateY(-50%);  -ms-transform:  translateY(-50%);  transform: translateY(-50%); z-index:10}
.mainbannerforms .overlaycon{position:absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(0,0,0,.4); z-index:9  }


.homeformss{ background-color:#fff; padding:30px 25px 20px 25px; max-width:420px}
.homeformss h2{ font-weight:300;}
.hformss .hformssinput{border: none!important;    border-bottom: 1px solid #cacaca!important;    background-color: #fff;line-height: 1.42857143;
    padding: 10px 0!important;}
.homeformss a{ color:#000; text-decoration:underline}
.homeformss p small{ font-size:10px;}

.homeformss{ background-color: rgba(0,0,0,.4); padding:30px 25px 20px 25px; min-width:100%}
.homeformss h2{ font-weight:300; color:#fff; margin-bottom:15px;}
.hformss .hformssinput{border: none!important;    border: 1px solid rgba(255,255,255,.2);    background-color:rgba(255,255,255,.2);line-height: 1.42857143; color:#fff;    padding: 10px 5px!important;}
.hformss .hformssinput::placeholder{ color:#fff; opacity:1;}

.homeformss a{ color:#000; text-decoration:underline}
.homeformss p small{ font-size:10px;}



.mainbanners{ min-height:74vh; position:relative}
.redbandsec{ position:relative; z-index:10; margin-top:-5%;}*/


.mainbannerforms {
	background-color: #000;
	min-height: 0;
	position: relative
}

/*.mainbannerforms .innerbannersss {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}*/

.mainbannerforms .overbannerss {
	padding: 100px 0 100px 0;
}

.mainbannerforms .overlaycon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 9
}

.homeformss {
	background-color: rgba(0, 0, 0, .4);
	padding: 30px 25px 20px 25px;
	min-width: 100%;
	position: relative;
	z-index: 9
}

.homeformss h2 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
}

.hformss .hformssinput {
	/*border: none!important;*/
	border: 1px solid rgba(255, 255, 255, .2);
	background-color: rgba(255, 255, 255, .2);
	line-height: 1.42857143;
	color: #fff;
	padding: 10px 5px !important;
}

.hformss .hformssinput::placeholder {
	color: #fff;
	opacity: 1;
}

.homeformss a {
	color: #000;
	text-decoration: underline
}

.homeformss p small {
	font-size: 10px;
}


.mainbanners {
	/*min-height: 100vh;*/
	position: relative;
}

.redbandsec {
	position: relative;
	z-index: 10;
	margin-top: -5%;
}

.ban-txt{
    position: absolute;
    top: 70%;
    left: 50%;
    text-align: center;
    color: #fff;
    width: 80%;
    transform: translate(-50%, -50%);
}

.ban-txt h3{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	width: fit-content;
    margin: 10px auto;
}

.ban-txt h3:before{
	position: absolute;
    bottom: -6px;
    left: 50%;
    width: 100%;
    color: #26a85d;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background-color: #26a85d;
}

.ban-txt h1{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

/*.ban-txt .bookaaapint a{
	display: inline;
}*/











.checkboxxxx {
	padding: 0 80px 0 0
}

.checkboxxxx .inputcehckbox {
	position: absolute;
	right: 0;
	top: 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 16px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 1px;
	bottom: 1px;
	top: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #e71c24;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}








.whatssappp {
	position: relative;
	padding: 0 0 0 45px;
	font-size: 12px;
	line-height: 18px;
}

.whatssappp i {
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #34d650;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.whatssappp small {
	font-size: 10px;
	color: #a7a7a7
}

.topsearch {
	background-color: #f5f5f5
}

.topsearch .newsletter input {
	border: 1px #eee solid
}

.topsearchinner {
	position: relative;
	padding: 0 70px 0 0
}

.topsearchinner a {
	position: absolute;
	right: 0;
	top: 10px;
	font-weight: 700;
}

.commanspace {
	padding: 40px 0 20px 0;
}

.comaanhead {
	margin-bottom: 35px;
}

.comaanhead .commainhead {
	font-weight: 300;
	font-family: 'Montserrat';
	font-size: 25px;
	line-height: 30px;
	color: #444444
}

.comaanhead,
.comaanhead p {
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 25px;
}

.text-green {
	color:  #28ac5c !important;
}

.shadowboxapp p{margin-bottom: 10px !important;}
.commmanbutton {
	background-color: #05c95d;
	color: #fff;
	padding: 10px;
	border: 0;
	border-radius: 10px;
}

.topmarginminuss {
	margin-bottom: -5%;
}

/* ---------------------------- */
.redbandinner {
	background-color: #cf3333;

	border-radius: 10px;
	position: relative;
	z-index: 9;
	display: flex;
}

.redbandinner .redbanner-col {
	flex-basis: 33.33%;
	padding: 15px 20px;
	cursor: pointer;
	text-align: center;
}



.redbandinner .redbanner-col h2 {
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
	color: #fff;
	width: 84%;
    line-height: 43px;
}
.redbanner-col a{justify-content: center;
    display: flex;}
.redbandinner .redbanner-col h1 {
	line-height: 0px;
	color: #fff;
	font-size: 34px;
}


.redbandinner .redbanner-col p {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	/*padding-top: 17px;*/
}

.redbanner-col-left {
	flex-basis: 33.33%;
	padding: 0px 20px;
	cursor: pointer;
}

.ouroffers .item h5 {
	font-size: 13px;
	color: #fff;
	letter-spacing: 2.5px;
	padding-top: 12px;
	margin-bottom: 10px;
}

.ouroffers .item h4 {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
}

.ouroffers .item h3 {
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	    font-size: 27px;
    margin-bottom: 14px;
}

.ouroffers .item h6 {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}

@media screen and (max-width: 576px) {


	.redbandinner {
		flex-basis: 100%;
		flex-direction: column;
	}

	.redbandinner .redbanner-col {
		border-bottom: 1px solid #fff;
		border-right: 0 !important;
		min-height: 132px;

	}
	.bookaaapint a{
		    padding: 8px 19px;
	}

	.redbanner-col-left {
		border-bottom: 1px solid #fff;
		border-right: 0 !important;
		min-height: 132px;
	}

	.redbanner-col-left h6 {
		padding-top: 10px;
	}
	.commsecartical::after {
    width: 100% !important;
    right: 0 !important;}

    .freemeasurehead{text-align: center;}

    .promotions p{
    	margin-bottom: 2px !important;
    }
    .comparebox .comparemobile .accordion-body .row{
    	margin-bottom: 7px !important;
    }

    /*#cust4{display: none;}*/
   
}
@media screen and (max-width: 420px){
	.ban-txt h3{
		font-size: 17px !important;
	}
	.ban-txt h1{
		font-size: 20px !important;
	}
	.ban-txt .btn{
		font-size: 11px !important;
	}
	.bookaaapint a{
		    padding: 8px 10px !important;
	}
}
/* ------------------ */




.galleryhm {
	position: relative;
margin:6px;
}

.galleryhm img {
	border-radius: 15px;
}

.galleryhm .gallerover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(135deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	opacity: .5;
	border-radius: 15px;
}

.galleryhm .gallerover-con {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 9
}

.galleryhm .gallerover-con span {
	border-radius: 20px;
	background-color: #fff;
	font-size: 12px;
	padding: 4px 14px;
	color: #000;
	transition: .3s ease-out;
}

.galleryhm:hover .gallerover-con span {
	background-color: #28ac5c;
	color: #fff;
}

.galleryhm .gallerover-con h2 {
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 15px;
}

.saleheaditem a{margin-left: 0px;}

.stepsectionart {
	margin:6px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 2px #e4e4e4a8;
}
.stepsectionart:hover{
	box-shadow: 4px 5px 15px 0px #bebebea8;
}
.measure-part .owl-item .item{padding: 0 10px;}


.stepsectionart .stepsec-thumb img,
.stepsectionart .stepsec-thumb {
	border-radius: 10px 10px 0 0;
}

.stepsectionart .stepsec-content {
	padding: 30px 20px;
	border-radius: 0 0 10px 10px;
	color: #444444;
	border: 1px solid #f4f4f4;
	min-height: 334px;
}
.stepsectionart .stepsec-content p{min-height: 110px;}
.stepsectionart .stepsec-content .spepp {
	display: block;
	padding: 0 0 15px 0;
	color: #28ac5c;
	font-weight: 600;
	font-size: 14.8px;
}

.stepsectionart .stepsec-content .spepp i{padding-left: 10px;}

.stepsectionart .stepsec-content h4 {
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	text-transform: none;
	color: #444444;
	margin: 0 0 20px 0;
	font-size: 22px;
}

.blog-detail-heading img{margin-bottom: 20px;}
.blog-detail-heading h4{
	font-size: 18px;
    padding-top: 20px;
    font-weight: 509;
}
.blog-detail-heading h3{
	padding-top: 25px;
    font-size: 25px;
    font-weight: 509;
}


.kitchengallery ul li {
	list-style: none;
	padding-top: 0;
	margin-bottom: 30px;
}

.kitchengallery ul li:nth-of-type(3n+2) {
	padding-top: 0px
}

.kitchensection {
	box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
	border-radius: 10px
}

.kitchensection .kitchensection-content {
	/*background-image: linear-gradient(135deg, #197e44, #26a75d);*/
	background-color: #003833;
	border-radius: 10px 10px 0 0;
	padding: 25px 25px 20px 25px;
	color: #fff;
}

.kitchensection .kitchensection-content h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}

.kitchensection .kitchensection-content p {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 8px 0;
	;
	font-family: Montserrat, sans-serif;
	letter-spacing: 3px;
}

.kitchensection .kitchensection-content span {
	background-color: #26a85d !important;
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 11px;
	font-weight: 300;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

.kitchensection .kitchensection-thumb {
	position: relative
}

.kitchensection .kitchensection-thumb,
.kitchensection .kitchensection-thumb img {
	border-radius: 0 0 10px 10px;
}

.kitchensection .kitchensection-thumb .kitmainimgover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s ease-out;
}

.kitchensection:hover .kitchensection-thumb .kitmainimgover {
	opacity: 1
}



.commpanysepbox {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: relative;
	padding: 0 0 0 96px;
	margin-bottom: 20px;
	margin-right: 12px;
}

.commpanysepbox .commpanysepbox-thumb {
	background-image: linear-gradient(135deg, #197e44, #26a75d);
	border-radius: 16px 0 0 16px;
	/*width: 96px;*/
	padding: 10px 26px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border: 0
}

.commpanysepbox .commpanysepbox-content {
	padding: 10px 15px;
	font-family: Karla, sans-serif;
	font-size: 14px;
	color: #5a5a5a;
	font-weight: 400;
}

.commpanysepbox .commpanysepbox-content h4 {
	font-weight: 600;
	font-size: 14px;
	color: #28ac5c;
}

.commsecartical ul li {
	padding-top: 0px;
	list-style: none;
	margin-bottom: 20px;
}

.commsecartical ul li:nth-of-type(2n+1) {
	padding-top: 0px
}

.clientss {
	border: 1px #eee solid;
	text-align: center
}

.clientss img {
	display: inline-block !important;
}

.companymainsec {
	background-color: #f5f5f5;
}

.companystatas {
	text-align: center;
	padding: 0
}
#usp1, #usp2, #usp3{
border-right:1px solid #cfcfcf;
padding-right:30px;
}
.companystatas img {
	margin: 0 0 15px 0;
}

.companystatas h6 {
	font-weight: 300;
	margin: 0 0 15px 0;
	color: #28ac5c; 
}


.videosection {
	background: url(../images/Stails-Slide-3.webp) no-repeat fixed
}

.videosection .videosectioninner {
	background-color: rgba(0, 0, 0, .7);
}

.videosection .videosectioninner iframe {
	border: 4px #fff solid
}


.newslettersec {
	background-image: linear-gradient(135deg, #197e44, #26a75d);
	padding: 30px 0;
	background-color: #197e44;
}

.newslettersec h6 {
	font-size: 30px;
}

.newsletter {
	position: relative
}

.newsletter .homeicn {
	position: absolute;
	left: 20px;
	top: 16px;
	color: #444444
}

.newsletter button {
	background-color: #444444;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	max-height: 46px;
	bottom: 0;
	border-radius: 25px;
	border: 0;
	padding: 0 20px;
}

.newsletter input {
	padding: 12px 10px 12px 50px;
	border-radius: 30px;
	border: 0
}

/*
footer {
	background-color: #444444;
	padding: 50px 0 20px 0;
}*/

.footerlinks h6 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px
}

.footerlinks ul {
	padding: 0
}

.footerlinks ul li {
	list-style: none;
	padding: 4px 0px
}

.footerlinks ul li a {
	color: #fff !important;
	font-size: 15px;
}

.ottomfooter {
	border-top: 1px rgb(255, 255, 255, .2) solid;
	padding: 15px 0 0;
}

.copyright,
.copyright a {
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
}

.socilaiocn li a {
	position: relative;
	padding: 0 0 0 25px;
}

.socilaiocn li a i {
	position: absolute;
	left: 0;
	top: 2px
}


.sidewarper {
	z-index: 999999;
	background-color: #ffff;
	position: fixed;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	left: -1000px;
	top: 0;
	bottom: 0
}

#slidesection {
	width: 290px
}

#slidesection .overscroll {
	padding: 10px
}

#slidesection .topclose {
	background-color: #fff;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 30px;
	display: block;
	border-bottom: 1px #eee solid
}

#slidesection .topclose a {
	display: block;
	color: #000 !important;
	cursor: pointer
}

#slidesection .topclose a i {
	float: right
}

#slidesection .topclose a strong {
	color: #000
}

#slidesection .overscroll #sidelinks {
	color: #000;
}

#slidesection .overscroll #sidelinks ul {
	padding: 0
}

#slidesection .overscroll #sidelinks ul li {
	list-style: none;
}

#slidesection .overscroll #sidelinks a {
	display: block;
	padding: 10px 0;
	color: #000;
	font-weight: 400
}

#slidesection .overscroll #sidelinks li+li {
	border-top: 1px rgba(0, 0, 0, .2) dashed
}

#slidesection .overscroll #sidelinks a {
	color: #000
}

#slidesection .overscroll #sidelinks .subchild {
	background-color: #155aba;
	margin-top: 10px
}

.mobilebutton {
	display: block;
	padding: 7px 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	border-radius: 10px;
	margin-bottom: 10px;
}





.msub-menu {
	border-left: 2px #e01a33 solid
}

.mobilemenuu ul {
	padding: 0;
	margin: 0;
}

.mobilemenuu ul li {
	list-style: none;
}

.mobilemenuu .accordion .accordion-item {
	border: 0 !important;
}

.mobilemenuu .accordion .accordion-item+.accordion-item {
	margin-top: 10px;
}

.mobilemenuu .accordion .accordion-item .accordion-heading {
	position: relative;
	padding: 0 60px 0 0;
}

.mobilemenuu .accordion .accordion-item .accordion-heading .accordion-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 23px !important;
	padding: 0 !important;
	background-color: #fff !important;
	border-radius: 0 !important;
	box-shadow: inset 0 -1px 0 transparent !important;
}

.mobilemenuu ul li {
	padding: 5px 0;
}

.mobilemenuu .moblink {
	color: #000;
}

.mobilemenuu .sublinkss h4 {
	color: #000;
}

.mobilemenuu .sublinkss .submoblink {
	color: #666;
}










@media(max-width:430px) {
	.splpadd {
		padding: 0 10px 0 5px !important
	}


}



@media(min-width:450px) {


	.homeformss {
		min-width: 350px
	}

}

@media(min-width:768px) {
	header .header-inner {
		border-bottom: 1px #eee solid
	}

	.commanspace {
		padding: 60px 0 40px 0;
	}

	.commsecartical ul li {
		padding-top: 20px;
		margin-bottom: 0;
	}

	.commsecartical ul li:nth-of-type(2n+1) {
		padding-top: 0px
	}

	.kitchengallery ul li {
		padding-top: 50px;
		margin-bottom: 0;
	}

	.kitchengallery ul li:nth-of-type(3n+2) {
		padding-top: 0px
	}


}

@media(min-width:992px) {

	.comparemobile{display: none;}
	.companystatas {
		padding: 0 7%
	}

	.comaanhead .commainhead {
		font-size: 40px;
		line-height: 56px;
	}

	.comaanhead,
	.comaanhead p {
		font-size: 20px;
		line-height: 32px;
	}

	.mainbannerforms .overbannerss {
		padding: 100px 0 100px 0;
	}



}


@media(min-width:1200px) {}


@media(min-width:1300px) {
	header .mainloinks .mainul {
		margin: 0 -35px;
	}

	header .mainloinks .mainul .mainli {
		padding: 0 15px;
	}
}


.owl-carousel {
	position: relative
}

.owl-nav {
	position: absolute;
}

.owl-nav .owl-next {
	float: left
}

.owl-nav .owl-prev {
	float: right
}

.owl-carousel.bottomright .owl-nav {
	bottom: -50px;
	right: 25%
}

.owl-carousel.centermobil .owl-nav {
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(0);
	width: 90px;
	padding: 10px 0 0;
}

@media(min-width:768px) {
	.owl-carousel.centermobil .owl-nav {
		top: 50%;
		bottom: auto;
		left: -50px;
		right: -50px;
		transform: translateY(-50%);
		width: auto;
		padding: 0
	}
}




.owl-dots {
	padding: 20px 0 0;
	text-align: center;

}

.owl-dots button {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.owl-dots .owl-dot span {
	position: relative;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
	
}

.owl-dots .owl-dot span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 50%;
	background-color: #d8d7d7;
	margin: 2px;
}


.owl-dots .owl-dot.active span {
	width: 13px;
    height: 13px;
}

.owl-dots .owl-dot.active span:after {
	background-color: #28ac5c;

}



.owl-carousel .owl-nav button {
	background-color: transparent;
	border: 0;
	padding: 0
}

:focus {
	outline: 0 !important
}


.owl-nav button+button {
	margin-left: 10px;
}

.owl-nav button span {
	background-color: #fff;
	border: 1px #e01a33 solid;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000;
	border-radius: 50%;
	text-align: center;
	display: block;
	font-size: 20px;
	transition: .2s ease-out;
}

.owl-nav button:hover span {
	background-color: #e01a33;
	color: #fff;
	border: 1px #e01a33 solid;
}


.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */

	z-index: 1;
}

.owl-carousel .owl-stage {
	border: 0;
	height: auto;
	position: relative;
	-ms-touch-action: pan-Y;
	padding: 0;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	display: block;
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../img/owl/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.topbar {
	padding: 10px 0;
	background-color: #05c95d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.topbar .social-info ul {
	display: inline-flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.topbar .social-info ul li {
	padding: 0 10px;
}

.social-info ul li i {
	color: #fff;
	background-color: #ff5108;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	text-align: center;
	padding: 4px 0;
	font-size: 13px;
}

.social-info ul li a {
	color: #fff;
	text-decoration: none;
}









/* mega-nav-bar---- */
.dropdown-1 {
	float: left;
	overflow: hidden;

}

.dropdown-2 {
	float: left;
	overflow: hidden;

}

.dropdown-3 {
	float: left;
	overflow: hidden;

}
.dropdown-4 {
	float: left;
	overflow: hidden;

}

.dropbtn-1,
.dropbtn-2,
.dropbtn-3, .dropbtn-4{
	font-size: 16px;
	border: none;
	outline: none;
	color: black;
	padding: 31px 0px;
	background-color: inherit;
	font: inherit;
	margin: 0;
}


.mainli i {
	padding: 0px 10px;
	
}






.dropdown-content-1 {
	display: none;
	position: absolute;
	background-color: white;
	width: 100%;
	left: 0;
	/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
	z-index: 2;
	padding: 40px 20px 50px 20px;
}

.dropdown-content-2 {
	display: none;
	position: absolute;
	background-color: white;
	width: 100%;
	left: 0;
	/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
	z-index: 2;
	padding: 40px 20px 50px 20px;
}

.dropdown-content-3 {
	display: none;
	position: absolute;
	background-color: white;
	width: 100%;
	left: 0;
	/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
	z-index: 2;
	padding: 40px 20px 50px 20px;
}
.dropdown-content-4 {
	display: none;
	position: absolute;
	background-color: white;
	width: 100%;
	left: 0;
	/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
	z-index: 2;
	padding: 40px 20px 50px 20px;
}




.show {
	display: block;
}

.show-1 {
	display: block;
}

.show-2 {
	display: block;
}
.show-4 {
	display: block;
}


.column-1 {
	float: left;
	width: 25%;
	padding: 0px 20px 0px 20px;

	min-height: 300px;
	text-align: left;
	border-right: 1px solid rgb(216, 212, 212);


}

.bedroom-col {
	display: flex;
	/*justify-content: space-between;*/
	/*align-items: center;*/

}

.book i{padding: 10px 0;}
.book h4{padding: 10px 0;}
.bed-img-col {
	max-width: 81px;
	max-height: 81px;

}

.bed-img-col img {
	border-radius: 6px;
	width: 100%;
	height: 100%;
        max-width: 65px;
       min-width: 65px;
}

.bed-text-col h5 {
	font-size: 15px;
	/*margin-bottom: 0px !important;*/
	font-weight: 300;
}

.bed-text-col {
	padding-left: 16px;
}

.small-font-menu {
	font-family: Karla, sans-serif;
    font-weight: 300;
    letter-spacing: -.5px;
    line-height: 19px;
    font-size: 15px;
}

.bed-view-btn {
	text-align: right;
}

.kitchen-first-col {
	display: flex;
}

.kitchen-first-col .fa {
	position: relative;
	top: 6px;
}

.kitchen-first-col h4 {
	font-weight: 300;
	font-size: 28px;
}




.column-1 a {
	float: none;
	color: black;
	padding: 7px 20px 1px 0px !important;
	text-decoration: none;
	display: block;
	text-align: left;
}

.bookbox a{padding: 0 !important;}

.column-1 a:hover {
	color: #28ac5c;
}

.column-1 h6 {
	padding-bottom: 30px;
	color: #28ac5c;
	font-size: 12px;
	text-transform: uppercase;
}

.column-1 .fa {
	color: #28ac5c;
	margin-right: 8px;
}

.column-1 ul {
	padding: 0px;
}

.column-1 ul li {
	border-top: 0px !important;
}


.row-1:after {
	content: "";
	display: table;
	clear: both;
}

.sub-mega {
	display: flex;
	/*justify-content: space-between;*/
	max-height: 100px;
	margin-top: 20px;cursor: pointer;
}

.small-font {
	font-size: 13px;
}

.sub-mega .img-div {
	width: 100px;
	height: 120px;
	padding-right: 120px;
}

.sub-mega .img-div-1 {
	width: 123px;
	height: 120px;

}

.sub-mega h6 {
	padding-bottom: 0px;
}

.sub-mega .img-div-1 a {
	padding: 0 !important;
}

.img-div-1 img {
	width: 89px;
	border-radius: 8px;
}


.img-div img {
	max-width: 100px;
	max-height: 120px;
}

.sub-menu {
	border-radius: 8px;
	margin-bottom: 14px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.right-img-div img {
	border-radius: 8px;
	
}



.right-img-text {
display:none;
	padding: 20px 20px;
	color: white;
	background-color:  #28ac5c;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.right-img-text p {
	padding-bottom: 0px;
	font-size: 16px;
}



.column-1 .fa {
	font-size: 15px;
}



.column-head-right {
	display: flex;
	align-items: center;
}

.column-head-right p {
	margin-bottom: 0px;
	font-size: 16px;
}

.half-height {
	max-height: 300px;
}

.right-img-div {
	width: 85%;
	/*max-height: 160px;*/
}



.img-div-text {
	display: flex;
	align-items: center;
	padding-left: 6px;
}

.img-div-text a {
	padding-top: 0px !important;
}

/* ---------------bedroom-page--------------------- */
.fitted-heading p {
	font-size: 11px;
}

.fitted-heading a {
	color: #28ac5c;
}


.fitted-heading h1 {
	font-weight: 300;
}

.fitted-col {
	position: relative;
}

.fitted-col .infinity-color {
	background-color: #274d64;
	width: 97px;
	height: 66px;
	position: absolute;
	top: 0;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(212, 207, 207);
}

.fitted-col img {
	border-radius: 8px;
	font-family: "object-fit: cover;";
	height: inherit;

	object-fit: cover;
	width: 100%;
	height: 454px;
	object-position: 50% 50%;

}

.fitted-text h5 {
	font-weight: 400;
	color: black;
	font-size: 14px;
	font-weight: 509;
}

.fitted-text h4 {
	font-size: 19px;
	font-weight: 600;
	color: black;
}

.fitted-text span {
	color: black;
	font-weight: 400;
	font-size: 14px;
}

.fitted-text span a {
	color: black !important;
	font-weight: 400;
	border-bottom: 1px solid black;
}

.fitted-text .learn-btn {
	color: black !important;
	font-weight: 400;
	border-bottom: 1px solid black;
}

/* price-section------------- */
.price-heading {
	position: relative;
	font-weight: 300;

}

.price-heading::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #201f1f;
	left: 0;
	bottom: -7px;
	/*top: 90px;*/

}

.price-heading-col {
	/* padding: 35px 0px; */
}

.price-heading-col p {
	font-size: 14px;
	font-weight: 300;
}

/* .price-heading-col */
.book-btn {
	padding: 8px 24px; white-space:nowrap;
	background-color: #444;
	color: #fff;
	display: flex;
	align-items: center;
	width: fit-content;
	border-radius: 60px;
}

/* .price-heading-col */
.book-btn:hover {
	background-color: #28ac5c ;
	color: #fff;
	transition: 0.5s ease;
}

/* .price-heading-col */
.book-btn:active {
	background-color: #28ac5c ;
	color: #fff;
	transition: 0.5s ease;
}

/* .price-heading-col */
.book-btn-2 .fa,
.book-btn .fa {
	padding-left: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

/* .price-heading-col */
.book-btn-2 {
	padding: 8px 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
	color: #444;
	display: flex;
	align-items: center;
	width: fit-content;
	border-radius: 60px;
}

.book-btn-2:hover {
	background-color: #28ac5c !important;
	color: #fff;
	transition: 0.5s ease;
}

.price-heading-col-img img {
	border-radius: 16px;
	width: 100%;
	height: 550px;
}

.terms-col p {
	font-size: 12px;
}

.terms-col h6 p {
	margin-bottom: 0px;
}

.terms-col a {
	color: #26a85d;
}

@media(max-width:576px) {
	.price-heading-col-img img {

		height: auto;
	}

	.stone-img {
		display: none;
	}
	.uspcolsec .uspcol {
    max-width: 100%;
    padding-top: 20px;
}

}

/* kitchen-page------------- */
.fitted-heading p {
	font-size: 11px;
}

.fitted-heading h1 {
	font-weight: 300;
}

.fitted-col-big {
	position: relative;
}

.fitted-col-big .infinity-color {
	background-color: #274d64;
	width: 97px;
	height: 66px;
	position: absolute;
	top: 0;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(212, 207, 207);
}

.fitted-col-big img {
	border-radius: 8px;
	font-family: "object-fit: cover;";
	height: inherit;

	object-fit: cover;
	width: 100%;
	/* height: 454px; */
	object-position: 50% 50%;

}

.fitted-text-big {
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: #fff;
}

.fitted-text-big h5 {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}

.fitted-text-big h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.fitted-text-big span {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.fitted-text-big span a {
	color: #fff !important;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.fitted-text-big .learn-btn {
	color: #fff !important;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.advice-col {
	position: relative;
}

.advice-col img {
	max-width: 100%;
	width: 100%;
	height: 300px;
	border-radius: 8px;
	/* object-fit: cover; */
}

.advice-col h6 {
	color: #000;
	font-weight: 700;
	font-size: 12px;
}

.advice-col p {
	position: relative;
	padding-right: 10px;
	color: #444;
}

.advice-col p span {
	font-size: 14px;
	color: #000;
	font-weight: 300;
}

.advice-col-arrow::after {
	content: '\203A';
	position: absolute;
	top: 0px;
	right: -10px;
	font-size: 110px;
	font-weight: 100;
	color: #ececec;
	transition: 0.5s;
}

.advice-col:hover img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transition: 0.5s;
}

.advice-col:hover .advice-col-arrow::after {
	color: #272626;
	transition: 0.5s;
}


/* ------------accessories-page----- */
.access-main .acc-before {
	color: #444;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -.5px;
	white-space: nowrap;
}

.access-main .acc-before-1 {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -.5px;
	white-space: nowrap;
}

.access-main {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(218, 212, 212);
}

.accessories-col {
	position: relative;
}

.accessories-img {
	position: relative;
}

.overlay-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(249, 249, 249, 0.5);
	border-radius: 10px;
	opacity: 0;
	transition: 0.5s ease;
}

.accessories-img .overlay-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 15px 5px 0px;
	width: 50%;

}

.access-description {
	position: relative;
	padding-top: 20px;
}

.access-description p {
	color: #000;
	font-size: 14px;
	line-height: 1.71;
	padding-right: 35px;
	width: 100%;
	font-weight: 200;
}

.accessories-img .overlay-text h2 {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.75;
	margin-bottom: 0px;
	color: #000;
}

.access-description .description-head::after {
	content: '\203A';
	position: absolute;
	top: -26px;
	right: 7px;
	font-size: 70px;
	font-weight: 100;
	color: #fbf9f9;
	transition: 0.5s;
}

.accessories-img img {
	font-family: "object-fit: cover; object-position: 50% 50%;";
	height: inherit;
	border-radius: 10px;
	object-fit: cover;
	display: unset;
	object-position: 50% 50%;
	position: relative;
	max-width: 100%;
	width: 700px;
	height: 190px;
}

.accessories-col:hover .overlay-img {
	opacity: 1;
}

.accessories-col:hover .description-head::after {
	color: #252323;
	transition: 0.5s;
}

.heart-home-col {
	position: relative;
}

.heart-home-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);

	opacity: 0;
	transition: 0.5s ease;
}

.heart-home-text {
	color: #fff;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	transition: 0.5s;
}

.heart-home-text h4 {
	font-size: 20px;
	font-weight: 500;
	font-family: sans-serif;
	line-height: 20px;
	letter-spacing: 2.5px;
}

.heart-home-col:hover .heart-home-text {
	top: 50%;
	opacity: 1;
	transition: 0.5s;
}

.heart-home-col:hover .heart-home-overlay {
	opacity: 1;
	transition: 0.5s;
}

.heart-main .col-md-3 {
	padding: 0 !important;
}

.heart-btn {
	text-decoration: none;
	background-color: #444;
	color: #fff;
	font-weight: 500;
	padding: 10px 50px;
	margin-top: 30px;
	border-radius: 50px;

}

.heart-btn .fa {
	margin-left: 4px;
}

.heart-btn:hover {
	background-color: #26a85d;
	color: #fff;
}

.company-work {
	position: relative;
	padding: 50px;
	border: 1px solid #dad7d7;
}

.company-work h2 {
	background: #fff;
	color: #000;

	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2.6px;
	line-height: 1.4;
	margin: -10px auto 0;
	max-width: 90%;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.company-logo-img {
	width: 132px;
	height: 60px;
	display: flex;
	align-items: center;
}



.company-logo {
	display: flex;

	flex-wrap: wrap;
	justify-content: space-between;

	align-items: center;
}


/* ------------------kitchen-detail---------- */
.kitchen-detail-heading span a {
	font-family: 'Dancing Script', cursive;
	color: #000;
	padding-right: 20px;
}

.kitchen-detail-heading h1 {
	font-weight: 400;
	font-size: 34px;
}

.row-tabing:after {
	content: "";
	display: table;
	clear: both;
}

.column-tabing {
	float: left;
	width: 25%;
	padding: 10px 10px 10px 0px;
}

/* Style the images inside the grid */
.column-tabing img {
	opacity: 0.8;
	cursor: pointer;
}

.column-tabing img:hover {
	opacity: 1;
}

/* The expanding image container */
.container-tabing {
	position: relative;
	display: none;
}

/* Expanding image text */
#imgtext {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: white;
	font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn-tabing {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}

.pricing-list .multi-buy {

	margin-bottom: 5px;
	max-width: 290px;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
}

.buy-5 {
	font-size: 12px;
	font-weight: 300;
}

.finance-option {
	font-size: 12px;
	font-weight: 800;
	border: 0;
	background: transparent;
}

.finance-option span {
	font-weight: 500;
}

.applying {
	font-size: 12px;
	font-weight: 500;
}

.colors-detail-box{
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border: 1px solid #a49f9f;

	display: inline-block;
	margin-right: 8px;
}

.colors-detail {
	display: flex;
	align-items: center;
}

.colors-detail .brown {
	background-color: rgb(208, 172, 172);
}

.colors-detail .cream {
	background-color: #dcd9d9;
}

.colors-detail .grey {
	background-color: #3e3c3c;
}

.colors-detail .light-grey {
	background-color: #979494;
}

.book-btn-common .book-btn,
.book-btn-common .book-btn-2 {
	width: 100%;
	justify-content: center;
}

.middle-font {
	font-weight: 500;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
}

.small-font {
	font-size: 11px;
	font-weight: 400;
}

.stone-img {
	width: 200px;
	/* position: relative; */
}

.stone-img img {
	font-family: "object-fit: contain;";
	max-width: 200px;
	width: 100%;
	object-fit: cover;

	object-position: 50% 50%;
	position: absolute;
	right: 0;
	/*height: 404px;*/
	overflow-wrap: break-word;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.main-style-row {
	border: 1px solid #c5b9b9;
	position: relative;
	border-radius: 20px;
}

.usp-link-icon .fa {
	font-size: 70px;

}

.company-work .middle-font {
	font-weight: 300;
}

.find-btn {
	font-weight: 700;
	color: #28ac5c;

}

.find-btn .fa {
	padding-right: 10px;
}

.retailer-col:hover .find-btn {
	color: #000;
}

.green-star {
	padding: 6px 5px;
	background-color: #00b67a;
	color: #fff;
	font-size: 14px !important;
	margin-left: 3px;
}

.trust-review span {
	border-bottom: 1px solid #524e4e;
}

.trust-review .fa {
	color: #00b67a;
}

.trust-review a {
	color: #000;
}

.scroll-col {
	margin: 4px, 4px;
	padding: 4px;

	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: justify;
}

.scroll-div {
	background-color: #faf9f9;
	padding: 10px;
	margin-bottom: 10px;
}

.scroll-div h6 {
	font-size: 14px;
	font-weight: 500;
}

.scroll-div h5 {
	font-size: 12px;
	font-weight: 300;
}

.tips-main {

	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/kitchen-detail/hero_image.jpg);
	padding: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.tips-heading h2 {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.2;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
}

.tips-heading h2::after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin: 20px auto 0px auto;
}


.pricing-list h2{font-weight: 509;}
.comaanhead h5{color: #3d3b3b;
    font-weight: 300;
    font-size: 19px;}
.comaanhead h6{color: #3d3b3b;
    font-weight: 300;
    font-size: 16px;}
.bgred{background: #cd3b3b;
    padding: 35px 37px;
    border-radius: 23px;
    color: #fff;
    margin: 0 10px;
}
.bgblue{background: #3b91cd;
    padding: 35px 37px;
    border-radius: 23px;
    color: #fff;
    margin: 0 10px;
}
.salebg h2{    font-size: 50px;
    font-weight: 509;}
.salebtn{padding-top: 20px;}
.salebtn a{color: #fff;
    background: #4f4b4b;
    padding: 13px 18px;
    border-radius: 21px;
    margin-right: 15px;}
.salebtn a i{padding: 0 10px;}


.offersec{background-color: #e6e6e6;
    padding: 80px 0 !important;
    margin-top: -130px;}
.offerrow{display: flex;flex-wrap: wrap;}
.offerrow .offerbox{border-radius: 20px;box-shadow: 0 0 3px 2px #e6e6e6;margin: 20px 15px;}
.offerbox img{border-radius: 10px 10px 0 0;
width:100%;
}
.offercontent{    padding: 56px 15px 20px 15px;position: relative;background-color: #fff;border-radius: 0 0 10px 10px;}
.offercontent h2{font-size: 25px;
    margin-bottom: 18px;
    color: #4e4b4b;
    font-weight: 509;}
.offercontent a{color: #4c4c4c;
    font-weight: 509;
}
.offercontent p{margin-bottom: 20px;}
.offerbox:hover .offercontent a{color: #26a85d;}
.offercontent a i{padding: 0 10px;}
.saletag{position: absolute;top: 0;left: 20px;background-color: #cd3b3b;color: #fff;padding: 10px 10px;font-size: 15px;border-radius: 0 0 10px 10px;font-weight: 509;letter-spacing: 2px;}

.text h4{font-size: 14px;text-transform: uppercase;}
.text h2{font-size: 56;font-weight: 509;}
.text p{font-size: 16px;}

.salebanner .text{color: #fff;padding: 0 40px;}

.uklow{padding: 20px 20px;}
.uklow .d-flex{    justify-content: space-evenly;
    margin-bottom: 20px;}
.uklow h3{font-size: 30px;}
.uklow ul{list-style: none;padding-left: 0;padding: 20px 0;}
.uklow ul li{display: flex;align-items: center;margin-bottom: 15px;}
.uklow ul li i{color: #26a85d;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
    margin-right: 18px;
}
.uklow ul li p{margin-bottom: 0;
    font-size: 19px;
    font-weight: 509;}
.pmatch a{    text-transform: uppercase;
    font-size: 19px;
    color: #63b438;
    font-weight: 509
}
.pmatch ul{padding: 0;
    list-style: none;
    display: inline-flex;
}
.pmatch ul li{padding: 0 12px;}
.pmatch ul li a{    color: #fff;
    font-size: 20px;
    font-weight: 509;}

.secondhead h2{color: #343333;
    font-weight: 300;
    font-size: 31px;
    padding: 20px 0;
    margin-bottom: 25px;
    position: relative;
}
.secondhead h2:before{position: absolute;content: "";background-color: #000;bottom: 0;left: 0;height: 2px;width: 40px;}

.shadowbox{border-radius: 20px;
    box-shadow: 0 0 9px 1px #e6e6e6;
    margin-bottom: 30px;
}
.shadowbox img{border-radius: 20px 0px 0px 20px;min-height: 188px; width:100%;}
.shadowbox .boxtext{padding: 15px 20px;}
.shadowbox .boxtext h2{font-size: 22px;
    font-weight: 400;}
.shadowbox .boxtext p{color: #6e706b;
    font-weight: 300;
    margin-bottom: 22px;}
.shadowbox .boxtext a{background: #555151;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
}
.shadowbox .head{text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.shadowbox .boxtext .apptype{margin-bottom: 15px;}
.shadowbox .boxtext .apptype p{margin-bottom: 0px !important;}
.shadowbox .content{padding: 20px 20px;}
.shadowbox .content ul{list-style: none;}
.shadowbox .content ul li{display: flex;}
.shadowbox .content ul li span{background: #e6e6e6;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    margin-right: 20px;
}
.shadowbox .content ul li span.active{background: #28ac5c;}
.container{
    max-width: 1220px;
}



.image-area-inner.kitchens-unique{
    background: url(../images/stone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-area-inner{
    border-radius: 8px;
    max-width: 516px;
}
.image-area-inner{
    margin: 40px 0 0 40px;
}
.image-area-inner{
    background: #f9f9f9;
    margin-bottom: 40px;
    margin-right: 40px;
    position: relative;
}
.image-area-inner{
    max-width: 414px;
    position: relative;
}
.image-area-inner .image{
    border-radius: 8px;
    font-family: "object-fit: cover;";
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: relative;
}

.image-area-inner .image{
    left: -40px;
    top: -40px;
}
.image-area-inner .image{
    left: 40px;
    position: relative;
    top: 40px;
}



.progresss-bar{
    border: none;
   padding-bottom: 0 !important;
}


/*.playbtn{background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/kitchen-detail/hero_image.jpg);background-position: center;background-size: cover;background-repeat: no-repeat;padding: 190px 0;}*/
.playbtn{padding: 190px 0;}
.playbtn a i{color: #fff;
    background: #6d6565b5;
    padding: 20px;
    border-radius: 50%;
    font-size: 20px;}
 .playbtn h4{color: #fff;}
.bar-inner{
    min-height: 50px;
}
@media only screen and (min-width: 768px){
.bar-inner{
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
}
}
.bar-inner .bar{
    -ms-flex-pack: justify;
    counter-reset: step;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: auto 0;
    width: 100%;
}
.step.step--current, .step.step--previous{
    font-weight: 500;
}
.step{
    color: #000;
    font: 400 16px/1.2 Montserrat,sans-serif;
    padding: 0 5px;
}
.step--current, .step--previous{
    color: #000;
}
.step{
    color: #666;
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    position: relative;
    text-align: center;
    width: 20%;
}
.step--current:after{
    background-color: #28ac5c;
    color: #fff;
}
.step--current:before{
    background-color: #28ac5c !important;
    color: #fff;
} 
.step--next:after{
    background-color: #28ac5c !important;
    color: #fff;
} 
.step--next:before{
    background-color: #28ac5c !important;
    color: #fff;
}
.step:before{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 100%;
    color: #fff;
    content: counter(step);
    counter-increment: step;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    justify-content: center;
    letter-spacing: normal;
    margin: 10px auto;
    position: relative;
    width: 22px;
    z-index: 1;
}
.bar-inner.bar-total-4 .bar .step:after{
    left: -56%;
    width: 107%;
}
.step--current:after{display: none;}
.step:after{
    background-color: #f9f9f9;
    content: "";
    height: 4px;
    position: absolute;
    top: 19px;
}
.bookaaapint button{
    background-color: #444444;
    color: #fff !important;
    display: block;
    padding: 8px 25px;
    border-radius: 25px;
    transition: .3s ease-out;
    display: block;
}
.bar-inner{
    padding-left: 10px;
    padding-right: 10px;
}
.common-featured-panel-content{
    padding: 10px 20px 20px;
}
.image-area-inner-sticky .sticky-title{text-transform: uppercase;font-weight: 509;margin-bottom: 20px;}
.faq{background: #f4f4f4;
    padding: 30px 40px;
}
.faq h4{padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.accordion-item{background-color: transparent !important;}
.accordion-button{background-color: transparent !important;font-size: 14px;
    font-weight: 509;}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:focus{
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}



/* ----mangat------blog-page------------ */
.blog-col h2 {
	font-size: 14px;
	font-weight: 300;
	color: #201f1f;
}

.blog-col h3 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 29px;
}

.blog-heading h1 {
	font-weight: 300;
}

.blog-col {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	
}
.blog-text{
padding:20px;}

.blog-col:hover {
	transform: translateY(-6px);
	transition: 0.5s ease;
}

.img-blog {
	min-height: 300px;
}
.blog-text span{
	padding-left: 138px;
}

.img-blog img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
	border-radius: 3px;
	height: 300px;
	object-fit: cover;
}

/* --mangat-----blog-detail-page------ */
.blog-detail-heading h1 {
	font-weight: 300;
	font-size: 48px;
}

.about-blog-post {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.about-blog-post .fa {
	font-size: 40px;
	color: #00b67a;
}

.blog-form {
	background-color: #f8f4f4;
}

.blog-form input {
	padding: 10px !important;
}

.blog-form label {
	font-size: 16px;
	font-weight: 700;
}

.blog-form .form-check-input {
	margin-top: 0px !important;
}


/* ----------------contact-detail-page-col------------ */
.contact-detail-col form input {
	padding: 10px !important;
	border: 1px solid #b9b4b4 !important;
}

.contact-detail-col input:focus {
	box-shadow: none !important;
	border: 1px solid #26a85d !important;
}

.search-pin input[type=text] {

	font-size: 17px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	width: 90%;

}

.search-pin button {
	float: left;
	width: 10%;
	padding: 10px;
	background: #2196F3;
	color: white;
	font-size: 20px;
	border: 0;
	cursor: pointer;
	border-bottom: 1px solid #b9b4b4;
	border-right: 1px solid #b9b4b4;
	border-top: 1px solid #b9b4b4;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #26a85d;
	transition: 0.5s;
}

.search-pin button:hover {
	background-color: #444;
	transition: 0.5s;
}



.search-pin::after {
	content: "";
	clear: both;
	display: table;
}

.form-accordian {
	width: 100%;
	cursor: pointer;
	border: none;
	float: left;
	text-align: left;
	background-color: #fff;
	margin-bottom: 12px;
}

.form-accordian::before {
	content: '\002B';
	color: #26a85d;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	font-size: 28px;

}

.active-form:before {
	content: "\2212";
}

.form-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.bread{padding: 15px 25px;border-bottom: 1px solid #e6e6e6;}
.bread a{color: #000;font-size: 13px;}
.bread .breadcrumb{margin-bottom: 0;}
.banner{position: relative;}
.banner .btext{position: absolute;bottom: 0;left: 0;padding: 20px;color: #fff;}
.banner .btext h4{font-size: 18px;}
.custleft{padding: 0 20px;}
.custleft .secondhead p{font-size: 13px;}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1015px) and (min-width: 992px) {
.salebg{
min-height:378px;}
}

@media screen and (max-width: 1015px){
.stone-img img {
height:426px;
}
}

@media screen and (max-width: 914px) {
.stone-img img {
height:448px;
}

.offercontent a{
font-size:14px;
}
}
@media screen and (max-width: 767px) {
.stone-img img {
display:none;
}
.advice-col img{
height:auto;}
.accessories-img img{
height:auto;}
.offercontent a{
font-size:15px;}

}

@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
.tips-main{
padding:50px;
}

.company-work h2 {
font-size: 10px;
}
.salebtn a{
display:block;
text-align:center;
margin-bottom:10px;
}
.pmatch ul{
display:block;}
.shadowbox .boxtext p{
margin-bottom:10px;
    font-size: 14px;
    line-height: 18px;}
.shadowbox .boxtext{
padding:7px 20px 10px 20px;}
.contact-detail-col{margin-bottom: 20px;}
.shadowbox .boxtext h2{
font-size:20px;
margin-bottom:7px;
line-height:22px;}

}
@media screen and (max-width: 520px) {
.image-area-inner{
right:20px;
}

}


.secondhead h3{font-size: 13px;
    font-weight: normal;
    letter-spacing: 3px;}
.btns a{    color: #6b6767;
    border: 1px solid #e6e6e6;
    padding: 7px 10px;
    font-size: 12px;
    margin-right: 20px;
}
.btns{padding-top: 15px;margin-bottom: 25px;}


/* ------customer-page-------- */
.bg-stails {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/kitchen-detail/hero_image.jpg);

	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
}

.bg-stails-sub {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/stails-banner.jpg	);

	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
}

.bg-stails-heading a {
	color: #fff;
}

.bg-stails-heading-1 a {
	color: #fff;
	display: flex;
	align-items: center;
}

.bg-stails-heading-1 span {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #05c95d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.bg-stails-heading {
	position: absolute;
	bottom: 50px;
	color: #fff;
}

.bg-stails-heading-1 {
	position: absolute;
	bottom: 50px;
	color: #fff;
	right: 0px;
}



.customer-stories-link {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
}

.box-type {
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 100px solid #05c95d;
	position: absolute;
	top: 0;
	left: 30px;

}

.box-type h6 {
	color: #fff;
	position: absolute;
	top: -92px;
	left: -35px;
}
@media(max-width:576px) {
	.bg-stails-heading-1 {

		bottom: 10px;

	}
}

/* --------------------sidenav-------------- */
.mobile-header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 11;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 12;
	top: 0px;
	left: -5000px;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	text-align: center;

}

.sidenav a {
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.6s;

	margin-bottom: 20px;
}

.sidenav .side-link {
	border-bottom: 1px solid #e7e1e1;
	text-align: left;
}

.sidenav .side-link .fa {
	margin-right: 10px;
}

.sidenav-btn {
	padding: 10px 40px;
	background: #444;
	color: #fff;
	justify-content: center;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	font-size: 16px;
	/*! margin-left: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 50px;
	font-weight: 800;
	display: initial;
	margin-bottom: 0px  !important;
	float: right;
}

.sidenav .closebtn-1 {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 16px;
	margin-left: 50px;
	padding: 10px 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 50px;
}

.text-dark-green {
	color: #2a9657;
}

.explore {
	font-size: 20px;
	font-weight: 800;
	padding-top: 10px;
	padding-left: 41px;
}

.sub-link {
	margin-left: 37px;
}

.sidenav .column-1 {
	height: auto !important;

	width: 100%;
}

.sidenav .bed-view-btn a {
	text-align: right;
	font-size: 15px;
}


.side-bg-top {

	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	z-index: 12;
	background-color: #fff;
	/*! overflow-x: hidden; */
	transition: 0.5s;

	margin-bottom: 40px;
	padding: 26px;
	display: inline-block;
}
.estimate-btn {
	text-align: center;
	padding: 10px 40px;
    border-radius: 50px;
	display: block;
	width: fit-content;
	background: #444;
	color: #fff !important;
}
@media screen and (max-width: 1200px) {
.topspace{
padding-top:97px}
.topspace1{
padding-top:96px}
.bannerspace{
padding-top:160px !important}
.progresss-bar{
    margin-top: 60px;
}
}

@media screen and (max-height: 450px) {
	

	.sidenav a {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.fitted-col img {
		height: auto;
	}
      .step{
            width:32%;
      }

	.column-1 {
		border-right: 0;
	}
}
@media screen and (max-width: 450px) {
	

	.topspace1{
padding-top:97px}
}







.nav-item {
	position: static !important;
padding-right:20px !important;
}
.nav-item{
padding-right:20px !important;
}

.dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
	top: 100%;
        margin-top:0 !important;
border:none;
padding:50px 0px;

}
.dropdown-menu .container {
    max-width: 1400px;
}

.navbar{
position:static;
}

/* ----sidenav-end*/
header{
	/*background-color: #003833;*/
	background-color: #fff;
}

.navbar-light .navbar-nav .nav-link{color: #000;}

.viewbtn{text-align: right !important;}
.mega-list{margin-bottom: 15px;}
.contact-detail-col form select {
    padding: 10px !important;
    border: 1px solid #b9b4b4 !important;
}
.contact-detail-col form .form-group .form-select:focus{
    border-color: #287f14 !important;
    outline: 0;
    box-shadow: none !important;
}


 


/* ---images gallery start---- */
.container_1 {
	position: relative;
  }
  
  .mySlides_1 {
	display: none;
  }

  .mySlides_1 img{border-radius: 20px;}
  
  .cursor-1 {
	cursor: pointer;
  }
  
  
  .prev-1,
  .next-1 {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  
  .next-1 {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
 
   .prev-1:hover,
   .next-1:hover {
	background-color: rgba(0, 0, 0, 0.8);
  } 
  
  
  .numbertext-1 {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  .caption-container-1 {
	text-align: center;
	background-color: #222;
	padding: 0px !important;
	color: white;
	margin-top: 8px;
  }
  .row_1{
	display: flex;
	justify-content: center;
  }
  
  .row_1:after {
	content: "";
	display: table;
	clear: both;
  }
  .column_1 {
	float: left;
	width: 13%;
	margin: 6px;
	border: 2px solid #908b8b;
    padding: 8px 8px;
	
  }
  .demo_1 {
	opacity: 0.6;
  }
  
  .active-1,
  .demo_1:hover {
	opacity: 1;
  }
/* 
  
/* ----images gallery end--- */
.access-description{color: #000;
    font-size: 24px;}
.imagecolumn{list-style: none;padding: 0;}
.imagecolumn li{float: left;
    width: 50%;
    padding: 0 6px;margin-bottom: 10px;}
.columnimg{
    padding: 10px 4px;
}

@media(max-width:  576px){
	.homeformss{display: none;}
	.redbanner-col-left{text-align: center;}
}


.bottom-btn {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
   /* background-color: #28ac5c;*/
    background-color: #00403d;
    z-index: 999;
}
.bottom-btn .bottom-btn-border {
    border-right: 1px solid #fff;padding: 10px 0;
}
.bottom-btn ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.bottom-btn ul li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    list-style-type: none;
    text-align:center;
    color: #fff;
}
.bottom-btn ul li a {
    color: #fff;
}
.bottom-btn ul li a .fa {
    display: flex;
    justify-content: center;
    font-size: 24px;margin-bottom: 4px;
}
@media(max-width:576px) {
    .bottom-btn {
        display: block;
    }
    .ottomfooter{margin-bottom: 60px;}
    .mainbannerforms .overbannerss{padding: 200px 0 !important;}
    .desktop-whatsaap{
display:none !important;
}
.ban-txt{
	top: 50% !important;
}

}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #444444;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #26a85d;
}

.topppbar{
	
    display: flex;
    justify-content: right;
    color: #000;
}
.topppbar a{
	color: #000;
    padding: 0 10px;
}
.topppbar a i{
	padding-right: 10px;
}
.toplink a i{color: #444444;
    padding: 0 10px;
    font-size: 20px;
}
.toplink{padding-top: 4px;}
.toplink .account{position: relative;padding-right: 10px;}
.toplink .account:before{position: absolute;width: 2px;height: 100%;bottom: 0;right: 0;content: "";background-color: #000;}
.navbar-light .navbar-nav .nav-link.show{border-bottom: 3px solid #28ac5c;}


.fitted h1{font-size: 37px;
    font-weight: 400;
    letter-spacing: 1px;
}
.fitted p{font-weight: 509;
    letter-spacing: 1px;
    font-size: 14px;
}
.fitted p i{font-size: 16px;
    padding-right: 10px;
}
.fittedinfo{border-radius: 20px;background-color: #fff;padding: 25px 30px;margin-top: -5%;}
.fittedinfo .fittedinfo_head p{font-size: 16px;
    line-height: 26px;
}
.fittedinfo p a{color: #05c95d;}
.fittedinfo .fittedinfo_head img{border-radius: 18px;
    margin: 20px 0;
}
.fittedinfo .fittedinfo_body h2{font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
}
.fittedinfo .fittedinfo_body h4{
	font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.fittedinfo .fittedinfo_body p{
	font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}
.fittedinfo .fittedinfo_body img{border-radius: 18px;}
.fittedinfo .fittedinfo_body .image{display: flex;
    max-width: 33.33%;
    margin-bottom: 15px;
}
.fittedinfo .fittedinfo_body .image img{padding: 0 1px;}
.fittedinfo .fittedinfo_body img{border-radius: 18px;
    margin: 20px 0 35px;
}





/* ----------------kitchen-sec----------- */
.next-step {
    border: 2px solid #009A4C;
    border-radius: 14px;
}

.next-step .next-step-heading {
    background-color: #28ac5c;
    color: #fff;
    height: 100%;
    position: relative;
    padding: 40px 100px 40px 50px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 10px;
    border: 2px solid #28ac5c;
}



.next-step .next-step-heading h2::after {
    content: '';
    width: 35px;
    margin: 6px 0px;
    height: 0.5px;
    background-color: #fff;
    position: absolute;
    top: 197px;
    left: 51px;
}

.next-step .next-step-heading h2 {

    font-weight: 200;
}

.appoint-col {
   padding: 36px 10px;
}

.off-appoint {
    padding-left: 54px;
    padding-right: 54px;
}

.uspcol h2{text-transform: uppercase;}
.next-step .appoint-col svg {
    margin-bottom: 40px;
    height: 105px;
    max-width: 175px;
    min-width: 128px;
    width: 100%;
}

.next-step .appoint-col h4 {
    padding: 0px 0px 20px 0px;
}
.appoint-col ul{
padding:0;
margin:0;}
.appoint-col ul li {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    font-size: 11px;
    font-family: Karla, sans-serif;

    font-weight: 400;
    letter-spacing: .3px;
}

.appoint-col ul li .fa {
    font-size: 30px;
    color: #28ac5c;
    margin-right: 10px;
}

@media(max-width: 992px) {
    .appoint-col {
        padding-left: 20px;
        padding-right: 20px;

    }

    .comparedesktop{display: none;}

    .next-step .next-step-heading h2 {
        display: flex;
    }

    .next-step .next-step-heading h2::after {
        top: 80px;
    }

    .next-step .next-step-heading {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0px;
    }
   

}

@media(max-width: 450px) {
    .next-step .next-step-heading h2::after {
        top: 100px;
    }
}
/*------------*/
.desktop-whatsaap{
position:fixed;
bottom:16px;
left:20px;
display:block;
z-index:99999;
}
/*
.desktop-whatsaap a{
padding:10px 12px;
border-radius:10px;
background-color:#28ac5c;
display:flex;
}
.desktop-whatsaap a .fa{
color:#fff;
font-size:30px;
}
*/ 



/* 
.commsecartical-bg{
background-color:#ededed;
position: absolute;
    width: 57.5%;
    height: 126%;
    right: 0;
    top: -67px;
    padding: 50px;
}*/
.commsecartical::after{
content:'';
width:73.5%;
height:100%;
background-color:#fafafa;
position:absolute;
top: 0;
z-index: -1;
right:0;
}






.offerbar{padding: 8px 0;
    background-color: #cf3333;
}
.offerbar .text{display: flex;
    align-items: center;
    justify-content: center;color: #fff;
}
.offerbar .text p{margin-bottom: 0;font-weight: 509;color: #fff;padding-right: 10px;font-size: 15px;}

.saleband{justify-content: center;display: flex; overflow:hidden; position:relative; margin-top:-5% ; z-index:9;}
.saleband .salebandinner{width: 98%;background-color: #cf3333;border-radius: 20px 0 0 20px; margin-left: 2%; padding:5px 0;}
.salebandinner .salehead{
	font-family: 'Dancing Script', cursive;
    font-size: 40px;
    color: #fff;
    width: 84%;
    line-height: 43px;
}
.saleband .ouroffers .item{padding: 4px 10px 10px 10px;}

.measure-part .item{margin-bottom: 20px;}
/*.freemeasure .item{padding: 0 23px;}*/


.commsecartical{position: relative;padding: 20px 0;}

iframe{border: 1px solid #e6e6e6;}


.ouroffers .owl-dots{

    text-align: center;
    bottom: -32px;
    position: absolute;
left:50%;
transform:translatex(-50%);
}




.mainbanners{max-height: 450px}

.ouroffers .owl-item + .owl-item .item { border-left:1px #fff solid; height:100%}
.ouroffers .owl-stage{ display:flex}

@media(min-width: 1200px){
.stepsectionart {
	margin:0px;}

}
@media(max-width: 1200px){
	.offerbar{margin-top: 90px;}
}
@media(max-width: 992px){
.shadowbox img {
    border-radius: 20px 20px 0px 0px;
    max-height: 150px;
    width: 100%;
    object-fit: cover;
min-height: 50px;
}
.shadowbox .boxtext a {
    
    width: 100%;
    display: flex;
    justify-content: center;
}
.saleheaditem-1{
border-right:0 !important;
}


}
@media(max-width: 450px){
	.offerbar{margin-top: 90px !important;}
}


@media(min-width: 768px){


	/*.saleband .ouroffers .item{border-right: 1px solid #fff;}*/
	.saleband{}
    .freemeasure2{padding-top: 38px !important;}
}
@media(min-width: 992px){
	.saleband .salebandinner{width: 66%; margin-left:0; border-radius: 20px;}
.saleband .ouroffers .item{padding: 4px 20px 10px 20px;}


}



@media screen and (max-width: 670px) and (min-width: 576px) {
.ouroffers .owl-dots{
top:170px
}
}
@media screen and (max-width: 992px) and (min-width: 576px) {
.freemeasurehead{display: flex;justify-content: space-around;align-items: center;}
}

@media(max-width: 768px){
	/*.salebandinner{margin-top: -5%;
    z-index: 9;}*/
    .saleband .ouroffers .item{text-align: center;}
   /* .saleheaditem{padding-left: 15%;}*/
    .saleheaditem h2{margin-bottom: 13px;}
    .saleheaditem a{margin-left: 0px;}
#usp2{border-right:0;}

   /* #cust5{display: none;}
    #cust6{display: none;}*/
}
@media(max-width: 576px){
#usp1, #usp2, #usp3{
border-right:0;
border-bottom:1px solid #cfcfcf;
padding-right:0px;
}
.salebandinner .salehead{
padding:16px 0px;
}
.saleheaditem{
border-right:0;
}
}
@media(max-width: 390px){
.step{
font-size:12px;
}
}
@media(max-width: 300px){
.step{
font-size:10px;
}
}
@media screen and (max-width: 992px) and (min-width: 942px) {
.salebandinner .salehead{
padding:16px 0px;

}
.saleheaditem a {
margin-bottom:11px;
}
}



.dropdown-menu.show {
    animation: growDown 200ms ease-in-out !important;
 transform-origin: top center; 
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    100% {
        transform: scaleY(1)
    }
    100% {
        transform: scaleY(1)
    }
}

.dropdown-toggle::after{
display:none;
}

.navbar-light .navbar-nav .nav-link:hover{
color:#28ac5c;

}
.navbar-light .navbar-nav .nav-link:hover .fa{
color:#28ac5c;
}
.navbar-light .navbar-nav .nav-link .fa {
	transition: 0.5s ease;
font-size: 14px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}
.navbar-light .navbar-nav .nav-link.show{
color: #28ac5c;
}
 .navbar-light .navbar-nav .nav-link.show .fa {
	transition: 0.5s ease;
	transform: rotate(180deg);
	color: #28ac5c;
}


.owl-item .item{opacity: 0.3;}
.owl-item.active .item{opacity: 1;}


.comaanhead h4{font-size: 25px;font-weight: 400;
    color: #5b5858;
}
.comparebox{
	    background-color: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
}
.comparebox h2{
	color: #28ac5c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 509;
    margin-bottom: 30px;
}
.comparebox .comparesec{
	border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
}
.comparebox .comparesec p{
	margin-bottom: .5rem;
	font-size: 17px;
    line-height: 27px;
    color: #6a6a6a;
}
.comparebox .comparesec h4{
	font-size: 17.5px;
    line-height: 27px;
    font-weight: 509;
}
.comparebox .comparenote p{font-size: 13px;}
.comparebox .comparesec ul{padding-left: 0;}
.comparebox .comparesec.unit{padding-top: 65px;}
.comparebox .comparesec ul li{list-style: none;font-size: 14px;
    color: #686868;
    margin-bottom: 5px;
}
.comparebox .comparesec h6{font-size: 13px;
    color: #9b9b9b;
    margin-bottom: 5px;
}
.comparediv{padding: 10px 25px;}
.comparedivus{position: relative;}
	.comparedivus:before {
        box-shadow: -20px 0 20px -20px #edecec inset;
        content: " ";
        height: 100%;
        left: -20px;
        position: absolute;
        top: 0;
        width: 20px;
      }
      .comparedivus:after {
        box-shadow: 20px 0 20px -20px #edecec inset;
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        right: -20px;
        width: 20px;
      }
}

.imgggg img{border-radius: 20px;}
.compareimg .compareimg-text{
	background-color: #fff;
    border-radius: 16px;
    margin: -20px 15px 10px 15px;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 8px 0px #f1f1f1;
}
.compareimg .compareimg-text .textcom span{color: #28ac5c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 509;
}
.compareimg .compareimg-text .textcom h2{
	font-size: 19px;
    padding: 3px 0;
}
.compareimg-text .textcom{
	position: relative;
    width: 100%;
    padding: 10px 20px;
    color: #000;
}
.compareimg-text .textdir{
	position: absolute;
    right: 0;
    background-color: #28ac5c;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 25px;
    border-radius: 0px 16px 16px 0px;
    color: #fff;
}
.compareimg-text .textdir a i{color: #fff;}
.comparedivthem .comparesec h6{margin-bottom: 11px;}





.promotions .accordion-button:not(.collapsed) {
    background-color: #EDEDED;
    color: #252323;
}
.promotions .accordion-flush .accordion-item .accordion-button {
    padding: 24px 20px;
}
.promotions .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}
.promotions .accordion-body {
    background-color: #f6f6f6;
}
.promotions .green-text {
    font-size: 14px;
    color: #28AC5C;
}
.promotions .red-text {
    font-size: 14px;
    color: rgb(86, 5, 5);
}
.promotions .comman-btn-workshop {
    font-size: 12px;
    padding: 4px 12px;
    background-color: #201F1F;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}
.promotions p {
    font-size: 12px;
}
.promotions ul {
    padding-left: 0px;
}
.promotions h4,
h5 {
    font-size: 17px;
}
.promotions ul li {
    list-style-type: none;
}
.promotions h4 {
    margin-top: 10px;
}


.comparemobile .accordion-header{margin-bottom: 0 !important;}
.freemeasure2{padding: 0 10px;}


.navbar-light .navbar-nav .nav-item .nav-link.show .fa{top: -3px !important;}


@media(max-width: 768px){
.topppbar a {
    color: #747474 !important;
    padding: 0 10px;
}
.ban-txt h3{
	font-size: 20px;
}
.ban-txt h1{
	font-size: 24px;
}
.ban-txt{
	top: 65%;
}
}

@media(min-width: 1400px){
	.mainbanners{max-height: 700px !important;}
}


.videooverlap{ position:relative; border:2px #fff solid;}
.videooverlap .youtube{ position:absolute; left:0; right:0; bottom:0; top:0; cursor:pointer}
.videooverlap .youtube iframe{ border:0 !important; height:100%; width:100%;}

/*.ouroffers1 .owl-stage-outer{ display:flex;border-radius:10px 0 0 10px }
.ouroffers1 .owl-stage{display:flex;}
.ouroffers1 .owl-stage .owl-item{ height:100%; }
.ouroffers1 .owl-stage .owl-item + .owl-item{ border-left:1px #fff solid} 
.ouroffers1 .owl-stage .owl-item .item{ height:100%; opacity:1 !important}
.orrersection{ margin-top:-50px; position:relative}
.orrersection .orrersinner{ width:100%; margin:0 auto}
.orrersection .orrersinner .saleheaditem{ background-color:#cf3333; height:100%;display:flex;flex-wrap:wrap; align-items:center;} 
.ouroffers1 .owl-stage .owl-item:first-child .item .saleheaditem{ border-radius:10px 0 0 10px; } 
.ouroffers1 .owl-stage .owl-item:last-child .item .saleheaditem{ border-radius:0 10px   10px 0; } 
.orrersection .orrersinner .saleheaditem .saleheaditeminner{  padding:20px 30px;} 
.orrersection .orrersinner .saleheaditem .saleheaditeminner .salehead{font-family: 'Dancing Script', cursive; font-size:40px;color:#fff;       line-height:40px;}
.orrersection .orrersinner .saleheaditem .saleheaditeminner h5 {font-size: 13px; color: #fff;    letter-spacing: 2.5px;    padding-top: 10px;
    margin-bottom: 10px;}	
.orrersection .orrersinner .saleheaditem .saleheaditeminner h3 {    color: #fff;    font-weight: 600;    line-height: 20px;
    font-size: 27px;    margin-bottom: 10px;}
.orrersection .orrersinner .saleheaditem .saleheaditeminner h4 {font-size: 13px;  color: #fff;    font-weight: 700;    line-height: 20px;}
.orrersection .orrersinner .saleheaditem .saleheaditeminner h6 { color: #fff;font-weight: 600;    font-size: 12px;}
	
	
	
	
@media(max-width:992px){
.orrersection .orrersinner .container-fluid{ padding-right:0 !important}

	}	
@media(min-width:992px){
.orrersection .orrersinner{ width:66%; margin:0 auto}

	}

*/



.homeofferss .slick-list{display:flex;  }
.homeofferss .slick-list .slick-track{ display:flex;}
.homeofferss .slick-list .slick-track .item{height:100%; background-color:#000}
.homeofferss .slick-list .slick-track .item:first-child{ border-radius:5px 0 0 5px; overflow:hidden}
.homeofferss .slick-list .slick-track .item:last-child{ border-radius: 0 5px  5px 0; overflow:hidden}
.homeofferss .slick-list .slick-track .item  + .item{ border-left:1px #fff solid} 
.orrersection{ margin-top:-50px; position:relative; z-index:9}
.orrersection .orrersinner{ width:100%; margin:0 auto}
.orrersection .orrersinner .saleheaditem{ background-color:#cf3333; height:100%;display:flex;flex-wrap:wrap; align-items:center;} 
.mainoffersss .owl-stage .owl-item:first-child .item .saleheaditem{ border-radius:10px 0 0 10px; } 
.mainoffersss .owl-stage .owl-item:last-child .item .saleheaditem{ border-radius:0 10px   10px 0; } 
.orrersection .orrersinner .saleheaditem .saleheaditeminner{  padding:20px 20px;} 
.orrersection .orrersinner .saleheaditem .saleheaditeminner .salehead{font-family: 'Dancing Script', cursive; font-size:40px;color:#fff;       line-height:40px;}
.orrersection .orrersinner .saleheaditem .saleheaditeminner h5 {font-size: 13px; color: #fff;    letter-spacing: 2.5px;    padding-top: 10px;
    margin-bottom: 10px;}	
.orrersection .orrersinner .saleheaditem .saleheaditeminner h3 {    color: #fff;    font-weight: 600;    line-height: 20px;
    font-size: 27px;    margin-bottom: 10px;}
.orrersection .orrersinner .saleheaditem .saleheaditeminner h4 {font-size: 13px;  color: #fff;    font-weight: 700;    line-height: 20px;}
.orrersection .orrersinner .saleheaditem .saleheaditeminner h6 { color: #fff;font-weight: 600;    font-size: 12px;}
	
@media(max-width:992px){
.orrersection .orrersinner .container-fluid{ padding-right:0 !important;padding-left:0 !important}

	}	
@media(min-width:992px){
.orrersection .orrersinner{ width:66%; margin:0 auto}

	}










@media(max-width: 768px){
	.salebanner .text{padding-top: 20px;}
	.salepagebanner{
		margin: 0 15px !important;

	}
	.salepagebanner img{border-radius: 0px 0px 20px 18px !important;}
}

@media(max-width: 400px){
	.kitchen-first-col{margin-top: 20px;
    margin-left: 26px;}
    .pricing-list{padding-top: 20px;}
    .uspcolsec .uspcol {
    max-width: 100% !important;
    padding-right: 1.5rem;}
    .blog-detail-heading h1 {font-size: 33px;}


}
 .imagecolumn{display: flex;
    flex-wrap: wrap;}

.appoint-col img{margin-bottom: 25px;}

.colormodalbody{padding: 20px 30px;}
.colormodalbody .btn-close{position: absolute;right: 10px;}
.colormodalbody h2{
	font-size: 31px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.colormodalbody p{
	font-weight: 300;
    color: #000;
}
.colormodalbody .color_subhead{
	display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.colormodalbody .color_subhead h4{
	font-size: 19px;
    font-weight: 300;
}
.colormodalbody .color_subhead p{
	font-size: 13px;
    font-weight: 300;
}
.colorlist{display: flex;flex-wrap: wrap;}
.colorlist .colordetailbox{margin: 10px 20px;text-align: center;}
.colorlist .colordetailbox .colordetailbox_inner{
	width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 1px solid #a49f9f;
    display: inline-block;
    margin: 0px;
}
.colorlist .colordetailbox .colorname{margin-bottom: 0px;}
.colorlist .colordetailbox .texture{
	font-size: 13px;
    font-weight: 300;
}
.applybtn{
	display: flex;
    justify-content: center;
    padding-top: 20px;
}
.salebtn{
	font-weight: 800;
    background: #cf3333;
    border-radius: 22px;
    color: #fff !important;
    padding: 5px 17px !important;
}
/*.navbar-light .navbar-nav .nav-link{
    color: #000 !important;
}*/

.jobdiv p{
	margin-bottom: 0;
    border: 1px solid #e6e6e6;
    padding: 10px 10px;
}
.jobdiv .jobhead{
	font-size: 13px;
}

.error{color: red;}
.no1sec{padding-right: 0.75rem;padding-left: 0.75rem;}


.ourbannersss .owl-nav{position: static !important;}
.ourbannersss .owl-nav .owl-next{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
}
.ourbannersss .owl-nav .owl-prev{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}
.ourbannersss .owl-nav button span{
	color: #575454;
	border: none;
}
.ourbannersss .owl-nav button:hover span {
    background-color: #fff;
    color: #444 !important;
}

.home-product .owl-nav{position: static !important;}
.home-product .owl-nav .owl-next{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
}
.home-product .owl-nav .owl-prev{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
}
@media(min-width: 1200px){
	.home-product .owl-nav .owl-next{
    	left: -2%;
	}
	.home-product .owl-nav .owl-prev{
	    right: -2%;
	}
	.home-product .owl-nav button span{
		border: 1px solid #003833 !important;
	}
}
.home-product .owl-nav button span{
	background-color: #003833;
	color: #fff;
	border: none;
}
.home-product .owl-nav button:hover span{
	background-color: #fff;
    color: #444 !important;
}

.socialiconlist{display: flex !important;}
.socialiconlist li{margin-right: 10px;}

.uspcolsec .uspcol{max-width: 50%;}
.uspcolsec .uspcoldiv{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.uspcolsec .uspcoldiv img{
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.padding{padding: 40px 0;}

.productrow{
	display: flex;
	flex-wrap: wrap;
}
.productrow .item{
	max-width: 33.33%;
}
.productrow .galleryhm{
	margin: 10px;
}

.book_app_modal .modal-body{
	position: relative;
	padding: 0;
    background-color: #fafafa;
}
.book_app_modal .modal-body .mleft{
	padding: 12px 21px;
}

.book_app_modal .modal-body .btn-close{
	position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 1;
    box-shadow: -3px 3px 11px 1px #ededed;
}
.book_app_modal .modal-body h2{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: center;
    padding: 6px 0;
    position: relative;
}
.book_app_modal .modal-body h2:before{
	position: absolute;
    content: "";
    background: #26a85d;
    width: 89px;
    height: 3px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.book_app_modal .modal-body form input.form-control{
	width: 100%;
    border: 1px solid #e6e6e6;
    padding: 9px 15px;
    border-radius: 6px;
    /*max-height: 36px;
    margin-bottom: 14px;*/
}

.book_app_modal .modal-body form select.form-control{
	width: 100%;
    border: 1px solid #e6e6e6;
    padding: 9px 15px;
    border-radius: 6px;
    /*max-height: 36px;
    margin-bottom: 14px;*/
    /*font-size: 17px;*/
    color: #6e7073 !important;
    /*line-height: 17px;*/
}
.book_app_modal .form-control{
	font-size: 15px;line-height: 14px;
}
.leadpopupform .form-group{
  margin-bottom: 26px;position: relative;
}
.leadpopupform .form-group label.error{
  color: red;
    position: absolute;
    font-size: 13px;
    bottom: -21px;
    left: 5px;
}
.book_app_modal .modal-body form select.form-control::placeholder{color: #444 !important;}
.book_app_modal .modal-body form .iti label.error{
	position: absolute;
	bottom: -20px;
	left: 0;
}
.book_app_modal .modal-body form .form-control:focus{
	border: 1px solid #26a85d;
	box-shadow: none !important;
}
.book_app_modal .modal-body form button{
	font-size: 15px;
    padding: 9px 30px;
    width: 100%;
    margin: 8px 0 15px 0;
}
.book_app_modal .modal-body form p a{
	color: #26a85d;
	font-weight: 509;
}
.book_app_modal .modal-body form .iti{
	width: 100%;
    /*margin-bottom: 15px;*/
    position: relative;
}
.book_app_modal .modal-body form .iti .iti__country-container button{
	padding: 0;
	margin: 0;
}
.book_app_modal .modal-body form .iti .iti__tel-input{
	padding-left: 28% !important;
}
.book_app_modal .form-check .form-check-input{
	width: 17px;
	height: 17px;
}
.book_app_modal .form-check .form-check-input:checked{
	background-color: #26a85d;
    border-color: #26a85d;
    background-color: #26a85d;
    box-shadow: none;
    height: 17px;
    background-size: 20px;
    background-position: center;
    width: 17px;
    margin-right: 8px;
    padding: 0;
}


@media(max-width: 768px){
	.colormodalbody h2{font-size: 23px;}
	.colormodalbody .color_subhead h4{font-size: 15px;}
	.desk_customer{display: none;}
	.book_app_modal .modal-body .mleft{
		border-bottom: 1px solid #e0e0e0;
		border-right: none !important;
	}
	.main-footer .footer-logo img{max-width: 110px !important;}
	
}
@media(min-width: 768px){
	.mob_customer{display: none;}
	.social-icon-two.pay{padding-top: 35px;}
}

@media screen and (max-width: 1200px) and (min-width: 448px) {
.topspace {
    padding-top: 100px !important;
}
.salepagebanner{margin: 0 20px !important;}

}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    flex-direction: row;align-items: center;
}
.freemeasure .owl-stage-outer .owl-stage .owl-item:nth-child(2){
	margin-top: 7%;
}
.book_app_modal .modal-body .mleft{
	width: 50%;
}
.book_app_modal .modal-body .condiv{
	display: flex;
}
.book_app_modal .modal-body .mryt{
	width: 50%;
}

}

.vuguck{
	margin-top: -74px !important;
}


@media(min-width: 600px) and (max-width: 800px){
	.kitchen-first-col{margin-left: 20px !important;}
}

@media(min-width: 800px) and (max-width: 1200px){
	.kitchen-first-col{margin-left: 50px !important;}
}


.property input{
      position: absolute;
    visibility: hidden;
    display: none;
}

.property label{
  display: inline-block;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 8px;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
}

#leadform h6{
	font-size: 13px;
}

#leadform .form-check label{
	font-size: 13px;
}
/*#leadform .form-check{
	margin-bottom: 10px;
}*/

.mleft p{
	font-size: 15px;
	margin-bottom: 2px;
}

.propitem{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.property{
      padding: 0px;
    margin-right: 10px;
}


.property input[type=radio]:checked+label{
  color: #fff !important;
    background: #10676e;
    border-color: #10676e !important;
}

.form-img{
	padding: 0px;
}
/*.form-img.mryt img{
	height: -webkit-fill-available !important;
}
*/
@media (max-width: 991px){
  .mryt picture img{
    max-height: 180px;
  }
  .book_app_modal .modal-body .mleft{
    padding: 10px 25px;
  }
  .book_app_modal .modal-body h2{
    font-size: 17px;
    margin-bottom: 8px;
  }
  .book_app_modal .modal-body p{
    font-size: 13px;
    margin-bottom: 8px;
  }
  .leadform h6{
    font-size: 13px;
  }
  .property label{
    font-size: 10px;
    padding: 6px 8px;
  }
  .book_app_modal .modal-body form input.form-control{
    font-size: 13px;
    margin-bottom: 10px;
    padding: 8px 15px;
  }
  .book_app_modal .modal-body form button{
    margin: 4px 0 15px 0;
    font-size: 15px;
    padding: 7px 30px;
  }
  .sendbox{
    margin-bottom: 0px !important;
  }
}



.main-footer{
	position:relative;
	background-color:rgb(68 68 68);
}

.main-footer .widgets-section{
	position:relative;
	padding: 50px 0 00px;
	/*border-bottom: 1px solid #353535;*/
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;		
	padding-left: 0;
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:15px;
	font-weight:600;
	color:#ffffff;
	line-height: 20px;
	text-transform:uppercase;
	padding-bottom: 17px;
	margin-bottom:30px;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 35px;
	background-color: #26a85d;
	content: "";
}

.main-footer .about-widget{
	padding-right: 30px;
}

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 30px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:155px;	
}

.main-footer .about-widget .text{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 18px;
}

.social-icon-two{
	position: relative;
	display: block;
	padding-left: 0;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin-right: 14px;
}

.social-icon-two li a{
	position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
    color: #222222;
    background-color: #ffffff;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover{
	background-color: #26a85d;
	color: #fff;
}

/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .list{padding-left: 0;list-style: none;}
.contact-list{list-style: none;}

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.main-footer .links-widget .list li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	content: "\f105";
	font-family: "FontAwesome";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	text-transform:capitalize;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li a:hover{
	color:#26a85d;
}

/*=== Contact Widget ===*/

.contact-widget{
	position: relative;
	padding-left: 20px;
}

.main-footer .contact-list{
	margin-bottom: 40px;
	padding-left: 0;
}

.main-footer .contact-list li{
	position: relative;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
}

.main-footer .contact-list li span{ 
	display: inline-block;
	margin-right: 14px;
	color: #26a85d;
}

.main-footer .contact-list li a{
	color:#ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .contact-list li a:hover{
	color: #26a85d;
}

.main-footer .subscribe-form{
	position: relative;
}

.main-footer .subscribe-form .form-group{
	position:relative;
	margin:0px;	
}

.main-footer .subscribe-form .form-group input[type="text"],
.main-footer .subscribe-form .form-group input[type="email"]{
	position:relative;
	display:block;
	font-size:14px;
	color:#777777;
	line-height:20px;
	padding:15px 20px;
	padding-right: 50px;
	height:50px;
	width:100%;
	border:1px solid #eeeeee;
	background-color: #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-footer .subscribe-form .form-group input:focus{
	border-color:#26a85d;	
}

.main-footer .subscribe-form .form-group input[type="submit"],
.main-footer .subscribe-form .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	line-height: 50px;
	text-align:center;
	display:block;
	font-size:20px;
	color:#ffffff;
	background-color: #165195;
	font-weight:normal;
}

.main-footer .gallery-widget{
	padding-left: 40px;
	padding-right: 40px;
}

.main-footer .gallery-widget .outer{
	position:relative;
	margin: 0px -5px 0;
}

.main-footer .gallery-widget .widget-title{
	margin-bottom: 35px;
}

.main-footer .gallery-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 5px;
	margin-bottom:10px;
}

.main-footer .gallery-widget .image img{
	display:block;
	width:100%;	
}

.main-footer .gallery-widget .image a{
	position: relative;
	display: block;
}

.main-footer .gallery-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #26a85d padding-box content-box;
	padding: 4px;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-footer .gallery-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    content: "\f0c1";
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #222222;
	font-family: "FontAwesome";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.footer-bottom {
    background-color: rgb(68 68 68);
    color: #ffffff;
}
.footer-bottom .copyright-text{
	padding: 25px 0;
    border-top: 1px solid #636363;
    text-align: center;
}
.otpmodal .modal-body{
	text-align: center;
    padding: 40px 70px;
}
.otpmodal .modal-body .modclose{
	position: absolute;
    right: -16px;
    top: -17px;
    box-shadow: 0px 0px 6px 0px #bababa;
    background: #fff;
    padding: 10px;
    height: 35px;
    border-radius: 3px;
    width: 35px;
    text-align: center;
    line-height: 15px;
    font-size: 17px;
    border: 0;
}
.otpmodal .modal-body h2{
	font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.otpmodal .modal-body p{
	font-size: 17px;
    margin: 0 auto 20px;
}
.otpmodal .modal-body form input{
	text-align: center;
    width: 100%;
    padding: 13px;
    font-size: 17px;
    margin-bottom: 12px;
    border: 1px solid #d9d3d3;
    border-radius: 8px;
}
.otpmodal .modal-body form p{font-size: 15px;}
.otpmodal .modal-body form p a{
	color: #26a85d;
    font-weight: 509;
}
.otpmodal .verifybtn{
	color: #fff !important;
    padding: 13px 28px;
    border-radius: 6px;
    transition: .3s ease-out;
    display: block;
    background-color: #26a85d !important;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: 650;
}
.otpmodal .modal-body form .resend{margin-bottom: 35px;}
.otpmodal .modal-content{
	border: 0;
    border-radius: 11px;
}

