body {
  font-family: "Zodiak";
  overflow-x: hidden;
}
.background-custom {
  background: url("../images/Rectangle.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;
}
.bg-gray-theme {
  background-color: #f5f5f5;
}
.gray-theme {
  background-color: #495e6b;
}
.background-custom-home {
  background: url("../images/bg-content1.png");
}
.bg-content {
  min-height: 125px;
}
/* small font */
.fs-7 {
  font-size: 14px;
}
.fs-8 {
  font-size: 12px;
}

/* ATRIBUTE THEME */
.btn-secondary {
  background-color: #495e6b;
}
.dropdown {
  position: static !important;
}
.dropdown-menu {
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
  margin-top: 0px !important;
  width: 100% !important;
  background-color: #f5f5f5;
  border: none;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #000000;
}
.z-index-min {
  z-index: -99;
}
.z-index-max {
  z-index: 99;
}
.text-theme {
  color: #495e6b;
}
.text-title {
  font-size: clamp(36px, 3.6vw, 64px);
}
.text-sub-theme {
  font-size: clamp(16px, 3.6vw, 20px);
}
.li-style {
  list-style-image: url(../images/li.png);
}

/* ITEMS */
.content-items {
  font-size: clamp(1.2rem, 3.6vw, 4rem);
}
.getin {
  margin-top: -300px;
  left: 0px;
}
.getinright {
  margin-top: -700px;
  right: 0px;
}
.numberStep {
  color: #fefefe;
  background-color: #495e6b;
  padding: 20px;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-img {
  object-fit: cover;
}
.accordion-button-custom {
  background-color: transparent;
}
.accordion-item {
  border-width: 0px 0px 1px 0px;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #495e6b !important;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active {
  background-color: #495e6b !important;
  color: #fff !important;
  box-shadow: 0px !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #fff !important;
  box-shadow: 0 0 0 0.2rem transparent !important;
}
.accordion-body {
  background-color: #f5f5f5 !important;
}

/* can't copy/disabled copy text */
.dis-coppy {
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  unselectable: on;
}
/* Toggle switch */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #495e6b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #495e6b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* search-box */
#search {
  /* width: 100%; */
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  border-width: 0px 0px 1px 0px;
  border-color: #e4e6e7;
  background-color: transparent;
}

#search:focus {
  box-shadow: 0 0 0px 0 #007bff;
}
.floating-whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
}

.floating-whatsapp-button img {
  width: 35px;
  height: 35px;
}

/* RESPONSIVE */

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  .content-1 {
    margin-top: 0px;
  }
  .background-custom {
    margin-bottom: 100px;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
  .content-1 {
    margin-top: 0px;
  }
  .background-custom {
    margin-bottom: 100px;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
  .dropdown-menu {
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
    margin-top: 0px !important;
    width: 100% !important;
    background-color: #f5f5f5;
    border-width: 1px 0px 0px 0px;
    border-radius: 0px;
    border-color: #e4e6e7;
  }
}
