/* GLOBAL STYLES */
 .bg-navy{
     background: #202A44;
}
 body{
     font-family: Montserrat;
     font-size: 20px;
}
/* NAVIGATION STYLES */
 .navbar{
     padding: 30px;
}

main{
    margin-top: 100px;
    line-height: 1.7em;
}
.container-fluid{
    padding: 0px;
}
.pt-45{
    padding-top: 45px;
}
.footer-container{
    padding: 90px;
}

.hero-banner{
    padding: 0px;
    position: relative;
    text-align: center;
    color: white;
}
.hero-banner:before{
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgb(255,255,255);
}
.centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 30px 45px;
}

.container{
    padding: 90px;
}

.heading{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background: #a50000;
}
.btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
}
.btn-primary {
    color: #fff;
    background-color: #a50000;
    border-color: #a50000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #730000;
    border-color: #730000;
}
.bg-lightgray{
    background-color: #f9f9f9;
    padding: 90px;
}
.padding-90{
    padding: 90px;
    color: #fff;
}
.pt-30{
    padding-top: 30px;
}
.about-rimage {
    max-width: 45%;
    margin-left: 20px;
}
.float-right {
    float: right!important;
}
.heading-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.text-black{
    color: #000;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.review-item{
    max-width:800px;
    margin: auto;
}
.name{
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
}

.bg-image.overlay {
    position: relative;
}
.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-image > .container {
    position: relative;
    z-index: 1;
}
.footer-img{
    max-width: 100%;
}
.footer-icon{
    width: 80px;
}
.footer-li{
    padding-right: 20px;
}
.footer-li img{
    width: 80px;
}

.services-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.services-list li:before{
  height: 34px;
  padding: 7px 7px 0 0;
  color: #57A0D2;
  content: "\f30b";
  font-family: bootstrap-icons!important;

}
.nav-cities{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav-cities li:before{
    height: 34px;
    padding: 7px 7px 0 0;
    color: #57A0D2;
    content: "\f30b";
    font-family: bootstrap-icons!important;
}
.drain-clean-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.drain-clean-list li:before{
    height: 34px;
    padding: 7px 7px 0 0;
    color: #57A0D2;
    content: "\f30b";
    font-family: bootstrap-icons!important;
}
.navbar .dropdown-menu[data-bs-popper]{
    left: -125px;
}
.phone-number{
        padding-right: 30px;
}
.phone-number a{
    color: red !important;
    font-weight: bold;
}
.footer-number{
    color: red!important;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
.red-line{
    position: relative;
    padding-left: 30px;
}
.red-line:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #a50000;
}
.red-line-bottom{
    position: relative;
    padding-bottom: 30px;
}
.red-line-bottom:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: #a50000;
}
.red-line-right{
    position: relative;
    padding-right: 30px;
}
.red-line-right:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #a50000;
}
.bold-red{
    color: #a50000;
    font-weight: bold;
    font-family: Lora;
    font-size: 22px;
}
.clickhere{
    padding-top: 10px;
}
.footer-container .heading{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-card-img{
    padding: 15px;
}
.seal{
    width: 200px;
}
.service-discount{
    width: 80%;
}
.loading, .sent-message{
    display: none;
}

.middle-text{
    display: flex;
    align-items: center;
}

@media (max-width: 1050px) {
    .centered{
        top: 50%;
    }
}
@media (max-width: 900px) {
    .container{
        padding: 45px;
        max-width: 100%;
    }
    .bg-lightgray {
        padding: 45px;
    }
    .bg-navy{
        padding: 45px;
    }
    .footer-container{
        padding: 45px;
    }
    .centered{
        top: 60%;
    }
}