body {
  font-family: "Rubik", sans-serif;
}

.btn-close:focus {
  box-shadow: none;
}

.custom-container,
.custom-container-2,
.custom-container-3 {
  max-width: 1270px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.custom-container-2 {
  max-width: 1281px;
}

.custom-container-3 {
  max-width: 1513px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  padding-top: 29px;
  z-index: 999;
}

.navbar-brand img {
  width: 100%;
  max-width: 145px;
}

.navbar-nav .nav-link {
  font-weight: 400;
  font-size: 21px;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  margin-right: 31px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-nav .dropdown:hover > .dropdown-menu,
.navbar-nav .dropend:hover > .dropdown-menu {
  display: block;
}

.navbar-nav .dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.navbar-nav .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border: solid currentColor;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 2px;
  vertical-align: 4px;
  margin-left: 8px;
  transform: rotate(45deg);
}

.navbar-nav .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 17px;
  vertical-align: 2px;
  content: "";
  border: solid currentColor;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
  color: #fff;
  background-color: #074a68;
}

.navbar-nav .dropdown-item {
  padding: 10px 20px;
  font-size: 18px;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
}

.navbar-nav .nav-link:hover {
  color: #074a68;
}

header .social-links a {
  margin-left: 23px;
}

header .social-links a:first-child {
  margin-left: 0;
}

.banner {
  width: 100%;
  height: auto;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  padding-top: 195px;
  padding-bottom: 70px;
}

.banner h1 {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 45px);
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 954px;
}

.banner p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  color: #fff;
  margin: 34px auto 50px;
  max-width: 758px;
}

.banner a,
.service-content a {
  border-radius: 6px;
  padding: 19px 35px;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.banner a:first-child,
.service-content a:first-child {
  margin-right: 41px;
}

.banner a:hover,
.service-content a:hover {
  background-color: #074a68;
  border-color: #074a68;
}

.banner-contacts {
  background-color: #074a68;
  padding: 42px 0;
}

.banner-contacts .img-box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 20px;
}

.banner-contacts .img-box img {
  width: 23px;
}

.banner-contacts h3 {
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  margin: 0;
}

.banner-contacts p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.get-estimate-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.get-estimate-right {
  padding: 98px 0 95px 134px;
}

.get-estimate-right h4,
.utility-list-right h4 {
  font-weight: 600;
  font-size: 36px;
  color: #000;
  max-width: 457px;
  margin-bottom: 33px;
}

.get-estimate-right p {
  font-weight: 400;
  font-size: 19px;
  color: #000;
  max-width: 682px;
  margin-bottom: 37px;
}

.get-estimate-right span,
.utility-list-right span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #000;
}

.get-estimate-right .list,
.utility-list-right .list {
  margin-bottom: 8px;
}

.get-estimate-right .last-list {
  margin-bottom: 27px;
}

.get-estimate-right .list img,
.utility-list-right .list img,
.utility-list-left .list img {
  margin-right: 18px;
}

.get-estimate-right a {
  border-radius: 6px;
  font-weight: 400;
  font-size: 21px;
  padding: 19px 34px;
  color: #fff;
  background-color: #074a68;
  text-decoration: none;
}

.utility-list-left {
  background-color: #edf6fb;
  padding: 98px 50px 141px 101px;
}

.utility-list-right {
  background-color: #074a68;
}

.utility-list-left h4,
.utility-list-right h4 {
  max-width: 362px;
}

.utility-list-left h4 {
  margin-bottom: 70px;
}

.utility-list-right h4 {
  margin-bottom: 110px;
}

.utility-list-right h4,
.utility-list-right span {
  color: #fff;
}

.utility-list-right {
  padding: 98px 50px 141px 146px;
}

.utility-list-left .list,
.utility-list-right .list {
  margin-bottom: 22px;
}

.service-list {
  padding: 84px 0 82px;
}

.service-list h6 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #1a1a1ae8;
}

