body{
  background: #fff;
  color:#000; 
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
input[type="text"], select, .ui-button{
  outline: none !important; 
  -webkit-outline: none !important; 
}
button, a{
  outline: none !important; 
  -webkit-outline: none !important; 
  transition:300ms ease 0s; 
  -webkit-transition:300ms ease 0s; 
  -moz-transition:300ms ease 0s; 
  -ms-transition:300ms ease 0s; 
  -o-transition:300ms ease 0s; 
}
a{
  color: #000; 
  font-weight: 400; 
  font-size: 18px;
}
a:hover{ color: #f8832e; }
a:hover, a:focus{
  text-decoration: none; 
  outline: none; 
  -webkit-outline: none !important; 
}
ul{
  margin:0; 
  padding:0; 
  list-style-type: none; 
}
p { }
h1,h2,h3,h4,h5,h6{ margin-bottom: 0; }
h1 {
    font-size: 72px;
    color: #2A2A2A;
    font-weight: 500;
    line-height: 72px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
h4 {font-size: 25px; line-height: 30px; font-weight: 300; color: #000; }
h5 {font-size: 22px; line-height: 27px; font-weight: 400; color: #000; margin: 0; }
h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #000;
}

p {
    font-size: 16px;
    line-height: 33px;
    color: #999999;
    font-weight: 400;
}

section, footer, hader, nav{ display: block; }
img{ display: block; max-width: 100%; outline: none;  }
input:focus{ outline: none; -webkit-outline: none; }
.zoomImg{ overflow:hidden;  }
.zoomImg img {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .3s ease-in-out; -moz-transition: -moz-transform .3s ease-in-out; -ms-transition: -ms-transform .3s ease-in-out; -o-transition: -o-transform .3s ease-in-out; transition: transform .3s ease-in-out; }
.zoomImg:hover img, .element-item:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.orange-btn {
    background: #f8832e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
}
.orange-btn:hover{
  background: #000;
  color: #fff;
}
.btn-orange, .btn-white {
  color: #fff;
  position: relative;
  transition: all 0.3s ease 0s;
  background: #FF8000;
  font-size: 22px;
  padding: 20px 44px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.12);
  box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.12);
  border: none;
}
.btn-orange:hover{color: #fff; }
.btn-orange::after,
.btn-white::after{
  content: ""; 
  width: 120%; 
  height: 130%; 
  padding: 7px; 
  border-radius: 50px; 
  position: absolute; 
  top: -15%; 
  left: -10%; 
  opacity: 0; 
  transition: all 0.2s ease 0s; 
}
.btn-orange:hover::after,
.btn-white:hover::after{
  opacity: 1; 
  width: 110%; 
  height: 120%; 
  top: -10%; 
  left: -5%; 
}
.btn-orange::after,
.btn-white::after{
  box-shadow: 0 0 0 2px #FF8000; 
}
.btn-sm {
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 30px;
}
.btn-black {
    background: #000;
}
.btn-orange.btn-black::after{
  box-shadow: 0 0 0 2px #000; 
}


/*header css*/
/*top header css start*/

.top-header {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding: 8px 0;
}
.top-header ul li {
    padding: 0 10px;
    position: relative;
}
.top-header ul li a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: baseline;
}
.top-header ul li a img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.top-header ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header ul li a:hover{
  color: #f8832e;
}
/*top header css end*/

@media(min-width:1366px){
#header .container,
#editor-header .container{ max-width: 1620px; }
}
.wrapper{padding-top: 115px; }
#header, #editor-header {padding-top: 0; padding-bottom: 15px; position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; -webkit-box-shadow: 0px 1px 0px 0px rgba(212,212,212,1); box-shadow: 0px 1px 0px 0px rgba(212,212,212,1); transition: 300ms ease 0s; }
#editor-header{ position: relative;box-shadow: 0px 3px 5px 0px rgba(75, 75, 75, 0.13); -webkit-box-shadow: 0px 3px 5px 0px rgba(75, 75, 75, 0.13); }
.nav-right {width: calc(100% - 190px); }
nav.menu > ul > li, .account-link li { position: relative; display: inline-block; vertical-align: middle; }
nav.menu > ul > li > a,
.account-link li a {
    display: block;
    margin: 0 12px;
    position: relative;
}
nav.menu > ul > li > a img {
    display: inline-block;
    vertical-align: middle;
}

ul.sub-menu li a {
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}
.account-link li a span {
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 15px;
    height: 15px;
    background: #f8832e;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 20px;
}
nav.menu > ul > li.active > a,
nav.menu > ul > li > a:hover{ color: #f8832e; }
.menu-bar{ display: none; }
.menu-bar {cursor: pointer; position: absolute; top: 20px; right: 15px; }
.bar1, .bar2, .bar3 {width: 20px; height: 2px; background-color: #333c3b; margin: 6px 0; transition: 0.4s; }
.change .bar1 {-webkit-transform:rotate(-45deg) translate(-4px, 4px); transform: rotate(-45deg) translate(-4px, 4px); } 
.change .bar2 {opacity: 0;}
.change .bar3 {-webkit-transform:rotate(45deg) translate(-7px, -8px); transform: rotate(45deg) translate(-7px, -8px); }
ul.sub-menu {
    background: #fff;
    width: 150px;
    padding: 5px;
    margin: 0 auto;
}

@media(min-width: 992px){
ul.sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
nav.menu > ul > li:hover ul.sub-menu{
  opacity: 1;
  visibility: visible;
  top: 100%;
}
}
/*header css end*/

/*slider css start*/

.home-slider, .slide-overlay{ position: relative; }
.slide-overlay::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
}
.slide-caption{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  transform: translateY(-50%);
}
.home-slider{ position: relative; }
#home-slider .owl-nav .owl-prev span,
#home-slider .owl-nav .owl-next span{
  display: none;
}
#home-slider .owl-nav .owl-prev,
#home-slider .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  width: 63px;
  height: 63px;
  background-size: 63px 63px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -32px;
}
#home-slider .owl-nav .owl-prev{ background-image: url('../images/owl-prev.png'); left: 67px; }
#home-slider .owl-nav .owl-prev:hover{ background-image: url('../images/owl-prev-hover.png'); }

#home-slider .owl-nav .owl-next{background-image: url('../images/owl-next.png'); right: 67px;}
#home-slider .owl-nav .owl-next:hover{background-image: url('../images/owl-next-hover.png');}

.slide-caption h1{ color: #fff; }
.slide-caption h1 span{ color: #f8832e; }
.slide-caption p {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 74px;
}

/*slider css end*/

/*cco-sec css start*/
.cco-details p{ text-align: justify; }
.cco-sec{
  padding:85px 0; 
}
.cco-img {
    background: #f8832e;
    display: inline-block;
}
.cco-img img {
    position: relative;
    top: 20px;
    left: 20px;
}
.title-para {
  font-size: 20px;
  color: #000;
  position: relative;
  font-weight: 400;
  padding-left: 66px;
  margin-bottom: 25px;
}
.title-para::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 56px;
    height: 2px;
    background: #f8832e;
    margin-top: -1px;
}
.cco-details .btn-orange {
    font-size: 18px;
    text-transform: capitalize;
    line-height: normal;
    padding: 10px 30px;
}
.cco-details h2 {
  margin-bottom: 21px;
}
.cco-details p{ margin-bottom: 35px; }

/*cco-sec css end*/

/*four-point-sec css start*/
.four-point-sec{
  position: relative;
}
.bg-img-box img{ 
  width: 100%; 
  height: 412px; 
  object-fit: cover; 
  position: relative;  
}
.bg-img-box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.icon-box {
    width: 136px;
    height: 136px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    border: 1px solid #f8832e;
    -webkit-transition: 300ms ease 0s;
    transition: 300ms ease 0s;
}
.steps:hover .icon-box{
  margin-top: -5px;
}
.four-point-sec h4 {
    color: #fff;
    font-weight: 400;
}
.four-point-in{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
/*four-point-sec css end*/

/*spdc-sec css start*/
.spdc-sec{ padding:80px 0;  }
.middle-sec-title {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 10px;
}
.middle-sec-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 76px;
    height: 3px;
    background: #f8832e;
    content: "";
    margin: 0 auto;
}
.spdc-img {
    min-height: 437px;
}
.sdpc-title-box {
    padding: 10px 25px 25px;
}
.sdpc-title-box p {
    line-height: normal;
    margin: 15px 0 0;
}
.sdpc-title-box p a {
    color: #f8832e;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid #f8832e;
    line-height: 21px;
}
.sdpc-title-box p a:hover{
  color: #000;
  border-bottom: none;
}
.spdc-content-box {
    -webkit-box-shadow: 0px 5px 24px 0px rgba(32, 32, 32, 0.17);
    box-shadow: 0px 5px 24px 0px rgba(32, 32, 32, 0.17);
}
#spdc-slider .owl-stage-outer {
    padding: 40px 0;
}
#spdc-slider .owl-dots {
    text-align: center;
}
#spdc-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 5px;
    background: #f8832e;
    margin: 5px;
    border-radius: 21px;
}
#spdc-slider .owl-dots .owl-dot.active{ width: 53px; }
/*spdc-sec css end*/




