body {
  font-family: Raleway, sans-serif;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: helvetica, sans-serif;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
button {
  border-radius: 0;
}
.btn {
  padding: 10px 20px;
  border-radius: 0;
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.btn:hover,
.btn:focus {
  background-color: #415239;
  color: #fff;
}
.cstmContainer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/close.png);
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../images/hamburger.png);
}
header {
  width: 100%;
  padding: 0.6rem 0;
}
@media (min-width: 768px) {
  header {
    padding: 2.1rem 0;
  }
}
header .navbar .navbar-brand {
  max-width: 179px;
}
header .navbar .navbar-brand img {
  width: 100%;
}
header .navbar .navbar-collapse .navbar-nav li a {
  padding: 10px 20px;
}
header .navbar .navbar-collapse .navbar-nav li .gotoApp {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
}
main {
  width: 100%;
}
main .bannerSection {
  width: 100%;
}
main .bannerSection .bannerWrap {
  width: 100%;
  min-height: 465px;
  height: 75vh;
  padding: 30px;
  background-image: url(../images/Web_Banne.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .bannerSection .bannerWrap .bannerCtnt {
  text-align: center;
  width: 100%;
}
main .bannerSection .bannerWrap .bannerCtnt h1 {
  color: #fff;
  font-size: 40px;
  margin: 0 0 1.4rem;
  font-weight: 600;
}
main .bannerSection .bannerWrap .bannerCtnt p {
  color: #fff;
  font-size: 18px;
}
main .bannerSection .bannerWrap .bannerCtnt .getStarted {
  display: inline-flex;
  background-color: #e69138;
  color: #fff;
  padding: 10px 20px;
}
main .bannerSection .playerGif {
  max-width: 1000px;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}
main .bannerSection .playerGif img {
  width: 100%;
}
main .sectionTitle-wrap {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
main .sectionTitle-wrap h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 1.4rem;
}
main .sectionTitle-wrap p {
  font-size: 16px;
}
main .seethingsSection {
  width: 100%;
  padding: 60px 15px;
}
main .builtmindSection {
  width: 100%;
  padding: 60px 15px;
  background-color: #f5f8fa;
}
main .builtmindSection .builtBlock {
  width: 100%;
  text-align: center;
}
main .builtmindSection .builtBlock .svgIcon {
  margin-bottom: 22px;
  border-radius: 50%;
  display: inline-flex;
  padding: 15px;
  background-color: #84abb7;
}
main .builtmindSection .builtBlock .svgIcon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}
main .builtmindSection .builtBlock h3 {
  font-weight: 700;
  margin: 0 0 1.4rem;
  font-size: 28px;
}
main .builtmindSection .builtBlock p {
  margin: 0 0 1.4rem;
}
main .builtmindSection .button-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
main .suitedisposalSection {
  width: 100%;
  padding: 60px 15px;
}
main .suitedisposalSection .disposalBlocks {
  width: 100%;
  margin: 20px 0 25px;
  display: inline-flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main .suitedisposalSection .disposalBlocks {
    flex-direction: row;
    padding: 0;
  }
}
main .suitedisposalSection .disposalBlocks .disposalImg {
  width: 100%;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  main .suitedisposalSection .disposalBlocks .disposalImg {
    max-width: 400px;
    min-width: 400px;
  }
}
main .suitedisposalSection .disposalBlocks .disposalImg img {
  width: 100%;
}
@media (min-width: 992px) {
  main .suitedisposalSection .disposalBlocks .disposalCtnt {
    padding-left: 10%;
  }
}
main .suitedisposalSection .disposalBlocks.rightImg .disposalCtnt {
  padding: 0;
}
@media (min-width: 992px) {
  main .suitedisposalSection .disposalBlocks.rightImg {
    flex-direction: row-reverse;
  }
  main .suitedisposalSection .disposalBlocks.rightImg .disposalCtnt {
    padding-right: 10%;
  }
}
main .testimonialSection {
  width: 100%;
  padding: 60px 15px;
  background-color: #f5f8fa !important;
}
main .testimonialSection .customerReview {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  main .testimonialSection .customerReview {
    padding: 0;
  }
}
main .testimonialSection .customerReview h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin: 0 0 1.4rem;
  line-height: 1.6;
}
main .testimonialSection .customerReview p {
  margin-bottom: 0;
}
main .testimonialSection .customerReview p img {
  width: 100%;
  max-width: 53px;
  border-radius: 100px;
  margin-right: 1.5rem;
}
main .shareLink-wrap {
  width: 100%;
  background-color: #6aefb3 !important;
  padding: 20px 30px;
  text-align: center;
}
main .shareLink-wrap .cstmContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  main .shareLink-wrap .cstmContainer {
    flex-direction: column;
  }
}
main .shareLink-wrap p {
  font-size: 25px;
  margin: 0;
}
@media (max-width: 991px) {
  main .shareLink-wrap p {
    margin-bottom: 20px;
  }
}
main .shareLink-wrap .shareLink {
  background-color: #fafafa;
  color: #000;
  border: 4px solid #666;
}
@media (min-width: 992px) {
  main .shareLink-wrap .shareLink {
    margin-left: 30px;
  }
}
main .shareLink-wrap .shareLink:hover {
  background-color: #eeeeee;
}
main .latestpostSection {
  width: 100%;
  padding: 60px 15px;
}
main .latestpostSection .postBlock {
  width: 100%;
}
main .latestpostSection .postBlock .postImg {
  width: 100%;
  margin-bottom: 20px;
}
main .latestpostSection .postBlock .postImg a {
  display: flex;
}
main .latestpostSection .postBlock .postImg a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}
main .latestpostSection .postBlock .postContent {
  width: 100%;
}
main .latestpostSection .postBlock .postContent .postTags {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}
main .latestpostSection .postBlock .postContent .postTags li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
main .latestpostSection .postBlock .postContent .postTags li a {
  text-transform: capitalize;
  color: #333333;
}
main .latestpostSection .postBlock .postContent h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 1.4rem;
}
main .latestpostSection .postBlock .postContent h3 a {
  color: #333333;
}
main .latestpostSection .postBlock .postContent p {
  margin: 0 0 1.4rem;
}
main .latestpostSection .postBlock .postContent .readMore {
  display: inline-block;
}
@media (min-width: 992px) {
  main .latestpostSection .postBlock {
    display: flex;
  }
  main .latestpostSection .postBlock .postImg {
    width: calc(40% - 0.7rem);
    margin: 0;
    margin-right: 1.4rem;
  }
  main .latestpostSection .postBlock .postContent {
    width: calc(60% - 0.7rem);
  }
}
footer {
  width: 100%;
  padding: 60px 0;
}
footer .socialMedia {
  width: 100%;
  margin-bottom: 4em;
  padding-bottom: 2em;
  border-bottom: 1px solid #333333;
}
footer .socialMedia ul {
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer .socialMedia ul li {
  display: inline-block;
  margin: 0 5px;
}
footer .socialMedia ul li a {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #e69138;
}
footer .socialMedia ul li a:hover,
footer .socialMedia ul li a:focus {
  background-color: #964100;
}
footer .footerQuicklinks {
  width: 100%;
  margin-bottom: 5em;
  padding: 0 15px;
}
footer .footerQuicklinks .logoWrap {
  width: 100%;
}
footer .footerQuicklinks .logoWrap img {
  max-width: 200px;
  width: 100%;
}
footer .footerQuicklinks .footerMenu {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
}
footer .footerQuicklinks .footerMenu li {
  display: inline-block;
  width: auto;
  position: relative;
}
footer .footerQuicklinks .footerMenu li:before {
  width: 2px;
  height: 25px;
  background-color: #333;
  content: '';
  position: absolute;
  right: -2px;
  top: 3px;
}
footer .footerQuicklinks .footerMenu li:last-child:before {
  content: none;
}
footer .footerQuicklinks .footerMenu li a {
  text-decoration: underline;
  padding: 0 10px;
  margin: 0 10px;
  color: #333333;
  font-size: 20px;
}
footer .footerQuicklinks .madeLocal {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: bolder;
}
@media (min-width: 768px) {
  footer .footerQuicklinks {
    display: flex;
    justify-content: space-between;
  }
  footer .footerQuicklinks .logoWrap {
    width: 33.333%;
  }
  footer .footerQuicklinks .footerMenu {
    width: 33.333%;
  }
  footer .footerQuicklinks .madeLocal {
    width: 33.333%;
  }
}
footer .footerTabs {
  width: 100%;
}
footer .footerTabs .nav-tabs {
  width: 100%;
  display: flex;
  border-color: #333;
}
footer .footerTabs .nav-tabs .nav-item {
  width: 100%;
  flex: 1;
  justify-content: center;
}
footer .footerTabs .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  color: #333;
  width: 100%;
  text-align: center;
  height: 65px;
  font-size: 18px;
}
footer .footerTabs .nav-tabs .nav-item .nav-link:hover,
footer .footerTabs .nav-tabs .nav-item .nav-link:focus {
  -webkit-box-shadow: inset 0px -2px 0px 0px #000000;
  -moz-box-shadow: inset 0px -2px 0px 0px #000000;
  box-shadow: inset 0px -2px 0px 0px #000000;
}
footer .footerTabs .nav-tabs .nav-item .nav-link.active {
  background-color: #f6b26b;
  color: #fff;
}
footer .footerTabs .nav-tabs .nav-item .nav-link.active:hover,
footer .footerTabs .nav-tabs .nav-item .nav-link.active:focus {
  box-shadow: none;
}
footer .footerTabs .tab-content {
  width: 100%;
  padding: 2.8rem 30px;
}
footer .footerTabs .tab-content .tab-pane .footerMenus {
  padding: 0;
  text-align: center;
  list-style: none;
}
footer .footerTabs .tab-content .tab-pane .footerMenus li a {
  color: #333;
  text-decoration: underline;
}
footer .copyRight {
  width: 100%;
  margin-top: 2em;
  text-align: center;
}