.service-list h4 {
  font-weight: 600;
  font-size: 36px;
  margin: 27px 0 110px;
  text-align: center;
}

.service {
  border-radius: 10px;
  background-color: #dae7ee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 53px 15px;
}

.service-even {
  border: none;
  background-color: transparent;
}

.service .img-box {
  padding: 17px;
  background-color: #074a68;
  border-radius: 3px;
}

.service .img-box img {
  width: 24px;
  height: 24px;
}

.service h4 {
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 23px 0 16px;
  max-width: 302px;
}

.service p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  max-width: 297px;
  margin-bottom: 0;
}

.why-us-left {
  padding: 102px 0 72px;
}

.why-us h6 {
  font-weight: 400;
  font-size: 21px;
  color: #1a1a1ae8;
}

.why-us h4 {
  font-weight: 600;
  font-size: 36px;
  max-width: 403px;
  margin: 20px 0 32px;
}

.why-us p {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 50px;
  max-width: 524px;
}

.why-us .list {
  margin-bottom: 30px;
}

.why-us .list:last-child {
  margin-bottom: 0;
}

.why-us .img-box {
  padding: 15px;
  background-color: #074a68;
  margin-right: 13px;
}

.why-us .img-box img {
  width: 28px;
  height: 28px;
}

.why-us .list span {
  font-weight: 600;
  font-size: 26px;
}

.why-us .why-us-img img {
  width: 100%;
  max-width: 794px;
  height: 100%;
  object-fit: cover;
}

.process {
  background-color: #edf6fb;
  padding: 85px 0 95px;
}

.process h6 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #1a1a1ae8;
}

.process h4 {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  margin: 27px auto 64px;
  max-width: 399px;
}

.process-list {
  width: 373px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 51px;
  display: flex;
  justify-content: center;
  padding-top: 74px;
  position: relative;
  margin-bottom: 64px;
}

.process-list:nth-child(3n) {
  margin-right: 0;
}

.process-list h4 {
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  max-width: 285px;
  margin: 0 auto 8px;
  height: 56px;
}

.process-list p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  max-width: 203px;
  margin: 0 auto;
}

.process-list .count {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -8px;
  width: 91px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #074a68;
  border: 1px solid #074a68;
  background-color: #fff;
}

.testimonial {
  background:
    /* 1️⃣ Overlay (dark, top 50% only) */ linear-gradient(
      to bottom,
      rgba(20, 20, 20, 0.7) 0%,
      rgba(20, 20, 20, 0.7) 55.38%,
      transparent 55.38%,
      transparent 100%
    ),
    /* 2️⃣ Color fill (bottom half only) */
      linear-gradient(to bottom, transparent 55.38%, #dae7ee 55.38%),
    /* 3️⃣ Image layer */
      url("../img/retro-bathroom-authentic-interior-design%201.png") top/contain
      no-repeat;
  padding: 101px 0 98px;
}

.testimonial h6 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #fff;
}

.testimonial h4 {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  max-width: 297px;
  margin: 18px auto 156px;
  color: #fff;
}

.carousel-inner {
  display: flex;
}

.carousel-item {
  display: block;
  margin-right: 0;
  flex: 0 0 calc(100% / 3);
}

#bannerSlider .carousel-item {
  flex: 0 0 calc(100% / 1);
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.testimonial .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}

.testimonial .card-text {
  font-style: italic;
}

.testimonial .card-text {
  font-style: italic;
  margin-top: 20px;
}

.testimonial .card-body {
  padding: 48px;
}

.testimonial .carousel .card {
  margin: 0 34px;
}

.faq {
  padding: 130px 0;
}

.faq h4 {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  margin-bottom: 72px;
}

.faq .accordion .accordion-button {
  font-weight: 500;
  font-size: 22px;
  color: #000;
}

.faq .accordion p {
  font-weight: 400;
  font-size: 18px;
  width: 84%;
}

.faq .accordion-button {
  padding: 13px 26px;
  box-shadow: none;
}

