* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Italic.eot');
    src: url('fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Italic.woff') format('woff'),
        url('fonts/PlayfairDisplay-Italic.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.eot');
    src: url('fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a{
	text-decoration: none;
}
a:focus {
	outline: 0!important;
	outline-offset: 0!important
}
.container{
	width: 90%;
	margin: 0 auto;
}
body{
	margin: 0;
	font-weight: 400;
	font-family: 'Poppins';
	font-size: 14px;
	line-height: 28px;
	background: #0b0c10;
	color: #fff;
}
h1, h2, h3, h4, p{
	margin: 0;
}
h1, h2, h3, h4{
	font-family: 'Playfair Display';
	font-weight: normal;
}
.d-none{
	display: none !important;
}
.relative{
    position: relative;
}
.d-grid{
	display: grid;
}
.d-flex{
	display: flex;
}
.flex-end{
	justify-content: flex-end;
}
.items-center{
	align-items: center;
}
.col-2{
	grid-template-columns: repeat(2, 1fr);
}
.gap-30{
	gap: 30px;
}
.p-15{
	padding: 15px 0;
}
.section-border-radius{
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.section-margin-top{
    margin-top: -100px;
}
.overflow-hidden{
    overflow: hidden;
}
.top-contact a{
	display: flex;
	align-items: center;
	line-height: normal;
    color: #847b5c;
    font-size: 14px;
}
.top-contact a span:first-child{
	margin-right: 15px;
}
.head-top{
    padding: 25px 0;
}
nav .navbar
{
	max-width: 1200px; 
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
nav .navbar .bx-menu,
nav .navbar .nav-links .side-bar-logo .logo-name,
nav .navbar .nav-links .side-bar-logo .bx-x
{
	display: none;
}
nav .navbar .logo
{
	display: flex;
}

.logo img{
	width: 160px;
	height: auto;
}
.logo-name img{
	width: 200px;
}
nav .navbar .nav-links
{
	height: 100%;
	line-height: 70px;
}
nav .navbar .nav-links .links{
	display: flex;
}
nav .navbar .nav-links .links li{
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 14px;
}
nav .navbar .nav-links .links li a{
	color: #847b5c;
	text-decoration: none;
	white-space: nowrap;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.navbar .search-icon
{
	position: relative;
	height: 40px;
	width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.navbar .search-icon i{
	color: #f9c300;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.navbar .search-icon .input-box
{
	height: 60px;
	width: 300px;
	background: #847b5c;
	top: 80px;
	right: calc(100% - 40px);
	border-radius: 6px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
    z-index: 9999;
}

.navbar.showInput .search-icon .input-box{
	top: 65px;
	opacity: 1;
	pointer-events: auto;
}
.navbar .search-icon .input-box::before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background: #847b5c;
	right: 10px;
	top: -6px;
	transform: rotate(45deg);
}
.navbar .search-icon .input-box input{
	position: absolute;
	height: 35px;
	width: 280px;
	z-index: 98;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
    font-family: 'Poppins';
}
.call-btn a{
	padding: 5px 20px;
	background: #6A1B9A;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	font-size:16px;
	align-items: center;
}
.call-btn a i{
	margin-right:5px;
}
.navbar-brand{
    font-family: 'Oleo Script', cursive;
    text-decoration: none;
    font-size: 1.5rem;
    text-align: center;
    line-height: 27px;
    color: #f9c300;
    text-shadow: 1px 1px 1px #000;
}
.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
    color: #847b5c;
}
.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px;
}
.menu-section{
	width: 100%;
	background: #000;
	z-index: 999;
    padding: 15px 0 120px 0;
}
/* .banner-skeleton-loader:empty {
    width: 100%;
    height: 100vh;
    cursor: progress;
    background: linear-gradient(.55turn,transparent,rgb(22, 21, 21),transparent),linear-gradient(#000,#000),radial-gradient(0px circle at 1px 1px,#000 20%,transparent 21%),linear-gradient(#000,#000);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -315px 0,0 0,0 190px,50px 195px;
    animation: loading 1.5s infinite;
    margin-top: -100px;
    }
  @keyframes loading {  
    to {
      background-position: 315px 0, 0 0, 0 190px, 50px 195px;
    }
  }
   */
   .banner-skeleton-loader {
    width: 100%;
    height: 100vh;
    cursor: progress;
    background-color: rgb(20, 20, 20);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(90deg, #111111 25%, #181717 50%, #111111 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite linear;
    margin-top: -100px;
}

@keyframes loading {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.banner{
    height: 100vh;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner-text{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    padding-top: 100px;
}
.banner-text h1{
    font-size: 50px;
    line-height: 70px;
    color: #847b5c;
    text-align: center;
}
.banner-text h4{
    text-align: center;
    color: #c6c5ba;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 1em;
    letter-spacing: 0.5em;
    margin-top: 30px;
}
.bnr-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 15px;
    margin-top: 30px;
}
.bnr-btns a{
    display: inline-block;
    width: 150px;
    border: 1px solid #847b5c;
    background: #847b5c;
    color: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: 0.3s all ease-in-out;
    font-size: 13px;
}
.bnr-btns a:last-child{
    background: transparent;
    color: #847b5c;
}
.bnr-btns a:hover{
    background: #847b5c;
    color: #000;
}

  
  .splide__arrow {
    background-color: #000;
  }
  .new-escort-slider{
    background: #141617;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .prof-text{
    display: block;
    position: absolute;
    margin-top: 0;
    padding: 16px 12px 10px;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .prof-img img{
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .prof-text span{
    display: block;
    text-align: center;
  }
  .prof-title{
    text-transform: uppercase;
  }
  .custom-icon {
    background-image: url(./images/label_bg.png);
    height: 90px;
    width: 90px;
    background-size: cover;
    position: absolute;
    z-index: 999;
    top: -6px;
    right: -6px;
    color: #000;
}
.custom-icon .label-text {
    color: #000;
    font-weight: bold;
    transform: rotateZ(45deg);
    position: absolute;
    text-transform: uppercase;
    bottom: 48px;
    right: 9px;
    width: 60px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}
.profile-box{
    border-radius: 5px;
    overflow: hidden;
}
.prof-contact{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
}
.prof-contact a{
    padding: 0 5px;
    border-radius: 3px;
    color: #fff;
    background: rgb(160, 33, 33);
    font-size: 12px;
}
.prof-contact a:first-child{
    background: #18a506;
}
.slider{
    padding: 50px 25px;
    background: #564f6f;
    border-radius: 20px;
    margin-bottom: 50px;
}
.common-btn{
    text-align: center;
    margin-top: 30px;
}
.common-btn a{
    border: 1px solid #847b5c;
    background: #847b5c;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 45px;
    display: inline-block;
    border-radius: 100px;
    transition: 0.3s all ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.section-title{
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}
.prof-img:hover img{
    transform: scale(1.2);
}
.high-class{
    background: url(./images/high-class-escorts.webp) no-repeat center fixed;
    padding-top: 100px;
    padding-bottom: 200px;
    text-align: center;
}
.high-class a{
    color: #b9a668;
    text-decoration: underline;
    font-weight: 700;
}
.high-class h2{
    color: #b9a668;
    margin-bottom: 20px;
    font-size: 40px;
}
.high-class h2 span{
    display: block;
    font-family: 'Poppins';
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.text-area{
    background: #000;
    padding-top: 80px;
    padding-bottom: 150px;
}
.text-area p{
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 30px;
}
.text-area p a{
    color: #b9a668;
    font-weight: 700;
    text-decoration: underline;
}
.why-choose{
    background: #1f2631;
    padding-top: 50px;
    padding-bottom: 150px;
}
.why-choose p a{
    color: #b9a668;
    font-weight: 700;
    text-decoration: underline;
}
.why-choose-spec.d-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.why-choose-1{
    background: url(./images/why-choose-1.png) no-repeat right center #141414 fixed;
    background-size: auto 100%;
    padding: 20px;
}
.why-choose-2{
    background: url(./images/why-choose-2.png) no-repeat left center #141414 fixed;
    background-size: auto 100%;
    padding: 20px;
}
.why-choose-3{
    background: url(./images/why-choose-3.png) no-repeat right center #141414 fixed;
    background-size: auto 100%;
    padding: 20px;
}
.why-choose-4{
    background: url(./images/why-choose-4.png) no-repeat left center #141414 fixed;
    background-size: auto 100%;
    padding: 20px;
}
.why-choose-spec .col p{
    width: 60%;
}
.why-choose-spec .col h3{
    font-size: 25px;
    margin-bottom: 15px;
}
.why-choose-spec .col{
    border-radius: 10px;
    margin-top: 30px;
    height: 360px;
}
.why-choose-2 p, .why-choose-4 p{
    margin-left: auto;
}
.why-choose-2 h3, .why-choose-4 h3{
    margin-left: auto;
    width: 60%;
}
.gallery-grid{
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.escorts-gallery{
    background: #000;
    padding-top: 50px;
    padding-bottom: 150px;
}
.location-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.locations p a{
    color: #b9a668;
    font-weight: 700;
    text-decoration: underline;
}
.loc-img img{
    width: 100%;
    display: block;
    transition: 0.3s ease-in-out;
}
.loc-img{
    overflow: hidden;
}
.location-grid .col{
    border-radius: 10px;
    overflow: hidden;
    background: #1f2631;
    padding-bottom: 60px;
}
.location-grid .col:hover img{
    transform: scale(1.2);
}
.loc-text{
    padding: 15px;
}
.loc-text h4{
    font-size: 18px;
    color: #b9a668;
}
.loc-text p{
    font-size: 13px;
}
.loc-text .view-more-btn{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.loc-text .view-more-btn a{
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-radius: 50px;
    background: #847b5c;
    margin-top: 15px;
    font-size: 12px;
}
.locations{
    padding-top: 50px;
    background: #141414;
    padding-bottom: 150px;
}
.offer-grid{
    grid-template-columns: calc(70% - 30px) calc(30%);
    gap: 30px;
}
.offer{
    background: #000;
    padding-bottom: 50px;
}
.offer-grid img{
    width: 100%;
    display: block;
}
.offer-grid .d-flex{
    flex-direction: column;
    justify-content: center;
}
.category{
    padding-top: 50px;
    padding-bottom: 150px;
    background: #564f6f;
}
.category p a{
    color: #b9a668;
    font-weight: 700;
    text-decoration: underline;
}
.cat-img img{
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}
.cat-box{
    background: #141414;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}
.cat-box h3{
    color: #b9a668;
    margin-bottom: 15px;
    font-size: 24px;
}
.view-all-btn a{
    padding: 5px 35px;
    font-size: 13px;
    color: #fff;
    background: #564f6f;
    border-radius: 30px;
    display: inline-block;
    margin-top: 15px;
}
.category .d-grid{
    margin-top: 30px;
}
.d-grid.popular-grid
{
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: center;
    margin: 30px 0;
}
.popular{
    background: #1f2631;
    padding-top: 50px;
    padding-bottom: 150px;
}
.plsr-box{
    overflow: hidden;
    border-radius:5px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.plsr-txt{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 1 / 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.plsr-box img{
    display: block;
    width: 100%;
}
.plsr-txt h3{
    font-size: 23px;
    margin-bottom: 10px;
    color: #b9a668;
}
.plsr-txt p{
    font-size: 13px;
    line-height: 18px;
}
/* .testi-slider{
    width: 40%;
    margin: 50px auto 0 auto;
} */
.testimonial{
    padding: 50px 0 150px 0;
    background: #000;
}
.testimonial p a{
    color: #b9a668;
    font-weight: 700;
    text-decoration: underline;
}
.testi-box{
    padding: 15px;
    border-radius: 10px;
    background: #141414;
    height: 300px;
}
.testi-slider .splide__arrow--prev {
    left: -50px;
}
.testi-slider .splide__arrow--next {
    right: -50px;
}
.testi-slider .splide__pagination{
    bottom: -30px;
}
.testi-grid{
    grid-template-columns: calc(50% - 30px) calc(50%) !important;
    margin-top: 30px;
}
.testi-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.testi-box p{
    text-align: center;
    font-style: italic;
    margin-bottom: 25px;
}
.test-name span{
    display: block;
    font-size: 20px;
    color: #b9a668;
    font-family: 'Playfair Display';
}
.book-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.testi-grid img{
    display: block;
    width: 55%;
    margin: 0 auto;
}
.book-bg{
    background: url(./images/book-bg.webp);
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.book-img img{
    width: 100%;
    display: block;
}
.book .d-grid {
    margin-top: 30px;
}
.book-grid{
    grid-template-columns: calc(40% - 30px) calc(60%);
}
.book-bg .col{
    padding: 15px;
    border: 1px dashed #b6b6b6;
    margin-bottom: 15px;
}
.book-bg h3 span{
    display: block;
    color: #b9a668;
}
.book{
    background: #0b0c10;
    padding-top: 50px;
    padding-bottom: 150px;
}
.what-set{
    background: url(./images/popular-footer.jpg) right bottom fixed #000 no-repeat;
    padding-top: 50px;
    padding-bottom: 150px;
}
.what-set-cont{
    width: 60%;
}
.what-set-cont .col{
    margin-top: 30px;
}
.what-set-cont .col h3{
    color: #b9a668;
    font-size: 22px;
}
.type-main-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
}
.types{
    background: url(./images/types-of.jpg) no-repeat center top fixed;
    padding-top: 50px;
    padding-bottom: 150px;
}
.type-main-grid .col{
    background: #1f2631;
    padding: 15px;
    border-radius: 10px;
}
.type-main-grid .col h3{
    color: #b9a668;
}
.tips-img img{
    display: block;
    width: 100%;
    
    border-radius: 10px;
}
.tips-img{
    position: sticky;
    top: 0;
    left: 0;
}
.tips h3{
    color: #b9a668;
    font-size: 22px;
    margin-bottom: 10px;
}
.tips p{
    margin-bottom: 15px;
}
.tips .d-grid{
    margin-top: 30px;
}
.tips{
    padding-top: 50px;
    padding-bottom: 150px;
    background: #141617;
}
.accordion {
    width: 100%;
    max-width:100%;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #d2e8f5;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .faq-accordian{
    margin-top: 30px;
  }
  .accordion__intro {
    position: relative;
    padding: 20px;
    cursor: pointer;
  }
  .accordion__intro span{
    position: absolute;
    right: 30px;
    top: 35%;
    transition: all 0.3s ease-in-out;
  }
  .accordion.accordion__active .accordion__intro span{
    transform: rotate(180deg);
  }
  .accordion__content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
  }
  .accordion h4,
  .accordion p {
    margin: 0;
  }
  .accordion h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
  .accordion p, .accordion ul li {
    color: #000;
    font-size: 15px;
    margin: 0;
    line-height: 28px;
  }
  .accordion p a{
    color: #564f6f;
    font-weight: 700;
    text-decoration: underline;
  }
  .accordion ul li a{
    color: #0C356A;
    text-decoration: underline;
  }
  .accordion__active .accordion__content {
    padding:20px;
    opacity: 1;
  }
  .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    display: block;
    color: #000;
  }
  .gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
  }
  .faq{
    background: #564f6f;
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .poster img{
    display: block;
    width: 100%;
  }
  .text-area-2{
    padding-bottom: 60px;
  }
  footer{
    padding-top: 50px;
    background: #141617;
  }
  .four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}
.footer_title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #b9a668;
}
.rounded-list, footer ul {
    list-style: none;
    padding: 0;
}
footer ul li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.cp-ryt {
    padding: 30px;
    margin-top: 15px;
    background: black;
    text-align: center;
}
.social a {
    display: inline-block;
}
.social a img {
    width: 25px;
    margin-right: 10px;
}

.select-option{display:inline-flex; align-items:center; justify-content:space-between;}
.select-option select{background:#847b5c; padding:13px 20px; border-radius:1000px 0px 0px 1000px; border:#847b5c solid 1px; color:#fff; font-size:15px; width:700px;}
.select-option label{color:#fff; font-size:17px; font-family:Poppins, sans; font-weight:500; text-transform:uppercase; margin-right:15px;margin-bottom:0;}
.select-option label span{animation:.5s infinite alternate mover; font-size:20px; line-height:16px; margin-left:15px; display:inline-block;}
.select-option button{background: #847b5c ;padding: 8px 20px 4px;cursor: pointer;height: 47px;border: none; border-radius: 0px 1000px 1000px 0px;}
.select-option .d-flex{display:flex; align-items:center; justify-content:center;}
.select-option{
    margin: 0 auto;
    display: table;
    
}

@media (max-width:1199px){
    .navbar-brand svg{
        width: 150px;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-text{
        padding-top: 30px;
        display: flex;
    align-items: center;
    }
	.banner-text h4{
        margin-top: 0;
    }
    .bnr-btns{
        margin-top: 15px;
    }
    .section-margin-top {
        margin-top: -50px;
    }
    .new-escort-slider{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slider {
        padding: 25px 25px;
    }
    .high-class{
        padding: 50px 0 100px 0;
    }
    .text-area{
        padding-top: 50px;
        padding-bottom: 71px;
    }
    .why-choose-spec .col{
        height: auto;
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .escorts-gallery {
        padding-bottom: 85px;
    }
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .locations {
        padding-bottom: 85px;
    }
    .category {
        padding-top: 50px;
    }
    .d-grid.popular-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .popular{
        padding-bottom: 85px;
    }
    .testimonial {
        padding: 50px 0 85px 0;
    }
    .book{
        padding-bottom: 85px;
    }
    .what-set{
        padding-bottom: 85px;
    }
    .type-main-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .types, .tips, .faq, .category, .why-choose{
        padding-bottom: 85px;
    }

}
@media (max-width:991px){
	.nav-links{
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 50%;
        width: 50%;
        height: 100vh;
        background:  #141617;
        line-height: 40px;
        padding: 20px 20px 50px 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
      }
      .nav-links .sidebar-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .sidebar-logo .logo-name{
        font-size: 25px;
        color: #fff;
      }
      .links{
        display: block !important;
        margin-top: 20px;
      }
      .sidebar-logo .logo-name{
        display: block;
      }
      nav .navbar .bx-menu, nav .navbar .nav-links .side-bar-logo .logo-name, nav .navbar .nav-links .side-bar-logo .bx-x {
        display: block;
    }
    .gg-menu {
        transform: scale(var(--ggs, 1));
      }
      .gg-menu,
      .gg-menu::after,
      .gg-menu::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        background: currentColor;
      }
      .gg-menu::after,
      .gg-menu::before {
        content: "";
        position: absolute;
        top: -6px;
      }
      .gg-menu::after {
        top: 6px;
      }
      nav .navbar{
        flex-direction: row-reverse;
      }
      .menu-section {
        padding: 15px 0 65px 0;
    }
    .gg-close-o {
        box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale(var(--ggs, 1));
        width: 22px;
        height: 22px;
        border: 2px solid;
        border-radius: 40px;
      }
      .gg-close-o::after,
      .gg-close-o::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 12px;
        height: 2px;
        background: currentColor;
        transform: rotate(45deg);
        border-radius: 5px;
        top: 8px;
        left: 3px;
      }
      .gg-close-o::after {
        transform: rotate(-45deg);
      }
      .side-bar-logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      nav .navbar .nav-links .links li a{
        display: block;
        line-height: 55px;
      }
      nav .navbar .nav-links .links li{
        display: block;
      }
      .logo-name a{
        font-size: 20px;
        color: #fff;
      }
      .navbar-brand svg{
        width: auto;
      }
      .search-icon{
        display: none !important;
      }
      .high-class h2{
        font-size: 30px;
      }
      .section-title {
        line-height: 40px;
    }
    .head-top .d-flex{
        justify-content: center;
    }
    
}
@media (max-width:767px){
    .select-option select {
    width: 280px;
}
	.col-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .head-top{
        text-align: center;
    }
    .section-border-radius {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .banner-text {
        padding-top: 0;
    }
    .why-choose-spec .col p, .why-choose-spec .col h3 {
        width: 100%;
        position: relative;
    z-index: 9;
    }
    .why-choose-spec .col{
        position: relative;
        overflow: hidden;
    }
    .why-choose-spec .col::after{
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.158);
        left: 0;
        top: 0;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .location-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .offer{
        padding-top: 50px;
    }
    .offer-grid, .testi-grid {
        display: block;
    }
    .testi-grid img{
        margin-top: 50px;
    }
    .book .d-grid, .type-main-grid {
        display: block;
    }
    .type-main-grid .col{
        margin-bottom: 15px;
    }
    .four-column {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-skeleton-loader{
        margin-top: -135px;
    }
    .high-class, .why-choose-1, .why-choose-2, .why-choose-3, .why-choose-4, .what-set, .types{
        background-size: 100% 100%;
    }
    .accordion__intro{
        padding-right: 50px;
    }
}

@media (max-width:499px){

    .navbar-brand svg {
        width: 180px;
    }
    .banner-text h4 {
        margin-top: 15px;
        line-height: 20px;
    }
    .bnr-btns{
        display: block;
    }
    .bnr-btns a{
       width: 100%;
    }
    .bnr-btns a:first-child{
        margin-bottom: 10px;
    }
    .mob-none{
        display: none;
    }
    .head-top .d-grid{
        gap: 0;
    }
    .nav-links{
        width: 100%;
        max-width: 100%;
    }
    .section-title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 15px;
    }
    .high-class h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .high-class h2 span{
        line-height: 25px;
    }
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .view-all-btn a{
        display: block;
        text-align: center;
    }
    .d-grid.popular-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .what-set-cont {
        width: 100%;
    }
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
 

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.lcol {
    background-color: #564F6F;
}
.rcol {
    background-color: #009999;
}

  