.marker-images span{
    margin-left:55px;
}
.marker-images{
    display:flex !important;
    justify-content: space-between;
}
.last-li{
    padding-right:0 !important;
    text-align:right !important;
}
.tab-content a:hover{
    color: #CF934A !important;
    font-weight:bold !important;
    text-decoration-color: #CF934A !important;
}
.ts-footer a:hover{
    color: #CF934A !important;
    font-weight:bold !important;
}
.banner-title{
    color: #F5F2EF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-content-wrap {
    padding: 20px 20px;
    /* padding-bottom: 0; */
    width: 50%;
    margin-left: 65px;
    position: relative;
    top: 140%;
    background: rgba(25, 25, 25, 0.5);
    border-bottom: 5px solid #08735E;
}
.banner-content-wrap-kitchen{
    padding:50px 5px;
}
.banner-content-wrap p{
    color: #F5F2EF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.banner-button{
    border-radius: 10px;
    background: #F5F2EF;
    color: #212B34;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border:none;
    padding:8px 40px;
    margin-top:28px;
    cursor:pointer;
}
.banner-button:hover{
    border-radius: 10px;
    background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%);
    color: #F5F2EF;
}
.active-a{
    color: #CF934A !important;
    font-weight: 700 !important;
}
.flickity-prev-next-button.previous{
    display:none;
}
.flickity-prev-next-button.next{
    display:none;
}
.flickity-page-dots{
        bottom: 80px;
        left: 74px;
        text-align:left;
}
.flickity-page-dots .dot{
    border: 2px solid #fff;
    background: none;
    width: 10px;
    height: 10px;
    opacity:1;
    margin: 0px 5px;
}
.flickity-page-dots .dot.is-selected{
    background: #212B34;
    border:none;
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ts-footer img{
    margin:auto 0;
}
.program-tab{
    margin-left:80px;
}
.ts-footer a {
    color: #5F5F5F;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor:pointer;
}
.last-li{
    color: #5F5F5F;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sub-footer i{
    color: #08735E;
    padding-left: 20px;
}
.sub-footer i:hover{
    color: #CF934A !important;
}
.ts-footer ul{
    display:flex;
}
.ts-footer ul li{
    list-style-type:none;
    padding:0 60px 0 0;
}
.footer-title::after{
    position: absolute;
    top: 30px;
    content: " ";
    height: 1px;
    width: 13%;
    background: #B78036;
    display: block;
}
.title2::after{
    width: 25%;
}
.marker-images img{
    width:16px;
    height:18px;
    margin-right:10px;
}
.ts-footer a:hover {
    color: #000;
}
.max-container{
    max-width:1920px;
    margin:auto;
}

.ts-footer {
	background: #F7F6F3;
	padding: 40px 65px 40px 65px;
	border-top: 6px solid #08735E;
    margin-top: -1px;
}
.back-background{
    background: #08735E;
}
.help-text{
    color: #F7F6F3 !important;
    font-size: 24px !important;
}
.heading-title{
    color: #F7F6F3;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width:100%;
    margin-bottom:16px;
}
.margin-auto-text{
    margin:auto 0;
    padding:0 70px;
}
.colored-title{
    color: #08735E;
    text-align:center;
}
.owl-carousel{
    display:block;
}
label{
    color: #9B9B9B;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-control{
    border-radius: 5px;
    border: 1px solid rgba(95, 95, 95, 0.50);
}
.form-control:focus{
    outline:0;
    border-color:#afb3b7;
    box-shadow:none;
}
.submit-button{
    color: #F5F2EF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding:8px 40px;
    border-radius: 10px;
    background: #9B9B9B;
    margin-top:20px;
    border:none;
    cursor:pointer;
}
.submit-button:hover{
    background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%);
    color: #F5F2EF;
}
.text-center{
    display: flex;
    justify-content: center;
}
#carousel .owl-dots{
   display:none;
}
#carousel1 .owl-dots{
   display:none;
}
.owl-dots{
    display:none;
}

.owl-theme .owl-nav .owl-prev {
    bottom: 50%;
    left: -15px;
    position: absolute;
}

.owl-theme .owl-nav .owl-next {
    bottom: 50%;
    right: -15px;
    position: absolute;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: none;
}

