body
	{
		background: #101010;
    color: #808080;
		font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

/* heading section */
h1,h2,h3,h4 {
  color: #fff;
  font-weight: bold;
}

/* logo text styling */
.logo-text {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: linear-gradient(135deg, #d54ab6 0%, #ffa500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.4s ease-in;
  white-space: nowrap;
}
.logo-text:hover {
  transform: scale(1.05);
  letter-spacing: 2px;
}

h1,h2 {
  font-size: 30px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}

/* button section */
.btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.4s ease-in;
}
.btn:hover {
  background: #009988;
  border-color: transparent;
}

.email {
	margin-top: 10px;
	padding: 8px 12px;
}

/* navigation */

.navbar-default {
    background: #202020;
    border: none;
    border-left: 6px solid #d54ab6;
    padding-right: 40px;
    margin: 0 !important;
    position: relative;
    top: 20px;
  }
.navbar-default .navbar-brand {
    font-size: 40px;
    line-height: 40px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    height: 50px;
   }
.navbar-default .navbar-nav li a {
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.4s ease-in;
 }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffa500;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #ffa500;
  	background-color: transparent;
}
.navbar-default .navbar-toggle {
  	background: #d54ab6;
  	border-radius: 0px;
   	border: none;
   	margin-top: 20px;
   	margin-bottom: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}

.active {
	background: #333;
}

/* home section */
#home {
  background: url('../images/home-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.75);
  z-index: 0;
}

/* hero overlay element */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(213, 74, 182, 0.1) 0%, rgba(255, 165, 0, 0.05) 100%);
  backdrop-filter: blur(2px);
  z-index: 0;
  pointer-events: none;
}

/* hero content styling */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-in;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #ffa500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  animation: fadeInUp 0.8s ease-in 0.1s both;
}

.hero-title {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  animation: fadeInUp 0.8s ease-in 0.2s both;
  background: linear-gradient(135deg, #fff 0%, #ffa500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 18px;
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 300;
  animation: fadeInUp 0.8s ease-in 0.3s both;
}

.hero-cta {
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #d54ab6 0%, #ffa500 100%);
  border: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s ease-in;
  box-shadow: 0 8px 24px rgba(213, 74, 182, 0.4);
  animation: fadeInUp 0.8s ease-in 0.4s both;
}

.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(213, 74, 182, 0.6);
  background: linear-gradient(135deg, #ffa500 0%, #d54ab6 100%);
  color: #fff;
}

#home h1,
#home h3 {
  line-height: 30px;
  font-size: 40px;
}

/* divider section */
.divider {
  color: #fff;
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  display: block;
}
.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
  flex-grow: 0;
}
.divider p {
  flex-grow: 1;
}
.divider .divider-wrapper {
  padding: 40px 20px 40px 20px;
  position: relative;
  bottom: 40px;
  transition: all 0.4s ease-in;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .row {
  display: flex;
  align-items: stretch;
}
.divider .col-md-4,
.divider .col-sm-6,
.divider .col-sm-12 {
  display: flex;
}
.divider .divider-one {
  background: #c14000;
}
.divider .divider-two {
  background: #009988;
}
.divider .divider-three {
  background: #ffa500;
}

/* about section */
#about-header {
  background: url('../images/about-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#about {
  padding-top: 60px;
}
#about .container {
  background: #191919;
}
#about .col-md-6 {
  padding: 0;
  margin: 0;
}
#about .about-des {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
#about .btn {
  margin-top: 30px;
}

/* team section */
#team {
  padding-top: 60px;
  padding-bottom: 80px;
}
#team h2 {
  padding-bottom: 30px;
  text-align: center;
}
#team h3 {
  padding-bottom: 10px;
}
#team .team-wrapper {
  border: 2px solid #303030;
  padding: 20px;
}
#team h4 {
  color: #d54ab6;
}
#team img {
  opacity: 0.8;
}
#team hr {
  border-color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}
#team strong {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 10px;
}
#team .progress {
  border-radius: 0px;
  height: 4px;
}

/* portfolio section */
#portfolio-header {
  background: url('../images/portfolio-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#portfolio {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 60px;
  }
#portfolio h2 {
  padding-bottom: 20px;
}
#portfolio .col-md-4,
#portfolio .col-md-3 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
#portfolio img:hover {
  opacity: 1;
}
#portfolio .btn {
  margin-top: 30px;
}

/* contact section */
#contact-header {
  background: url('../images/contact-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact .form-control {
  background: #202020;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.4s ease-in;
  color: #fff;
}
#contact .form-control:focus {
  background: #404040;
}
#contact input {
  height: 53px;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
#map-canvas
  {
    border: none;
    width: 100%;
    height: 300px;
  }

