body {
  background-color: #000;
  color: white;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}

/* Header Sec */
.header_sec .top-header {
  padding: 10px 0;
}

.header_sec .top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_sec .top-header .header_title {
  font-size: 18px;
  margin: 0;
}
.header_sec {
  position: fixed;
  left: 0;
  right: 0;
  background: #000000;
  top: 0;
  z-index: 99;
}
/* .header_sec.sticky {
  position: sticky;
  top: 0;
  animation: slide-down 0.7s;
  opacity: 1;
  animation-duration: 1s;
  animation-direction: normal;
  animation-delay: 0s;
  border-bottom: 1px solid #eaeaea;
}*/
@keyframes slide-down{
  0%{opacity:0;transform:translateY(-100%);} 
  50%{opacity:0;transform:translateY(-100%);} 
  100%{opacity:1;transform:translateY(0);} 
} 

.header_sec.sticky {
  animation: slide-down 0.7s;
  opacity: 1;
  animation-duration: 1s;
  animation-direction: normal;
  animation-delay: 0s;

}
.header_sec.sticky .top-header {
  display: none;
}


.header_sec.sticky .logo-section .logo {
  font-size: 40px;
  line-height: 40px;
}
.logo-section .logo .logo_img {
    width: 100%;
    max-width: 90px;
}
.header_sec.sticky .logo-section .for-contact {
  margin-top: 0;
}
.header_sec.sticky .logo-section .container .row {
  margin-top: 0 !important;
  align-items: center;
}
.header_sec .container .row {
  align-items: center;
}
.contact_sec .call_icon {
    width: 26px;
}
/* Header Sec */
.footer_logo {
    background-color: #000;
    width: 190px;
    height: 180px;
    border-radius: 10px;
}
#footerLocation ul, #footerService ul {
    height: 310px;
    overflow-y: scroll;
    text-wrap:auto;
}

.footer_logo img {
    width: 100%;
    margin-top: 25px;
}
.for-nav-sec .m_logo {
  display: none;
}

.for-nav-sec  .become_link_sec {
  display: none;
}
.btn-pink {
    background-color: #61071d;
    color: #fff;
}

.btn-pink:hover {
    background-color: #d42963;
    color: #fff;
}

.logo {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 14px;
}
.login {
  color: #fff;
  font-size: 24px;
}
.login:hover {
  color: #61071d;
}
.phone-box {
  background-color: #111;
  border: 1px solid #444;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 15px;
  margin: 5px;
  text-align: center;
}
.btn-diva {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 15px;
  padding: 5px 12px;
  margin-top: 0;
}
.nav-link {
  color: white !important;
  font-weight: bold;
}
.nav-link.active, .for-nav-sec ul li a:hover {
  background-color: #8d1e35;
  border-radius: 6px;
}
.sub-menu {
  text-align: center;
  font-size: 18px;
  margin: 15px 0;
  flex-wrap: wrap;
}
/* dropdown menu */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Removes the gap */
}
.dropdown-menu {
  background-color: #fff;
  border-radius: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #6a0d1b;
  color: #fff;
  border-radius: 0;
}
/* dropdown menu */
.search-bar input {
  background-color: #61071d;
  border: none;
  padding: 10px;
  font-size: 18px;
  color: white;
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.tab-section .sub-menu a {
  color: #fff;
}
.tab-section .sub-menu a:hover {
  color: #61071d;
}

.search-bar input::placeholder {
  color: white;
}
.search-bar button {
  background-color: #f8f9fa;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
}
select.form-select {
  background-color: black;
  color: white;
  border: 1px solid white;
}

.top-header .foat-right {
  float: right;
  position: absolute;
  right: 0;
  width: max-content;
}
.top-header .btn.btn-diva:hover {
  background: #61071d;
}



.model_page {
  margin-top: 250px;
}
/* .model_page .search {
  margin-top: 480px;
} */
.relative {
  position: relative;
}

.for-nav-sec {
  background-color: #61071d;
}
.for-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
}

.profile-name {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-left: 70px;
}
.main-img {
  width: 100%;
  border-radius: 5px;
}
.thumbnail-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
}
.stats-box,
.rates-box {
  background-color: #61071d;
  color: white;
  border-radius: 8px;
  padding: 15px;
  margin-top: 0;
}
.stats-box h5,
.rates-box h5 {
  background: #ba163d;
  padding: 10px 14px;
  margin-bottom: 7px;
  border-radius: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
}
.stats-item,
.rate-item {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #fff; */
  padding: 5px 0;
  background: #ba163d;
  padding: 5px 14px;
  margin-bottom: 7px;
  border-radius: 5px;
  font-size: 14px;
}
.reviews .reviews-pic img {
    width: 100%;
    max-width: 200px;
    height: 300px;
}
.note {
  font-size: 12px;
  margin-top: 10px;
  color: #ffebee;
  background: #ba163d;
  padding: 10px 14px;
  margin-bottom: 7px;
  border-radius: 5px;
  font-size: 16px;
}