#main-sec{
	padding: 0px;
	/*background-image:url('../images/common/home/PNG/Image 1.png');*/
	/*height:110vh;*/
	width:100%;
	background-position: 0% 0%;
    background-size: cover;
    position: relative;
    z-index:2;
    margin:auto;
}
.banner-item {
  min-height: 750px;
  color: #fff;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative; }
  .flickity-page-dots{
      display:block;
  }
#header {
	display: block;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.25);
}
.mt-10{
    margin-top:10px;
}
button:focus {
    outline: 0;
}
.logo-icon{
    padding-bottom: 20px;
}
.logo-div{
    display:flex;
    justify-content:center;
    border-bottom: 1px solid #B78036;
    margin-bottom: 40px !important;
}
.logo-div img:after{
    content: " ";
    position: absolute;
    top: 55px;
    height: 1px;
    width: 25%;
    background: #B78036;
    display: block;
}
.footer-title{
    color: #5F5F5F;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom:5px;
}
.sub-footer{
    background:#F7F6F3;
    padding:24px 80px;
    border-top:1px solid #D5974E;
}
.sub-footer p{
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom:0 !important;
}
.sub-footer a{
        color: #5F5F5F;
}
.sub-footer a:hover{
    color: #CF934A !important;
    /*cursor:pointer;*/
}
.sub-footer img{
    width:20px;
    height:20px;
    margin-left:20px;
}
.section-margin{
    padding:0 80px;
}
.text-left{
    text-align:left;
}
.let-us-talk{
    background:url('../images/common/about/PNG/Image 7.png');
    padding:100px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
}
.touch-text{
    color: #F7F6F3;
    font-family: 'Poppins';
    font-size: 24px;
}
.get-in-touch-button{
    border-radius: 10px;
    background: #9B9B9B;
    border:none;
    color: #F5F2EF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding:10px 50px;
    cursor:pointer;
}
.get-in-touch-button:hover{
    background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%);
    color: #F5F2EF;
    /*border:1px solid #CF934A;*/
}
.member-image img{
    width:100%;
    height:auto;
}
.member-details{
    background: #9B9B9B;
    padding:20px 30px;
}
.member-details:hover{
  background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%) !important;
}
.team-member:hover > .member-details{
  background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%);
}
.team-member:hover > .member-image img{
    height: 289px !important;
    object-fit: cover !important;
}
.member-name{
    color: #F7F6F3;
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:0;
}
.member-designation{
    color: #F7F6F3;
    text-align: center;
    font-family: 'Inter';
    font-size: 14px;
}
.member-social{
    background: rgba(216, 155, 79, 0.22);
    padding: 37px 50px;
    display: flex;
    justify-content: center;
    display:none;
}
.team-member:hover > .member-social{
    display:flex;
}

.mgauto{
    margin-top:30px;
}
.mgautoo{
    margin:auto;
}
.back-image-1{
    background:url('../images/common/home/PNG/Group.png');
    background-size: cover;
    background-position: center;
    display:flex;
}
.back-image-2{
    background:url('../images/common/home/PNG/Group2.png');
    background-size: cover;
    background-position: center;
    display:flex;
}
.back-image-3{
    background:url('../images/common/home/PNG/Group3.png');
    background-size: cover;
    background-position: center;
    display:flex;
}
.mordern-series{
    background:url('../images/common/home/PNG/Image 5.png');
    background-size: cover;
    background-position: center;
    height:550px;
}
.urban-series{
    background:url('../images/common/home/PNG/Image 6.png');
    background-size: cover;
    background-position: center;
    height:550px;
}
.elite-series{
    background:url('../images/common/home/PNG/Image 7.png');
    background-size: cover;
    background-position: center;
    height:550px;
}
.product-button{
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #9B9B9B;
    color: #5F5F5F;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding:8px 30px;
    cursor:pointer;
}
.product-button:hover{
    background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%);
    color: #F5F2EF;
    border:1px solid #CF934A;
}

.last-logo-home{
    margin-bottom:80px;
    display:flex;
    justify-content:center;
}
.email-div{
    margin-left: 15px;
    margin-top: 30px;
    border-left: 1px solid #000;
    height: 60px;
    padding-left:15px;
    display:flex;
}
.email-title{
    color: #08735E;
    text-align: center;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    cursor:pointer;
}
.followers{
    color: #A7A6A6;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.series-box{
    background: rgba(247, 246, 243, 0.83);
    border-bottom:8px solid #08735E;
    padding:30px 55px;
    margin-top: 35px;
}
.discover-button{
    border-radius: 12px;
    border: 1px solid #5F5F5F;
    color: #5F5F5F;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    cursor:pointer;
    background: rgba(247, 246, 243, 0.83);
    padding:8px 40px;
}
.discover-button:hover{
    background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%);
    color: #F5F2EF;
    border:1px solid #CF934A;
}

