.pac-container {
    z-index: 10000 !important;
}

.bg-secondary {
    background-color: #02b3ce !important;
}
/* .btn-secondary {

} */

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #02b3ce;
    --bs-btn-border-color: #02b3ce;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #22c6db;
    --bs-btn-hover-border-color: #1abdd3;
    --bs-btn-focus-shadow-rgb: 2, 179, 206;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #30d0e4;
    --bs-btn-active-border-color: #1abdd3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #02b3ce;
    --bs-btn-disabled-border-color: #02b3ce;
}

.text-secondary {
    color: #02b3ce !important;
}

.border-secondary {
    border-color: #02b3ce !important;
}

a:hover {
    color: #02b3ce;
}

#footer-form {
    z-index: 999;
}

#contact_form_1 input,
#contact_form_1 textarea {
    background-color: #fff;
    border: .0625rem solid var(--bs-neutral-700);
    border-radius: 0;
    color: var(--bs-neutral-500);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: .8125rem 1rem;
    width: 100%;

}
.form-group {
    margin-bottom: 20px;
}
/* .main-banner{
    min-height: 650px;
} */

hr.style-two {
    border: 0;
    margin: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.header-logo{
    width: 180px;
}

.nav-phone {
    position: relative;
    z-index: 9999;
    display: flex;
    padding: 25px 30px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #02B3CE;
    text-decoration: none;
    visibility: hidden;
}
@media (max-width: 992px) {
    .nav-phone {
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #043851;
        visibility: visible;
    }
}

label.error {
    font-size: 13px;
    color: red !important;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
  border: none;
}

.dot.active {
  background-color: #02B3CE;
}
#back-to-top {
    position: fixed;
    bottom: -45px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: #02B3CE;
    font-weight: bold;
}
#back-to-top:hover{
    color: #043851;
}
#back-to-top.show {
    bottom: 60px;
}

.footer-logo{
    width: 200px;
}

.service-lists img{
    min-width: 100%;
}