.faq .accordion-item,
.faq .accordion-button {
  background-color: #edf6fb;
  border: none;
  border-radius: 0;
}

.faq .accordion-body {
  padding: 13px 26px 24px;
}

.faq .accordion-item {
  margin: 0 auto;
  margin-bottom: 22px;
  width: 100%;
  max-width: 863px;
}

.faq .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("../img/plus.png");
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.png");
  transform: none;
}

.estimate-form {
  margin-bottom: 75px;
}

.estimate-form-content h6 {
  font-weight: 400;
  font-size: 21px;
  margin: 39px 0 20px;
  color: #1a1a1ae8;
}

.estimate-form-content h6.label:first-child {
  margin-top: 74px;
}

.estimate-form-content h6:first-child {
  margin-top: 63px;
}

.estimate-form-content h4 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 51px;
  max-width: 516px;
}

.estimate-form-content p {
  font-weight: 400;
  font-size: 19px;
  max-width: 524px;
  margin: 0;
}

.estimate-form-content h2 {
  font-weight: 600;
  font-size: clamp(16px, 3.5vw, 30px);
  color: #074a68;
}

.estimate-form-form form {
  padding: 63px 85px 88px 63px;
  background-color: #dae7ee;
  width: 100%;
}

.estimate-form-form input,
.estimate-form-form textarea {
  width: 100%;
  /* max-width: 312px; */
  height: 79px;
  background-color: #fff !important;
  margin-bottom: 33px;
  border: none;
  padding: 0 16px;
  outline: none;
}
.estimate-form-form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}

.estimate-form-form .forminator-row {
  margin-bottom: 0 !important;
}

.estimate-form-form .forminator-icon-calendar {
  display: none;
}

.estimate-form-form input.first {
  margin-right: 22px;
}

.estimate-form-form label {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 20px;
  display: block;
}

.estimate-form-form textarea {
  width: 100%;
  margin-bottom: 52px;
  max-width: unset;
}

.estimate-form-form button {
  font-weight: 400;
  font-size: 21px;
  text-transform: capitalize;
  color: #fff;
  padding: 19px 0;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  background-color: #074a68;
  border: none;
}

.footer {
  padding: 88px 0 50px;
  background-color: #edf6fb;
}

.footer .logo img {
  width: 100%;
  max-width: 145px;
}

.footer .social-links {
  margin-top: 42px;
}

.footer .social-links a {
  margin-right: 23px;
}

.footer .social-links a:last-child {
  margin-right: 0;
}

.footer .useful-links {
  margin: 0 102px 0 114px;
}

.footer .our-services-second {
  margin-left: 66px;
  margin-right: 101px;
}

.footer h4 {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.footer h4.pdf-header {
  margin-bottom: 28px;
}

.footer .footer-nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  color: #1a1a1ae8;
  text-decoration: none;
}

.footer .download-text {
  font-weight: 500;
  font-size: 18px;
  margin-left: 26px;
  max-width: 254px;
}

.footer .download-btn {
  border-radius: 6px;
  background-color: #074a68;
  padding: 16px;
}

.footer .download-btn img {
  width: 32px;
  height: 32px;
}

.copyright {
  text-align: center;
  background-color: #074a68;
  padding: 25px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

/* service 2 */
.not-homepage .navbar-nav .nav-link,
.not-homepage .navbar-nav .dropdown-item {
  color: #000;
}

.not-homepage #navbarSupportedContent.collapsing,
.not-homepage #navbarSupportedContent.show,
.not-homepage .navbar-nav .dropdown-menu {
  background: #edf6fb;
  border: none;
}

.not-homepage .navbar-nav .dropdown-item:focus,
.not-homepage .navbar-nav .dropdown-item:hover {
  color: #fff;
}

.page-title {
  background-color: #edf6fb80;
  padding: 147px 0 65px;
}

.page-title h1 {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  max-width: 727px;
  margin: auto;
}

.service-content {
  padding-top: 81px;
}

.service-content h4 {
  font-weight: 600;
  font-size: 36px;
  max-width: 492px;
  padding-right: 20px;
}

.service-content .special-text {
  font-weight: 400;
  font-size: 23px;
}

.service-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  max-width: 611px;
}