/* footer section */
footer {
  background: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer p {
  color: #999;
  margin-bottom: 8px;
}
footer strong {
  color: #fff;
}
footer a {
  color: #ffa500;
  text-decoration: none;
  transition: all 0.4s ease-in;
}
footer a:hover {
  color: #009988;
}

/* service cards styling */
.service-box {
  padding: 20px;
  margin-bottom: 15px;
  background: #191919;
  border-left: 4px solid #d54ab6;
  transition: all 0.4s ease-in;
}
.service-box:hover {
  background: #202020;
  border-left-color: #009988;
}
.service-box h3 {
  font-size: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  color: #ffa500;
}
.service-box p {
  margin-bottom: 0;
  color: #999;
  line-height: 1.6;
}

/* about us section styling */
#about-us {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #101010;
}
#about-us h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}
#about-us p {
  color: #999;
  line-height: 1.8;
  font-size: 15px;
}

/* about us header styling */
.about-us-header {
  margin-bottom: 25px;
}
.about-us-header h2 {
  margin-bottom: 15px;
}
.header-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #d54ab6, #ffa500);
  border-radius: 2px;
  margin-bottom: 20px;
}

/* about us intro text */
.about-us-intro {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
  margin-bottom: 0;
}

/* about us image styling */
.about-us-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  transition: all 0.4s ease-in;
  opacity: 0.95;
  display: block;
}
.about-us-image:hover {
  opacity: 1;
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(213, 74, 182, 0.3);
}

/* about us content styling */
.about-us-content {
  padding-left: 0;
}

/* about us features styling */
.about-us-features {
  margin-top: 20px;
}
.feature-item {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.feature-item:last-child {
  margin-bottom: 0;
}
.feature-item:hover {
  transform: translateX(0);
}
.feature-item:hover .feature-icon {
  background: linear-gradient(135deg, #d54ab6, #ffa500);
  transform: scale(1.1);
}
.feature-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  border: 1px solid #303030;
}
.feature-icon i {
  font-size: 24px;
  color: #d54ab6;
}
.feature-content {
  flex: 1;
}
.feature-item h4 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.feature-item p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
}

/* services section styling */
#services {
  padding-top: 60px;
  padding-bottom: 60px;
}
#services h2 {
  padding-bottom: 20px;
  text-align: center;
}
#services > .container > .row:first-child p {
  color: #999;
  margin-bottom: 20px;
}

/* services image styling */
.services-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  margin: 0 auto 40px auto;
  display: block;
  transition: all 0.4s ease-in;
  opacity: 0.9;
}
.services-image:hover {
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
}

/* FAQ section styling */
#faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
#faq h2 {
  padding-bottom: 10px;
  text-align: left;
}
#faq > .container > .row:first-child p {
  color: #999;
  margin-top: 10px;
}

/* service area styling */
#service-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
#service-area h2 {
  padding-bottom: 20px;
  text-align: center;
}
#service-area p {
  color: #999;
  line-height: 1.8;
  text-align: center;
}

/* service area list styling */
.service-list {
  background: transparent;
}
.service-area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0 40px;
}
.service-area-list li {
  padding: 10px 0;
  color: #999;
  font-size: 15px;
  border-bottom: 1px solid #303030;
  transition: all 0.3s ease-in;
  line-height: 1.6;
}
.service-area-list li:hover {
  color: #ffa500;
  padding-left: 10px;
}
.service-area-list i {
  color: #009988;
  margin-right: 12px;
  font-size: 14px;
}

/* accordion styling for FAQ */
.accordion {
  border: none;
  background: transparent;
}
.accordion-item {
  background: transparent;
  border: 1px solid #303030;
  margin-bottom: 15px;
  border-radius: 0;
}
.accordion-button {
  background: #191919;
  color: #fff;
  font-weight: 600;
  padding: 18px 20px;
  border: none;
  font-size: 16px;
  transition: all 0.3s ease-in;
}
.accordion-button:not(.collapsed) {
  background: #d54ab6;
  color: #fff;
  box-shadow: none;
}
.accordion-button:hover {
  background: #009988;
  color: #fff;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button i {
  margin-right: 10px;
  color: #ffa500;
}
.accordion-body {
  background: #141414;
  padding: 20px;
  color: #999;
  border-top: 1px solid #303030;
  font-size: 15px;
  line-height: 1.6;
}

/* service area image styling */
.service-area-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  transition: all 0.4s ease-in;
  opacity: 0.9;
}
.service-area-image:hover {
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
}

/* FAQ image styling */
.faq-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  transition: all 0.4s ease-in;
  opacity: 0.9;
  display: block;
}
.faq-image:hover {
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
}

/* contact section styling */
#contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #101010;
}
#contact h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}
#contact p {
  color: #999;
  line-height: 1.8;
}