.big-images {
  width: 100%;
}

.big-images img {
  width: 73%;
}

.for-rate .rate-item span {
  width: 50%;
}

.appartment-body {
  background: #61071d;
  padding: 20px 20px;
  border-radius: 5px;
}
.appartment-body .appartment-text i {
  font-size: 18px;
  margin-right: 10px;
}
.appartment-body iframe {
  border-radius: 5px;
  margin-top: 15px;
}

.appartment.for-text {
  margin-top: 30px;
}
.appartment.for-text .appartment-body h2 {
  font-size: 28px;
  margin-bottom: 9px;
}

.appartment.for-text .appartment-body p {
  font-size: 16px;
  margin-bottom: 0;
}

.tag {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  width: max-content;
  float: none;
  margin-right: 12px;
  margin-bottom: 13px;
  display: inline-block;
}

.Escorts {
  padding: 50px 0 0 0;
}

.Escorts h3 {
  text-align: center;
  margin-bottom: 20px;
}

.escort-details h3 {
  font-size: 16px;
  margin-top: 10px;
}

.reviews-details {
  background: #61071d;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  border-radius: 5px;
  flex-wrap: wrap;
}
 .reviews-details .reviews-text span {
    position: relative;
    top: 0;
    right: 0;
}
 
.reviews-details .reviews-text  h2 {
    margin-bottom: 0;
}
.reviews-details .reviews-text {
    width: 100%;
}
.reviews-details h2 {
  margin-bottom: 0;
}

.reviews-details .tag {
  margin-bottom: 0;
}

.enquire {
  margin: 20px 0;
}

.enquire .tag {
  background: #61071d;
  font-size: 15px;
  text-align: center;
}

.enquiry-box {
  background-color: #f8f8e7;
  border-radius: 12px;
  padding: 0;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.enquiry-header {
  background-color: #61071d;
  color: white;
  padding: 20px 10px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}

.form-control {
  border-radius: 6px;
}

.form-check-label {
  font-size: 14px;
}

.security-code {
  color: #61071d;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 18px;
}

.btn-enquire {
  background-color: #61071d;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  padding: 10px 30px;
}

.btn-enquire:hover {
  background-color: #c2185b;
}

.privacy-text {
  font-size: 13px;
  margin-top: 10px;
}
.enquiry-box form {
  padding: 20px;
}

.enquiry-box form label.form-check-label {
  color: #000;
}

.enquiry-box form label.form-label {
  color: #000;
}

.privacy-text strong {
  color: #000;
}

.transform h4 {
  text-align: center;
  color: #61071d;
  font-weight: 600;
  margin-bottom: 20px;
}

.transform a {
  background: #61071d;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 5px;
}

.transform h5 {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  font-style: italic;
}
.escorts-text-left-top a {
    display: flex;
    flex-direction: row;
    align-items: anchor-center;
}

.escorts-text-left-top a span:nth-child(2) {
    margin-left: 10px;
}
.reviews-details .tag {
    padding: 12px 7px;
    vertical-align: middle;
}
/*****===== Location Page =====*****/
.location_page {
  margin-top: 290px;
}
.location_page .location_banner img {
  width: 100%;
}

.location_page .location_banner {
  margin-bottom: 60px;
}
.location_page .model_gallery .title {
  font-size: 34px;
  font-weight: 700;
  border-bottom: 1px solid #61071d;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.location_page .model_gallery .modal_content {
  background: #61071d;
}

.location_page .model_gallery .modal_content .modal_photo img {
  width: 100%;
}

.location_page .model_gallery .modal_content .text_content {
  padding: 10px;
}

.location_page .model_gallery .modal_content .text_content .name {
  font-weight: 700;
  font-size: 22px;
}

.location_page .model_gallery .modal_content .text_content .des {
  margin: 0;
  font-weight: 500;
}

.location_page .location_content .top_sec .title {
  font-size: 72px;
  font-weight: 700;
}

.location_page .location_content .top_sec  .des {
  font-size: 24px;
  font-weight: 600;
}

.location_page .location_content .des {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8;
}

.location_page .location_content .find_content {
  background: #61071d;
  padding: 15px;
  margin-bottom: 40px;
}

.location_page .location_content .find_content .title {
  font-size: 70px;
  font-weight: 700;
  width: 30%;
}

.location_page .location_content .find_content .des {
  font-weight: 600;
  width: 40%;
}
.location_page .location_content .find_content.service_type .title {
  width: auto;
  font-size: 36px;
}

.location_page .location_content .find_content.service_type .des {
  width: auto;
  font-weight: 500;
  margin-bottom: 3px;
}


.rescorts_sec {
  margin-top: 40px;
}

.rescorts_sec .title_sec {
  margin-bottom: 30px;
}

.rescorts_sec .title_sec .title {
  font-weight: 700;
  font-size: 36px;
}

.rescorts_sec .des {
  margin: 0 auto 30px;
}

.rescorts_sec .title_sec .des {
  margin-bottom: 0;
}

.rescorts_sec .table_sec {
  margin-bottom: 40px;
}
.location_content table {
  width: 100%;
}
.rescorts_sec .table_sec .table_content {
  width: 100%;
}
.location_content table tbody tr td {
  background: #61071d;
  font-size: 20px;
  padding: 20px 20px;
  border-bottom: 1px solid #fff;
}

.location_content table tbody tr:last-child td {
  border-bottom: none;
}

.rescorts_sec .table_sec .table_content tbody tr td {
  background: #61071d;
  font-size: 20px;
  padding: 20px 20px;
  border-bottom: 1px solid #fff;
}
.rescorts_sec .table_sec .table_content tbody tr:last-child td {
  border-bottom: none;
}

.rescorts_sec .border_sec {
  margin-bottom: 40px;
}

.rescorts_sec .border_sec span {
  background: #61071d;
  display: block;
  height: 3px;
  margin-bottom: 10px;
}
/*****===== Location Page =====*****/


/********Faq start*************/
.faq h3 {
  font-size: 47px;
  padding-bottom: 20px;
}

.accro .accordion {
  background-color: #61071d;
  color: #fff;
  cursor: pointer;
  padding: 20px 60px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
}

.accro .active,
.accordion:hover {
  background-color: #8d1e35;
}

.accro .accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  float: lefr;
  margin-left: 5px;
  position: absolute;
  left: 30px;
}

