/*-- Use For Custom Styling --*/

#particles-js {
  background: linear-gradient(to left, #153179, #3356b0);
  min-height: 950px;
  max-height:1000px;
}
.slider-image img {
  border-radius: 20px;
}
section#about {
  padding-bottom: 0;
}

.about-media:hover .about-icon i {
  transform: rotate(0);
}

.price_header_text {
  font-weight: 600;
  font-size: 35px;
}

.addr p span {
  display: block;
  font-weight: 700;
}

.contact-sec {
  background: linear-gradient(to left, #153179, #3356b0);
}

.btn.btn-trans-white:hover {
  background: #017bff !important;
  border-color: #017bff;
}

.video-play-button {
  background: #002450;
  border-color: #00bbff;
  color: #fff;
}

/* privacy pages CSS */

.policies {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policies h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.policies .policy-btn {
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 20px;
  color: #002450;
  transition: all 0.5s ease;
}

.policies .policy-btn:hover {
  background-color: #017bff;
  color: #fff;
}

#main,
.standalone-detail {
  padding-bottom: 0;
  color: #000;
}

.standalone-detail {
  overflow: hidden;
}

.page-title {
  background: #3255ae;
}

.custom-ul {
  padding-left: 30px;
}

.custom-ul li {
  margin-bottom: 0.5em;
}

.custom-ul li span {
    margin-left: 25px;
}

.custom-ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #00b7ff;
  border-radius: 50%;
  top: 3px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

/* Order Now Page CSS */

.order-page {
  color: #000;
}

.order-page .form-control {
  height: auto;
}

@media (min-width: 1200px){
header .container {
    max-width:1280px;
}

}


@media screen and (max-width: 786px) {
  .policies {
    margin-top: 30px;
  }
}