/*hiw sec css start*/

.hiw-sec {position: relative; min-height: 602px; background:#f7f7f7; }
.feedback-sec .container{ min-height: 722px; }

.hiwImg {position: absolute; top: 0; left:0%; height: 100%; width: 50%; }
.hiwImg > img {width: 100%; height: 100%; object-fit: cover; }
.hiw_details {
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
}

.hiw_details h2 {text-transform: capitalize; margin-bottom: 15px; color: #000; }
.hiw_details h5{ margin-bottom:22px; }
.hiw_details p{ margin-bottom: 20px; }
.hiw_details .middle-sec-title::after{ margin-left: 0; }
.hiw_details .btn-orange,
.get-free-closet .btn-orange, .load-more .btn-orange{
    font-size: 18px;
    padding: 12px 30px;
    text-transform: capitalize;
}
.play-btn {display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; }


/*hiw sec css end*/

/*get-free-closet sec css start*/
.get-free-closet{
  padding: 80px 0;
}
.tab-container{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding-top: 27px;
}
.nav-custom-tabs {
    border: none;
    margin:0 -15px 65px;
}
.nav-custom-tabs .nav-item {
    margin: 0;
    width: 25%;
    padding: 0 15px;
}
.nav-custom-tabs .nav-item .nav-link {
    border-radius: 0;
    border: none;
    background: #191919;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 12px;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.12);
      box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.12);
}
.nav-custom-tabs .nav-item .nav-link.active{ background: #f8832e; }
/*get-free-closet sec css end*/

/*gallery sec css start*/
.gallery-sec{ background: #f7f7f7; padding:80px 0;  }
.gallery-list{ 
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px -10px 0 -10px;
}

.gallery-list li{ padding: 10px; }
.gallery-list li a{ display: block; }
.gallery-list li:nth-child(1){ width: 40%; }
.gallery-list li:nth-child(2){width: 40%;}
.gallery-list li:nth-child(3){width: 20%;}
.gallery-list li:nth-child(4){width: 33.33%;}
.gallery-list li:nth-child(5){width: 66.66%;}


.gallery-list li img{ height:350px; width: 100%; }
.load-more{ margin-top: 20px; }

/*gallery sec css end*/

/*testimonial sec start*/
.testimonial-sec{ padding: 80px 0; }
#testimonial-slider img {
    width: auto;
}
#testimonial-slider .owl-stage-outer{ padding: 26px 0; }
.testimonial-content-box{ 
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.14);
  box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.14); 
  text-align: center;
}
.testimonial-content-box img{ margin: 0 auto; }
.testimonial-content-box p {
    line-height: 28px;
    margin: 0 0 23px;
    padding: 15px 0;
    position: relative;
}
.testimonial-content-box p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 42px;
  height: 2px;
  background: #ededed;
}
.testimonial-img {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-img img{
    width: 63px;
  height: 63px;
  border-radius: 100%;
}
.testimonial-content-box h6 {
  color: #9f9f9f;
  margin-top: 7px;
}
#testimonial-slider .owl-dots {
    text-align: center;
}
#testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 5px;
    background: #f8832e;
    margin: 5px;
    border-radius: 21px;
}
#testimonial-slider .owl-dots .owl-dot.active{ width: 53px; }
/*testimonial sec end*/

/*newsletter sec css start*/

.newsletter-sec {
  background-color: #f8832e;
  padding: 35px 0px;
}
.newsletter-sec h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
}
.newsletter-sec p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 10px;
}
.newsletter-sec .form-group {
  margin: 0;
  position: relative;
  float: right;
}
.newsletter-sec .form-group .form-control {
  height: 70px;
  width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #9a9a9a;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 135px;
}
.newsletter-sec ::-webkit-input-placeholder {
  color: #9a9a9a !important;
  opacity: 1 !important;
}
.newsletter-sec ::-moz-placeholder {
  color: #9a9a9a !important;
  opacity: 1 !important;
}
.newsletter-sec :-ms-input-placeholder {
  color: #9a9a9a !important;
  opacity: 1 !important;
}
.newsletter-sec :-moz-placeholder {
  color: #9a9a9a !important;
  opacity: 1 !important;
}
.newsletter-sec .form-group .btn-brown {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  -webkit-appearance: none;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #131313;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0 30px;
}

/*newsletter sec css end*/

/*footer*/
#footer{ background: #1e1e1e; }
.inner-container{ max-width: 1100px; margin: 0 auto; }
.foo-col-1 p {
    color: #dfdfdf;
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    padding-right: 60px;
    margin-top: 25px;
}