.accro .active:after {
  content: "\2212";
}

.accro .panel {
  padding: 0 18px;

  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #fff;
}

.accordion.footer:hover {
  background-color: #fff;
}
.accro {
  z-index: 0;
  position: relative;
}
/********Faq End*************/

/*.footer {
  background-color: #61071d;
  color: white;
  padding: 40px 20px;
  margin-top: 30px;
}*/
.footer {
    background: linear-gradient(90deg,rgba(97, 7, 29, 1) 10%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
    color: white;
    padding: 40px 20px;
    margin-top: 30px;
    border-top: 3px solid #8d0f2e;
}

.footer h6 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 23px;
}
.footer a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer input[type="email"] {
  border-radius: 5px 0 0 5px;
  border: none;
  padding: 6px 10px;
  margin-right: 0;
  width: 65%;
  max-width: max-content;
}

.footer .submit-btn {
  background-color: #4caf50;
  border: none;
  padding: 6px 15px;
  color: white;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}

.dmca-badge {
  margin-top: 10px;
  max-width: 190px;
}

.footer .logo-text {
  font-size: 28px;
  margin-top: 5px;
}



/*********advertise Page start**************/

.advertise-top p {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 31px;
}

.location_page.for-advertise {
  margin-top: 20px;
}

/*********advertise Page End*****************/

/*********conatct Page start**************/
.conatct-top h1 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 20px;
}

.conatct-top h5 {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 25px;
  margin-bottom: 20px;
}

.conatct-top h4 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  color: #61071d;
  margin-bottom: 20px;
}
.conatct-top p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}
.conatct-top h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 20px;
}
/*********conatct Page end**************/

/*********review Page start**************/
.headingOne {
  font-family: Poppins;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  padding: 10px 0;
  background: #61071d;
  color: #fff;
  margin-bottom: 30px;
}
.review-top p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}

.headingTwo {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  padding: 10px 0;
  background: #61071d;
  color: #fff;
  margin-bottom: 30px;
}
.review-body .review-bg {
  height: 375px;
  background: #61071d;
  padding: 30px 0;
  margin-bottom: 40px;
}
.review-body .review-bg .review-image {
  box-shadow: 5px 4px 13px 6px #00000040;
  margin: 20px 40px;
  background: none;
}
.review-body .review-bg .review-image img {
  width: 100%;
  border-radius: 5px;
  max-width: 225px;
}

.review-body .review-bg .review-text {
}

.review-body .review-bg .review-text h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
}

.review-body .review-bg .review-text h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

.review-body .review-bg .review-text p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
}

.review-body .review-bg .review-text .a-btn {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
  text-decoration: dashed;
}
.banenr {
  padding: 30px 0;
}
.banenr img {
  width: 100%;
}
/*********review Page end**************/

/*********privacy-policy Page start**************/
.privacy-policy-top {
}

.privacy-policy-top h3 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 29px;
  margin-bottom: 20px;
}

.privacy-policy-top p {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}

.privacy-policy-top .list {
}

.privacy-policy-top .list ul {
  padding-left: 0;
}

.privacy-policy-top .list ul li {
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  line-height: 49px;
  position: relative;
  list-style-type: none;
  padding-left: 30px;
}