.service-content h6 {
  font-weight: 400;
  font-style: Italic;
  font-size: 21px;
  margin-bottom: 46px;
}

.service-content-left p {
  margin-bottom: 23px;
  max-width: 515px;
}

.main-service-content {
  margin-bottom: 77px;
}

.service-content .service-lists {
  margin-bottom: 77px;
}

.service-content .service-lists h4 {
  font-weight: 800;
  font-size: 100px;
  text-transform: capitalize;
  color: #074a68;
  margin-bottom: 0;
}

.service-content .service-lists h2 {
  font-weight: 400;
  font-size: 26px;
  margin-top: 54px;
  max-width: 380px;
}

.service-gallery {
  margin-bottom: 123px;
}

.service-gallery img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  height: 831px;
}

.service-gallery-list img {
  max-height: 261px;
  height: 100%;
  min-height: 261px;
}

.service-gallery-list {
  margin-top: 17px;
}

.service-gallery-list-inner {
  margin: 0 19px;
  cursor: pointer;
}

#serviceGallerySlider .slick-list {
  margin: 0 -19px;
}

.what-deliver {
  background-color: #edf6fb;
  padding: 70px 87px;
}

.what-deliver h4 {
  font-weight: 600;
  font-size: 36px;
  max-width: 452px;
}

.what-deliver p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  max-width: 400px;
  margin-bottom: 58px;
}

.what-deliver .list {
  margin-bottom: 22px;
}

.what-deliver .list img {
  margin-right: 17px;
}

.what-deliver .list span {
  font-weight: 500;
  font-size: 19px;
}

.perfect-homes {
  padding: 76px 0 40px;
}

.perfect-homes h4 {
  font-weight: 600;
  font-size: 36px;
  max-width: 330px;
}

.perfect-homes p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
}

.perfect-homes-content {
  margin-right: 79px;
}

.perfect-homes .img-box {
  padding: 15px;
  background-color: #074a68;
  margin-right: 28px;
}

.perfect-homes .img-box img {
  width: 30px;
  height: 30px;
}

.perfect-homes .list {
  margin-bottom: 61px;
}

.perfect-homes .list span {
  font-weight: 600;
  font-size: 22px;
  max-width: 251px;
}

.perfect-homes-list {
  gap: 97px;
}

/* service 2 */

/* landlord */
.service-content a {
  color: #000;
  border-color: #000;
}

.service-content a:hover {
  color: #fff;
}

.service-content-landlord {
  padding-top: 58px;
}

.service-content-landlord .main-service-content {
  margin-top: 58px;
  margin-bottom: 48px;
}

.service-content-landlord .main-service-content h3 {
  font-weight: 400;
  font-size: 21px;
  color: #1a1a1ae8;
  margin-top: 39px;
  max-width: 469px;
}

.service-content-landlord .service-lists {
  margin-bottom: 115px;
}

.service-content-landlord .service-lists h2 {
  max-width: 266px;
}

.landlord-deliver .what-deliver {
  padding: 64px 76px;
  max-width: 663px;
}

.landlord-deliver .what-deliver:last-child {
  max-width: 456px;
}

.landlord-deliver .what-deliver h4 {
  margin-bottom: 49px;
}

.landlord-deliver .what-deliver p {
  margin-bottom: 57px;
}

.why-choose-bath {
  margin-top: 115px;
}

.why-choose-bath h4 {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  max-width: 397px;
  margin: 0 auto;
  margin-bottom: 72px;
}

.why-choose-bath .list {
  width: 369px;
  height: 263px;
  background-color: #edf6fb;
  border-radius: 5px;
  margin-right: 57px;
  padding-top: 52px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-choose-bath .list .img-box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: #074a68;
}

