label.error {
  display: none !important;
}
input.error {
  border-bottom: 1px solid red !important;
}

#contact_msg {
  width: 100%;
  padding: 10px;
  background: #e0ece0;
  text-align: center;
}
#contact_msg p {
  text-align: center;
  margin: 0;
  font-weight: 500;
  color: green;
}

#posi-fixed {
  position: fixed;
  top: 180px;
  right: 30px;
  z-index: 9;
}

#posi-fixed img {
  width: 265px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

#posi-fixed .image-posi {
  position: relative;
  display: flex;
  justify-content: center;
}

#posi-fixed a.clickbtn {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  background: #fff;
  color: #16222d;
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 100px;
  padding: 5px 20px;
  transition: all 0.6s ease;
}

#posi-fixed a.clickbtn:hover {
  background: #16222d;
  color: #fff;
}

#posi-fixedm {
  display: none;
}

@media (max-width: 600px) {
  #posi-fixedm {
    display: block;
  }
  #posi-fixed .image-posi {
    display: none;
  }

  #posi-fixedm {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
  }

  #posi-fixedm img {
    width: 247px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
  }

  #posi-fixedm .image-posim {
    position: relative;
    display: flex;
    justify-content: center;
  }

  #posi-fixedm a.clickbtn {
    position: absolute;
    z-index: 9;
    bottom: 13px;
    background: #1d6ff9;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 100px;
    padding: 5px 20px;
    transition: all 0.6s ease;
  }

  #posi-fixedm a.clickbtn:hover {
    background: #479359;
  }
}

.policies .title-block {
  margin-bottom: 50px;
  text-align: center;
}

.policies .title-block .title {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 1598px) {
  .policies .title-block .title {
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  .policies .title-block .title {
    font-size: 20px;
  }
}

.policies .content-block {
  color: #fff;
}

.policies .content-block h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.policies .content-block p {
  opacity: 0.75;
  font-size: 15px;
  line-height: 28px;
}

.policies .content-block ul {
  margin: 16px 0;
}

.policies .content-block ul li {
  opacity: 0.75;
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 28px;
}

.policies .content-block ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  margin: auto;
}

.policies .content-block .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.15;
  margin: 30px auto;
}

.site-header .menu-nav .logo a svg {
  width: 130px;
  height: 130px;
}
.site-header {
  padding: 0;
}
@media(max-width:767px){
  .site-header .menu-nav .logo a svg {
    width: 100px;
    height: 100px;
  }
}