.back-image-cabinets{
    background:url('../images/cabinets/02.A-Cabinets/PNG/Image.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:80% 100%;
}
.cabinets-top-section{
    padding:130px 0px;
}
.caninets-text-desc{
    color: #F7F6F3;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.current-page{
    color: #9B9B9B !important;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.current-page a{
    color: #9B9B9B !important;
}
.current-page a:hover{
    color: #D89B4F !important;
}
.current-page span{
    color: #D89B4F !important;
}
.tab-content img{
    margin-top:40px;
}
.nav-pills{
    margin-top:40px;
}
.nav-pills li{
    padding:0 100px 0 0;
}
.nav-pills li a{
    color: #9B9B9B;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.nav-pills .active{
    color: #D89B4F !important;
    font-weight:600;
}
.cabinet-title{
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top:5px;
    margin-bottom:0;
}
.tab-content a{
    color: #9B9B9B;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration:underline;
    text-decoration-color: #9B9B9B;
    text-underline-offset: 5px;
}
.read-more-icon {
    margin-top:2px !important;
    /*width:30px;*/
    margin-left:5px;
}
.mt-40{
    margin-top:40px;
}
.mt-28{
    margin-top:28px;
}
#testimonial-slider{
    display:none;
}
.fade{
    opacity:1;
}
.back-image-flooring{
    background:url('../images/flooring/03.A Flooring/PNG/Group 569.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:right;
}
.product-details-div{
    margin-top:20px;
}
.product-name{
    color: #000;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #F7F6F3;
    padding:12px 20px;
}
.door-materials{
    color: #5F5F5F;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top:40px;
    padding-left:20px;
}
.materials-desc{
    padding-left:20px;
    margin-bottom:40px;
}
.gallery-images{
    display:flex;
}
.gallery-images img{
    width:147px;
    height:147px;
    margin-left:20px;
}
.background-section{
    background: #F3F3F3;
    padding:60px 40px 60px 15px;
}
.cabinet-material{
    color: #000;
    font-family: 'Poppins';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cabinet-features{
    background: #FFF;
    padding:30px 30px 15px 30px;
    margin-top:60px;
    margin-left:20px;
    min-height:270px;
}
.cabinet-feature-title{
    font-size: 20px;
    font-weight: 600;
}
.specifications{
    display:flex;
    margin-top: 100px;
}
.hr-between{
    border-top: 1px solid #000 !important;
    margin-top: 100px !important;
}
ul li ul li {
  clear: both;
  width: 100%;
}
.dropdown-content {
  visibility: hidden;
  opacity: 0;
  background: #F5F2EF;
  z-index: 999;
  position:absolute;
  display: none;
}
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.dropdown-content li{
    list-style-type:none;
    padding:10px 25px;
}
.dropdown-content li a{
    color: #9B9B9B;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.dropdown-content li a:hover{
    color: #5F5F5F !important;
}
.header ul.navbar-nav > li > a:hover{
    color:#CF934A;
    font-weight: 700;
}
.desktop-margin{
    margin-bottom:50px;
}
.member-social i{
    margin-right:20px;
    cursor:pointer;
}
.member-social i:hover{
    color:#CF934A;
}
.first-div, .second-div{
    padding-right:80px;
}
.related-products-text::after{
    position: absolute;
    top: 55px;
    content: " ";
    height: 4px;
    width: 25%;
    background: #F3F3F3;
    display: block;
}

.desktophidden{
    display:none;
}

.mobilehidden{
    display:block;
}
.caninets-banner-mobile{
    display:none;
}
.dp-last{
    margin-top:15px;
}
.about-banner-below{
    margin-top:60px;
    margin-bottom:50px;
}
.about-title{
    color: #08735E;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:18px;
}
.back-image-kitchens{
    background-image:url('../images/kitchen/03 AG+IG gai 1.png');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.tab-content .owl-nav img{
    margin-top:0;
    height:30px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:none;
}
.follow-button{
    border:1.5px solid #D4984C;
    background:#fff;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color:#D4984C;
    cursor:pointer;
    padding:5px 20px;
    margin-left:20px;
    margin-top:10px;
}
.follow-button:hover{
    background: linear-gradient(268deg, #B57E35 0%, #D89B4F 44.84%, #B57E35 99.64%);
    color: #F5F2EF;
    border:1px solid #CF934A;
}
.nav-pills li a:hover{
    color:#000;
}
.alert-danger {
    color: red;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 30px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px 30px;
}
.mggauto{
    margin:auto;
}
#demo{
    margin-top:80px;
    margin-bottom:90px;
    text-align: center;
}
.image-hover{
    position:relative;
}
.image-hover img {
    width:100%;
    cursor:pointer;
}
.image-hover:after, .image-hover:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image-hover:after {
    display:block;
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    position: absolute;
}
.image-hover:hover:after, .image-hover:hover:before {
    opacity:1;
}
#imagemodal{
      background: rgba(0,0,0,0.8);
}
.modal-dialog {
    max-width: 100%;
    margin: 0px auto;
}
.modal-content{
    border:none;
    background:transparent;
}
.modal-body{
    padding:30px;
}
.modal-body button{
    margin-bottom:20px;
    opacity:1;
    cursor:pointer;
}
.close:hover {
    opacity:1;
}
  .modal-body button span{
      font-size:30px;
  }
  .modal-div{
      display:flex;
      justify-content:center;
  }
  .modal-div img{
      margin-top:20px;
  }
  #one{
      background-image:url('../images/common/home/PNG/03 AG+IG gai 9.png');
      left:-1px !important;
  }
  #two{
      background-image:url('../images/common/home/PNG/03 AG+IG gai 12.png');
      left:-1px !important;
  }
  #three{
      background-image:url('../images/common/home/PNG/03 AG+IG gai 10.png');
      left:-1px !important;
  }
  #four{
      background-image:url('../images/common/home/PNG/03 AG+IG gai 11.png');
      left:-1px !important;
  }
  .caninets-banner-mobile{
      display:none;
  }
