.pricing .price_card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.price_card {
  background-color: #fff;
}

.price_btn {
  background-color: #0d6efd;
  width: 100%;
  color: var(--main-color-one);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .price_card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .price_card:hover .btn {
    opacity: 1;
  }
}

/* gallery css  */
.gallery_img_text {
  text-align: center;
  color: var(--main-bg-color);
  background-color: var(--main-color-three);
}
.gallery_img_text p {
  color: var(--main-bg-color);
  font-weight: bold;
}

.gallery_img_card {
  border: 2px solid var(--main-color-three);
  border-radius: 5px;
}

.gallery_img_card {
  position: relative;
}

.vip_gallery_img {
  position: absolute;
  top: 2%;
  right: 2%;
}

.vip_gallery_img img {
  width: 60px;
}

.gallery_img_btn .btn {
  background-color: red;
  font-weight: bold;
}

/* aabout page css  */



.profiles {
  padding: 20px 0 10px;
}
.profiles .item {
  background: linear-gradient(to right, #eaf8bf, #eaf8bf, #eaf8bf);
  border: 5px double #000;
  padding: 5px;
  border-radius: 0;
  margin: 10px -6px;
}
.profiles .item img {
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-image: url(../../www.hotelescortservices.com/assets/images/background/divider-a.html),
    url(../../www.hotelescortservices.com/assets/images/background/divider-b.html);
  padding: 52px 0;
  width: 100%;
  height: auto;
}




/* callgirl css  */
.callgirl_new{
  border: 2px solid rgb(163, 5, 5);
  padding: 10px
}

.callgirl_loc{
  color: var(--main-color-two);
}

.callgirl_new_img{
  border-radius: 5px;
}

.callgirl_btn{
  background-color: var(--main-color-three);
}

.callgirl_name{
  color: var(--main-color-two);
}

.callgirl_category{
  color: var(--main-color-three);
}


/* location css  */
.location_name{
  text-align: center;
  color: var(--main-bg-color);
  font-weight: bold;
  background-color: var(--main-color-three);
  padding: 5px 0px;
}

.location_name h6{
  font-size: 18px;
}
.location_icons{
  text-align: center;
  color: var(--main-color-two);
  font-weight: bold;
  background-color: var(--main-color-five);
  padding: 10px 0px;
}

.location_icons .fa{
  font-size: 23px;
  color: ;
}

.location_img{
  border-radius: 5px;
}