.why-choose-bath .list:nth-child(3n) {
  margin-right: 0;
}

.why-choose-bath .list .img-box img {
  width: 30px;
  height: 30px;
}

.why-choose-bath .list h2 {
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  max-width: 263px;
}

/* landlord */

/* about us */
.about-gallery-list {
  margin-right: 61px;
}

.about-gallery-list:last-child {
  margin-right: 0;
}

.about-gallery-list img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.about-gallery-list h2 {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 4px;
}

.about-gallery-list h3 {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #1a1a1ae8;
}

.about-gallery {
  max-width: 1034px;
  margin: 0 auto;
}

.footer-service-content {
  margin: 91px 0;
}

.footer-service-content p {
  max-width: 875px;
}

.about-what-deliver h4 {
  margin-bottom: 73px;
}

/* about us */

/* contact us */
.service-contact {
  margin-bottom: 68px;
}

.service-contact-list {
  background-color: #edf6fb;
  width: 509px;
  padding: 54px 48px;
  border-radius: 5px;
  height: 215px;
}

.service-contact-list .img-box {
  width: 56px;
  height: 56px;
  border-radius: 2px;
  background-color: #074a68;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 37px;
  padding: 17px;
}

.service-contact-list .img-box img {
  width: 23px;
}

.service-contact-list h2 {
  font-weight: 500;
  font-size: 23px;
}

.service-contact-list p {
  font-weight: 400;
  font-size: 18px;
}

.contact-faq .faq {
  padding: 0;
}

.contact-faq {
  margin-bottom: 170px;
}

/* contact us */

@media screen and (max-width: 1652px) {
  .why-us .why-us-img img {
    max-width: 600px;
  }

  .footer .useful-links,
  .footer .our-services-second {
    margin: 0 50px;
  }
}

@media screen and (max-width: 1576px) {
  .navbar-nav .dropend .dropdown-menu {
    right: unset;
    left: -100%;
  }
}

@media screen and (max-width: 1428px) {
  .get-estimate-right {
    padding: 98px 0 95px 58px;
  }

  .utility-list-left {
    padding: 98px 50px 141px 47px;
  }

  .utility-list-right {
    padding: 98px 50px 141px 78px;
  }
}

@media screen and (max-width: 1388px) {
  .estimate-form-form form {
    padding: 54px 50px 54px;
    /* max-width: 600px; */
  }

  .estimate-form-form input {
    /* max-width: 238px; */
    height: 63px;
  }
}

@media screen and (max-width: 1280px) {
  .process-list:nth-child(3n),
  .why-choose-bath .list:nth-child(3n) {
    margin-right: 20px;
  }

  .why-choose-bath .list,
  .process-list {
    margin: 0 20px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1268px) {
  .banner-contacts p {
    font-size: 16px;
  }

  .why-us .why-us-img img {
    max-width: 485px;
  }

  .estimate-form-form form {
    padding: 43px 29px 43px;
    /* max-width: 485px; */
  }

  .estimate-form-form input {
    /* max-width: 201px; */
    /* height: 63px; */
  }
}

@media screen and (max-width: 1199px) {
  .banner-contacts .contact {
    margin-bottom: 15px;
  }

  .what-deliver p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 19px;
    max-width: 511px;
    margin-left: 20px;
    margin-bottom: 58px;
  }

  .what-deliver p {
    margin-left: 20px;
  }

  .perfect-homes-content {
    margin-right: 16px;
  }

  .perfect-homes-list {
    gap: 54px;
  }

  .service-content .service-lists h2 {
    max-width: 250px;
  }

  .service-content-landlord .service-lists h2 {
    max-width: 193px;
  }

  .landlord-deliver .what-deliver {
    margin-right: 20px;
  }

  .service-contact-list {
    width: 452px;
  }
}