@media only screen and (max-width: 1024px) {
    .banner-content-wrap {
        width:70%;
        padding: 20px 20px;
        width: 75%;
        margin: 0px 65px;
        top: 120%;
    }
    .icon-menu:before{
        color:#D1944B !important;
        font-weight: bold;
    }
    .header .navbar-light .navbar-toggler {
        list-style-type: none;
    }
    #header .navbar {
        padding: 42px 20px 42px 20px;
        justify-content: space-between;
    }
    .section-margin {
        padding: 0px 24px;
    }
    .caninets-banner-mobile{
        display:block !important;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-toggler{
        display:block !important;
        border:none;
    }
    .navbar-toggler a{
        color: #AB284A;
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .banner-item {
        min-height: 550px;
        margin-top: -1px;
    }
    #one-mobile{
      background-image:url('../images/responsive/PNG/03 AG+IG gai 1.png');
      left:-1px !important;
  }
  #two-mobile{
      background-image:url('../images/responsive/PNG/03 AG+IG gai 6.png');
      left:-1px !important;
  }
  #three-mobile{
      background-image:url('../images/responsive/PNG/03 AG+IG gai 7.png');
      left:-1px !important;
  }
  #four-mobile{
      background-image:url('../images/responsive/PNG/03 AG+IG gai 8.png');
      left:-1px !important;
  }
    #testimonial-slider{
        display:block;
    }
    .read-more-icon{
        width:30px !important;
    }
    .owl-item .read-more-icon{
        width:30px !important;
    }
    .owl-carousel .owl-item img{
        display:inline-flex;
    }
    .marker-images span{
        margin-left: 25px;
        display: block;
    }
    .dropdown-content{
        position:static !important;
        z-index: 1;
        background: none;
        margin:20px 0px;
    }
    .dropdown-content li a{
        color:#fff;
    }
    .mobil-last-sec{
        padding:0 24px;
    }
    .desktophidden{
        display:block;
    }
    .mobilehidden{
        display:none;
    }
    .kitchen-image img{
        margin-bottom:50px;
    }
    .back-image-flooring{
        padding:0px !important;
        background-size: initial !important;
        background-position: left !important;
    }
    .back-image-cabinets{
        padding:0px !important;
    }
    #mobile-banner-cabinets{
        background:url('../images/responsive/PNG/Cabinates.png');
        background-size: cover !important;
        background-position: center !important;
    }
    #mobile-banner-flooring{
        background:url('../images/responsive/PNG/Flooring.png');
        background-size: cover !important;
        background-position: center !important;
    }
    #let-us-talk-banner{
        background:url('../images/responsive/PNG/Get in touch.png');
        background-size: cover !important;
        background-position: center !important;
    }
    .mbl-image img{
        margin-top:30px !important;
    }
    .first-div, .second-div{
        padding-right:0px;
    }
    .marker-images{
            display: block !important;
    }
    .last-li{
        text-align:center !important;
    }
    .logo-div{
        margin-bottom:0 !important;
    }
    .header ul.navbar-nav > li {
        padding: 0px 20px 0 20px;
    }
    .header.header-transparent ul.navbar-nav{
        z-index:9;
    }
    .product-name{
        margin-top:30px;
    }
    .specifications{
        display:block;
    }
    .header.header-transparent .navbar-brand img{
        width:100%;
    }
    #header .navbar{
        padding:22px 30px;
    }

	.ts-footer {
		padding-left: 0px;
		padding-right: 0px;
	}
    .ts-footer{
        text-align:center !important;
    }
    #footer-area{
        text-align:center !important;
    }
    .ts-footer ul li {
        list-style-type: none;
        padding: 0 0px 0 0;
    }
    .ts-footer ul {
        display: block;
    }
    .footer-title{
        margin-top:30px;
    }
    .footer-title::after{
        top:55px;
        width: 20%;
        left: 40%;
    }
    .sub-footer{
        padding: 24px 15px;
    }
    .sub-footer .col-lg-4{
        text-align:center !important;
    }
    .sub-footer img {
         margin-left: 10px; 
        margin-right: 10px;
    }
    .logo-div img{
        width:100%;
    }
    .margin-auto-text{
        padding: 0 39px;
    }
    .team-member{
        margin-top:50px;
    }
    .about-us-image{
        margin: 50px 0;
        width:100% !important;
    }
    .desktop-margin{
        margin-bottom:0;
    }
    .contact-form{
        padding:0 9px;
    }
    .mt-40{
        margin-top:0;
    }
    .dp-last{
        margin-top:0px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .header.header-transparent .navbar-brand img {
        width: 85% !important; 
    }
    #header {
        height: 95px;
    }
    
    .header .navbar-collapse {
        margin-top: 30px;
    }
    .related-products-text::after{
        width:45%;
        top: 55px;
    }
    .banner-content-wrap {
        padding: 20px 20px;
        margin:24px 65px;
        top:50%;
        width: 80%;
    }
    .flickity-page-dots {
        bottom: 40px;
    }
}
@media only screen and (max-width:767px){
    #header .navbar {
        padding: 20px 0px;
    }
    #header{
        height:80px;
    }
    .nav-pills li {
        padding: 0 25px 0 0;
    }
    .header .navbar-collapse {
        margin-top: 23px;
    }
    .related-products-text::after{
        width:50%;
        top: 30px;
    }
    .cabinets-top-section {
        padding: 50px 0px;
    }
    #main-sec {
        height:auto !important;
        background-position:left;
    }
    .flickity-viewport{
        height:550px !important;
    }
    .banner-item .banner-content-wrap {
        padding: 20px 20px;
        margin:24px 0px;
        top:50%;
        width:100%;
    }
    .flickity-page-dots {
        left: 30px;
        bottom: 40px;
    }
    .gallery-images{
        display:block;
    }
    .gallery-images img{
        margin-top:30px;
    }
    .tab-content a{
        font-size:12px;
    }
    .cabinet-title, .door-materials, .cabinet-feature-title, .caninets-text-desc, .help-text, .about-title{
        font-size:16px !important;
    }
    .cabinet-material, .heading-title{
        font-size:18px !important;
    }
    .product-name{
        font-size:18px;
    }
    body, p, .touch-text{
        font-size:14px;
    }
    .nav-pills li a{
        font-size:16px;
    }
    .last-logo-home{
        display:block;
    }
    .email-div{
        border-left:0;
    }
    .margin-auto-text .heading-title{
        margin-bottom:0px;
        padding:20px 39px;
        text-align:center;
    }
    .help-text{
        text-align:center;
    }
    .carousel-inner img{
        height:175px;
    }
    #demo{
        margin-top:0;
        margin-bottom:50px;
    }
    .banner-title{
        font-size:30px;
    }
}