.privacy-policy-top .list ul li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  height: 3px;
  width: 15px;
  background-color: #fff;
}
/*********privacy-policy Page end**************/

/*********Blog Page Start**************/
.blog-top {
  margin: 30px 0;
}
.blog-top h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 34px;
  line-height: 45px;
}

.blog-top h6 {
  font-weight: 400;
  font-style: Medium;
  font-size: 15px;
  line-height: 29px;
}

.blog-table {
  background: #61071d;
  padding: 20px 0;
}

.blog-table h1 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.blog-table ul {
  padding-left: 0;
}
.blog-table ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  list-style-type: none;
  padding-left: 0;
}
.blog-mid {
  margin: 70px 0;
}
.blog-mid .blog-mid-pic {
    text-align: center;
}
.blog-mid .blog-mid-pic img {
  width: 100%;
}

.blog-mid .blog-mid-text {
}

.blog-mid .blog-mid-text p {
  font-weight: 500;
  font-size: 20px;
}
.blog-only-text{
  padding:0 0 60px 0;
}
.blog-only-text h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 29px;
  margin-bottom: 20px;
}
.blog-only-text h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  margin-bottom: 20px;
}

.blog-only-text p {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.blog-only-text ol {
}
.blog-only-text ol li {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  list-style-type: none;
}

a.btn-blog {
  background: #61071d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 23px;
}
.blog-only-list{

}

.blog-only-list .blog-only-list-details{
  
}

.blog-only-list .blog-only-list-details .blog-only-list-pic{
  
}
.blog-only-list .blog-only-list-details .blog-only-list-pic img{
  width: 100%;
}
.blog-only-list-text p{
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  padding: 10px 0;
 
}
/*********Blog Page end**************/
/********* Blog List Page ***********/
.blog_page {
    margin-top: 230px;
}
.blog_page .blog_item .card {
    border: none;
}
.blog_page .blog_item .card > a {
    width: 416px;
}

.blog_page .blog_item .card a > .blog_img {
    width: 100%;
    border-radius: 4px;
}
/********* Blog List Page ***********/
/********Booking Page*************/
.booking_top_sec {
  margin-top: 250px;
}

.booking_top_sec .title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  padding: 40px 0 50px;
  background: var(--Blue-Orange, linear-gradient(90deg, #61071d 24.08%, #efdae1 111.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.booking_form_sec {
  margin-top: 70px;
  margin-bottom: 120px;
}

.booking_form_sec .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 70px;
}
.booking_form_sec .booking_form .booking_content .booking_details_sec .form_title {
  margin-bottom: 50px;
  font-weight: 900;
}
.booking_form_sec .booking_content .form-group {
  margin-bottom: 26px;
  position: relative;
}
.booking_form_sec .booking_content .form-group input {
  height: 48px;
  background: #1A1919;
  border: none;
  color: #fff;
  padding: 20px 20px 16px;
  font-size: 13px;
}
.booking_form_sec .booking_content .form-group input::placeholder {
  color: #fff;
}
.booking_form_sec .booking_content .form-group input::-ms-input-placeholder { 
  color: #fff;
}
.booking_form_sec .booking_content .form-group label {
  background: #121111;
  padding: 2px 10px;
  position: absolute;
  top: -11px;
  font-size: 13px;
  border-radius: 5px;
  margin: 0 0 0 15px;
}
.booking_form_sec .booking_form .booking_content .booking_details_sec .form_title {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 20px;
}
.booking_form_sec .booking_form .booking_content .details_accordion .accordion-header .accordion-button {
  margin-bottom: 40px;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 20px;
  text-transform: capitalize;
  background-image: url(../images/down_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}
.booking_form_sec .booking_form .booking_content .details_accordion .accordion-body .form-group:last-child {
  margin-bottom: 30px;
}
.booking_form .booking_photo {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.booking_form .booking_photo_sec {
  text-align: center;
}
.booking_form .booking_photo img {
  width: 100%;
}
.booking_form .booking_photo_sec .form_group input[type="button"] {
  background: #61071d;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
}
.booking_form .booking_photo_sec .form_group input[type="button"]:hover {
  background: #8d1e35;
}

.booking_content .booking_details_sec .form_capture {
  width: 50%;
}

.booking_content .booking_details_sec .form_capture img {
  width: 100%;
}

/********Booking Page*************/

/******** Gallery Page *********/
.banner-gallery {
  position: relative;
}

.banner-gallery img {
  width: 100%;
}
.banner-gallery .banner-text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner-gallery .banner-text h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 73px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ba163d;
}

.gallery-details {
  position: relative;
    margin-bottom: 30px;
}
.gallery-details .gallery-pic {
  position: relative;
}
.gallery-details .gallery-pic img{
  width: 100%;
}

.gallery-details .gallery-pic .gallery-text {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  
}

.gallery-details .gallery-pic .gallery-text a{
  background: #61071d;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
}


.gallery-details .gallery-pic:hover .gallery-text {
  opacity: 1;
}
/******** Gallery Page *********/
video-top {
}

.video-top h1 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  margin-bottom: 20px;
}

.video-top h3 {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 20px;
}

.video-top p {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 20px;
}

.video-top h3 span {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
}
.pagination {
  margin-bottom: 40px;
}
.pagination span {
  padding: 5px 10px;
  border: 1px solid #61071d;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.pagination span:hover {
  background: #61071d;
  color: #fff;
}

.girl-video {
  padding: 10px 20px;
  border: 1px solid #61071d;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
}

.girl-video:hover {
  background: #61071d;
  color: #fff;
}

.video-body {
  margin: 20px 0;
}
.video-body .center-btn {
  background: #61071d;
  color: #fff;
  display: block;
  justify-content: center;
  /* align-items: center; */
  width: max-content;
  padding: 10px 30px;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto;
}
.video-body .video-body-details {
  margin: 20px 0;
}
.video-body .video-body-details span {
  text-align: center;
  display: block;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 21px;
  color: #c2185b;
  margin-bottom: 10px;
}

.video-body .video-body-details .video-body-text span {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  color: #fff;
}

.video-body .video-body-details .video-body-text strong {
  font-family: Poppins;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.video-top.for-video-bottom {
  margin: 70px 0;
}

.video-top.for-video-bottom p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.search .search-bar form.form-inline {
    display: flex;
}
 
.search .search-bar form.form-inline .form-group {
    width: 100%;
}
/*********************************/
 .recommended-escorts {
  background: #61071d;
  padding: 50px 0;
}

.escorts-details .escorts-text {
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.escorts-details .escorts-pic {
  position: relative;
}
.escorts-details .escorts-pic .overlay {
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgb(0 0 0 / 0%);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: right;
  right: 0;
  float: right;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.escorts-details .escorts-pic .overlay i {
  background: #a8001e70;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.escorts-details .escorts-pic:hover .overlay {
  opacity: 1;
}
.escorts-details .escorts-pic img {
  width: 100%;
}

.escorts-details .escorts-text .escorts-text-right-bottom {
  display: flex;
  gap: 10px;
}
.escorts-details .escorts-text .escorts-text-right-bottom p {
  margin-bottom: 0;
}
.escorts-text-left .escorts-text-left-top p {
  margin-bottom: 0;
}
.escorts-details .escorts-text {
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
}
.escorts-details .escorts-text .escorts-text-right-bottom {
  display: flex;
  gap: 10px;
  align-items: center;
}
.escorts-details .escorts-text .escorts-text-left .toma {
  background: #3bb16a;
  height: 13px;
  width: 13px;
  display: block;
}
.escorts-details .escorts-text .escorts-text-left .escorts-text-left-top {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: flex-start;
}

.escorts-details .escorts-text .escorts-text-left .toma {
  background: #3bb16a;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 5px;
}

.escorts-details .escorts-text .escorts-text-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.recommended-escorts .recommended-escorts-details {
  position: relative;
}
.recommended-escorts .recommended-escorts-details .owl-nav {
  position: absolute;
  top: -46px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommended-escorts .recommended-escorts-details .owl-nav button.owl-prev {
  font-size: 24px;
  line-height: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 12px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommended-escorts .recommended-escorts-details .owl-nav button.owl-next {
  font-size: 24px;
  line-height: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 12px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.escorts-details .escorts-text .escorts-text-right-bottom i {
  color: #a8001e;
}

.escorts .escorts-details .escorts-text {
  background: #61071d;
}
.reviews-text .stra-details {
  display: flex;
  justify-content: space-between;
}
.reviews-text .stra-details p {
  margin-bottom: 0;
}
.reviews-text h6 {
  font-family: Poppins;
  font-weight: 500;
  font-style: Italic;
  font-size: 10px;
  line-height: 100%;
  vertical-align: middle;
}

.reviews-text h6 a {
  font-size: 14px;
  color: #fff;
}
.reviews-text {
  position: relative;
}
.reviews-text span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
.reviews {
  padding: 50px 0;
}
.reviews h2 {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  margin-bottom: 20px;
}
.escorts-details .escorts-pic {
  position: relative;
}
.reviews .reviews-pic {
  position: relative;
}
.reviews .reviews-pic .pic-tag {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #61071d;
  bottom: 15px;
  position: absolute;
  left: 12px;
  padding: 5px;
  border-radius: 5px;
}

.service-details {
}
.service-details h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 29px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.service-details p {
  padding-top: 10px;
}

.details-escorts {
  background: #61071d;
  padding: 30px 0;
}

.details-escorts h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 29px;
  color: #fff;
  margin-bottom: 20px;
}

.details-escorts p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  line-height: 30px;
  margin-bottom: 20px;
}

.recommended-escorts.stories {
  background: #000;
}

.recommended-escorts.stories .escorts-details {
}
.recommended-escorts.stories .escorts-details .overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #070707 100%);
  padding: 10px 0;
}
.recommended-escorts.stories .escorts-details .overlay-bottom p {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
}
.news-ltr {
  background: url("../images/join-email-list.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 393px;
}
.news-ltr h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  color: #61071d;
  margin-bottom: 20px;
}
.news-ltr p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  color: #61071d;
}

.for-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}
.news-ltr form input {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #000;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  background: #000;
  border-radius: 5px;
}

.news-ltr .submit {
  display: block;
  margin-top: 12px;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #000;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #61071d;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  position: relative;
}
.news-ltr .submit:hover {
  background: #a8001e;
  color: #fff;
}

.news-ltr img {
  width: 100%;
}
a.view-all {
  background: #fff9f9;
  padding: 7px 13px;
  margin: 23px auto 0;
  text-align: center;
  border-radius: 5px;
  display: block;
  width: 12%;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 17px;
  color: #61071d;
}

a.view-all:hover {
  background: #000;
}

/* review Section Css */
#reviewModal .modal-header {
    background-color: #61071d;
    color: #fff;
    display: inline-block;
}

#reviewModal .modal-header .close {
    float: right;
    border: 1px solid #000;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 2px;
}
#reviewModal label {
    color: #000
}
#reviewModal .modal-footer {
    border: none;
}
#reviewModal .form-group {
    margin-bottom: 10px;
}
#reviewModal #star-rating {
	font-size: 24px;
	color: #ccc;
	cursor: pointer;
}
#reviewModal #star-rating .star.selected,
#reviewModal #star-rating .star:hover,
#reviewModal #star-rating .star.hover {
	color: gold;
}