@media screen and (max-width: 991px) {
  #navbarSupportedContent {
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    padding-top: 20px;
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
  }

  header .social-links,
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem !important;
    margin-right: 0 !important;
  }

  #navbarSupportedContent .btn-close {
    position: absolute;
    right: 45px;
    top: 31px;
    opacity: 1;
    background-size: 22px;
  }

  .navbar-nav .dropend .dropdown-toggle::after {
    transform: rotate(45deg);
  }

  .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.9);
  }

  .navbar-nav .dropdown-item {
    color: #fff;
    padding-left: 30px;
    white-space: normal;
  }

  .get-estimate-right {
    padding: 98px 0 95px 18px;
  }

  .get-estimate-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 95px 15px;
  }

  .utility-list-left,
  .utility-list-right {
    padding: 95px 15px;
  }

  .why-us .why-us-img img {
    max-width: unset;
    width: 100% !important;
  }

  .why-us .why-us-img,
  .estimate-form-form {
    margin: 0 auto;
    width: unset;
  }

  .estimate-form-form {
    display: flex;
    justify-content: center;
  }

  .why-us-left,
  .estimate-form-content {
    display: flex;
    justify-content: center;
  }

  .testimonial .carousel .card {
    margin: 0 11px;
  }

  .testimonial .card-body {
    padding: 24px;
  }

  .process-list {
    width: 238px;
  }

  .footer .download-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .useful-links {
    margin-left: 0;
  }

  .our-services-second {
    margin-right: 0 !important;
  }

  .page-title h1 {
    font-size: 35px;
  }

  .service-content h4 {
    margin-bottom: 40px;
  }

  .what-deliver p {
    margin-left: 0;
    margin-top: 20px;
  }

  .what-deliver {
    padding: 40px 20px;
  }

  .perfect-homes-content {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .service-content .service-lists h4 {
    font-size: 74px;
  }

  .service-content .service-lists h2 {
    font-size: 20px;
    margin-top: 0;
  }

  .service-content-landlord .service-lists h2 {
    font-size: 16px;
    max-width: 174px;
  }

  .landlord-deliver .what-deliver {
    margin-right: 0px;
    max-width: unset;
  }

  .about-gallery-list {
    margin-right: 31px;
  }

  .service-contact {
    margin-bottom: 0;
  }

  .service-contact-list {
    width: 100%;
    margin-bottom: 68px;
  }

  .service-contact-list p {
    word-break: break-all;
  }

  .contact-faq .faq {
    padding-top: 50px;
  }

  .contact-faq .faq .custom-container {
    padding: 0;
  }

  .estimate-form-form input {
    /* max-width: unset; */
  }

  .estimate-form-form form {
    /* max-width: unset;
    width: 100%; */
  }
}

@media screen and (max-width: 767px) {
  .banner h1 {
    max-width: 554px;
    padding: 0 15px;
  }

  .banner {
    padding-top: 145px;
  }

  .banner p {
    font-size: 13px;
  }

  .banner a,
  .service-content a {
    padding: 14px 22px;
    font-size: 18px;
  }

  .testimonial .carousel-item {
    flex: 0 0 calc(100% / 2);
  }

  .banner-contacts .img-box {
    width: 50px;
    height: 50px;
  }

  .banner-contacts p {
    font-size: 13px;
  }

  .banner-contacts h3 {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin: 0;
  }

  .service p {
    font-size: 13px;
  }

  .service h4 {
    font-size: 16px;
  }

  .service {
    padding: 18px 15px;
  }

  .our-services-second {
    margin-left: 0 !important;
  }

  .our-services-second h4 {
    display: none;
  }

  .footer .download-section {
    display: block;
  }

  .footer .useful-links {
    margin: 0 0 30px;
  }

  .footer {
    padding: 40px 0;
  }

  .perfect-homes .list span {
    font-size: 20px;
  }

  .service-content .service-lists h2 {
    max-width: 150px;
  }

  .service-content .service-lists h2 {
    max-width: 104px;
  }

  .about-gallery-list {
    margin-right: 0;
  }

  .service-gallery img {
    height: 531px;
  }

  .faq .accordion .accordion-button {
    font-size: 18px;
    gap: 18px;
  }
}