/* contact header styling */
.contact-header {
  margin-bottom: 30px;
}
.contact-header h2 {
  margin-bottom: 15px;
}

/* contact intro text */
.contact-intro {
  font-size: 16px;
  color: #999;
  line-height: 1.8;
  margin-bottom: 0;
}

/* contact info group */
.contact-info-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease-in;
}
.contact-info-item:hover {
  transform: translateX(10px);
}
.contact-info-item:hover .contact-icon {
  background: linear-gradient(135deg, #d54ab6, #ffa500);
  transform: scale(1.1);
}
.contact-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
  border: 1px solid #303030;
}
.contact-icon i {
  font-size: 24px;
  color: #d54ab6;
}
.contact-info-content h4 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.contact-info-content p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
}
.contact-info-content a {
  color: #ffa500;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.contact-info-content a:hover {
  color: #d54ab6;
  text-decoration: underline;
}

/* contact map wrapper */
.contact-map-wrapper {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in;
}
.contact-map-wrapper:hover {
  box-shadow: 0 12px 32px rgba(213, 74, 182, 0.2);
}
.contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
}

/* copyright section - removed social icons styling */
.copyright {
	margin: 10px 0px;
}
.copyright p {
  padding-top: 20px;
}

/* CTA section styling */
.cta-section {
  background: #1a1a1a;
  padding: 60px 0;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.cta-section h2 {
  padding-bottom: 20px;
  text-align: left;
  font-size: 28px;
}
.cta-section p {
  color: #999;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}
.cta-section .btn {
  width: 100%;
  margin-top: 30px;
}

/* service detail section styling */
#deep-steam-cleaning,
#stain-odor-treatment,
#commercial-cleaning,
#move-in-out-cleaning {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #101010;
}

.service-detail-section h2 {
  font-size: 32px;
  padding-bottom: 25px;
  text-align: left;
  color: #fff;
}
.service-detail-section h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffa500;
}
.service-detail-section p {
  color: #999;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 15px;
}
.service-detail-section ul {
  list-style: none;
  padding: 0;
}
.service-detail-section ul li {
  margin-bottom: 12px;
  color: #999;
  line-height: 1.6;
}
.service-detail-section ul li strong {
  color: #ffa500;
}

/* media 960 */
@media ( max-width: 980px ) {
  .divider .divider-wrapper {
    margin-bottom: 20px;
  }
  #services .service-box {
    padding-bottom: 20px;
  }
  #contact h3 {
    padding-top: 20px;
  }
  #contact .btn {
    margin-bottom: 20px;
  }
  footer p {
    padding-top: 15px;
  }
  #home h1,
  #home h3 {
    font-size: 32px;
    line-height: 24px;
  }
  .cta-section .row {
    display: flex;
    flex-direction: column;
  }
  .cta-section .col-md-8 {
    margin-bottom: 20px;
  }
  .cta-section .col-md-4 {
    margin-top: 0;
  }
  .cta-section h2 {
    font-size: 24px;
  }
  .service-detail-section h2 {
    font-size: 28px;
  }
  .service-detail-section h3 {
    font-size: 20px;
  }
  #service-area .col-md-offset-2 {
    margin-left: 0;
  }
  .service-area-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .service-area-list li {
    padding: 10px 0;
    font-size: 14px;
  }
  .accordion-button {
    font-size: 15px;
    padding: 16px 15px;
  }
  #faq .col-md-6 {
    margin-bottom: 30px;
  }
  .service-area-image,
  .faq-image {
    margin-bottom: 20px;
  }
  .services-image {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .service-box {
    margin-bottom: 20px;
  }
  #about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-us-content {
    padding-left: 0;
    padding-top: 0;
  }
  #about-us h2 {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
  }
  .about-us-header {
    text-align: center;
  }
  .header-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .about-us-intro {
    text-align: center;
  }
  .about-us-image {
    margin-bottom: 20px;
  }
  .feature-item {
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .feature-icon {
    margin: 0 auto;
  }
  #faq .col-md-offset-2 {
    margin-left: 0;
  }
  .faq-image {
    margin-bottom: 20px;
  }
  #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact h2 {
    font-size: 28px;
    text-align: center;
  }
  .contact-header {
    text-align: center;
  }
  .contact-intro {
    text-align: center;
  }
  .contact-map-wrapper {
    height: 300px;
    margin-top: 30px;
  }
  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }
  .contact-info-item:hover {
    transform: translateX(0);
  }
  .contact-icon {
    margin: 0 auto;
  }
  #home {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .logo-text {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .logo-text:hover {
    letter-spacing: 1.5px;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .hero-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hero-cta {
    padding: 12px 30px;
    font-size: 14px;
  }
  /* hide why us section on mobile and tablet */
  .divider {
    display: none !important;
  }
}