#reviewModal .review_sbmt {
    background-color: #61071d;
    color: #fff;
}

/* 1600px */
@media (max-width: 1600px) {

  /* Location Page */
  .location_page .location_content .top_sec .title {
    font-size: 68px;
  }
  .location_page .location_content .find_content .title {
    font-size: 64px;
    width: 30%;
  }
  .location_page .model_gallery .modal_content .text_content .name {
    font-size: 20px;
  }
  .location_page .location_content .top_sec .title {
    font-size: 60px;
  }
  .location_page .location_content .find_content .title {
    font-size: 60px;
  }
  .location_page .location_content .find_content .des {
    width: 52%;
    font-size: 20px;
  }
  /* Location Page */
   
  /* Booking Page */
  .booking_top_sec .title {
    font-size: 48px;
  }
  .booking_page .container {
    max-width: 1100px;
  }
  /* Booking Page */

}
@media (max-width: 1200px) {
  .logo {
    font-size: 40px;
  }
  .header_sec .logo-section .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .for-nav-sec .for-nav {
    gap: 0 18px;
  }
  .tab-section .container {
    padding: 0 10px !important;
  }

  .tab-section .sub-menu a {
    font-size: 14px;
    padding: 0 12px;
  }

   /* Location Page */
  .location_page .model_gallery .modal_content .text_content .des {
    font-size: 14px;
  }
  .location_page .location_content .top_sec .title {
    font-size: 54px;
  }
  .location_page .location_content .top_sec  .des {
    font-size: 22px;
    line-height: 1.2;
  }
  .location_page .location_content .des {
    font-size: 20px;
    line-height: 1.8;
  }
  .location_page .location_content .find_content .title {
    font-size: 54px;
  }
   /* Location Page */

   /* Modal  Page */
   .model_page {
    margin-top: 223px;
  }
   .tab-section {
      padding-top: 10px;
  }
  .profile-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .search .container {
    padding-bottom: 0 !important;
  }
   /* Modal  Page */
   /* Booking Page */
    .booking_page .container {
      max-width: 950px;
    }
    /* Booking Page */
}
@media (max-width: 990px) {
  .logo {
    display: none;
  }
  .header_sec.sticky .logo-section {
    padding: 40px 0 0;
  }
  .header_sec.sticky .logo-section .contact_sec .phone-box {
      font-size: 16px;
      padding: 10px 10px;
  }
  .header_sec .top-header .container {
    justify-content: center;
  } 
  .header_sec .top-header .header_title_sec {
    text-align: center;
  }
  .tab-section .sub-menu a {
    font-size: 11px;
    padding: 0 7px;
  }
  .btn-diva {
    display: none;
}
  .location_page {
    margin-top: 450px;
  }



  .for-nav-sec .nav_list {
    display: block !important;
    position: fixed;
    z-index: 1;
    height: 100vh !important;
    top: 0;
    width: 64%;
    right: -64%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    overflow: scroll;
    background: #000;
  }
  .for-nav-sec .nav_list.show .navbar-nav, .for-nav-sec .nav_list.navbar-collapse.show {
      right: 0;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
  }

  .for-nav-sec .nav_list .navbar-nav li {
    display: block;
    width: 100%;
    text-align: left;
  }

  .for-nav-sec .nav_list .navbar-nav li a {
      padding: 16px 20px;
      background: none;
      border-bottom: 1px solid #4d4d4d;
      border-radius: 0;
      display: block;
      text-wrap: auto;
  }
  .nav-link.active, .for-nav-sec ul li a:hover {
    color: #8d1e35 !important;
  }
  .enquire .enquiry-box {
    width: 70%;
    margin-top: 30px;
  }
  .stats-box, .rates-box {
    margin-top: 40px;
  }
  .profile-name {
    font-size: 30px;
    margin-top: 0;
    margin-left: 70px;
  }
  .big-images {
    height: 631px;
    margin-bottom: 50px;
  }

  .tab-section {
    padding-top: 24px;
  }
   /* Location Page */
  .location_page {
    margin-top: 290px;
  }
  .location_page .location_content .top_sec .title {
    font-size: 44px;
  }
  .location_page .location_content .find_content .title {
    font-size: 52px;
  }
   /* Location Page */
}
@media (max-width: 768px) {

  .for-nav-sec .m_logo {
    display: block;
  }
  
  .for-nav-sec  .become_link_sec {
    display: block;
  }
  

  /* Header Sec */



  .logo-section .for-contact.login_sec {
    display: none;
  }

  .header_sec .top-header .container {
    padding: 9px 50px 20px !important;
}
  .for-contact .contact_sec {
    display: inline-block;
  }

  .for-contact .contact_sec .phone-box {
      padding: 17px 10px;
      line-height: 1.;
  }


  .logo-section .for-contact {
      margin: 0;
  }

  .logo-section .for-contact .contact_sec {
      margin-bottom: 20px;
  }

  .logo-section .container.py-4 {
      padding: 0 !important;
      margin-bottom: 10px;
  }
  .model_page {
    margin-top: 274px;
}
  .m_logo {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 87px;
    background: #fff;
    padding: 9px;
    border-radius: 8px;
  } 
  .for-nav-sec .m_logo .logo_img {
    width: 100%;
}
  .header_sec .become_link_sec .become_btn {
    color: #fff;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 15px;
  }
  .login {
    font-size: 25px;
    margin-right: 10px;
  }
  .for-nav-sec {
    padding: 8px 10px;
  }
  /* Header Sec */



  .footer .logo-col,
  .footer .newsletter-col {
    margin-top: 20px;
  }

  .top-header .foat-right {
    float: none;
    position: relative;
    right: 0;
    width: max-content;
  }
  
  .escorts-details .escorts-text {
      padding: 10px 10px;
  }
  .escorts-text-left-top a {
      font-size: 13px;
  }
  
  .escorts-details .escorts-text .escorts-text-right-bottom p {
      font-size: 13px;
  }
  .escorts-details .escorts-text .escorts-text-right-bottom {
      gap: 7px;
  }
  
}