@media screen and (max-width: 575px) {
  .banner a,
  .service-content a {
    padding: 14px 22px;
    font-size: 13px;
  }

  .banner a:first-child,
  .service-content a:first-child {
    margin-right: 12px;
  }

  .testimonial .carousel-item {
    flex: 0 0 100%;
  }

  .process-list:nth-child(3n),
  .why-choose-bath .list:nth-child(3n) {
    margin-right: auto;
  }

  .why-choose-bath .list,
  .process-list {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .estimate-form-form form {
    padding: 43px 12px 43px;
  }

  .estimate-form-form input.first {
    margin-right: unset;
  }

  .estimate-form-content {
    display: block;
  }

  .estimate-form-form button {
    font-size: 15px;
  }

  .faq {
    padding: 30px 0;
  }

  .testimonial h4 {
    margin: 18px auto 64px;
  }

  .get-estimate-right,
  .utility-list-left,
  .utility-list-right {
    padding: 57px 15px;
  }

  .service-list,
  .why-us-left {
    padding: 58px 0 0;
  }

  .why-us-left {
    padding-bottom: 58px;
  }

  .process {
    padding: 85px 0;
  }

  .service-content {
    padding-top: 40px;
  }

  .main-service-content {
    margin-bottom: 30px;
  }

  .service-gallery {
    margin-bottom: 30px;
  }

  .what-deliver .list span {
    font-size: 17px;
  }

  .perfect-homes {
    padding: 40px 0;
  }

  .perfect-homes .list span {
    font-size: 18px;
  }

  .perfect-homes .list {
    margin-bottom: 31px;
  }

  .why-choose-bath {
    margin-bottom: 20px;
  }

  .why-choose-bath .list h2 {
    max-width: 205px;
  }

  .landlord-deliver .what-deliver {
    padding: 20px;
  }

  .service-contact-list {
    padding: 34px 17px;
  }

  .service-contact-list .img-box {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    padding: 10px;
  }

  .service-contact-list .img-box img {
    width: 17px;
  }

  .service-gallery-list img {
    max-height: 121px;
    height: 100%;
    min-height: 121px;
  }

  .service-gallery-list-inner {
    margin: 0 10px;
  }

  #serviceGallerySlider .slick-list {
    margin: 0 -10px;
  }

  .service-gallery img {
    height: 331px;
  }

  .why-choose-bath .list {
    height: unset;
  }

  .get-estimate-right a {
    font-size: 16px;
  }
}

.is-invalid {
  border-color: #dc3545 !important;
  outline: none;
}

.active-btn {
  background-color: #074a68 !important;
  border-color: #074a68 !important;
  color: #fff !important;
}

.bannerSection .infoContianer {
  min-height: 300px;
}

@media only screen and (min-width: 992px) {
  .estimate-form .estimate-form-content {
    margin-right: 5%;
    width: 45%;
  }
  .estimate-form .estimate-form-form {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .estimate-form .estimate-form-form {
    margin-top: 1.5rem;
  }
  .estimate-form-content p {
  }
}
@media only screen and (min-width: 768px) {
  .bannerSection .infoContianer {
    min-height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .bannerSection .banner p {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .utility-list-right h4,
  .utility-list-left h4,
  .service-list h4 {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .service-list h4 {
    padding: 0 15px;
  }

  .get-estimate-right h4,
  .why-us h4,
  .process h4,
  .testimonial h4,
  .faq h4,
  .estimate-form-content h4 {
    font-size: 25px;
  }

  .service-list .service h4,
  .why-us .list span {
    font-size: 18px;
  }

  .estimate-form-content h6 {
    margin: 22px 0 20px;
  }
}

@media only screen and (max-width: 520px) {
  .bbbLogo {
    max-width: 90px;
  }
}
img {
  max-width: 100%;
}