.top_footer {padding:60px 0 40px 0; border-bottom: 1px solid #5c6262; }
.foo-col-2 li {margin-bottom: 10px; }
.foo-col-2 li a {color: #fff; font-size: 14px; font-weight: 400; line-height: 28px; display: inline-block; }
.foo-col-2 li a:hover{ color:#f8832e; margin-left: 5px; }
#footer h6 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
#footer h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 2px;
    background: #fff;
}
.foo-social li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
}
.foo-social li:not(:first-child) {
    
    margin-left: 5px;
}
.foo-social li:not(:first-child) a{
  width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
 }

.foo-social li:not(:first-child) a:hover{ background: #f8832e; }
.bottom_footer p {font-size: 13px; margin: 0; text-align: center; color: #fff; height: 60px; line-height: 60px; font-weight: 400; }

/*about us page css start*/

.banner, .banner-in {
    position: relative;
}
.banner-in img{ width: 100%; }
.banner-in::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner-caption{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.banner-caption h1{
  color: #fff;
  font-size: 65px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner-caption p{
  font-size: 35px;
  font-weight: 100;
  color: #fff;
  line-height: 40px;
  margin-bottom: 0;
}
.about-cco .cco-img img {
    left: inherit;
    right: 20px;
}
.about-cco .cco-details{
  padding: 0 50px 0 0;
}
.about-setisfection .bg-img-box img{
  height: 337px;
}
.about-setisfection .bg-img-box::after{
  background: rgba(248, 131, 46, 0.80);
}

.about-setisfection h2{
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.about-setisfection p{
  color: #fff;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 25px;
}
.about-us-point{
  padding: 80px 0;
}
.about-us-point .icon-box {
    background: #f8832e;
    width: 110px;
    height: 110px;
    margin-bottom: 27px;
}
.about-us-point h4{
  font-weight: 500;
  font-size: 18px;
  color: #000; 
}
.about-us-point h4 b {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}
.about-hiw-sec .hiw_details ul.d-flex {
  flex-wrap: wrap;
  margin-top: 27px;
}

.about-hiw-sec .hiw_details ul.d-flex li {
    width: 50%;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    min-height: 25px;
    padding-left: 45px;
    margin-bottom: 30px;
    padding-right: 10px;
    line-height: 25px;
}
.about-hiw-sec .hiw_details ul.d-flex li img {
    position: absolute;
    top: 0;
    left: 0;
}
.about-testimonial {
    padding-bottom: 40px;
}

/*about us page css end*/

/*contact us page css start*/

.contactus-sec{ padding:80px 0 30px;  }
.middle-sec-title.left-side::after{ margin-left: 0; }
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-control {
    height: 67px;
    border: 1px solid #f2f0f0;
    border-radius: 10px;
    background: #fff;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 15px 15px 15px 50px;
}
.input_icons {
    position: absolute;
    top: 24px;
    left: 15px;
}
textarea.form-control {
    resize: none;
    min-height: 150px;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
  border-color: #f8832e;
}
.contactus-sec .middle-sec-title.left-side {
    margin-bottom: 30px;
}
.contactus-sec .cco-img img {
    left: inherit;
    right: 10px;
    top: 10px;
}
.contact-frm{
  padding-right: 60px;
}
.contactus-list{ padding: 0; text-align: center; }
.contactus-list .container{
  padding: 50px 15px;
  border-top: 1px solid #e7e7e7;
}
.contactus-list h4 b {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
}
.about-us-point h4,
.about-us-point h4 a {
    font-weight: 400;
    color: #999999;
}
.about-us-point h4 a:hover{ color: #f8832e; }
/*contact us page css end*/

/*login page css start*/

/*login page css*/

.login-sec{ padding: 80px 0; }
.loginBox {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
   box-shadow: 0px 5px 11px 0px rgba(61, 61, 61, 0.1);
    padding: 100px 85px 40px 85px;
    position: relative;
}
.loginBox::before, 
.loginBox::after {
    content: "";
    position: absolute;
    background: #f8832e;
    top: -10px;
    left: -10px;
}
.loginBox::before{ height: 10px; width: calc(100% - 70px); }
.loginBox::after{ width: 10px; height: calc(100% - 70px); }
.loginBox .form-group input.used ~ label img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 2px;
}

.loginBox .form-group {   position: relative;  margin-bottom:50px; }
.loginBox .form-group  input {font-size: 16px; padding: 10px 10px 10px 5px; -webkit-appearance: none; display: block; background: transparent; color: #000; width: 100%; border: none; border-radius: 0; border-bottom: 1px solid #b3b3b3; }
.loginBox .form-group  input:focus { outline: none; }
.loginBox .form-group  label {  color: #999;   font-size: 16px;  font-weight: 400;position: absolute;pointer-events: none;left: 5px;top: 10px;-webkit-transition:all 0.2s ease;  transition: all 0.2s ease;}
.loginBox .form-group  input:focus ~ label, 
.loginBox .form-group  input.used ~ label {  top:-15px;  /* -webkit-transform: scale(.75);transform: scale(.75); */ left: -2px;color: #999;}
.bar {  position: relative;  display: block;  width: 100%;}
.bar::before, .bar::after {  content: '';height: 1px;width: 0;bottom: 1px;position: absolute;background:#FF8000;-webkit-transition:all 0.2s ease;   transition: all 0.2s ease;}
.bar::before { left: 50%; }
.bar::after { right: 50%; }
input:focus ~ .bar::before, input:focus ~ .bar::after { width: 50%; }
.highlight {  position: absolute;  height: 60%;   width: 100px;   top: 25%;   left: 0;  pointer-events: none;  opacity: 0.5;}
input:focus ~ .highlight {  -webkit-animation: inputHighlighter 0.3s ease;animation: inputHighlighter 0.3s ease;}
@-webkit-keyframes inputHighlighter {
  from { background: #f8832e; }
  to  { width: 0; background: transparent; }
}
@keyframes inputHighlighter {
  from { background: #f8832e; }
  to  { width: 0; background: transparent; }
}
@media screen and (max-width: 460px){
  form, .powered { opacity: 0.8; }
}

.checkbox-container {display: block; position: relative; padding-left: 30px; margin-bottom: 0px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #5e5e5e; } 
.checkbox-container:hover{ color:#FF8000; } 
.checkbox-container input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } 
.checkmark {position: absolute; top: 0; left: 0; height: 19px; width: 19px; border: 1px solid #f8832e; } 
.checkbox-container input:checked ~ .checkmark {background-color:#FF8000; } 
.checkmark::after {content: ""; position: absolute; display: none; } 
.checkbox-container input:checked ~ .checkmark::after {display: block; } 
.checkbox-container .checkmark::after {left: 4px; top: 0px; width: 8px; height: 13px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } 
.check-link-box a {font-size: 16px; line-height: 16px; color: #f8832e; } 
.check-link-box a:hover{ text-decoration: underline; color: #1E1E1E; } 
.loginBox .btn-orange, .apply-sec .btn-orange{min-width: 150px; }
.loginBox .btn-orange img, .apply-sec .btn-orange img {margin: 0 auto; }
.check-link-box {margin-bottom: 50px; }
ul.acc_link{ margin-bottom: 40px; }
ul.acc_link li{ display: inline-block; position: relative; }
ul.acc_link li:not(:last-child) a::after{
content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 2px;
    height: 20px;
    background: #000;
}
ul.acc_link li a {
    font-size: 25px;
    font-weight: 400;
    padding: 0 22px;
}
ul.acc_link li.active a{
  color: #f8832e;
}
/*login page css end*/

/*register page css start*/
.loginBox p{ margin-top: 40px; margin-bottom: 0; }
.loginBox p, 
.loginBox p a {font-size: 16px; text-align: center; line-height: 22px; color: #000; font-weight: 400; }
.loginBox p a{ color: #217ee7; text-decoration: underline; }
.loginBox p a:hover{ color:#f8832e; text-decoration: none; }
.already-acc, 
.already-acc a {display: block; text-align: center; font-size: 16px; color: #999999; }
.already-acc a{ display: inline-block; color:#f8832e;}

/*register page css end*/


/*faq page css start*/

.faqListing{ padding: 80px 0; }
.faqListing .panel-group .panel {margin-bottom: 0; border-radius: 0; border-top: none; border-left: none; border-right: none; border-bottom-color: #e9e9e9; border-bottom-width: 2px; box-shadow: none; -webkit-box-shadow: none; }

.faqListing .panel-title {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 35px;
    box-shadow: 0px 5px 11px 0px rgba(32, 32, 32, 0.09);
    position: relative;
    padding-left: 90px;
}

.faqListing .panel-group .panel + .panel {margin-top: 0; }
.faqListing .panel-title a{
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
}
.faqListing .panel-title a.collapsed::after{
  background:url('../images/collapsed-icon.png') no-repeat center center #f15b25; 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
}
.faqListing .panel-title a::after {
    background: url('../images/collapse-out-icon.png') no-repeat center center #f15b25;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
}

.faqListing .panel-body {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 32px;
    color: #999999;
    font-weight: 400;
    border-top: none !important;
    background: #f4f4f4;
}

/*faq page css end*/

/*start designing page css start*/
.design-box {
    box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.14);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.14);
    background: #fff;
    padding: 40px 30px 30px;
    position: relative;
    text-align: center;
}
.design-box h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.design-box p{ margin-bottom: 30px; }
.btn-white {
    background: #fff;
    color: #FF8000;
    border: 1px solid #FF8000;
    box-shadow: none;
}
.btn-white:hover{
  background: #FF8000;
  color: #fff;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.12);
    box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.12);
}
.design-box::before, 
.design-box::after {
    content: "";
    position: absolute;
    background: #f8832e;
    top: -10px;
    left: -10px;
}
.design-box::before{ height: 10px; width: calc(100% - 60px); }
.design-box::after{ width: 10px; height: calc(100% - 60px); }
.start-designing-sec{
  padding: 70px 0;
}
.start-designing-sec .col-md-6 {
    padding: 0 40px;
}

/*start designing page css end*/

/*gallery page css start*/
.gallery-list-sec{
  padding: 70px 0;
}

#gallery-row {
    margin-left: -6px;
    margin-right: -6px;
}
#gallery-row > div {
    padding: 0px;
}
.full-gallery-box {
    margin-bottom: 12px;
    width: 100%;
    clear: both;
    padding: 0 6px;
}
#gallery-row > div img {
    width: 100%;
}
.half-gallery-box {
    float: left;
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
}
.half-gallery-box img {
    height: 350px;
    object-fit: cover;
}
#gallery-row > div .zoomImg {
    display: block;
    position: relative;
}
.caption {
  background: rgba(225, 114, 33, 0.64);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  visibility: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-gallery-box,
.half-gallery-box{ position: relative; }
.full-gallery-box:hover .caption,
.half-gallery-box:hover .caption {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  
}
.full-gallery-box .caption img,
.half-gallery-box .caption img{
  width: auto !important;
  height: auto !important;
}
.full-gallery-box img {
    height: 700px;
    object-fit: cover;
}
.view-more{ margin-top: 30px; }
.gallery-filter {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.gallery-filter li {
    padding-right: 60px;
}
.gallery-filter li:last-child {
    padding-right: 0;
    position: relative;
    max-width: 310px;
    width: 100%;
}
.gallery-filter li input[type="text"] {
    border: 1px solid #f2f2f2;
    height: 50px;
    border-radius: 100px;
    padding:10px 55px 10px 25px;
    width: 100%;
    font-size: 16px;
    color: #999999;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(87, 87, 87, 0.02);
    box-shadow: 0px 5px 4px 0px rgba(87, 87, 87, 0.02);
}
.gallery-filter li button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #f8832e;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
}

.gallery-filter li .ui-selectmenu-button.ui-button {
  width: 100%; 
  background: transparent; 
  border-radius: 0; 
  border: none; 
  padding: 0; 
  margin: 0; 
  color: #000;
  font-weight: 400; 
  font-size: 18px; 
  text-align: center; 
}
.gallery-filter li .ui-selectmenu-button.ui-button:focus{ 
  outline: none; 
  -webkit-outline: none; 
}
.gallery-filter li .ui-button .ui-icon{
  background: url('../images/dropdown-arrow.png') no-repeat; 
  background-position: center; 
  top: 4px;
}
.ui-menu .ui-menu-item {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover {
    border: 1px solid #f8832e; 
    background: #f8832e; 
  }

.ui-selectmenu-menu .ui-menu {
    border-radius: 5px;
    border: none !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

/*gallery page css end*/

/*start design page css start*/
.start-design-sec{
  padding: 80px 0;
}
.start-design-sec .middle-sec-title {
    margin-bottom: 40px;
}

.start-design-sec .nav-tabs .nav-item {
    margin-bottom: 0;
}
.radio-container p::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #ececec;
    border-radius: 20px;
    top: 9px;
    left: 0;
    background: #fff;
}
.radio-container.active p::after {
    background: #f8832e;
}

.steps-point {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 25px;
    margin-bottom: 30px;
}
.optional-details {
  padding-top: 20px;
}
.optional-details .middle-sec-title {
  margin-bottom: 50px;
}

.radio-container {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin: 0;
    outline: none;
    
}
.radio-container-in{
    background: #fff;
    box-shadow: 0px 1px 11px 0px rgba(32, 32, 32, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 15px;
    min-height: 200px;
    border: 1px solid transparent;
}
.radio-container.active .radio-container-in{
   border-color: #f8832e;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-container p{
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
  position: relative;
  padding-left: 27px;
}
.radio-container p::after{
  top: 22px;
}
.radio-container.active p{ color: #f8832e; }
.tab-content {
    min-height: 350px;
}
.wall-label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
}
.wall-form .form-control {
    height: 60px;
    border-radius: 5px;
    padding: 10px 15px;
}
.wall-box img {
    margin-bottom: 50px;
}
.wall-form h5 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    color: #070707;
    margin: 0 0 5px;
}
.wall-form {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}
.wall-form, .wall-pass-form{ padding-top: 40px; }
.start-design-bg .bg-img-box img{
  height: 296px;
}
.design-steps h4 {
    color: #000;
}
.design-hiw-sec{
  background: #f8f8f8;
  padding:70px 0; 
}
.design-hiw-sec .middle-sec-title{
  margin-bottom: 50px;
}
.hiw-three-steps {
    background: #fff;
    text-align: center;
    padding:55px 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.14);
    box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.14);
    height: 100%;
}
.hiw-three-steps img {
    margin: 0 auto 25px;
}
.hiw-three-steps h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}
ul.space-list {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}
ul.space-list li {
    margin-right: 50px;
}
.radio-box {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-box.active{
  color: #f8832e;
}
.radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dotkmark {
  position: absolute;
  top:10px;
  left: 0;
  height:12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ececec;
}
.radio-box input:checked ~ .dotkmark {
  background-color: #f8832e;
}
.dotkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-box input:checked ~ .dotkmark:after {
  display: block;
}
.radio-box .dotkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*start design page css end*/

/*accessories page css start*/

.accessories-sec{
  padding:60px 0; 
}
.accessories-sec .row {
    margin-left: -10px;
    margin-right: -10px;
}

.accessories-sec .row > div{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.accessories-link {
  margin-bottom: 45px;
}
.accessories-link li {
    display:inline-block;
    margin-right: 30px;
}
.accessories-link li a {
    font-size: 20px;
    color: #000;
    padding: 0 8px;
    display: block;
    font-weight: 400;
    border-bottom: 3px solid transparent;
}
.accessories-link li.active a{
  border-bottom-color: #f8832e;
  color: #f8832e;
}
.accessories-box {
    -webkit-box-shadow: 0px 5px 21px 0px rgba(32, 32, 32, 0.12);
    box-shadow: 0px 5px 21px 0px rgba(32, 32, 32, 0.12);
    background: #fff;
    height: 100%;
}
.accessories-box img{ margin: 0 auto; }

.accessories-details{
  padding: 0px 20px 20px;
  text-align: center;
}
.accessories-details h5{ margin-bottom: 15px; }
.accessories-details h5 a{
  font-size: 20px;
  font-weight: 500;
}
.accessories-details h5 a small{ font-size: 15px; font-weight: 500; }
.price{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
}
.accessories-details .d-flex {
  margin-bottom: 15px;
}
.enter-v {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.enter-v li {
    padding: 0 2px;
}
.enter-v li input[type="text"] {
    width: 27px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #020202;
    border: 1px solid #f0f0f0;
    text-align: center;
}
.enter-v li button {
    background: #f8f8f8;
    border: none;
    display: inline-block;
    vertical-align: top;
    height: 24px;
}
.link-btn {
    display: inline-block;
    border-bottom: 1px solid #f8832e;
    font-size: 19px;
    font-weight: 500;
    color: #f8832e;
}
.link-btn:hover{
  color: #000;
  border-bottom-color: #000;
}
.accessories-sec .middle-sec-title.left-side{
  margin: 40px 0 50px 0;
}
/*accessories page css end*/


/*add to cart page css start*/
.product-detail-box h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
.amount {
    font-size: 25px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 22px;
}
.amount-disc {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.amount-disc small {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.product-detail-box p{
      font-size: 14px;
    line-height: 21px;
}
ul.product-feature{
  margin-bottom: 20px;
}
ul.product-feature li{
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: #999;
  font-weight: 400;
  padding-left: 20px;
}
ul.product-feature li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #f8832e;
    border-radius: 20px;
}
.product-detail-box .btn-orange{
  font-size: 14px;
    padding: 10px 20px;
    margin: 0 15px;
    text-transform: none;
}
.product-delivery-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-delivery-details{ margin-top: 20px; }
.product-delivery-details li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #999;
    padding-left: 40px;
    margin-right: 18px;
    line-height: 25px;
}
.product-delivery-details li img {
    position: absolute;
    top: 0;
    left: 0;
}
/*add to cart page css end*/

/*css for design idea page start*/
.design-idea-sec{
  padding: 60px 0;
  background: #fcfcfc;
}
.left-menu{
  background: #f8832e;
  height: 100%;
}
.left-menu-head {
    background: #000;
    padding: 15px 15px 15px 20px;
}
.left-menu-head h3{
  color: #fff;
}
.refresh {
    background: #000;
    border: none;
    padding: 0;
}
.left-menu ul {
    padding: 30px 0px 0;
}
.left-menu ul li{
  margin-bottom: 20px;
}
.left-menu ul li a {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    display:block;
    padding: 8px 20px;
    -webkit-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    -webkit-box-shadow: 5px 0px transparent inset;
    box-shadow: 5px 0px transparent inset;
}
.left-menu ul li a:hover,
.left-menu ul li.active a{
  background: #fc9a36;
  -webkit-box-shadow: 5px 0px #fff inset;
    box-shadow: 5px 0px #fff inset;
}
.easyway-box{
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 98px 0px rgba(32, 32, 32, 0.06);
  box-shadow: 0px 5px 98px 0px rgba(32, 32, 32, 0.06);
}
.easyway-box .design-box{
  padding: 0;
  display: inline-block;
  box-shadow: none;
  margin-bottom: 30px;
}
.easyway-box .middle-sec-title{
  margin-bottom: 48px;
}
.easyway-box h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

/*css for design idea page end*/

/*feature option pages css start*/

.banner-caption a {
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 500;
    border: 2px solid #f8832e;
    margin: 15px 8px 0;
    display: inline-block;
}
.btn-trans {
    border: 2px solid #f8832e;
    color: #f8832e;
}
.banner-caption .btn-trans:hover{
  background: #f8832e;
  color: #fff;
}
.banner-caption .orange-btn:hover{
  border-color:#000; 
}
.feature-option-sec{
  padding: 70px 0;
}

.feature-option-sec .design-box{
  display: inline-block;
}
.feature-details{
  padding: 25px 0px 0;
}
.feature-details h5 {
    font-weight: 500;
}
.feature-details p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.feature-details a {
    padding: 8px 30px;
    line-height: normal;
    margin-top: 10px;
}
.video-box img {
    width: 100%;
}
.tip-idea-sec .diy-details h3 {
    line-height: 22px;
    font-size: 18px;
}
.tip-idea-sec .diy-details {
    padding: 15px 20px;
}
.eqd-sec{
  background: #f8832e;
  padding: 40px 0;
}
.eqd-sec h2 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
}
.eqd-sec p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.eqd-sec .btn-white::after{
  box-shadow: 0 0 0 2px #fff; 
}
.eqd-sec .btn-white:hover{
  background: #fff;
  color: #f8832e;
}
.eqd-sec a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 8px 30px;
}

/*feature option pages css end*/

/*installation page css start*/

.installation-steps .middle-sec-title{
  margin-bottom: 35px;
}
.installation-steps p a{
  color: #f8832e;
}
.btn-download {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding: 10px 25px;
    margin-top: 5px;
}
.btn-download img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.installation-steps .design-box {
    margin: 0;
}
.step-box {
    text-align: center;
    margin-bottom: 70px;
}
.step-box h5 {
    font-size: 21px;
    font-weight: 500;
}
.step-box p {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}
.video-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 5px;
    margin-bottom: 30px;
}
ul.tools-list {
    margin: 0 -10px;
}
ul.tools-list li {
    padding: 0 10px;
}
ul.tools-list li div {
    box-shadow: 0px 1px 11px 0px rgba(32, 32, 32, 0.12);
    background: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 8px;
    width: 120px;
}
ul.tools-list li div img {
    margin: 0 auto 10px;
}
ul.tools-list li div span {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

/*installation page css end*/

/*my account page css start*/
.my-account-sec{
  padding: 60px 0;
}
.order-history {
    padding: 0 20px;
}
.order-history hr {
    border-top-color: #fff;
}
.order-history h3 {
    color: #fff;
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 10px;
}
.order-history p a,
.order-history p {
    color: #fff;
    line-height: 22px;
}
.order-history p a:hover{ color: #000; }
.account-box .middle-sec-title {
    margin-bottom: 20px;
}
.delete {
    position: absolute;
    top: 25px;
    right: -20px;
}
.add-email, .form-group p {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}
.extra-input .form-control {
    padding-left: 15px;
}
.account-box .form-group {
    margin-bottom: 20px;
}
/*my account page css end*/

/*our team page css start*/

.our-team-sec{
  padding: 60px 0;
}
.team-box {
    background: #fff;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(32, 32, 32, 0.17);
    box-shadow: 0px 5px 24px 0px rgba(32, 32, 32, 0.17);
    margin-top: 30px;
}
.team-member-details {
    padding: 20px 15px;
}
.team-member-details h3{
  line-height: 20px;
  margin-bottom: 18px;
}
.team-member-details p {
    margin: 0;
}
.member-pic{ position: relative; }
.caption {
  background: rgba(248, 131, 46, 0.83);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  visibility: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption ul li{ margin: 0 2px; }
.caption ul li a {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.caption ul li a:hover{
  background: #000;
}
.team-box:hover .caption {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  
}
.hiw-sec.our-team-sec .hiwImg {
    left: 50%;
}
.hiw-sec.our-team-sec .hiw_details{
  padding: 0 45px 0 15px;
}
/*our team page css end*/

/*tips and idea page css start*/

.tips-n-tricks .gallery-filter {
    margin-bottom: 55px;
}
.tips-n-tricks .gallery-filter li {
    max-width: 100%;
}
.tips-n-tricks .design-box {
    margin-bottom: 0;
}
.tips-n-tricks .tip-box {
    text-align: center;
    margin-bottom: 60px;
}
.tips-n-tricks .tip-box h5 {
    font-size: 15px;
    line-height: normal;
}
ul.custom-pagination li{
  margin-right: 15px;
}
ul.custom-pagination li a{
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
}
ul.custom-pagination li:not(:last-child) a {
    background: #e9e9e9;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
}
ul.custom-pagination li.active a,
ul.custom-pagination li:not(:last-child) a:hover{
  background: #f8832e;
  color: #fff;
}
/*tips and idea page css end*/

/*why diycloset page css start*/
.diy-details {
    padding: 30px 20px;
}
.diy-details h3 {
    line-height: 20px;
    margin-bottom: 10px;
}
.diy-details a {
    font-size: 16px;
    color: #f8832e;
    border-bottom: 1px solid #f8832e;
}
.diy-details a:hover{
  color: #000;
  border-bottom-color: #000;
}
.diy-insta-sec{
  padding: 60px 0;
  background: #f3f2f2;
}
.diy-bg .bg-img-box img{
  height: 230px;
}
.free-simple-design-sec{
  padding: 60px 0;
}
/*why diycloset page css end*/

/*free sample page css start*/
.google-captcha-box {
    margin-bottom: 30px;
}
.google-captcha-box label {
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.google-captcha-box label span{ color: #c00; }
.free-sample-sec ul.space-list {
    padding-bottom: 20px;
    border-bottom: none;
    margin-bottom: 20px;
}
.free-sample-sec .checkbox-container{ margin-bottom: 30px; }
/*free sample page css end*/

/*product page css start*/

.color-box {
    text-align: center;
    font-size: 16px;
    color: #000;
}
.color-box img{
  margin: 0 auto 10px;
  border-radius: 5px;
}
.color-style-sec .bg-img-box img{ height: 259px; }
.color-style-sec .bg-img-box::after{
  background: rgba(0,0,0,0.73);
}
.color-style-sec h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 10px;
}
.color-style-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.acce-sec{
  padding: 70px 0;
}
.acce-sec .middle-sec-title {
    margin-bottom: 40px;
}
.acce-sec .design-box{
  box-shadow: none;
  margin-bottom: 30px;

}
.acce-sec .design-box img{ width: 100%; }
.eqd2-sec{
  padding: 70px 0;
  background: #f9f9f9;
}
/*product page css end*/

/*garage space page start*/

.your-garage-sec, .ppp-sec, .sca-sec{
  padding: 80px 0;
}
.sca-sec{
  background:#f9f9f9; 
}
.garage-title {
    padding: 25px 0 0;
    text-align: center;
    margin-bottom: 50px;
}
.ppp-sec .middle-sec-title {
  margin-bottom: 50px;
}

/*garage space page end*/

/*laundry storage page start*/
.laundry-gry-sec{
  padding:90px 0 80px 0;
  background:#f8f8f8; 
}
.laundry-gry-sec .garage-title{ margin-bottom: 0; }
/*laundry storage page end*/

/*product specification page start*/
.product-spe-point{
  margin-bottom: 30px;
}
.product-spe-point li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #999;
    margin-bottom: 20px;
    position: relative;
    padding-left: 23px;
}
.product-spe-point li::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f8832e;
    top: 6px;
    left: 0;
    border-radius: 20px;
}
.er-sec{
  min-height:502px;
}

/*product specification page end*/

/*design process page cs start*/
.editor-wrapper {
    position: relative;
    background: #faf8f5;
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.filter-select {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    margin-bottom: 15px;
    padding: 0 10px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.filter-select::after {
    content: "";
    position: absolute;
    right: 0;
    top:-5px;
    width: 30px;
    height: 100%;
    background: #fff url('../images/down-arrow.jpg') no-repeat center center;
}
.editor-left-pannel{
  background: #fff;
  padding:60px 15px;
  width: 200px; 
}
.color-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px -5px 20px -5px;
}
.color-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.color-list li button {
    width: 100%;
    min-height: 50px;
    height: 100%;
    border: none;
    border-radius: 5px;
    padding: 0;
    display: block;
}
.color-list li button.light-gray{ background: #faf8f5; }
.color-list li button.chosen-texture{ border: 3px solid #f8832e;}
.color-list li button.dark-brown{ background: #876635; }
.color-list li button.dark-yellow{ background: #cf9032; }
.color-list li button.light-brown{ background: #d8bb89; }
.color-list li button.light-purple{ background: #a79191; }
.color-list li button.dark-gray{ background: #d9d3ae; }
.color-list li button.dark-chocklet{ background: #874015; }
.color-list li button.dark-golden{ background: #362813; }
.btn-box {
    margin-bottom: 30px;
}
.btn-box button {
    display: block;
    background: #fff;
    border: none;
    width: 100%;
    max-width: 110px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 auto;
}
.btn-box button span {
    
    border: 1px solid #dcdcdc;
    padding: 8px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    border-radius: 5px;
}
.btn-box:hover button,
.btn-box:hover button span{
  color: #f8832e;
  border-color:#f8832e; 
}
.editor-middle-pannel {
    width: calc(100% - 530px);
    position: relative;
    padding-bottom: 100px;
}
.middle-filter {
    background: #f4f4f4;
    padding: 18px;
}
.refresh-editor {
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.refresh-editor img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.filter-btn {
  display: inline-block;
  vertical-align: top;
  background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    position: relative;
    margin-right:30px;
    padding:10px 45px 10px 10px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.filter-btn img {
    position: absolute;
    top: 22px;
    right: 15px;
}
.middle-filter-in {
    width:65%;
}
.undo-war-link li {
  margin-left: 15px;
}

.canvas_editor{
  padding: 10px;
  text-align: center;
  width: 100%;
}
.canvas_editor img{ 
  margin: 0 auto; 
}
.rditor-right-pannel{
  background:#fff;
  width: 330px;
  padding: 60px 15px; 
}

.editor-tabs li, .editor-tabs li a, .editor-tabs li a img {
  display: inline-block;
  vertical-align: middle;
}
.editor-tabs li{
  margin-bottom: 10px;
}
.editor-tabs li a {
  padding: 0 7px;

}
.editor-tabs li a img {
  margin-right: 10px;
}
.editor-tabs {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 24px;
}
.rditor-right-pannel .filter-btn {
    width: 100%;
    margin: 0;
    border: none;
}
.price-tag {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.price-tag small {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.buy-btn, .gray-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: #f05a22;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.gray-btn{
  background: #fafafa;
    border: 1px solid #ebebeb; 
    color: #000;
}
.buy-btn:hover{
  background: #e35019;
  color: #fff;
}
.gray-btn:hover{
  background: #eceaea;
  color: #000;
}
.snn-btn {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -7px 0px;
}
.snn-btn li {
    width: 50%;
    padding: 0 7px;
}
.layout-header {
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
    padding-bottom: 25px;
}

.layout-container {
    position: relative;
    max-width: 224px;
    width: 100%;
    margin: 0 auto;
    height: 128px;
}
.wall {
    background: #606060;
    color: black;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.wall.active{
  background:#000; 
}
.wall.top-wall {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
    height: 23px;
}
.left-wall, .right-wall{
    width: 23px;
    height: 83px;
    position: absolute;
    top: 23px;
}
.left-wall {left: 0; }
.right-wall {right: 0; }
.bottom-left-wall, .bottom-right-wall{
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 23px;
}
.bottom-left-wall {left: 23px; }
.bottom-right-wall {right: 23px; }
.accessories-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 1px solid #f5f5f5;
    margin-top: 37px;
}
.accessories-list a{
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.middle-footer {
    padding: 20px 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.middle-footer ul li:last-child a {
    width: auto;
    height: auto;
}
.help-note li a img {
    display: inline-block;
    vertical-align: middle;
}
.help-note li {
    margin: 0 15px;
}
/*modal css*/
@media (min-width: 576px){
  .modal-dialog {max-width: 1170px; }
}
.modal-content{border-radius: 0; }
.modal-body {padding: 20px 50px; }

.modal-body .nav-tabs{ border-bottom: none; margin-bottom: 40px; }
.modal-body .nav-tabs li{ margin-bottom: 0; margin-right: 30px; }
.modal-body .nav-tabs li a{ padding: 0; font-size: 20px; font-weight: 500; color: #000; border: none; }
.modal-body .nav-tabs li a.active{ color: #f8832e; }
.modal-body .middle-sec-title {margin-bottom: 50px; }
.modal-body h3 {font-size: 22px; margin-bottom: 10px; }
.modal-body p{ font-size: 20px; line-height: 27px; color: #999; margin-bottom: 35px; }
.modal-body h4 {font-size: 20px; line-height: 23px; font-weight: 500; color: #000; margin-bottom: 15px; }
.popup-product-list {
    background: #fff;
    box-shadow: 0px 1px 11px 0px rgba(32, 32, 32, 0.12);
    padding: 15px;
    border-radius: 5px;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-row {
    text-align: center;
    margin-bottom: 40px;
}
.modal-body .cco-img{
  margin-left: 70px;
}
.custom-footerOut{ padding: 0 50px; margin-top: 30px; }
.custom-footer{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ededed;
}
.custom-footer button {
    border-radius: 50px;
    border: 1px solid #f8832e;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
}
.custom-footer button.white-btn{ color: #000; background: #fff; }
.custom-footer p,
.custom-footer p a{
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}
.custom-footer button:hover{
  background: #ea7a29;
  border-color: #ea7a29;
  color: #fff;
}
.modal-body .close {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1 !important;
}
.best-value-label::after {
    content: "Best Value";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f8832e;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 80px;
}
.best-value-label {
    border: 1px solid #f8832e;
    position: relative;
}
.modal-body h6{ line-height: 20px; margin-top: 5px; }
.color-box .best-value-label img {
    margin-bottom: 0;
}
.color-box .best-value-label{
  border-radius: 5px;
  margin-bottom: 10px;
}
.color-plates-row > div {
    margin-bottom: 15px;
}

/*design process page cs end*/
.modal-body .custom-tabs {
    border: 1px solid #ebebeb;
    float: left;
    border-radius: 5px;
    margin-bottom:25px;
    overflow: hidden;
}

.modal-body .custom-tabs li{ margin-right: 0; }
.modal-body .custom-tabs li a, .popup-links-box ul.d-flex li button {
    background-color: #fafafa;
    font-size: 16px;
    color: #000;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 35px 20px 10px 20px;
    display: block;
}
.popup-links-box ul.d-flex li{ margin: 0 0px 0 16px; }
.popup-links-box ul.d-flex li button {
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    text-align: center;
    height: 71px;
    border-radius: 5px;
}
.popup-links-box ul.d-flex li button:hover{
  background-color: #ebebeb;
}
.popup-links-box ul.d-flex li button img{
  margin:0 auto 5px;
}
.modal-body .custom-tabs li:first-child a{
  background-image: url('../images/icons1.png');
}
.modal-body .custom-tabs li:nth-child(2) a{
  background-image: url('../images/icons2.png');
}

.modal-body .custom-tabs li a.active{
  background-color: #f7832e;
  color: #fff;
}
.modal-body .custom-tabs li:first-child a.active{
  background-image: url('../images/icons1-active.png');
}
.modal-body .custom-tabs li:nth-child(2) a.active{
  background-image: url('../images/icons2-active.png');
}
.tab-content.drow-design-sec{
  min-height: 1px;
  clear: both;
}
.drow-canvas{
  background: #f4f4f4;
  height: 100%;
}
.drow-tools{
  background: #f8f8f8;
  padding: 10px 20px;
  height: 100%;
}
.drow-tools p {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}
.ari-list {
    border-bottom: 1px solid #e6e6e6;
}

.ari-list li {
    position: relative;
    min-height: 29px;
    padding-left: 45px;
    margin-bottom: 10px;
    font-size: 15px;
}
.ari-list li img {
    position: absolute;
    top: 0;
    left: 0;
}
.ari-list li span{ color: #999; }
.input_tools {
    padding: 15px 0px;
}
.input_tools .checkbox-container {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px;
}
.input_tools .checkbox-container .checkmark {
    background: #fff;
    border-color: #bebebe;
    border-radius: 2px;
}
.input_tools .checkbox-container input:checked ~ .checkmark {
    border-color: #FF8000;
}
.input_tools .row label {
    display: block;
    color: #000;
    font-size: 16px;
}
.input_tools .row select,
.input_tools .form-control,
.custom-select {
    width: 100%;
    height: 45px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-size: 15px;
    color: #999;
    padding: 10px 12px;
    margin-bottom: 15px;
}
.input_tools ul {
    margin-bottom: 30px;
}
.input_tools .form-group{ margin-bottom: 15px; }

.drow-canvas{
  position: relative;
}
.scroller {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.drow-tools h5 {
    font-weight: 500;
    font-size: 18px;
}
.modal-body .popup-title2 .middle-sec-title {
    margin-bottom: 6px;
}
.modal-body .popup-title2 p {
    font-size: 20px;
    color: #000;
}
.lys-sec .design-box {
    padding: 15px;
    text-align: left;
    height: 100%;
}
.lys-sec .design-box h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.lys-sec .design-box p{
  font-size: 16px;
  line-height: 21px;
  color: #999;
  margin-bottom: 0;
}
.lys-sec .design-box img{
  margin: 0 auto;
}
.ala-box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.modal-dialog.clearPopup{
  max-width: 850px;
}
.clearPopup .custom-footer {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    width: 100%;
    margin: 0;
}
.modal-dialog.clearPopup .modal-body {
    padding: 0;
}
.modal-dialog.clearPopup .modal-body h5 {
    font-size: 18px;
    font-weight: 500;
    background: #fef6f0;
    padding:15px;
    line-height: 21px;
}
.modal-dialog.clearPopup .modal-content {
    border-radius: 5px;
    border: none;
}
.modal-body-in {
    padding: 30px 15px;
    min-height: 150px;
}
.enter-dimention-box{
  margin-bottom: 50px;
}
.scds-row .radio-container p {
    font-size: 18px;
}
.scds-row .col-md-2 {
    max-width: 20%;
    flex: 0 0 20%;
}
.design-box .wall{
  background: #e0e0e0;
}
.design-box .left-wall, 
.design-box .right-wall{
  height: 190px;
}
.design-box .layout-container{
  height: 235px;
}
.design-box .wall-dimention-input {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    color: #999;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5px;
}
.design-box .wall.top-wall .wall-dimention-input{
  bottom: -30px;
}
.design-box .wall .wall-dimention-input input {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    height: 25px;
    border-radius: 4px;
    padding: 4px;
    font-size: 17px;
    margin-right: 5px;
}
.design-box label {
    font-size: 14px;
    display: block;
}


.design-box button.shapes {
    padding: 5px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 2px;
}
.design-box button.shapes:hover{
  border-color: #f8832e;
}
.angles {
    flex-wrap: wrap;
}
.angles li {
    width: 33.33%;
}
.left-wall .wall-dimention-input {
    transform: rotate(90deg);
    left: 10px;
    top: 80px;
    bottom: initial;
}
.right-wall .wall-dimention-input {
    transform: rotate(90deg);
    top: 80px;
    left: -60px;
    bottom: inherit;
}

/*closet area page css start*/
.laundry-box h2 {
    margin-bottom: 15px;
}
.laundry-box .btn-sm {
    margin: 0 10px 20px;
    padding: 8px 25px;
}
.laundry-box p, .query-link {
    color: #000;
    font-size: 18px;
}
.laundry-box p a, .query-link a {
    color: #f8832e !important;
}
.laundry-box {
    margin-top: 20px;
}
.dimention-details h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.dimention-details p {
    font-size: 16px;
    line-height: 28px;
}
.dimention-details {
    text-align: center;
    padding: 20px 15px 0;
}

/*closet area page css end*/


/*wall dimention popup css start*/


.wall-canvas-box {
    height: 100%;
    background: #808080;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wall-canvas-box .edit-canvas {
    position: absolute;
    top: 13px;
    left: 13px;
    background: #f8f8f8;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 8px;
    width: 70px;
}
.wall-canvas-box .edit-canvas img{ margin: 0 auto; }
.wall-canvas-box .edit-canvas:hover{
  background: #fff;
  color: #000;
}
.outer-canvas-box {
  position: relative;
  padding: 0 30px;
  max-width: 380px;
  width: 100%;
}
.inner-cavas-box {
    width: 100%;
    min-height: 280px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #000;
}
.outer-canvas-box span {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}
.outer-canvas-box span.left-dimention{ left: -20px; }
.outer-canvas-box span.right-dimention{ right: -20px; }
/*wall dimention popup css end*/


/*record video page css*/
#camera-slider .owl-item{ 
  position: relative;
  padding:0; 
  background: #fff;
  box-shadow:0.3px 0.4px 7px 0px rgba(0, 0, 0, 0.115); 
  -webkit-box-shadow:0.3px 0.4px 7px 0px rgba(0, 0, 0, 0.115); 
}
#camera-slider .owl-item::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
}
#camera-slider .owl-item.active.center{
  text-align: center;  
  z-index: 10;
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
  transition: 300ms ease 0s; 
  -webkit-transition: 300ms ease 0s; 
}
#camera-slider .owl-item.active.center::after{
  background:transparent;
}
#camera-slider .owl-stage-outer {padding: 100px 0; }
.laundy-slider {
    height: 350px;
    margin:0px auto;
}

/*Closet Design Right Panel Layout Selector*/
.select-closet-layout{
  width: 100%;
  padding: 10px 15px 10px 15px;
  border: none;
  background: none;
}
.no-margin{
  width: 100%;
  margin: 0;
  display: block;
}
.active-layout{
  background-color: orange;
}