.escort-pic img {
  width: 100%;
}





@media (max-width: 767px) {

  .header_sec.sticky .top-header, .header_sec.sticky .logo-section  {
    display: none;
  }

  .logo-section .logo {
    display: none;
  }
  .for-nav-sec {
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 20%, rgba(97, 7, 29, 1) 100%);
        border-bottom: 1px solid #61071d;
        border-top: 1px solid #61071d;
    }
  .for-nav-sec .m_logo {
      display: block;
    /*background: #ffffff;*/
    background: transparent;
    border-radius: 8px;
    width: 63px;
    padding: 4px;
  }

  .for-nav-sec .m_logo img.logo_img {
      width: 100%;
  }
  .login {
    font-size: 18px;
    margin-right: 9px;
  }
  .for-nav-sec .container {
    align-items: center;
  }

  .for-nav-sec .become_link_sec .navbar-toggler {
      border: 1px solid #fff;
      padding: 0;
      height: 30px;
      width: 30px;
  }

  .for-nav-sec .become_link_sec .navbar-toggler span.navbar-toggler-icon {
      background-size: 18px;
  }
  .dropdown .dropdown-menu {
    height: 330px;
    overflow-y: scroll;
  }
  .header_sec .become_link_sec .become_btn {
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
  }
    .footer {
        background: linear-gradient(180deg, rgba(97, 7, 29, 1) 25%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
        text-align: center;
        width: 100%;
    }
    .footer_logo {
        width: 100%;
        background: transparent;
    }
    .footer_logo img {
        width: 198px;
    }
    .footer .logo-col {
    	margin-bottom: 26px;
    }
  .big-images {
    height: 380px;
    margin-bottom: 50px;
  }

.model_page {
    margin-top: 250px;
}
a.view-all {
  width: 40%;
}
.news-ltr {
  height: 445px;
}
  /* Modal Page */
  
  .tab-section {
    padding-top: 1px;
  }
  .location_page .model_gallery .modal_content .text_content .name {
    font-weight: 700;
    font-size: 19px;
  }

  .location_page .model_gallery .modal_content .text_content .des {
    font-size: 14px;
}
  /* Modal Page */

  /* Location Page */
  .location_page .location_content .top_sec .title {
    font-size: 34px;
  }
  .location_page .location_content .des {
    font-size: 18px;
    line-height: 1.6;
  }
  .location_page .location_content .find_content .title {
    font-size: 44px;
    width: 58%;
  }
  .location_page .location_content .find_content .des {
    width: 90%;
    font-size: 18px;
  }
  .location_page .location_content .find_content.service_type .title {
    font-size: 28px;
  }
  .rescorts_sec {
    margin-top: 30px;
  }
  .rescorts_sec .title_sec .title {
    font-size: 30px;
  }
  .rescorts_sec .border_sec {
    margin-bottom: 20px;
  }
  .location_page .location_content .des {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
  .location_page .location_content .find_content .title {
    font-size: 38px;
    width: 78%;
  }
  .rescorts_sec .title_sec .title {
    font-size: 28px;
  }
  .rescorts_sec .table_sec .table_content tbody tr td {
    font-size: 15px;
    padding: 10px 8px;
  }
  .rescorts_sec .table_sec {
    margin-bottom: 30px;
  }
  .rescorts_sec .des {
    margin: 0 auto 15px;
  }
  .location_page .location_banner {
    margin-bottom: 40px;
  }
  .location_page .model_gallery .title {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  /* Location Page */

  /* Faq Page */
  .location_page {
    margin-top: 250px;
  }
  .faq h3 {
    font-size: 34px;
    padding-bottom: 4px;
  }
  .accro .accordion {
    padding: 14px 20px 14px 40px;
    font-size: 16px;
}
  .accro .accordion:after {
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
  }
  .for-contact .contact_sec .phone-box {
    padding: 10px;
    font-size: 14px;
  }
  .escorts-text-left-top a span:nth-child(2){
    margin-left: 4px;   
  }
  /* Faq Page */
    /* Booking Page */
  .booking_top_sec .title {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .booking_form_sec {
    margin-top: 50px;
  }
  .booking_form_sec .title {
    margin-bottom: 40px;
  }
  .booking_form_sec .title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  /* Booking Page */
    
}


@media (max-width: 480px) {
  /* Header Sec */
  .top-header .foat-right {
    font-size: 14px;
    padding: 5px 20px;
  }
  .top-header .foat-right {
    font-size: 16px;
    padding: 5px 20px;
  }
  .for-contact .contact_sec .phone-box {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .tab-section .sub-menu a {
    font-size: 8px;
    padding: 0 5px;
  }
  .sub-menu {
    font-size: 18px;
    margin: 5px 0;
  }
  .header_sec .become_link_sec .become_btn {
    font-size: 12px;
    padding: 6px 10px;
  }
  .login {
    font-size: 14px;
    margin-right: 9px;
  }
  /* Header Sec */

  /* Location Page */
  .location_page .model_gallery .modal_content .text_content .des {
    font-size: 12px;
  }
  .location_page .location_content .top_sec .title {
    font-size: 30px;
  }
  .location_page .location_content .top_sec  .des {
    font-size: 20px;
  }
  .location_page .location_content .find_content .title {
    font-size: 30px;
    width: 88%;
  }
  .location_page .location_content .find_content .des {
    width: 90%;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .location_page .location_content .find_content.service_type .title {
    font-size: 22px;
  }
  .location_page .location_content .find_content {
    margin-bottom: 20px;
  }
  .rescorts_sec {
    margin-top: 20px;
  }
  .rescorts_sec .title_sec .title {
    font-size: 24px;
  }
  .rescorts_sec .title_sec {
    margin-bottom: 20px;
  }
  .rescorts_sec .title_sec .title {
    font-size: 22px;
  }
  .rescorts_sec .table_sec .table_content tbody tr td {
    font-size: 12px;
    padding: 6px 7px;
  }
  .rescorts_sec .table_sec {
    margin-bottom: 20px;
  }
  .location_page .model_gallery .title {
    font-size: 24px;
    padding-bottom: 18px;
    margin-bottom: 26px;
  }
  /* Location Page */

  /* Faq Page */
  .location_page {
    margin-top: 270px;
  }
  .faq h3 {
    font-size: 28px;
    padding-bottom: 4px;
  }
  /* Faq Page */
  
  .enquire .enquiry-box {
    width: 100%;
  }
  .appartment.for-text .appartment-body h2 {
    font-size: 20px;
    margin-bottom: 9px;
  }
}
