@charset "utf-8";

/* CSS Document */

body {font-family: 'Karla', sans-serif; letter-spacing: normal;}

* {margin: 0; padding: 0; list-style: none; -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}

a {outline: none;}

a:hover {text-decoration: none;}

a:focus {outline: none; box-shadow: none;}

.clear {clear: both;}

.flex {display: flex; flex-wrap: wrap; /*align-items: center;*/}

.inFlex {display: inline-flex; flex-wrap: wrap;}

.skip-link { display:none; }



/**** header ****/

#headerbx {margin: 0px; padding: 0px; position: sticky; top: 0; z-index: 9999; background: #fff;}

.bodyin {z-index: 99999 !important;}

header {margin: 0px; padding: 0px; width: 100%; height: 128px; display: flex; flex-wrap: nowrap; justify-content: space-between; flex-wrap: wrap; align-items:center;}

.navbx {background: #F0F0E1;}

.navbar {padding: 0; margin: 0;}

.navbar-nav {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 100%; margin: 0px;}

.navbar-nav li.nav-item a {font-size: 16px !important; color: #000 !important; font-family: 'Spectral', serif; padding: 10px 30px !important;}

.navbar-nav li.nav-item a:hover {background: #FFE792;}

.logoBx {margin: 0px; padding: 0px;}

.phoneNum {margin: 0px; padding: 0px;}

.phoneNum span {display: block; color: #6c6c6c; font-size: 12px; text-transform: uppercase; font-family: 'Karla', sans-serif;}

.phoneNum p {display: block; padding: 0px;; color: #000000; font-size: 28px; font-family: 'Karla', sans-serif; font-weight: 700; margin: 0px;}

.phoneNum p a {color: #000000; }

.fifteenyrsCld {padding: 0px; margin: 0px;}

.headerBtnBx {margin: 0px; padding: 0;}

.headerBtnBx ul {margin: 0px; padding: 0; display: flex; align-items: center;}

.headerBtnBx ul li:first-child {padding-right: 30px;}

.headerBtnBx ul li {display:inline-block;}

.headerBtnBx ul li a {font-family: 'Karla', sans-serif; font-size: 16px; color: #df4219; border:solid 1px #df4219; padding: 10px 30px; margin: 0 5px; -webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px; display: inline-flex;}

.headerBtnBx ul li a:hover { background: #FFE792; color: #df4219;}

.headerBtnBx ul li a.orange_btn {background: #df4219; color: #ffffff;}

.headerBtnBx ul li a.orange_btn:hover {background: none; color: #df4219;}



/**** banner ****/

/* #banner {display: none;} */

#banner {margin: 0; padding: 0; position: relative; max-height: 460px; overflow: hidden;} 

#banner .bannerCaption {position: absolute; left: 10%; top: 0; width: 610px; height: 75%; display: flex; align-items: center; /*justify-content: center; flex-wrap: wrap;*/}

#banner .bannerCaption .capContent {display: inline-flex; align-items: center; flex-wrap: wrap; text-align: left; color: #fff; padding: 0;}

#banner .bannerCaption .capContent h1, #banner .bannerCaption .capContent p {width: 100%; display: block; margin: 0; padding: 0;  }

#banner .bannerCaption .capContent h1 {font-size: 40px; font-family: 'Pridi', serif;  font-weight: 700; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); color: #FFF;}

#banner .bannerCaption .capContent p {padding: 30px 0px; font-size: 20px; font-family: 'Pridi', serif; font-weight: 400; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); color: #FFE792;}

#homeBanner .owl-nav {position: absolute; left: 0; top: 32%; width: 100%;}

#homeBanner .owl-nav button {font-size: 90px; position: absolute; color: #fff;}

#homeBanner .owl-nav button.owl-prev {left: 5%;}

#homeBanner .owl-nav button.owl-next {right: 5%;}

#homeBanner .owl-nav button:focus,#homeBanner .owl-nav button:hover {background: none; outline: none;}

.desktopBanner {display: block;}

.tabBanner {display: none;}

.mobileBanner {display: none;}

.capContent .bannerLinks {padding: 0px; margin: 20px 0; width: 100%;}

.capContent .bannerLinks a {padding: 10px 30px; margin-right: 15px; color: #fff; font-family: 'Karla', sans-serif; font-size: 14px; border: solid 1px #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.bannerLogoBx {width: 100%; text-align: center; }

.bannerLogoBx ul {width: 100%; margin: 20px 0;}

.bannerLogoBx ul li {display: inline-block; margin-right: 20px;}

.capContent .bannerLinks a i {padding-right: 5px;}

.bannerForm {position: absolute; top: 0; z-index: 999; right: 10%; background: #fff; /*height: 100%;*/ padding: 30px 40px;}

.bannerHeading { font-family: 'Karla', sans-serif; font-size:28px; color: #000; display: block; font-weight: 700; margin-bottom: 5px;}

.bannerForm label {font-family: 'Karla', sans-serif; font-size: 14px; color: #6c6c6c; }

.submitBtn{width: 100%; text-align: center;}

.submitBtn button {width: 100%; padding: 10px; background: #df4219; color: #fff; font-size: 16px;}

.submitBtn button:hover {width: 100%; padding: 10px; background: #df4219; color: #fff;}

.bannerForm input {height: 45px; margin:4px 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 14px;}

.des_slide {display: block !important;}

.tab_slide {display: none !important;}

.mob_slide {display: none !important;}



/**** service box ****/

#serviceStrip {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}

.innerService {display:inline-flex; min-height: 195px; align-items: center; justify-content: center; width: 20%; padding: 0 15px;}

.corCld1 {background: #fff; border: 1px solid lightgray;}

.corCld2 {background: #fff; border: 1px solid lightgray;}

.corCld3 {background: #fff; border: 1px solid lightgray;}

.corCld4 {background: #fff; border: 1px solid lightgray;}

.corCld5 {background: #fff; border: 1px solid lightgray;}

.inSevCls {font-size: 14px; color: #000000;}

.inSevCls p {font-size: 16px; color: #000000; margin: 0; padding: 0 0 0 5px; font-weight: 600;}

.inSevCls span {font-size: 14px; color: #000000; margin: 0; padding: 0 0 0 5px; font-weight: 600;}

.spectCls {color:#df4219; font-size: 36px; font-family: 'Spectral', serif;  font-weight: 700; line-height: 40px;}

.imgBxm {margin-right: 15px;}

.stripHeading {font-size: 24px; color: #000000; font-family: 'Spectral', serif;  font-weight: 700; padding: 15px 0 0px 0;}

.inSevCls p a {color:#df4219; font-size: 14px; font-family: 'Karla', sans-serif;}

.secondBx{text-align: center;}

.secondBx, .secondBx .imgBxm {margin: 0px; padding: 0px;}



/**** about us ****/

#aboutus {width: 100%; height: auto; padding: 20px 0; /*margin: 50px 0;*/}

#aboutus h2 {font-family: 'Spectral', serif; font-weight: 700; font-size: 32px; color: #000000; margin: 0 0 20px 0;}

#aboutus p {font-size: 18px; font-family: 'Karla', sans-serif; color: #000000;}

.videoEmbCld {padding: 0px; margin: 0px;}

.videoEmbCld iframe {width: 100%; height: 315px;}



/* What kind floors */

#Whatkindfloors {width: 100%; padding: 50px 0; /*margin: 50px 0;*/}

#Whatkindfloors {padding: 20px 0; /*margin: 50px 0;*/}

#Whatkindfloors h2 {font-family: 'Spectral', serif; font-weight: 700; font-size: 24px; color: #000000; text-align: left; margin: 0px 0 40px 0; position: relative;}

#Whatkindfloors h2::before {position: absolute; content:""; width: 60px; height: 2px; background: #df4219; bottom: -15px; left: 0;}

#Whatkindfloors .kindfloor {border: solid 1px #eaeaea;  margin-bottom: 20px; width: 100%; display: flex;}

#Whatkindfloors .kindFloorImg {margin: 0px; padding: 0; display: inline-flex;}

#Whatkindfloors .kindFloorTxt {display: flex; align-items: center; padding-left: 15px; color: #000000; font-weight: 600; font-size: 16px;}



/**** site Section ****/

#siteSection {padding: 20px 0; /*margin: 50px 0;*/}

#siteSection h2 {font-family: 'Spectral', serif; font-weight: 700; font-size: 24px; color: #000000; text-align: left; margin: 0px 0 20px 0; position: relative; text-align: center;}

#siteSection h2::before {position: absolute; content:""; width: 60px; height: 2px; background: #df4219; bottom: -15px; left: 50%; margin-left: -30px;}

#siteSection p {font-size: 18px; color: #000000; text-align: center; display: inline-block;}

#siteSection .costLessBx img {width: 100%; border-radius: 4px;}

#siteSection .costLessBx {margin-top: 20px; position: relative;}

#siteSection .costLessStrip {position: absolute; bottom: 20px; left: 0px; padding: 10px; width: 100%; background-color: rgb(555, 555, 555, 0.8); text-transform: uppercase; font-size: 16px; font-weight: 600; font-family: 'Karla', sans-serif; text-align: center; height: 68px; justify-content: center; display: flex; flex-wrap: wrap; align-items: center;}

#siteSection .costLessStrip span {color: #df4219; padding-right:5px;}



/**** how we do it ****/

#howWedo {width: 100%; padding: 20px 0; /*margin: 50px 0;*/ background: url(../images/pattern.jpg) top left repeat;}

#howWedo h2 {font-family: 'Spectral', serif; font-weight: 700; font-size: 24px; color: #000000; text-align: center; margin: 0px; position: relative;}

#howWedo h2::before {position: absolute; content:""; width: 30px; height: 2px; background: #df4219; bottom: -15px; left: 50%; margin-left: -15px;}

#howWedo .productBx {padding: 0px; margin: 40px 0 0 0; text-align: center;}

#howWedo .productBx p {font-family: 'Karla', sans-serif; font-size: 14px; color: #000000; margin: 0px 0 5px 0; text-align: center;}

#howWedo .productBx h3 {font-size: 24px; margin: 0px 0 20px 0; color: #000000; font-weight: 700; font-family: 'Karla', sans-serif; text-align: center;}

#howWedo .productBx img {width: auto; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -webkit-box-shadow: 0px 7px 10px -2px rgba(166,166,166,1); -moz-box-shadow: 0px 7px 10px -2px rgba(166,166,166,1); box-shadow: 0px 7px 10px -2px rgba(166,166,166,1);}

.stepCls {position: relative;}

.stepCls:after {content: ""; height: 2px; width: 180px !important; background:url(../images/line-hori.png) top left repeat-x; right: -30%; position: absolute; top: 65%; z-index: 0;}

.stepCls:last-child:after {display: none;}

.learnmore {display: block; text-align: center; margin-top: 50px;}

.learnmore a {display: inline-block; padding: 10px 50px; font-size: 14px; color: #df4219; border: solid 1px #df4219; -webkit-border-radius: 4px;  -moz-border-radius: 4px;  border-radius: 4px;}

.learnmore a:hover {background: #df4219; color: #ffffff;}



/**** what Clients Say ****/

#whatClientsSay {background: #ededed; padding: 20px 0; /*margin: 50px 0;*/}

#whatClientsSay h2 {font-family: 'Spectral', serif; font-weight: 700; font-size: 24px; color: #000000; text-align: left; margin: 0px; position: relative;}

#whatClientsSay h2::before {position: absolute; content:""; width: 30px; height: 2px; background: #df4219; bottom: -15px; left: 0px;}

div#testimonials {margin-top: 30px;}

#testimonials .item {font-size: 22px; color: #000000;text-align: left; font-weight: 500; font-family: 'Karla', sans-serif; line-height: 1.364;;}

#testimonials .item span img {display: inline-block; width: auto;}

#testimonials .item .fromCls {margin-top:10px; width: 100%; color: #000000; font-size: 16px; font-family: 'Karla', sans-serif;}

#testimonials .item .fromCls span {font-size: 20px; font-family: 'Karla', sans-serif; display:block; color: #df4219;}

.owl-theme .owl-dots .owl-dot {background: #869791 !important; color: #fff !important; border-radius: 50%; line-height: 20px; font-size: 16px; margin: 0 5px; width: 10px; height: 10px;}

.owl-theme .owl-dots .owl-dot span {width: 15px !important; height: 15px !important; text-align: center; background-color: transparent !important; color: #000; line-height: 24px; margin: 0 !important;}

.owl-theme .owl-dots .owl-dot:focus {outline: none;}

.owl-theme .owl-dots .owl-dot.active {background: #281611 !important; color: #fff !important; border-radius: 50%; line-height: 20px; font-size: 16px;}

.owl-theme .owl-dots .owl-dot.active span {color: #fff !important;}

.seeAll {display: inline-block; position: absolute; right: 0; bottom: 0; z-index: 99;}

.seeAll a {color: #df4219; font-size: 14px; font-weight: 400; font-family: 'Karla', sans-serif; border: solid 1px #df4219; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 10px 50px;}

.seeAll a:hover {background: #df4219; color: #ffffff;}

.owl-theme .owl-nav.disabled + .owl-dots {margin-top:0px; position: absolute; right: 150px; bottom:0px;}



/**** references ****/

#references {padding: 20px 0; /*margin: 50px 0;*/}

#references h2 {font-family: 'Spectral', serif; font-weight: 700; font-size: 24px; color: #000000; text-align: left; margin: 0px 0 20px 0; position: relative; letter-spacing: 0px;}

#references h2::before {position: absolute; content:""; width: 70px; height: 2px; background: #df4219; bottom: -15px; left: 0px;}

#references .referencesListBx {padding:20px 0; margin: 0px;;}

#references .referencesListBx h3 {font-size: 20px; color: #000000; font-family: 'Karla', sans-serif; font-weight: 700; margin-bottom: 20px;}

#references .referencesListBx ul {margin: 0px 0 0 20px; padding: 0px; color: #000000;}

#references .referencesListBx ul li {margin: 5px 0; padding: 0px; list-style: disc; list-style-position: outside; font-size: 16px; color: #000000; font-family: 'Karla', sans-serif;}

#references .referencesListBx a {color: #df4219; font-size: 14px;}

#references .referencesListBx a:hover {color: #000;}



/**** get Free Estimate ****/

#getFreeEstimate {padding:50px 0; margin:50px 0 0px 0; text-align:center; position: relative; height: 300px; background: url(../images/get-free-estimate-banner.webp) bottom center; background-attachment: fixed; display: flex; justify-content: center; align-items: center;}

#getFreeEstimate p {font-family: 'Spectral', serif; font-weight: 400; font-size: 24px; color: #ffffff; margin-bottom: 15px !important; letter-spacing: 0px;}

#getFreeEstimate a {padding: 10px 40px; color: #ffffff; background: #df4219; font-family: 'Karla', sans-serif; font-weight: 400; font-size: 16px; text-transform: uppercase; font-weight: 700; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: inline-block; border: 2px solid #df4219;}

#getFreeEstimate a:hover {color: #fff; background: none;}



/**** footer ****/

footer {background: #000000; padding: 60px 0 0 0;}

footer .footerCopyLink {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; background: url(../images/dotit-line.jpg) top left repeat-x; height: 55px; align-items: center;}

footer .footerCopyLink a {color: #df4219; margin: 0 15px; font-size: 12px; font-family: 'Spectral', serif; font-weight: 400; }

footer .copyright {color: #6c6c6c; font-size: 12px; font-family: 'Spectral', serif; font-weight: 400;}

footer .copyright a {color: #6c6c6c; font-size: 12px;}

footer .copyright a:hover {color: #df4219;}

footer .footerCls {margin: 0px 0px 20px 0px; padding: 0px; width: 100%; letter-spacing: 0px;}

footer .footerCls h3 {margin: 0px; padding-bottom:15px; color: #fff; font-size: 20px;  font-family: 'Spectral', serif; letter-spacing: 0px; font-weight: 600;}

footer .footerCls ul {margin: 0px; padding: 0px}

footer .footerCls ul li:hover {padding-left:5px ;}

footer .footerCls ul li {padding: 5px 0; text-align: left; list-style: none; /*list-style-position: inside;*/ font-size: 14px; color: #929292; font-family: 'Karla', sans-serif; font-weight: 400;}

footer .footerCls ul li a {color: #929292; letter-spacing: 0px; font-size: 14px;}

.locationCls{color:#6c6c6c; font-size: 14px; font-family: 'Karla', sans-serif;}

.locationCls select#country {width:100%; margin-bottom: 5px; outline: 0px; padding: 10px;  font-size: 14px; color: #afafaf; background-color: transparent; border: solid 1px #929292; border-radius: 4px;}

.locationCls select option {color: #929292; background: #000000;}

.locationCls p {margin: 0px 0 5px 0;}

.cardtype {margin: 20px 0; padding: 0px; text-align: center;} 

.cardtype ul {margin: 0px; padding: 10px 0;}

.cardtype ul li {display: inline-block; list-style: none; padding: 0; margin: 0 5px;}

.cardtype ul li:hover {padding: 0 !important;}

.partnerLogo {margin: 20px 0; padding: 0px; text-align: center;} 

.partnerLogo ul {margin: 0px; padding: 10px 0;}

.partnerLogo ul li {display: inline-block; list-style: none; padding: 0 !important; margin: 0 5px;}

.partnerLogo ul li:hover {padding: 0 !important;}



/**** inner_banner ****/

#inner_banner {background-repeat: no-repeat; background-position: center center; height: 200px; position: relative;}

.banner_caption {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.25);}

.inner_banner_caption {display: flex; align-items: center; justify-content: center; height: 100%;}

.inner_banner_caption h1 {margin: 0; padding: 20px 0; font-size: 50px; font-weight: 700; color: #fff; font-family: 'Spectral', serif; text-align: center;}

.inner_banner_caption a{text-align: center; margin: 0px auto; display: inline-block; padding: 10px 30px;  font-size: 16px; font-weight: 700; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #fff; text-transform: uppercase; background: #df4219;}





/**** our_services ****/

#our_services {margin: 0; padding: 60px 0 10px 0;}



.phoneNum span i {color: #df4219 !important; font-size: 15px;  margin-right: 5px;  display: inline-block;}

.headerBtnBx ul li a i.material-icons {margin-right: 5px;}

.kindFloorImg img {max-width: 130px;}

.allFields {position: absolute; right: 16px; top: 0; font-size: 12px; color: #434343;}

button.navbar-toggler {background: none;}

.post-inner{padding-bottom: 8rem;}

.form-control:focus {color: #495057; background-color: #fff; border-color: rgba(223, 66, 25, 0.80) !important; outline: 0 !important; box-shadow: 0 0 0 0.2rem rgba(223, 66, 25, 0.35) !important;}

.navbar-nav li.nav-item a i {display: flex;}

#homeBanner .owl-nav button {text-decoration: none;}

.bannerHeading{display: flex;}

.bannerHeading div{margin-right: 5px;}

.bannerHeading div h3{font-size: 22px; font-weight: 700; margin: 0px;}

.bannerHeading div p{font-size: 14px; font-weight: normal; line-height: 15px; width: 260px; margin: 0px;}

.bannerHeading div img {width:60px; }



/**** Sidebar CSS added on 29/11/2019 ****/

.rightBar{padding: 20px 0px; margin: 0px;}

.sidebarForm{padding: 20px; margin: 0px; box-shadow: 0px 5px 28.2px 1.8px rgba(35, 31, 32, 0.25); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.formHeading {display: flex; text-align: left; align-items: center; margin-bottom: 20px;}

.formHeading div img {max-width: 100%;}

.formHeading div h3{ margin: 0px 0 0 10px; padding: 0px; font-size: 24px; color: #000; font-weight: 700;}

.formHeading div p{ margin: 0px 0 0 10px; padding: 0px; line-height: normal; color: #6c6c6c; font-size: 14px; font-family: 'Karla', sans-serif; font-weight: 400;}

.vfCls {padding: 30px 0 0 0;}

.vfCls img{max-width: 100%;}



.contactStrp{background:#efefef; padding: 20px 0; margin-bottom: 30px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

.contactStrp p{margin: 0px; padding: 0px; text-align: center; color: #6c6c6c; font-size: 16px; font-family: 'Karla', sans-serif; font-weight: 400;}

.contactStrp p span{color: #ff0000;}

#our_services .innerPgCont h2 {color: #010101; font-size: 28px; font-weight: 600; margin: 10px 0; padding: 0; font-family: 'Karla', sans-serif;}

#our_services .innerPgCont h3 {color: #010101; font-size: 20px; font-weight: 600; margin: 0; padding: 0; font-family: 'Karla', sans-serif;}

#our_services .innerPgCont p{color: #000000; font-size: 16px; font-family: 'Karla', sans-serif; font-weight: 400;}

#our_services .labBx label { background: url(../images/tag-img.jpg) top right no-repeat #df4219;; color: #fff; text-transform: uppercase; padding: 0px 35px 0px 10px; height: 28px; margin-bottom: 10px; display: inline-block; line-height: 28px;}

#our_services {margin: 0; padding: 60px 0 10px 0;}

.afterBefBx{width: 100%; text-align: center; margin: 30px 0 60px 0;}

.ImgStrip {margin: 0px; padding: 0px;}

.ImgStrip ul {list-style: none; display: flex; margin: 0;}

.ImgStrip ul li {display: inline-flex; margin-right: 2px;}

.ImgStrip ul li img {width: 100%;}

.servicesInclude{margin: 20px 0; padding: 0px;}

.servicesInclude h2{margin: 0px; padding: 0px; color: rgb(1, 1, 1); font-family: 'Karla', sans-serif;  font-size: 28px; font-weight: 700;}

.serviceBx{padding: 0px; margin-bottom: 20px;}

.serviceBx img {width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

.serviceBx h3{font-family: 'Karla', sans-serif; font-size: 20px; color: #000; font-weight: 700; margin: 15px 0 25px 0px; position: relative;}

.serviceBx h3 a{font-family: 'Karla', sans-serif; font-size: 20px; color: #000; font-weight: 700; margin: 15px 0 25px 0px; position: relative;}

.serviceBx h3::before {position: absolute; content:""; width: 30px; height: 2px; background: #df4219; bottom: -15px; left: 0;}

.serviceBx p{font-family: 'Karla', sans-serif; font-size: 16px; color: #000000; margin: 0 0 15px 0;}

.afterBefBx img {max-width: 100%;}



/*Back to Top CSS*/

#bt-button {display: inline-block; background-color: #df4219; width: 35px; height: 35px; text-align: center; border-radius: 4px; position: fixed; bottom: 10px; right: 10px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000;}

#bt-button::after {content: "\e5ce"; font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size:30px; line-height: 35px; color: #fff;}

#bt-button:hover {cursor: pointer; background-color: #252122;}

#bt-button:active {background-color: #000;}

#bt-button.show {opacity: 1; visibility: visible;}

@media (min-width: 500px) {

#bt-button { margin: 10px;}

}



.sidebarForm input {height:40px; padding: 5px 15px; margin: 0; font-size: 14px; font-family: 'Karla', sans-serif; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}





/**** Media Queries CSS ****/

@media only screen and (min-width: 0px) and (max-width: 575px) {

    header {height: auto;}

    #headerbx {border-bottom: 2px dashed rgba(0, 0, 0, 0.1); padding: 0 0 10px 0;}

    .logoBx {padding-top: 15px;}

    .logoBx a {display: inline-block;}

    .logoBx a img {max-width: 240px;}

    .phoneNum {width: 100%; text-align: center; padding: 15px 0 10px 0;}

    .headerBtnBx{width:100%;}

    .headerBtnBx ul {text-align: center; display: block;}

    .headerBtnBx ul li {display: block;}

    .headerBtnBx ul li:first-child {padding: 0 0 15px 0 !important;}

    .headerBtnBx ul li a {display: inline-block; margin-bottom: 10px;}

    .headerBtnBx ul li a.orange_btn {padding: 10px 15px;}

    .navbx {background: none;}

    .navbar {position: absolute; top: 35px; right: 15px;}

    .navbar-toggler {padding: 0; border: none;}

    .navbar-collapse {width: 100%; background: #FFBF00; position: fixed; z-index: 1; left: 0; top: 0; height: 100%; display: flex; padding: 50px 0;}

    .navbar-toggler-icon {background: url(../images/menu.png) no-repeat !important;}

    button.navbar-toggler.close-menu span {background: url(../images/close.png) no-repeat !important; position: fixed; z-index: 2; right: 15px;}

    button.navbar-toggler:focus {outline: none;}

    .headerBtnBx ul li a {min-width: 260px;}

    .headerBtnBx ul li a i {font-size: 17px; vertical-align: top; padding-top: 3px;}

    .navbar-nav li.nav-item a {padding: 6px 30px !important;}

    .stepCls:after {display: none;}

    .innerService {width: 100%;}

    #aboutus {margin: 0;}

    #aboutus h2 {font-size: 25px;}

    #aboutus p {font-size: 14px;}

    .videoEmbCld {padding: 20px 0 0 0;}

    .videoEmbCld iframe {height: 185px;}

    #howWedo {margin: 0;}

    #howWedo .productBx h3 {font-size: 21px;}

    #howWedo .productBx img {max-height: 250px; border-radius: 30px;}

    #Whatkindfloors {margin: 0;}

    #siteSection {margin: 0; padding: 0 0 50px 0;}

    #siteSection .costLessStrip {height: auto;}

    #whatClientsSay {margin: 0; padding: 50px 0;}

    #testimonials .item {font-size: 17px;}

    #testimonials .item .fromCls {margin-top: 10px; margin-bottom: 40px;}

    .owl-theme .owl-nav.disabled + .owl-dots {left: 0; text-align: left;}

    .seeAll {right: 15px;}

    #references {margin: 0;}

    #getFreeEstimate {margin: 0;}

    #getFreeEstimate p {font-size: 20px;}

    footer .footerCopyLink {justify-content: center; padding: 10px 0; height: auto;}

    /* .owl-theme .owl-dots .owl-dot {margin: 0;} */

    .bannerForm {position: relative; right: 0; padding: 15px; z-index: 0;}

    .bannerHeading {font-size: 22px;}

    .des_slide {display: none !important;}

    .tab_slide {display: none !important;}

    .mob_slide {display: block !important;}

    #banner .bannerCaption .capContent h1 {font-size: 21px; color: #FFF;}

    #banner .bannerCaption .capContent p {padding: 10px 0 0 0; font-size: 16px; color: #FFE792; }

    #banner .bannerCaption {width: 100%; padding: 15px; left: 0;}

    .bannerLogoBx {display: none; text-align: center;}

    .capContent .bannerLinks {margin: 10px 0;}

    .capContent .bannerLinks a {padding: 6px 10px; display: inline-block; width: auto; margin-right: 7px;}

    .owl-nav {display: none;}

    .inner_banner_caption h1{font-size: 35px;}



    /* css added on 27/11/19 */

    .formHeading div h3{font-size: 22px;}

    .formHeading div p{font-size: 14px;}

    .formHeading div img {width: 60px;}

    .vfCls {padding: 0px;} 

    

    .afterBefBx{margin: 30px 0;}

    .ImgStrip ul{display: block;}

    .ImgStrip ul li {display: block; margin-right: 0; width: 100%; text-align: center; margin-bottom: 15px;}

    .ImgStrip ul li img {width: auto;}

	

	/**** css add on 13-12-2019 ****/

	#inner_banner {height: 170px;}

	#our_services {padding: 20px 0;}

	

	.bodyin a {font-size: 18px !important; padding: 2px 7px !important; color: #cd2653; background-color: #FFF; border: solid 1px #df4219; text-transform:capitalize;}

	.bodyin a:hover, .bodyin a:focus { background-color: #FFE792; color: #cd2653;}



	#banner {

		max-height: none;

	}

}



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

    header {height: auto;}

    #headerbx {border-bottom: 2px dashed rgba(0, 0, 0, 0.1); padding: 0 0 10px 0; position: relative;}

    .logoBx {padding-top: 15px;}

    .logoBx a {display: inline-block;}

    .logoBx a img {max-width: 240px;}

    .phoneNum {width: 100%; text-align: center; padding: 15px 0 10px 0;}

    .headerBtnBx{width:100%;}

    .headerBtnBx ul {text-align: center; display: block;}

    .headerBtnBx ul li {display: block;}

    .headerBtnBx ul {text-align: center;}

    .headerBtnBx ul li:first-child {padding: 0 0 15px 0 !important;}

    .headerBtnBx ul li a {display: inline-block; margin-bottom: 10px;}

    .headerBtnBx ul li a.orange_btn {padding: 10px 15px;}

    .navbx {background: none;}

    .navbar {position: absolute; top: 35px; right: 15px;}

    .navbar-toggler {padding: 0; border: none;}

    .navbar-collapse {width: calc(100% - 28px); background: #df4219; position: fixed; left: 0; top: 0; height: 100%; display: flex; padding: 50px 0; z-index: 1;}

    .navbar-toggler-icon {background: url(../images/menu.png) no-repeat !important;}

    button.navbar-toggler.close-menu span {background: url(../images/close.png) no-repeat !important; position: fixed; z-index: 2; right: 43px;}

    button.navbar-toggler:focus {outline: none;}

    .headerBtnBx ul li a {min-width: 260px;}

    .headerBtnBx ul li a i {font-size: 17px; vertical-align: top; padding-top: 3px;}

    .navbar-nav li.nav-item a {padding: 6px 30px !important;}

    .innerService {width: 50%;}

    .innerService.corCld5 {width: 100%;}

    #aboutus {margin: 0;}

    #aboutus h2 {font-size: 25px;}

    #aboutus p {font-size: 14px;}

    #howWedo {margin: 0;}

    #howWedo .productBx h3 {font-size: 19px; min-height: 44px;}

    #howWedo .productBx img {max-height: 250px; border-radius: 30px;}

    .stepCls:after {display: none;}

    .stepCls:last-child h3 {min-height: auto !important;}

    #Whatkindfloors {margin: 0;}

    .kindFloorImg img {min-width: 114px; max-width: 114px;}

    #siteSection {margin: 0; padding-top: 0px;}

    #siteSection .costLessStrip {font-size: 14px; height: 64px;}

    #siteSection p {font-size: 16px;}

    #whatClientsSay {padding: 50px 0; margin: 0;}

    #testimonials .item {font-size: 19px;}

    #testimonials .item .fromCls {margin-top: 20px;}

    #references {margin: 0;}

    #getFreeEstimate {margin: 0;}

    /* .footerCls.empty_heading h3 {display: none;} */

    .headerBtnBx {width: 100%;}

    .bannerForm {position: relative; right: 0; padding: 15px;}

    .bannerHeading {font-size: 22px;}

    .des_slide {display: none !important;}

    .tab_slide {display: block !important;}

    .mob_slide {display: none !important;}

    #banner .bannerCaption .capContent h1 {font-size: 31px; color: #FFF; }

    #banner .bannerCaption .capContent p {padding: 10px 0 0 0; font-size: 18px; color: #FFE792; }

    #banner .bannerCaption {width: 100%; padding: 15px; left: 0;}

    .owl-nav {display: none;} 

    

    /* css added on 27/11/19 */

    .formHeading div img {width: 60px;}

    .formHeading div h3{font-size: 24px;}

    .formHeading div p{font-size: 14px;}

    .formHeading div h3{font-size: 22px;}

    .vfCls {padding: 0px;}

	

	/**** css add on 13-12-2019 ****/

	#our_services {padding: 20px 0;}

	#banner {

		max-height: none;

	}

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

    header {height: auto;}

    #headerbx {border-bottom: 2px dashed rgba(0, 0, 0, 0.1); padding: 0 0 10px 0; position: relative;}

    .logoBx {padding-top: 15px;}

    .logoBx a {display: inline-block;}

    .logoBx a img {max-width: 230px;}

    .phoneNum {width: 100%; text-align: center; padding: 15px 0 10px 0;}

    .headerBtnBx ul {text-align: center; justify-content: center;}

    .headerBtnBx ul li:first-child {padding: 0 5px 15px 0 !important;}

    .headerBtnBx ul li a {display: inline-block; margin-bottom: 10px; display: inline-flex;}

    .headerBtnBx ul li a.orange_btn {padding: 10px 15px;}

    .navbx {background: none;}

    .navbar {position: absolute; top: 35px; right: 15px;}

    .navbar-toggler {padding: 0; border: none;}

    .navbar-collapse {width: 100%; background: #df4219; position: fixed; left: 0; top: 0; height: 100%; display: flex; padding: 50px 0; z-index: 1;}

    .navbar-toggler-icon {background: url(../images/menu.png) no-repeat !important;}

    button.navbar-toggler.close-menu span {background: url(../images/close.png) no-repeat !important; position: fixed; z-index: 2; right: 15px;}

    button.navbar-toggler:focus {outline: none;}

    .headerBtnBx {width: 100%;}

    .innerService {width: 50%;}

    #aboutus {margin-bottom: 0;}

    #aboutus p {font-size: 15px;}

    #howWedo {padding: 50px 0; margin: 0;}

    #howWedo .productBx h3 {font-size: 21px; min-height: 50px;}

    #Whatkindfloors {margin: 0;}

    .kindFloorImg img {min-width: 114px; max-width: 114px;}

    #siteSection {padding: 0; margin: 0;}

    #whatClientsSay {padding: 50px 0; margin-bottom: 0px;}

    #testimonials .item {font-size: 19px;}

    #testimonials .item .fromCls {margin-top: 40px;}

    #references {margin: 0;}

    #getFreeEstimate {margin: 0;}

    .innerService.corCld5 {width: 100%;}

    .bannerForm {width: 500px; margin: 0 auto; padding: 30px 0; position: relative; right: auto !important;}

    .bannerHeading {font-size: 21px; margin: 0 0 10px 0;}

    .bannerHeading img {max-width: 44px;}

    .bannerForm .form-group {margin-bottom: 10px;}

    .bannerForm .form-group label {margin-bottom: 5px;}

    .bannerForm input {height: auto; padding: 5px; font-size: 12px;}

    #banner .bannerCaption .capContent h1 {font-size: 28px; color: #FFF;}

    #banner .bannerCaption .capContent p {padding: 10px 0px; font-size: 16px; color: #FFE792; }

    .bannerLogoBx img {max-width: 100px;}

    .bannerLogoBx ul {margin: 0;}

    #homeBanner .owl-nav button.owl-next {right: 1%;}

    #homeBanner .owl-nav button.owl-prev {left: 1%;}

    #homeBanner .owl-nav {top: 21%;} 



    /* css added on 27/11/19 */

    .sidebarForm {padding: 20px;}

    .formHeading div h3{font-size: 18px;}

    .formHeading div p{font-size: 14px;}

    .formHeading div img {width: 60px;}

    .vfCls {padding: 0;}

    .formHeading div h3{font-size: 19px;}    

	#banner {

		max-height: none;

	}

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .logoBx a img {max-width: 245px;}

    .phoneNum p {font-size: 22px;}

    .navbar-nav li.nav-item a {padding: 10px 20px !important;}

    .headerBtnBx ul li:first-child {padding-right: 4px;}

    .headerBtnBx ul li a {padding: 10px;}

    .innerService {width: 33.3334%;}

    .innerService.corCld4, .innerService.corCld5 {width: 50%;}

    .bannerForm {width: 500px; margin: 0 auto; padding: 30px 0; position: relative; right: auto !important;}

    .bannerHeading {font-size: 21px; margin: 0 0 10px 0;}

    .bannerHeading img {max-width: 25px;}

    .bannerForm .form-group {margin-bottom: 10px;}

    .bannerForm .form-group label {margin-bottom: 5px;}

    .bannerForm input {height: auto; padding: 5px; font-size: 12px;}

    #banner .bannerCaption .capContent h1 {font-size: 31px; color: #FFF;}

    #banner .bannerCaption .capContent p {padding: 10px 0px; font-size: 18px; color: #FFE792;}

    .bannerLogoBx img {max-width: 120px;}

    .bannerLogoBx ul {margin: 0;}

    .bannerLinks {padding-bottom: 10px;}

    .bannerHeading div p{width: auto;}



    /* css added on 27/11/19 */

    .sidebarForm {padding: 20px;}

    .formHeading div h3{font-size: 18px;}

    .formHeading div p{font-size: 14px;}

    .vfCls {padding: 0;}       

}



@media only screen and (min-width: 1200px) and (max-width: 1499px) {

    .logoBx a img {max-width: 320px;}

    .phoneNum p {font-size: 22px;}

    .navbar-nav li.nav-item a {padding: 10px 30px !important;}

    .headerBtnBx ul li:first-child {padding-right: 4px;}

    .headerBtnBx ul li a {padding: 10px 20px;}

    .headerBtnBx ul li a i {font-size: 18px; vertical-align: middle;}

    /* .bannerForm {width: 396px; padding: 10px 0;} */

    .bannerHeading {font-size: 21px; margin: 0 0 10px 0;}

    .bannerHeading img {max-width:44px;}

    .bannerForm .form-group {margin-bottom: 10px;}

    .bannerForm .form-group label {margin-bottom: 5px;}

    .bannerForm input {height: auto; padding: 5px; font-size: 12px;}

    #banner .bannerCaption .capContent h1 {color:#FFF;} 

    #banner .bannerCaption .capContent p {padding: 10px 0px; font-size: 18px; color:#FFE792; }

    .bannerLogoBx img {max-width: 120px;}

    .bannerLogoBx ul {margin: 0;}

    .bannerLinks {padding-bottom: 10px;}

}



@media only screen and (min-width: 1200px) and (max-width: 1499px) {

    #banner .bannerCaption{width: 550px;}

    .bannerForm{padding: 10px 40px;}

    .bannerHeading div p{margin: 0px;}

    .owl-carousel .owl-item img {width: 100%; height: 100%;}

    .owl-carousel.owl-loaded .item {height: 420px;}

}



@media only screen and (min-width: 1500px) and (max-width: 1699px) {}



/*  testimonials  */

.testiminial-block{padding: 10px 0 30px; border-bottom:1px solid #ccc; display:block; margin:0 0 20px;}

.testimonial-content h3{margin-top:0px; color:#444;}

.testimonial-content p{color:#6c6c6c;}

.testimonial-author{font-size:14px; font-style:italic; color:#999; font-weight: bold;}

.comp-logo{padding-top:40px;}

@media (max-width: 767px) {

.testimonial-content{margin:20px 0;}

.comp-logo{padding-top:0px;}

.testiminial-block {padding: 0px; margin: 0px;}

#our_services ul li{padding: 0; margin: 0 0 5px 0; line-height: normal;}

#our_services .innerPgCont h2{line-height: normal; padding: 0; font-size: 22px; margin: 10px 0;}

}

/*  testimonials  */



#our_services ul li {list-style: disc; color: #000000; font-size: 16px; font-family: 'Karla', sans-serif; font-weight: 400;	line-height: normal; padding:0px; margin: 0 0 5px 0;}



.bodyin a {font-size: 10px; padding: 5px 5px; color: #cd2653; background-color: #FFF; border: solid 1px #df4219;}

.bodyin a:hover, .bodyin a:focus {background-color: #FFE792; color: #cd2653; text-decoration: none !important;} 

.gallery{margin: auto}

.gallery .btn{background-color: #252122; color: white; font-size:16px; text-decoration:none}

.gallery .btn.active {background-color: #df4219; color: white; }

.gallery .btn:hover{background-color: #e65a35; box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);}

.galleryCls{margin:0px; padding:0px; width:100%;}

button.btn.filterbtn {padding: 10px; margin-bottom: 5px;}

button.btn.filterbtn.active {background-color: #df4219;}



@media (max-width: 767px) {#headerbx{position: relative;}}



#testimonials img { height: 42px !important; }

#testimonials .owl-height { max-height: 280px !important; }

.bannerForm .form-group {

    margin-bottom: 0.5rem;

}



.sticky {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  background: #FFF;

  border: 1px solid #868686;

}



.navonmobile {

    position: fixed;

    top: 0;

    right: 0;

}



.showonmobile{

	display:none;

}

@media only screen and (min-width: 0px) and (max-width: 575px) {

	.hideonmobile{

		display:none;

	}

	.showonmobile{

		display:block;

	}

	#storeMap {

		display:none;

	}

}





.page-numbers {

	display: inline-block;

	padding: 10px 10px;

	margin: 20px 2px 20px 0 !important;

	border: 1px solid #eee;

	line-height: 1;

	text-decoration: none;

	border-radius: 2px;

	font-weight: 600;

	font-size: 14px;

}

.page-numbers.current,

a.page-numbers:hover {

	background: #f9f9f9;

}



.dealerts-h3 {

	padding: 20px;

}



.deailerList{

	font-size: 14px;

	padding: 20px;

}



.ptext{

	font-size: 14px;

	padding: 20px;

}

/* Your default styles for smaller screens (mobile/tablet) */
.bannerForm {
  display: block; /* The div is visible by default */
}

/* Media query for desktop view */
@media (min-width: 992px) {
  .bannerForm {
    display: none; /* Hide the div on screens 992px wide or wider */
  }
}