body{ font-family:'Josefin Sans', sans-serif;}

/** lastest review css **/
#latest_review {
  padding: 0 10px 0;
}
.profile_img {
  width: 140px;
  height: 200px;
  overflow: hidden;
  float: left;
  border-radius: 20px 0 20px 0;
  border: 2px solid #e8257b;
}
.profile_img img {
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.latest_review_des {
  padding-left: 160px;
  color: #000;
}
.star_icon span {
  display: inline-block;
}
.latest_review_box {
   background: rgb(252,252,252);
   background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(199,199,207,1) 82%); 
  padding: 20px;
  position: relative;
  border-radius: 30px 0 30px 0;
  float: left;
  width:100%;
}
.paragraph_content {
  line-height: 22px;
  margin: 10px 0 0;
  position: relative;
  padding-bottom: 0px;
  color:#000;
}

.owl-carousel .owl-item .star_icon span img {
  width: 18px;
}
.latest_review_des .name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 8px 0 12px;
  position: relative;
  padding-bottom: 8px;
}
.latest_review_des .date, .latest_review_des .reviewer {
  font-size: 15px;
}
.latest_review_des .name::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #E34840;
  left: 0;
  bottom: 0;
}

#latest_review.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 6px;
  margin: 5px 5px;
  border-radius: 0;
}
#latest_review.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #000;
}
#latest_review.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.latest_review_wrap {
  margin: 0 0 30px;
}
/** lastest review css end **/

.active .fe-main-img {
    filter: blur(2px);
}

.escortsvip a{
  pointer-events: none;
}
.w-dropdown-list {
    background: #fff;
    padding: 6px;
}
.left-head ul li.top1:nth-child(3) {
    position: relative;
    top: 12px;
}
.w-dropdown-list a img {
    position: relative;
    top: -2px;
}
.circular-menu .msg-part {
    position: absolute;
    margin: 0;
    width: 100px;
    font-size: 15px;
    text-align: center;
    left: -18px;
}
.about-part a.gold{
    color:#fff;
}
.active .btnslide{display:block;}
.btnslide {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: none;
}
.tick-green img {
    width: 30px;
}
.active .tick-green{display:block;}
.tick-green {
    position: absolute;
    top: 6px;
    right: 8px;display: none;
}
.btnslide a {
    background: #ea1c74;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 7px 13px;
    border-radius: 20px;
    line-height: 23px;
}
.revnew div {
    text-align: center;
    padding-bottom: 10px;
    color: #000;
}

.circular-menu {
    position: fixed;
    bottom:27px;
    right: 90px;
    z-index: 999;
}

.circular-menu .floating-btn {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #36c214;
    box-shadow: 0 2px 5px 0 hsl(0deg 0% 0% / 26%);
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
}

.circular-menu.active .floating-btn {
  box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.circular-menu .floating-btn:active {
  box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
}
.circular-menu .floating-btn .fa-plus {
    display: none;
}

.circular-menu.active .floating-btn .fa-comments {
    display: none;
}
.circular-menu .floating-btn .fa-comments{font-size: 31px;
    padding: 12px 0px;}
.circular-menu.active .floating-btn .fa-plus {
    display: block;    font-size: 26px;
}
.circular-menu .floating-btn i {
font-size: 23px;
    transition: transform .2s;
    padding: 16px 0;
}

.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: ' ';
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  transition: all .3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
  background-color:#fff;
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(1em,-7em,0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-3.5em,-6.3em,0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-6.5em,-3.2em,0);
}

.circular-menu.active .menu-item:nth-child(4) {
  transform: translate3d(-7em,1em,0);
}

/**
 * The other theme for this menu
 */

.circular-menu.circular-menu-left {
  right: auto; 
  left: 1em;
}

.circular-menu.circular-menu-left .floating-btn {
  background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left:after {
  background-color: hsl(217, 89%, 61%);
}

.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(-1em,-7em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(3.5em,-6.3em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(6.5em,-3.2em,0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  transform: translate3d(7em,1em,0);
}

.escort-details-block p {
    margin: 0;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.escort-page-img {
    color: #fff;
}
.reviews-slider {
    padding: 0 10px;
	display:none!important;
}
.tab-content .escort-img .image-12 {
    height: auto;
}
.gallery-block .escort-img .image-12 {

}
.reviews-slider .review-img {
    width: 100%;
    padding: 0!important;
}

.reviews-slider .review-text {
    width: 100%;
    padding: 0;
}

.reviews-slider .review-text .star-rating img {
    width: 16px;
    display: inline-block;
}

.reviews-slider .review-text .star-rating {
    text-align: center;
}
h2.elementor-heading-title.elementor-size-default.ggg {
    font-size: 14px;
    margin-bottom: 0;
}
.rate-services {
    background: #000;
    width: 100%;
    float: left;
}.h-brd h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}


.h-brd p {
    font-size: 18px;
}
.book-contact {
    padding-bottom: 40px;
    color: #fff;padding: 0 10px;margin-top: 40px;
}

.book-contact p {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}

.book-contact p a {
    color: #fff;
	text-decoration:none;
}

.book-contact ul {
padding: 0!important;
    margin: 40px 0 0 0;
}
.book-contact ul li b {
    font-size: 22px;
}
.book-contact ul li {
    list-style: none;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 18px;
}
/* Lightbox background */
#lightbox {
  display:none;
  background: rgba(0,0,0,0.8);
  position:absolute;
  top:0px;
  left:0px;
  min-width:100%;
  min-height:100%;
  z-index:1000;
}
/* Lightbox panel with some content */
#lightbox-panel {
display: none;
    position: fixed;
    top: 28%;
    left: 50%;
    width: 400px;
    background: #FFFFFF;
    z-index: 1001;
    transform: translate(-50%);
    padding: 10px;
}
#close-panel {
position: absolute;
    top: -28px;
    right: 0;
    color: #fff;
    z-index: 9999;
    text-decoration: none;
}
.active-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;left: 0;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.active-checkbox input:checked ~ .alternative {
    border: 5px solid #ea1c74;
}

.active-checkbox .alternative {
outline: 0;
    cursor: pointer;
    border: 5px solid transparent;
    float: left;
	width:100%;
}
.gallery-block .w-col-2 {
    width: 20%;
}
.top-page {
    background: #000;
    padding: 60px 0;
}
.top-page h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}
	ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li:hover {
    color: #fcb5b1;
}

		ul.tabs li{
	color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 10px;
    cursor: pointer;
		}

		ul.tabs li.current{
		    color: #fcb5b1;
    position: relative;
		}
ul.tabs li.current:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #fcb5b1;
}
		.tab-content{
			display: none;
			
		}

		.tab-content.current{
			display: inherit;
			    clear: both;
		}
.escort-serv .escort-serv-left h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.escort-serv .escort-serv-left h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 30px;
    margin: 0 0 0px 0;
    line-height: 40px;
}
.escort-serv .escort-serv-right p {
     font-size: 17px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 18px;
}
.escort-serv .escort-serv-left{margin-bottom: 45px;}
.escort-serv .escort-serv-right {
    padding-left:7%;
	margin-bottom: 45px;
}


.escort-serv .escort-serv-left h3:before {content: '';position: absolute;top: 15px;left: 169px;height: 1px;width: 90px;background: #fff;}		
		
.about-part {
    background: #000;
    padding: 60px 0;
}
.about-part h3.heading-3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    position: relative;
}

.about-part h1.heading-3 {
    color: #fff;
    font-weight: 900;
    text-align: left;
    font-size: 37px;
    margin-bottom: 25px;
    line-height:44px;
}

.about-part h2.heading-1 {
    color: #fff;
    font-weight: 900;
    text-align: left;
    font-size: 50px;
    margin-bottom: 25px;
    line-height:60px;
}
.about-part h3.heading-3:before {content: '';position: absolute;left: 110px;top: 16px;width: 118px;height: 1px;background: #fff;display:none}

.about-part p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 18px;
}

.right-about img {
    width: 100%;
}
.left-about{width:59%;}
.right-about {
    padding-left: 20px!important;
    width: 41%;
}
.banner-inner {
position: absolute;
    width: 100%;
    top: 25%;
    z-index: 9;
}
.banner-slider img {
    height: 600px;
    object-fit: cover;
}
.box-banner {
    max-width: 565px;
}

.box-banner h1 {
color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    line-height: 60px;
    padding-bottom: 40px;
}

.box-banner h2 {
    margin: 0;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
}

.box-banner a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(#1dbce3 40%, #000 );
    outline: 0;
    text-decoration: none;
    margin-top: 35px;
}
.escort-serv {
    background: #000;
    padding: 60px 0;
}
.escort-box-new .img-es {
    overflow: hidden;
    position: relative;
}

.escort-box-new .box-content {
    background: #fcb5b1;
    padding: 15px;
    text-align: center;
}

.escort-box-new .img-es img {
    width: 100%;
}

.escort-box-new .box-content h3 {
margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    padding-bottom: 6px;
}

.escort-box-new .box-content p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    padding-bottom: 3px;
}

.escort-box-new {
    margin-bottom: 20px;
}


.search-p {
    background: #fcb5b1;
    padding: 70px 0 60px 0;
}
.search-p h3.heading-top:before {
    width:412px;
}
.search-p .w-col-2 {
    width: 18.6%;
    padding: 0 5px;
}

.search-p .column-3.w-col-2 {
    width: 15.7%;
}

.search-p .column-2.w-col-2 {
    width: 15.7%;
}

.search-p .column-4.w-col-2 {
    width: 15.7%;
}

.search-p .column-5.w-col-2 {
    width: 15.7%;
}
.left-head ul {
    text-align: right;
    padding: 0;
    margin: 0;
}

.left-head ul li {
    display: inline-block;
}



.left-head ul li .social-icon ul li {
    margin: 0 3px;
}

.right-head {
    text-align: right;
    padding-top: 25px;
}

.left-head #w-dropdown-toggle-0 {
    padding: 0px!important;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    text-decoration: none;
    border-radius: 0;
    background: transparent;
}
.top1 .wh {
    display: inline-block;
}

.top1 .whl {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.top1 .footer-lan-text.heade-lang-text {
color: #000;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}
.top1 .dropdown-toggle-nono.top-lang:after {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 11px;
    background-repeat: no-repeat;
    height: 6px;
    background: url(../images/arrow-new.png);
    content: "";
    background-size: 11px;
}

.top1 .dropdown-toggle-nonoss.top-lang:after {
    position: absolute;
    top: 16px;
    right: 36px;
    width: 11px;
    background-repeat: no-repeat;
    height: 6px;
    content: "";
    background-size: 11px;
}
.top1 nav#w-dropdown-list-0 {
padding: 6px;
    min-width: auto;
    left: 0;
    width: 108px;
    margin-top: -1px;
    background: #fff;
}
.top1 nav#w-dropdown-list-0 a img {
    position: relative;
    top: -3px;
}
.top1 nav#w-dropdown-list-0 a {
    color: #000;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
/*naveen*/
.sound-btn{
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9;	
}
.sound-btn button{
background: rgba(0, 0, 0, 0.44);
    padding: 5px;
    border-radius: 5px;	
	outline:0;
}
.gallery-block .owl-carousel .w-col{padding:0px;}
.active-checkbox{margin:0px;float: left;
width: 100%;}
.active-checkbox [type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
	-webkit-appearance: none;
}

.active-checkbox [type="checkbox"]:checked {
border:3px solid #e199eb;
    border-radius: 5px;
    outline: 0;
}
.sound-btn button img{ }
.banner-slider.owl-theme .owl-nav {margin:0px;}
.banner-slider.owl-theme .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) url(../images/right-arrow.png);
    height: 30px;
    width: 16px;
    font-size: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45%;
    left: 30px;
	outline:0;
	display: none;
}
.banner-slider.owl-theme .owl-nav .owl-prev:hover{ background: rgba(0, 0, 0, 0) url(../images/right-arrow.png);}
.banner-slider.owl-theme .owl-nav .owl-next:hover{ background: rgba(0, 0, 0, 0) url(../images/left-arrow.png);}
.banner-slider.owl-theme .owl-nav .owl-next {
	background:rgba(0, 0, 0, 0) url(../images/left-arrow.png);
   height: 30px;
    width: 16px;
    font-size: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45%;
    right: 30px;
	outline:0;
	display: none;
}
.banner-slider.owl-theme .owl-dots {display: none;}
.recent-blog{}
.recent-blog h3{
margin-top: 0px;
    margin-bottom: 35px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-weight: 500;	
	
}
.recent-blog ul{       padding: 0;
    margin: 10px 0;
    }
.recent-blog ul li{    list-style: none;
    display: block;
    border-bottom: 1px dashed #fff;padding: 10px 0;}
.recent-blog ul li a{color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: none;
	
}
.bg-details-part .blog-details-text {
    padding-bottom: 11px;    line-height: 29px;  
}
.bg-details-part h4 {
    font-size: 24px;
    padding: 30px 0 10px 0;
    margin: 0;
	color:#fff;
	
    
}
.bg-details-part h3{font-size: 30px;}
.bg-details{padding:10px 0;}
.bg-details img{width:100%;}
.blogbox-inner h4 {
        font-size: 20px;
    font-weight: 700;
    
}
.pagetext{display: inline-block;
    width: 100%;}
.pagetext .pagetext-heading{
    margin: 0;
    font-size: 25px;
    margin-bottom: 12px;
    margin-top: 45px;	
	color:#fff;
	
}
.search-p1 {
background: #000;
    padding-top: 60px;
}
.search-p1 h3.heading-top span {
    background: #000;
}

.search-p1 h3.heading-top {
    color: #fff;
}

.search-p1 h3.heading-top:before {
    background: #fff;
    width: 405px;
}

.search-p1 h1.heading-3 {
    color: #fff;
}
.escort-details-block.pp-details {
    margin-top: 0px;
    position: relative;
}
.pagetext p{
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 0;
	
	color: #fff;
}
.pagetext ul{padding:0px; margin:0 0 10px 0;}
.pagetext ul li{
    list-style: none;
    display: block;
    font-size: 16px;
    line-height: 28px;	
}
.clients-reviews .paragraph-10{line-height:24px;}
.recruitment-text{
    color: #000;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 10px;	
	    padding: 0px 15px;
	    
}
.car-tab .div-block-4 h1 {
    margin-bottom: 0;
	text-transform: uppercase;
	font-size:15px;
}
.car-tab .div-block-4 {
    padding:25px 0 15px 0;
}
.banner-video{position:relative;}
.banner-video .vip-part {
position: absolute;
    bottom: 10%;
    left: 2%;
    z-index: 9;
}
.v-slider{position:relative;}
.v-slider .sound{position:absolute; top:0px; right:0px;}
.v-slider .video {
    width: 100%;
    height:100%;
	cursor: pointer;
}
.hidden-lg {
    display: none;
}
.bespoke-gap{margin-top:80px;}
.gallery-page.gallery-page1{    margin-top: 0px;
    display: inline-block;
    width: 100%;}
.gallery-escoerts.gallery-escoerts1{text-align:center;}
a#show_hide { margin-bottom: 30px; display:inline-block;margin: 0 auto;}
.content { margin-bottom: 60px;}
.form-part{padding: 0 20px!important;}
.form-part.form-part1{margin-bottom:40px;}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.main-page .main-part ul li:last-child a {
    color: #fff;
    font-size: 16px;
    text-decoration: blink;
	
}
.main-page .main-part ul li:last-child a:hover{color:#fff;}
.main-page .main-part ul li:last-child {
    width: 100%;
    text-align: center;
    padding-top: 45px;
}
.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    top: -2px;
    border: 1px solid #fcb5b1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #b645c4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.forgotpassword.forget-btn {
    text-align: center;
}

.forgotpassword.forget-btn button {
    background-color: transparent;
    font-size: 15px;
    
    color: #333;
}

.forgotpassword.forget-btn button:focus {
	outline: none;
}

.forget-pass button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    background-color: red;
    opacity: 1;
    border-radius: 50px;
    text-shadow: none;
	color: #fff;
}

.forget-pass h4#myModalLabel {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #141414;
	
}
.forget-pass .modal-header {
	border:none;
}

form#resetPassword {
    padding: 0 30px;
}

form#resetPassword p {
	font-size: 16px;
    margin-bottom: 5px;
    color: #141414;
	
    
}

form#resetPassword input#email {
	width: 100%;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
	color: #141414;
	
    
	padding: 0px 15px;
	outline: none;
	font-size: 16px;
}

#resetPassword input[type="submit"] {
    padding: 10px 35px 11px;
    border-radius: 50px;
    background-color: #ffdd21;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    
	margin-bottom: 15px;
	border: none;
}

.faq-page1 ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    background: #ffdd21;
    padding: 10px 20px;
    border-radius: 40px;
	
}
.faq-page1 ul li:last-child {
    float: right;
}
.faq-page1 ul li:first-child {
    float: left;
}
.faq-page1 ul li {
    list-style: none;
}
.faq-page1 ul {
    padding:25px 0 10px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.rota tr:first-child td {
    background: #000;
	color: #fff;
}
.rota td.es-name{font-size:16px;}
.rota td {
    border: 1px solid #f2f2f2;
    padding: 10px;
	background: #e3a7eb;
    color: #000;
	position:relative;
	font-size: 16px;
	
}
.rota td a{font-size:19px; text-decoration: none;color: #000;}
.text-center {
    text-align: center;
}
.rota td:hover .popup {
    visibility: visible;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background: #999;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 12px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 5px rgba(50,50,50,0.3);
    text-align: center;
    background: #fffcf4;
    padding: 12px;
}
.popup {
    position: absolute;
    top: 0;
    left: 25%;
    visibility: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
    text-align: center;
    background: #fffcf4;
    padding: 12px;width: 130px;}
span.likeh2 {font-weight: normal;color: #000000;font-size: 16px;padding-bottom: 5px;display: block;}
.gallery-escoerts1 {
    text-align: center;
}
.gallery-escoerts1 a {
    margin-bottom: 0;    margin: 0 10px;
}
.gallery-escoerts1{margin-top:30px;}

.car-tab{}
.car-tab ul{    padding: 0px 15px;
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;}
.car-tab ul li{    list-style: none;
    width: 50%;
    float: left;
    padding-bottom: 15px;}
.car-tab ul li a{text-decoration: none;
    font-size: 20px;
    color: #000;}
.car-tab #tabs1 h2 {
    padding-top: 0;
}	
.car-tab h2 {
    padding-top:40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}	
/*naveen*/

.w-checkbox {
  display: block;
  margin-bottom: 5px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../../404.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section {
  padding-top: 10px;
  background-color: #e8c5ed;
}

.link {
  float: right;
  text-align: left;
}



.link-2 {
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 5px;
  float: right;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.image {
  padding-top: 5px;
  float: right;
}

.link-3 {
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 5px;
  float: right;
  color: #000;
  text-decoration: none;
}

.image-2 {
  padding-top: 5px;
  float: right;
}

.button {
  float: right;
  border-radius: 58px;
  background-color: #fff;
  opacity: 1;
  color: #000;
  font-style: normal;
  text-transform: uppercase;
}

.link-4 {
  float: none;
  text-align: center;
  text-transform: uppercase;
}

.image-3 {
  padding-top: 0px;
  padding-left: 10px;
  float: none;
  text-align: center;
}

.column {
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 50px;
  background-color: transparent;
  text-align: left;
}

.footer-lan-text {
position: static;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.footer-lan-text img {
    width: 10px;
    margin: 0 6px;
}

.jkl a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.jkl {
    position: absolute;
    background:transparent;
    left: 63px;
    width: 117px;
    padding: 4px;
    top: 29px;
    min-width: inherit;
}
.footer-lan-text.topbar-lan {
  color: #000;
}

.footer-lan-text.heade-lang-text {
  color: #fff;
}

.image-4 {
  padding-top: 0px;
  padding-left: 10px;
}

.dropdown-toggle-nono {
display: inline-block;
    margin-left: 50px;
    padding:0;
    float: none;
    clear: none;
    border-radius: 50px;

    text-align: center;
}

.dropdown-toggle-nonoss {
display: inline-block;
    margin-left: 50px;
    padding: 6px 10px;
    float: none;
    clear: none;
    border-radius: 50px;
    background-color: #333333;
    text-align: center;
}

.header-phone-right {float: right;}

.dropdown-toggle-nono.top-lang {
margin-left: 0px;
    padding-top: 3px;
    position: relative;
    margin-top: 14px;
    padding-right: 30px;
}
.dropdown-toggle-nono.top-lang:after{position: absolute;
    top: 10px;
    right: 0;
    width: 12px;
    height: 7px;
    background: url(../images/arrow-new1.png);
    content: "";
    background-size: 12px;}
.footer-menu .w-dropdown-list a {
    display: inline-block;
    color: #000;
    padding: 2px;
}
.image-5 {
  padding-top: 6px;
  float: right;
}

.image-6 {
  padding-top: 6px;
  padding-left: 10px;
  float: right;
}

.image-7 {
  padding-top: 6px;
  padding-left: 10px;
  float: right;
}

.list {
  display: inline-block;
  width: 190px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 0px;
  float: right;
  list-style-type: none;
}

.image-8 {
  display: inline-block;
  width: 32px;
  margin-top: 15px;
  padding-right: 0px;
  float: none;
}

.list-item {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
}

.list-item-2 {
  display: inline-block;
  line-height: 15px;
}

.link-5 {
  display: inline-block;
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}
.mpa-part{margin-bottom:30px;}
.link-6 {
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-toggle-2 {
  text-transform: uppercase;
}

.dropdown-toggle-2.menu-tab {
  font-size: 15px;
}

.nav-link {
  padding-right: 24px;
  padding-left: 25px;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link.menu-tab {
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: #e096ea;
  background-image: linear-gradient(268deg, #e096ea, #e8c5ed);
  color: #000;
  font-size: 15px;
}

.nav-link.navi-name {
  padding-right: 22px;
  padding-left: 22px;
}

.nav-link.navi-name.responsive-menu {
  padding-right: 26px;
    padding-left: 25.5px;
    font-size: 15px;
    font-weight: 700;
    
    color: #000;
    font-style: normal;
    width: auto;
    margin: 0;

}

.nav-link.navi-name.responsive-menu.w--current {
  color: #000;
}

.text-block-2 {
  font-size: 15px;
  text-transform: uppercase;
}

.menu-tab {
}

.menu-tab.menu-tab {
  padding-right: 38px;
}

.image-9 {
  width: 100%;
  height: auto;
}

.slide-nav {
  overflow: visible;
}

.slider {
  height: auto;
  text-align: center;
}

.banner-caption {
  position: absolute;
  left: 21%;
  top: 18%;
  right: auto;
  bottom: auto;
  display: inline-block;
}

.image-10 {
  display: block;
}

.link-7 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 50px;
  padding: 17px 35px 17px;
  border-radius: 50px;
  background-color: #ffdd21;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
	
  text-decoration: none;
	
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 65px;
  line-height: 70px;
}

.paragraph {
  margin-bottom: 35px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  width: 55%;
}

.heading-2 {
  color: #000;
  font-size: 30px;
}

.container {
  margin-top: 70px;
}

.block-quote {
  padding-top: 0px;
  color: #000;
  font-size: 20px;
}

.dropdown-toggle-3 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #efefef;
  color: #000;
}

.dropdown-toggle-4 {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #efefef;
}

.text-block-3 {
}

.mycontainer {
  width: 1170px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.desk-header nav a {
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 7px 20px;
    font-size: 15px;
    background: url(../images/doted-line.png);
    background-repeat: no-repeat;
    background-position: center right;
    font-family: 'Josefin Sans', sans-serif;
	display: block;
}
.desk-header {
    background-image: url(../images/header-bg.jpg);
}
.topbar {
    display: block;
    background-color: #fcb5b1;
	padding: 24px 0;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(224, 150, 234, 0);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-11 {
  padding-top: 15px;
  padding-left: 84px;
}
.box-part {
    margin: 70px 0 35px 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.21);
    padding: 20px;
}
.box-part1 {

}
.btn-read{text-align:center;}
.btn-read #show_hide{    display: inline-block;
    padding: 15px 25px 16px;
    border-radius: 50px;
    background-color: #ffdd21;
    color: #000;
    font-size: 18px;
    line-height: 15px;
    text-decoration: none;}
.heading-3 {
    margin-top: 0px;
    margin-bottom:45px;
    color: #000;
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
	
}

.paragraph-2 {
  margin-bottom: 40px;
  color: #000;
  font-size: 20px;
  text-align: center;

	
}

.dropdown-toggle-5 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #efefef;
}

.dropdown-toggle-6 {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #efefef;
  color: #000;
}

select.member_url, select.location, select.attribute, select.services, select.price {
width: 100%;
    height: 47px;
    background: #fff url(../images/drop1.png) top 20px right 18px no-repeat;
    border: none;
    border-radius: 30px;
    outline: none;
    color: #000;
    padding-left: 14px;
    font-size: 15px;
    padding: 10px 30px;
    appearance: initial;
}

.search-filtter-btn input[type="submit"]{
    display: inline-block;
    padding: 14px 50px 14px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(#1dbce3 40%, #000 );
    outline: 0;
    text-decoration: none;
	
}

.dropdown-toggle-7 {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #efefef;
}

.text-block-4 {
  color: #000;
  line-height: 15px;
}

.dropdown-toggle-8 {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #efefef;
  color: #000;
}

.dropdown-toggle-9 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #efefef;
  color: #000;
}

.dropdowndiv {
  position: relative;
  width: 100%;
}

.dropdown {
  display: block;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-3 {
  width: 100%;
}

.column-2 {
  padding-right: 0px;
  padding-left: 15px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 15px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 15px;
}

.div-block {
  width: 100%;
}

.dropdown-4 {
  width: 100%;
}

.column-5 {
  padding-right: 0px;
  padding-left: 15px;
}

.link-8 {
  display: inline-block;
  padding: 15px 25px 12px;
  border-radius: 50px;
  background-color: #ffdd21;
  color: #000;
  font-size: 18px;
  line-height: 15px;
  text-decoration: none;
}

.div-block-2 {
  position: relative;
}

.heading-4 {
  margin-top: 100px;
  margin-bottom: 40px;
  color: #000;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
	
}

.div-block-3 {
  position: relative;
}

.div-block-3.escorts-gallery {
overflow: hidden;
    margin-bottom: 30px;
    background-color: #fcb5b1;
    color: #000;
}

.gallery-block .owl-carousel .owl-item img {width: auto;display: initial;}
.gallery-block .owl-carousel .owl-item .fe-main-img img {width:100%;}
.gallery-block .owl-carousel .owl-nav {position: absolute;top: 30%;width: 100%;    display: none;}
.gallery-block .owl-carousel .owl-nav button.owl-prev {float:left;}
.gallery-block .owl-carousel .owl-nav button.owl-next {float:right;}
.gallery-block .owl-carousel .owl-nav button.owl-prev span{float:left;width: 50px;height:50px;font-size:45px;color:#000;background-color:#ed92bb;padding:13px 0;    margin-left: 4px}
.gallery-block .owl-carousel .owl-nav button.owl-next span{float:right;width: 50px;height:50px;font-size:45px;color:#000;background-color:#ed92bb;padding:13px 0;    margin-right: 5px}
.owl-carousel .escorts-gallery {margin-bottom: 0px;}
.gallery-block .owl-carousel .owl-nav button.owl-prev, .gallery-block .owl-carousel .owl-nav button.owl-next {outline:none;}
.gallery-block .owl-carousel .owl-nav button.owl-prev:hover, .gallery-block .owl-carousel .owl-nav button.owl-next:hover { background-color:transparent;}
.escort-img {
  position: relative;
  overflow: hidden;
  width: 100%; height:260px;
}
.escort-img .image-12 {
    height: 260px;
    object-fit: cover;
}
.image-12 {
  width: 100%;
  margin-right: 0px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height:22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
	    
}

.section-2 {
  font-size: 18px;
}

.div-block-4 {
  position: relative;

  padding-top: 10px;
  padding-bottom:0px;
  border-radius: 10px;
}

.heading-5 {
  margin-top: 0px;margin-bottom: 5px!important;
  color: #000;
  font-size: 18px;
	font-weight: 700;
	
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.gallery-block {
  overflow: hidden;
  border-radius: 5px;
}

.water-mark {
     position: absolute;
    left: 10px;
    top: auto;
    bottom: 10px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 5px;
}

.selfie-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 5px 2px 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.image-13 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 0px;
  padding-bottom: 5px;
  color: #000;
  font-size: 10px;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

.online {
	position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
	    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 5px 2px 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.online .image-14{margin:0px;}
.image-14 {
  margin-top: 15px;
  margin-right: 15px;
  padding-top: 0px;
  padding-right: 0px;
}

.vip {
    position: absolute;
    left: 0%;
    top: -3px;
    right: auto;
    bottom: auto;
    width: 187px;
    padding: 16px 0;
    -webkit-transform: translate3d(-12px, 4px, -23px) translate3d(-24px, 16px, 48px) rotate(-35deg);
    transform: translate3d(-12px, 4px, -23px) translate3d(-24px, 16px, 48px) rotate(-35deg);
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-image: linear-gradient(#1dbce3 40%, #000 );
}

.paragraph-5 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: translate(0px, 0px) skew(0deg, 0deg);
    transform: translate(0px, 0px) skew(0deg, 0deg);
    color: #fff;
    font-size: 16px;
    line-height: 9px;
}

.text-block-5 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  line-height: 15px;
}

.link-block {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.nation-flag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-15 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-16 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-17 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-18 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-19 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-20 {
  margin-top: 10px;
  margin-right: 10px;
}

.daimond {
    position: absolute;
    left: 0%;
    top: -3px;
    right: auto;
    bottom: auto;
    width: 187px;
    padding: 16px 0;
    -webkit-transform: translate3d(-12px, 4px, -23px) translate3d(-24px, 16px, 48px) rotate(
-35deg
);
    transform: translate3d(-12px, 4px, -23px) translate3d(-24px, 16px, 48px) rotate(
-35deg
);
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #f1e767;
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );
}.daimond .paragraph-5{color:#000;}

.heading-6 {
  margin-top: 70px;
  margin-bottom: 40px;
  color: #000;
  font-size: 30px;
  text-align: center;
}

.navi-name {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #e096ea;
  background-image: linear-gradient(265deg, #e096ea, #e8c5ed);
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}

.recruitment {
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/recruitment-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 30px;
  text-align: center;
	
}

.paragraph-6 {
  margin-bottom: 30px;
  
  color: #000;
  font-size: 30px;
  text-align: center;
	
}

.link-9 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 35px 18px;
  border-radius: 25px;
  background-color: #ffdd21;
  
  color: #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
	
}

.div-block-5 {
  text-align: center;
}

.whoweare {
  margin-top: 100px;

}
/*.whoweare {
  margin-top: 100px;
  padding-top: 82px;
  padding-bottom: 100px;
  background-image: url('../images/whoweare-bg.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}*/
.twitter-part{
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.21);
}
.twitter-part img{width:100%;}

.bookamodel {
  display: inline-block;
  padding: 17px 50px 15px;
  border-radius: 50px;
  background-color: #eb84b1;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.column-6 {
  
}

.column-6.wwa-text {
  padding-top: 50px;
}

.heading-8 {
  color: #8167ad;
  font-size: 20px;
}

.heading-9 {
  margin-bottom: 25px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 35px;
}

.paragraph-8 {
  font-size: 16px;
  line-height: 30px;
}

.latest-review {
    padding: 60px 0;
    background-image: url(../images/bg2.jpg);
    background-position: center center;
    background-size: cover;
}
.latest-review h3.heading-top {
    color: #fff;margin-bottom:20px;
}

.latest-review h3.heading-top span {
    background: #000;
}

.latest-review h3.heading-top:before {
    background: #fff;
    width:400px;
}
.heading-10 {
    margin-top: 0px;
    margin-bottom:60px;
    color: #fff;
    font-size:50px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
	
}

.clients-reviews {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fcb5b1;
}
.review-img{padding-right:15px!important;}
.review-img img {
height: 222px;
    object-fit: cover;
    width: 100%;
}
.image-21 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.review-text {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-left: 15px;
}

.columns-2 {
  position: relative;
}

.heading-11 {
    margin-top: 0px;
    color: #000;
    font-size: 18px;
    font-weight: bold;text-transform: uppercase;
	margin-bottom: 5px;
}
.paragraph-9 span {
    font-weight: 600;
}
.paragraph-9 {
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
	
}

.paragraph-10 {

  
  color: #000;
  font-size: 16px;
	
  line-height: 25px;
}

.image-22 {
  padding-left: 20px;
}

.luv-blog {
         background: #fcb5b1;
    padding: 60px 0;
}
h3.heading-top {
      font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 12px;
}
h3.heading-top span {
    background: #fcb5b1;
    z-index: 9;
    position: relative;
    padding: 0 12px;
}.search-p .search-p1 {
    padding: 0;
    background: transparent;
}

.search-p .search-p1 h1.heading-3 {
    color: #000;
}

.search-p .search-p1 h3.heading-top {
    color: #000;
}

.search-p .search-p1 h3.heading-top span {
    background: #fcb5b1;
}

.search-p .search-p1 h3.heading-top:before {
    background: #000;
}
h3.heading-top:before {content: '';position: absolute;left: 50%;top: 14px;width: 260px;background: #000;height: 1px;transform: translate(-50%);}
.heading-12 {
    margin-top: 0px;
    margin-bottom:60px;
    color: #000;
    font-size:50px;
    text-align: center;
    font-weight: 900;
	
}
.blog-page1 {
    text-align: center;
    margin-top: 25px;
}

.blog-page1 a {
    padding: 11px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(#1dbce3 40%, #000 );
    outline: 0;
    text-decoration: none;
}
.blogbox-inner {}

.heading-13 {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    color: #000;
}

.paragraph-11 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
	
}
.blog-section-img img {
    width: 100%;
}
.blog-page-btn {
display: inline-block;
    margin-top: 20px;
    padding: 10px 25px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background-image: linear-gradient(#1dbce3 60%, #000 100%);
	
}

.newsletter-section {
    background-image: url(../images/bg1.jpg);
      background-position: center center;
    background-size: cover;
}

.newsletter-block {
    position: relative;
    width: 72%;
    margin: 0 auto;
    display: flow-root;
    padding: 10% 0 8% 0;
  
}

.heading-14 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
	
}

.paragraph-12 {
margin-bottom: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;

}

.newsletter-box {
    width: 100%;
    height: 52px;
    padding-left: 20px;
    border: 0px solid #000;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
}

.newfsorm {
  position: relative;
  width: 80%;
  margin-left: 10%;
  text-align: center;
}

.newsletter-btn {
    position: absolute;
    left: auto;
    top: 5px;
    right: 5px;
    bottom: auto;
    padding: 11px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(#1dbce3 40%, #000 );
    outline: 0;
	
}

.footer-menu {
  position: relative;
  padding-right: 0px;
  background-color:#131313;
  color: #fff;
  font-size: 15px;
  clear: both;
  text-decoration: none; 
	
}

.footer-meni-tabs {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-menu-space {
    display: inline-block;
    margin-bottom: 0px;
    padding-right: 9px;
    padding-left: 9px;
    position: relative;
    top: -4px;
}

.footer-language {
  margin-top: 10px;
  float: right;
}

.footer-language.top-language {
  margin-top: 0px;
}
.social-icon ul {
    padding: 0;
    margin: 0;
}

.social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.footer-pera img {
    width: 20px;
    margin-right: 10px;
}
.social-icon {
 padding-left: 15px;
    padding-right: 25px;
}
.fotter {
  background-color: #131313;
}
.footer-menu .w-row {
    border-bottom: 1px solid #171717;
}
.footer-box {
  padding-top:0px;
}
.footer-box .footer-tow {
    padding-top: 62px;
    padding-left: 45px;
}

.footer-box .ab-part {
    padding-top: 16px;
}
.footer-logo {
    padding-bottom: 25px;
}
.ab-part p {
color: #fff;
    line-height: 23px;
    font-size: 16px;
    padding-bottom: 12px;
}
.fotter-heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 34px;
    background: #fcb5b1;
}
.fotter-heading {
    margin-top: 0px;
    margin-bottom: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 7px 0 7px 20px;
	
}

.footer-link {
  padding-left: 0px;
  list-style-type: none;
}

.footer-link-list {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
  
}

.footer-pera {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.footer-ctn-link {
  margin-bottom: 15px;
}

.footer-call {
     color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
      
}
.footer-ctn-link.mob img {
    width: 20px;
    margin-right: 8px;
}

.footer-ctn-link.mail img {
    width: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.footer-ctn-link.address img {
    width: 20px;
    margin-right: 8px;
}

.footer-booking-btn {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 25px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background-image: linear-gradient(#1dbce3 60%, #000 100%);
	    
}

.image-23 {
  display: block;
}

.disclaimer-footer {
margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #171717;
}
.paragraph-13 strong {
    font-weight: 500;
    padding-right: 10px;
}
.paragraph-13 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
	    
}
.paragraph-13 a {color:#fff; text-decoration: none;}
.copyright-page-container {
  margin-top: 0px;    padding-bottom: 6px;
}

.paragraph-14 {
  display: inline-block;
  
  color: #fff;
  font-size: 13px;
	    
}

.link-10 {
  
color: #8e8e8e;
    font-size: 13px;
    text-decoration: none;
	    
}

.copyright-links {
  color:#8e8e8e;
  text-decoration: none;
}

.copy-links {
  
  color: #fff;
  font-size: 13px;
  text-align: right;
	    
}

.copyright-space {
display: inline-block;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    top: -3px;
    color: #8e8e8e;
}

.slide {
  background-color: #fff;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: transparent;
}

.top-ctn-links {
  position: static;
  display: inline-block;
  float: right;
}

.top-ctn-links.top-ctn-links-margin {
  margin-right: 20px;
}

.top-ctn-links.margin-right20 {
  margin-right: 20px;
}

.link-11 {
  
  text-decoration: none;
}

.link-11.top-ctn-mainlink {
  padding-left: 5px;
  color: #000;
  font-size: 15px;
	font-weight: 400;
}

.header-social-links {
  display: inline-block;
  float: right;
}

.image-24 {
  padding-left: 10px;
}

.image-25 {
  padding-left: 10px;
}

.list-2 {
  display: inline-block;
}

.header-ctnno {
    display: inline-block;
    color: #000;
    font-size: 35px;
    line-height: 32px;
    font-weight: 900;
    text-decoration: none;
    background: url(../images/phone-new.png) no-repeat top 0px left 0px;
    padding-left: 42px;

}

.text-block-6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-top: 4px;
}

.header-ctn-block {
  text-align: left;
}

.header-ph-icon {
  padding-right: 0px;
  text-align: right;
}

.image-26 {
  padding-right: 0px;
}

.image-26.h-ph-iocn {
  padding-top: 5px;
  padding-right: 10px;
}

.h-pay-icon {
  padding-bottom: 10px;
}

.h-call-details {
  margin-top: 10px;
}

.div-block-6 {
  display: block;
}

.header-join-section {
  position: relative;
  margin-top: 20px;
  text-align: right;
}

.joinbtn {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 25px 10px;
  border-radius: 50px;
  background-color: #ffdd21;
  
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-7 {
  line-height: 15px;
}

.text-block-8 {
  line-height: 15px;
}

.text-block-9 {
  line-height: 15px;
}

.image-27 {
  width: 100%;
  height: auto;
}

.dropdown-menu {
  border-style: solid;
  border-width: 0px;
  border-color: #e096ea;
  border-radius: 2px;
  background-image: linear-gradient(285deg, #e096ea, #e8c5ed);
  
  color: #000;
  border-radius: 0;
}

.dropdown-menu.w--current {
  color: #000;
}

.dropdown-list {
  background-color: hsla(0, 0%, 86.7%, 0.41);
}

.dropdown-list.w--open {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.dropdown-list-2 {
  background-color: hsla(0, 0%, 86.7%, 0.1);
}

.dropdown-list-2.w--open {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-copy {
  width: 100%;
}

.icon {
  margin-right: 0px;
}

.contact-page {
    background: #000;
    padding: 60px 0;
}

.heading-15 {
  text-align: center;
}

.heading-15.common-heading {
margin-top: 0px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
	
}

.contact-page-form {
  margin-top: 40px;
}

.paragraph-15 {
margin-bottom: 0px;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
	
}

.contact-page-details {
  margin-top: 65px;
  padding-left: 30px;
}

.field-label {
  
}
.code-country { float:left; width:20%; background:#fff; padding-left:2px; font-size:30px;}
.code-country select{
    height: 40px;
    padding-right: 0px;
    padding-left: 5px;
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
}
#phone{ width:80%;}

.ctn-input:focus{border-color: #fcb5b1;}
.ctn-input {
    height: 40px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
}

.ctn-page-textbox {
    height: 150px;
    min-height: 100px;
    margin-bottom: 0;
    background: transparent;
    resize: inherit;
    border: 1px solid #fff;
}
.ctn-page-textbox:focus{border-color: #fcb5b1;}
.ctn-page-name {
  
    color: #fff;
    font-size: 17px;
    font-weight: 400;
	
}

.ctn-lage-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;    outline: 0;
    font-weight: 400;
    text-decoration: none;
    background-image: linear-gradient(#1dbce3 60%, #000 100%);
	
}

.ctn-contact-details {
  margin-bottom: 20px;
}

.paragraph-16 {
  display: inline-block;
  
  font-size: 17px;
  line-height: 24px;
	
}
.ctn-contact-details img {
    position: relative;
    top: 8px;
}
.ctn-con-details {
  
  font-size: 17px;
  line-height: 24px;
	
}

.ctn-con-details.ctn-addre {
  line-height: 40px;
  color:#fff;
}

.ctn-phone {
  color: #fff;
  text-decoration: none;
}

.ctn-phone.ctn-phone-margin {
  padding-left: 20px;
}

.ctn-phone.ctn-email {
  line-height: 40px;
}

.ctn-phone.ctnpage-ph {
  line-height: 35px;
}

.ctnpage-map {
  margin-top: 75px;
}

.heading-16 {
margin-top: 0px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}
.faq-page.faq-page1{    margin-top: 100px;
    display: inline-block;
    width: 100%;}

.faq-page {
background: #000;
    padding: 60px 0;
	
}

.paragraph-17 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
	
}

.faq-colume {
  margin-top: 40px;
}

.faq-text {
  margin-top: 25px;
  padding: 20px;
  background-color:#fcb5b1;
}

.faq-text-heading {
  margin:0px;
  color: #000;
  font-size: 22px;
	
}

.faq-texts a {
    color: #292820;
}
.faq-texts {
  
  color: #000;
  font-size: 16px;
  line-height: 30px;
	
}

.faq-question {
  margin-top: 40px;
}

.faq-question-block {
  padding-right: 15px;
  padding-left: 15px;
}

.question-links {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
	
}

.joinuspage {
    background: #000;
    display: inline-block;
    padding: 60px 0;
    width: 100%;
}
.joinuspage h3 {
    color: #fff;
}

.joinuspage p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.escort-page-heading {
    margin-top: 0px;
    margin-bottom: 45px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
	
}

.join-form-block {
  position: relative;
  width: 100%;
  
}

.join-pera {
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
	
}

.join-us-form {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.join-us-form.login-form {
  width: 450px;
}

.joinus-box {
height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 95.3%, 0);
    color: #fff;
    font-size: 16px;
}

.joinus-form-name {
  color: #fff;
  font-size: 16px;
  font-weight:500;
	
}
.joinus-form-name strong {
    font-weight: 500;
}

.uploadescortphoto label strong {
    font-weight: 500;
}
.form-group-new{    float: left;
    width: 33.3%;
    margin-bottom: 25px;
    padding: 0 10px;}
.clearfix {
    clear: both;
}	
.member-registration-form {
position: relative;

}
form .form-group-new:last-child {
    width: 19%;
    margin: 0 auto;
    float: inherit;
}
.join-us-btn {
    display: block;
    margin-top: 15px;
    padding: 12px 35px 12px;
    border-radius: 50px;
    background-image: linear-gradient(#fcb5b1 40%, #000 );
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
	outline:0;
	
}
.joinus-box.error {
    margin-bottom: 0;
}
.join-us-form-mem label.error {      
	font-size: 15px;
    position: absolute;
    bottom: -22px;
    left: 0;}

.join-us-form-mem .uploadescortphoto label.error {
    
    font-size: 15px;
    position: relative;
    top: -12px;
    left: 0;
	height: 0px;
	margin: 0;
    line-height: 0;
}

span#email_exit {
    color: red;
    font-size: 15px;
    
	font-weight: 500;
}

.m-registration-form label.error {  font-size: 15px; font-weight: 500;}


.uploadescortphoto {
    position: relative;
    float: left;
    width: 100%;
   
}

.join-us-btn.login-btn {
  margin-right: auto;
  margin-left: auto;
}
.joinus-box:focus {outline: none;border-color: #fcb5b1;}

.joinform-check {
  display: inline-block;
  margin-right: 30px;
}

.checkbox-label {
  color: #fff;
  font-size: 16px;
	    margin-top: 2px;
	
}

.checkbox {
  margin-top: 2px;
  font-size: 25px;
}

.joinustextarea {
height: 150px;
    min-height: 100px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #000;
    font-size: 16px;
    resize: inherit;
    background: transparent;
}

.gallery-page {
    padding: 60px 0;
    margin: 0;    background: #000;
}

.escortsdetails-page {
    background: #000;
    padding: 60px 5px;
}

.grid {
  grid-template-areas: "Area";
}
.escort-page-img .gallery-review-box:nth-child(1) {

}
.gallery-landscape-img {
  padding-top: 15px;
}

.escort-page-details {
  text-align: center;
}div#dvMap {
    margin-bottom: 20px;
}
.video1{width:100%; height:100%;border: 1px solid #fcb5b1;}
.escort-details-block {
  margin-bottom: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    background-color:#fcb5b1;
    border-radius: 1px;
    text-align: left;
    border: none;
}

.escort-details-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  
  color: #000;
  font-size: 30px;
  text-align: center;
	
}

.personal-lis {
  padding-right: 15px;
  padding-left: 15px;
  
  font-size: 16px;
  line-height: 25px;
}

.per-details-bloxk {
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
	
  text-transform:uppercase;
}

.rate-heading {
  margin-top: 0px;
  padding-left: 10px;
  
  font-size: 18px;
  color: black;
	
}

.blog-page {
    background: #000;
    padding: 60px 0;
}

.inner-heading {
margin-top: 0px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
	
}

.blog-section {
    margin-bottom: 50px;
}

.blog-text-heading {
  margin-top: 0px;
  margin-bottom: 0px;
      font-weight: 500;
    margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
	
}

.blog-inner-link {
  width: 100%;
  text-decoration: none;
}

.blog-publication {
  margin-bottom: 10px;
}

.blog-post-dt {
  display: inline-block;
  padding-left: 10px;
  
  color: #fff;
  font-size: 14px;
  line-height: 14px;
	
	font-weight: 400;
}

.blog-pub-by {
  margin-left: 20px;
}

.text-block-11 {
  display: inline-block;
}

.blog-details-text {
margin-top: 10px;
    color: #fff!important;
    font-size: 17px!important;
    line-height: 24px!important;
    
	
}

.blog-details-page {
  margin-top: 100px;
}

.blog-details-block {
  margin-top: 40px;
}

.blog-details-heading {
  
  color: #000;
  font-size: 20px;
  line-height: 22px;
}

.blog-details-list {
  margin-bottom: 10px;
  
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.blog-details-ul {
  margin-top: 20px;
  padding-left: 20px;
}

.copyright-block {
  margin-top: 40px;
}

.copyright-heading {
  margin-top: 20px;
  
  color: #000;
  font-size: 20px;
  line-height: 25px;
	
}

.copyright-text {
  
  color: #000;
  font-size: 16px;
  line-height: 25px;
	
}

.create-btn {
  display: inline-block;
  padding: 15px 35px 13px;
  float: right;
  border-radius: 50px;
  background-color: #ffdd21;
  
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.create-btn.review-btn {
  float: left;
}

.gallery-escort-reviews {
  margin-top: 75px;
}

.galler-reviews {
  margin-top: 0px;
  margin-bottom: 0px;
  
  color: #000;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.gallery-review-box {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #fcb5b1;
    color: #000;
}

.gallery-review-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  
  color: #000;
  font-size: 20px;
  line-height: 25px;
	
}

.review-date {
  margin-bottom: 5px;
  
  color: #000;
	font-size: 15px;
	
}

.review-texts {
  margin-top: 15px;
  
  color: #000;
  font-size: 16px;
  line-height: 30px;
	
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  
}

.heading-17 {
  text-align: center;
}

.model-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.model-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  
}

.submit-review-btn {
  display: inline-block;
  padding: 15px 35px 13px;
  float: right;
  border-radius: 50px;
  background-color: #ffdd21;
  
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.div-block-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-review {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  width: 450px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  
  text-align: center;
}

.modalclosebtn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 35px;
  height: 35px;
  margin-top: -15px;
  margin-right: -15px;
  padding-top: 10px;
  border-radius: 100px;
  background-color: #de357e;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.paragraph-18 {
  
  color: #000;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
	
}

.reviewsubmit {
  margin-top: 30px;
  text-align: center;
}

.reviewform-label {
    color: #000;
    text-align: left;
    font-size: 16px;
    
}

.field-label-3 {
  color: #000;
  text-align: left;
}

.reviewinput-box {
    margin-bottom: 20px;
    border-radius: 0;
    color: #000;
    text-align: left;
    border: none;
    height: 40px;
}

.reviewsubmit-btn {
padding: 10px 35px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px !important;
    background-image: linear-gradient(#1dbce3 60%, #000 100%);
	    outline: 0;
}

.heading-18 {
  color: #000;
	
}

.createadatepage {
  margin-top: 100px;
}

.createdate-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  
  color: #000;
  font-size: 25px;
  text-align: center;
}

.createadate-modal-select {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.createadate-drop {
    width: 100%;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 50px;
    
    color: #000;
    font-size: 16px;
    display: block;
}

.cad-details-box {
  margin-bottom: 30px;
    padding: 30px 15px;
    border: none;
    border-radius: 1px;
    
    color: #000;
    background-color: #f5f5f5;
}

.cad-details-box-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  
  color: #000;
  font-size: 25px;
  text-align: center;
}

.cad-input-box {
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: rgba(85, 60, 60, 0);
  background-color: #fff;
	font-size:17px !important;
	
}

.cad-textarea-box {
  min-height: 100px;
  margin-bottom: 20px;
  border-radius: 15px;
}

.cad-submit-btn {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px 15px;
  border-radius: 50px;
  background-color: #ffdd21;
  color: #000;
  font-size: 16px;
  text-align: center;
	
}

.cad-booking-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
	
  text-align: center;
}

.createadateescort-details label {
    font-size: 16px;
    
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.link-12.w--current {
  color: #fff;
}

.link-13 {
  color: #fff;
  text-decoration: none;
}

.link-13.w--current {
  color: #fff;
}

.link-14 {
  color: #fff;
  text-decoration: none;
}

.link-15 {
  color: #fff;
  text-decoration: none;
}

.cad-price-details {
  margin-top: 30px;
  padding: 15px;
  background-color: #efefef;
  
}

.paragraph-19 {
  color: #000;
  font-size: 16px;
	
}

.main-menu {
  display: none;
}

.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: transparent;
  
  text-transform: uppercase;
}

.dropdown-toggle-10 {
  padding-right: 20px;
  padding-left: 0px;
}

.icon-3 {
  margin-right: 0px;
}

.dropdown-toggle-11 {
  padding-right: 20px;
  padding-left: 0px;
}

.icon-4 {
  margin-right: 0px;
}

.menudropdown-toggle {
  padding-right: 20px;
  padding-left: 0px;
}

.menudrop-wownicon {
  margin-right: 0px;
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
}
.escort-serv .escort-serv-left p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 18px;
}
.escort-serv-left .ser-mob{display:none;}
.mob-icon {display:none;}
.mobile_icon {
    display: none;
}

.mobile_menu {
    display: none;
}


@media (max-width:1200px) {
.part-sarch {
    width: 25%;
    float: left;
    margin: 0 5px;
}	
.gallery-block .w-col-2 {
    width: 25%;
}	
.book-her{left: 35%!important;}	
	.mycontainer {
    width: 900px;}
	
}
@media (max-width: 991px) {
.gallery-block .w-col.w-col-3 {
    width: 33.3%;
}	
	.tab-content .w-col.w-col-3 {
    width: 33.3%;
}
	.escort-serv .escort-serv-right{display:none;}
	.escort-serv-left .ser-mob{display:block;}
	.search-p .w-col-2 {
    width:33%!important;
    padding: 0 8px;
}
.search-filtter-btn input[type="submit"] {
    width: 100%;
}
.escort-serv .escort-serv-left {
    margin-bottom: 45px;
    width: 100%;
}
	.banner-inner {
    position: absolute;
    width: 100%;
    top: 13%;
    z-index: 9;
    left: 5%;
}
.box-banner h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    line-height: 40px;
    padding-bottom: 26px;
}
.box-banner {
    max-width: 450px;
}
.box-banner h2 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
}
.desk-header nav a {
    padding: 12px 15px 12px 15px;
    font-size: 14px;
}	
.newsletter-block{width:100%;}	
	.banner-slider img {
    height: 360px;
    object-fit: cover;
}
.footer-box .footer-tow {
    padding-top: 35px;
    padding-left: 0px;
}.social-icon {
    padding-left: 0;
}
.footer-pera{font-size:14px;}
.blog-block .blog-box {
    width: 50%;
}.blog-block .blog-box img {
    width: 100%;
}
.mycontainer {
width: 767px;}	
	.faq-page.faq-page1{margin-top:50px;}
  .dropdown-toggle-nono {
    margin-left: 30px;
  }
  .dropdown-toggle-2.menu-tab {
    padding-right: 30px;
    padding-left: 15px;
  }
  .nav-link.menu-tab.responsive-menu {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .nav-link.navi-name.responsive-menu {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12.1px;
  }
  .text-block-2 {
    font-size: 11px;
  }
  .menu-tab.menu-tab {
    padding-right: 25px;
    padding-left: 11px;
  }
  .banner-caption {
    top: 10%;
  }
  .image-10 {
    display: block;
    width: 75px;
  }
  .link-7 {
    margin-bottom: 13px;
    padding: 15px 30px 10px;
  }
  .heading {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
  }
  .paragraph {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-toggle-7 {
    padding-right: 40px;
  }
  .link-8 {
    width: 100%;
    text-align: center;
  }
  .heading-4.comman-heading {
    margin-top: 50px;
    font-size: 30px;
  }
  
  .water-mark {
    left: 10px;
    bottom: 10px;
  }
  .heading-6.comman-heading {
    margin-top: 30px;
    font-size: 30px;
  }
  .navi-name.responsive-menu {
    font-size: 12px;
  }
  .recruitment {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-7.comman-heading {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
  }
  .paragraph-6 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .whoweare {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 37px;
    background-position: 100% 0%;
    background-size: 480px;
  }
  .heading-9 {
    font-size: 30px;
  }
  .paragraph-7 {
    font-size: 18px;
  }
  .paragraph-8 {
    font-size: 15px;
  }



  .heading-14.comman-heading {
    font-size: 30px;
  }

.footer-call {
    padding-left: 0px;
    font-size: 14px;
}.ab-part p {
    color: #fff;
    line-height: 23px;
    font-size: 14px;
    padding-bottom: 7px;
}
.copyright-textc .cr {
    width: 100%;
    text-align: center;
}
.copyright-textc .copy-links{width:100%; text-align:center;}
.fotter-heading {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 7px 0 7px 15px;
}
.footer-menu{font-size:12px;}
.footer-menu-space {
    padding-right: 5px;
    padding-left: 5px;
}
  .disclaimer-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .joinbtn {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
  .menu-button {
    clear: none;
  }
  .dropdown-5 {
    width: 100%;
    margin-left: 7px;
  }
  .search-box {
    margin-bottom: 15px;
  }
  .watermark-logo {
    width: 110px;
  }
  .text-block-10 {
    font-size: 11px;
  }
  .icon {
    margin-top: 21px;
    margin-right: 8px;
  }
  .icon-2 {
    margin-top: 23px;
    margin-right: 8px;
  }
  .blog-details-page {
    padding-right: 15px;
    padding-left: 15px;
  }
  .copyright-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-part h2.heading-3 {

    font-size: 40px;
    line-height: 50px;
}
.blogbox-inner {
    min-height: 170px;
}
.latest-review .w-col.w-col-6 {
    width: 100%;
}
}

@media (max-width: 900px) {
.footer-menu .column-7.w-clearfix.w-col.w-col-3 {
    display: none;
}	
.dropdown-toggle-nono {
    margin-left: 0;
    padding:0px!important;
}	
.jkl {
    position: absolute;
    background: #333333;
    left: 50%;
    width: 117px;
    padding: 4px;
    top: 29px;
    min-width: inherit;
    transform: translate(-50%);
}
.footer-meni-tabs {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	    width: 100%;
}
.footer-language {
    margin-top: 0;
    float: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.column-7.w-clearfix.w-col.w-col-3 {
    width: 100%;
}	
.review-img {
    width: 25%;
}

.review-text {
    width: 75%;
}	
.latest-review .w-col.w-col-6 {
    width: 100%;
}	
.blogbox-inner {
    min-height:200px;
}	
h3.heading-top:before{width:155px;}
  .heading-12 {
    font-size: 36px;
  }	
.latest-review h3.heading-top:before {
    background: #fff;
    width: 235px;
}	
	.latest-review h3.heading-top {
    color: #fff;
    margin-bottom: 0;
}
  .heading-10.comman-heading {
    font-size: 36px;
  }	
.escort-serv .escort-serv-left h2 {
    font-size: 40px;
    line-height: 50px;
}	
.search-p h3.heading-top:before {
    width: 318px;
}	
h3.heading-top {
    font-size: 15px;
    margin-bottom: 0px;
}	
.heading-3{font-size:36px;}	
.left-about {
    width: 100%;
}.right-about img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.right-about {
    padding-left: 0px!important;
    width: 100%;
    text-align: center;
}	
}
@media (max-width: 767px) {

.gallery-block .w-col.w-col-3 {
    width: 50%;
}	
.gallery-block .w-col-2 {
    width:33%!important;
}	
	/***mobile-menu***/
	.mobile_icon{ display:block;}
	.mobile_menu {
		height: 100vh;
		background:#fcb5b1;
		position: fixed;
		top: 0;
		left: -275px;
		width: 275px;display: block;
		z-index: 999;
	}
	.menu {
		background:#fcb5b1;
		width:100%;
	}
	
	.menu ul li {
		display: block;
		text-align: left;
		position: relative;
		margin-bottom: 0;
	}
	.menu ul li a {
	    padding: 9px 20px;
    border-bottom: 1px solid #000;
    color: #000;
    display: block !important;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    text-decoration: none;    font-family: 'Josefin Sans', sans-serif;
	}
	.menu ul li a:hover{ color:#000; padding-left:30px;    transition: all .3s ease-in-out;}
	.menu ul ul li a {
    text-align: left;
    padding:5px 20px 5px 28px;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
	    webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	.menu ul ul li a:hover{ padding:5px 20px 5px 32px;}
	.menu ul ul li.active a{background-color:#007f3d;}
	header.fixed .menu ul li a {
		padding: 12px 20px;
	}
	.menu ul > li:hover > ul {
		display: none;
	}
	.menu ul ul {
		position: static;
		width: auto;
		background:#2f2a2a;
		display: none;
		border-top:1px solid #464646;
		animation: 1s .2s fadeIn both;
		margin-top: 0px;
	}
	.nav-click {
		display: block;
		width:100%;
	}
	.nav-click i {
    display: block;
    height: 40px;
    width: 46px;
    background: #f48024 url(../../404.html) no-repeat center center;
    background-size: 20px;
    float: right;
    cursor: pointer;
	}
	.nav-rotate {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.logo23 {
		padding-bottom: 15px;
		border-bottom:1px solid #000;
		padding-left: 19px;
		margin-top:0px;
		display:block;
	}
	.logo23 a img{     width:200px;}
	.menu_nn{display:none;}
	.mobile_icon {
	display: block;
    cursor: pointer;
    margin: 21px 0;
    position: absolute;
    right: 3%;
    top: 0;
	}
	.mobile_bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index:999;
		display: none;
	}
	
	.mbo_menu23 {
		display: block;
	}

	
	.close_icon1 {
		text-align: right;
	}
	span.close_icon {
	text-align: right;
    display: inline-block;
    padding: 2px 7px;
    background: #000000;
    font-size: 14px;
    color: #fff;
        font-family: 'Hind Guntur', sans-serif;
    cursor: pointer;
	}
	.close_icon1 {
		display: block;
	}
	.mob-ul-part{ padding:0px!important; margin:0px;}
	.multi_menu{ padding:0px!important; margin:0px;}
	/***mobile-menu***/
	
	
	
	
	
	.mob-icon .footer-lan-text.heade-lang-text {
color: #000;
    padding-right: 20px;
    font-size: 14px;
}
.mob-icon .w-dropdown-list a {
    color: #000;
    text-decoration: none;
}

.mob-icon .w-dropdown-list {
    position: absolute;
background: #fff;}
.mob-icon .gflag img {
    width: 17px;
    position: relative;
    top: -2px;
}
.mob-icon .dropdown-toggle-nono.top-lang:after {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 11px;
    background-repeat: no-repeat;
    height: 6px;
    background: url(../images/arrow-new.png);
    content: "";
    background-size: 11px;
}
.mob-icon div#w-dropdown-toggle-1 {
border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-top: -2px;
    font-family: 'Josefin Sans', sans-serif;
}	
.mob-icon .wh {
    float: left;
    margin: 0 5px;
}

.mob-icon .whl {
    float: left;
    margin: 0 5px;
}

.mob-icon {
    display: inline-block;
    padding: 10px 0 0 0;
}
.footer-language.top-language {
    margin-top: 0px;
    float: left;    display: block;
    width:auto;
}
.mob-icon img {
    width: 45px;
}	
.desk-header {
    display: none;
}	
.header-ctnno {
    display: inline-block;
    color: #000;
    font-size: 27px;
    line-height: 23px;
    font-weight: 900;
    text-decoration: none;
    background: url(../images/phone-new.png) no-repeat top 4px left 0px;
    padding-left: 23px;
    background-size: 18px;
}	
.text-block-6{font-size:13px;}
a.w-inline-block.w--current img {
    width: 190px;
}
.right-head {
    text-align: center;
    padding-top: 16px;
}
.topbar {
    padding: 8px 0;
}	
.left-head {
    display: none;
}	
.review-img img{height:auto; margin-bottom:15px;}	
.search-p .w-col-2 {
    width: 50%!important;
    padding: 0 8px;
}	
	.tab-content .w-col.w-col-3 {
    width: 50%;
}
.hidden-lg {
    display: block;
}
.rota td a {
    font-size: 16px;
    color: #fff;
}	
  .banner-caption {
    top: 10%;
  }
  .link-7 {
    font-size: 14px;
  }
  .heading {
    margin-bottom: 10px;
  }
  .dropdowndiv {
    margin-bottom: 15px;
  }
  .whoweare {
    background-position: 50% 100%;
  }
  .wwa-img {
    padding-top: 20px;
  }
  .newsletter-block {
    left: 2%;
    right: 2%;
    width: 96%;
  }
  .newfsorm {
    width: 94%;
    margin-left: 3%;
  }
  .joinbtn {
    font-size: 11px;
  }
  .logo {
    text-align: center;
  }
  .join-us-form.login-form {
    width: 100%;
  }
  .column-8 {
    display: block;
  }
  .blog-section-text {
    margin-top: 10px;
  }
  .blog-details-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  /*naveen*/
    .rota td.text-sm:nth-child(2):before,
    .rota td.text-sm:nth-child(3):before,
    .rota td.text-sm:nth-child(4):before,
    .rota td.text-sm:nth-child(5):before,
    .rota td.text-sm:nth-child(6):before,
    .rota td.text-sm:nth-child(7):before,
    .rota td.text-sm:nth-child(8):before {
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 600;
        color: #333;
        font-size: 14px
    }
    .rota td.text-sm:nth-child(2):before {
        content: 'Monday'
    }
    .rota td.text-sm:nth-child(3):before {
        content: 'Tuesday'
    }
    .rota td.text-sm:nth-child(4):before {
        content: 'Wednesday'
    }
    .rota td.text-sm:nth-child(5):before {
        content: 'Thursday'
    }
    .rota td.text-sm:nth-child(6):before {
        content: 'Friday'
    }
    .rota td.text-sm:nth-child(7):before {
        content: 'Saturday'
    }
    .rota td.text-sm:nth-child(8):before {
        content: 'Sunday'
    }
  
    .review-table td:first-child {
        min-width: inherit
    }
    .review-table td {
        display: block;
        margin: 5px 10px
    }
    .rota tr:first-child td {
        display: none
    }
    .rota td {
        display: block
    }
    .rota td:first-child {
        background: #000;
        text-align: center;
        margin-top: 30px
    }
    .rota td.text-sm {
        position: relative
    }
  /*naveen*/
  .escort-img .image-12 {
    height: 250px;
    object-fit: cover;
}
  
}
@media (max-width:640px) {
.code-country {width:27%;}
#phone{ width:73%;}

.gallery-block .w-col-2 {
    width:33%!important;
}	
.escort-img .image-12 {
    height: 200px;
    object-fit: cover;
}	
}

@media (max-width:600px) {	
.review-img img {
    width: 180px;
}	
.blog-block .blog-box {
    width: 100%;
}
.blogbox-inner {
    min-height: auto;
    margin-bottom: 30px;
}
	.review-img {
		text-align:center;
    width: 100%;padding-right: 0!important;
}
.review-text {
    width: 100%;
    text-align: center;
}
.banner-slider img {
    height:240px;
    object-fit: cover;
}
.box-banner h2 {
    font-size: 23px;
    line-height: 26px;
}
.box-banner h1 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
}
.box-banner {
    max-width: initial;
}
.box-banner a{margin-top:15px;}
.div-block-copy.search-box {
    padding-right: 0!important;
}
.dropdowndiv {
    padding-right: 0!important;
}
select.member_url, select.location, select.attribute, select.services, select.price {
    height: 37px;
    background: #fff url(../images/drop1.png) top 15px right 18px no-repeat;
    font-size: 13px;
}
}
@media (max-width: 479px) {

.area-list li {
    float: left!important;
    margin-right: 0px!important;
    width: 49%!important;
}

	
	#tabs .book-her{
left: inherit!important;
    right: 10px!important;
    top: 20px!important;
    padding: 6px 10px!important;
    font-size: 13px;
}	
.gallery-block .w-col-2 {
    width: 50%!important;
}
.div-block-4 {
    padding-top: 10px;
    padding-bottom: 0px;
}	
.box-banner h1 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 13px;
}	
.multi-girl-check .heading-5 {
    font-size: 16px!important;
}
h3.heading-top:before{display:none!important;}	
.box-banner {
    max-width: 100%;padding: 0 20px;
}.about-part h2.heading-3 {
    font-size: 28px;
    line-height: 38px;
}
.escort-serv .escort-serv-left h2{    font-size: 28px;
    line-height: 38px;}
.right-about img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.search-p .w-col-2 {
    width: 100%!important;
    padding: 0 8px;
}
ul.tabs li {
width: 50%;
    float: left;
    font-size: 13px;
    padding: 8px 15px;
    margin-bottom: 6px;
}
.escort-serv .escort-serv-left p{font-size: 15px;
    line-height: 26px;}
.about-part p {
    font-size: 15px;
    line-height: 26px;
}
.banner-inner {
    top: 13%;
    left: 0;
}	
  .nav-link.menu-tab {
    width: 100%;
  }
  .banner-caption {
    top: 12%;
  }
  .image-10 {
    display: none;
  }
  .link-7 {
    font-size: 14px;
  }
  .heading {
    font-size: 30px;
  }
  .paragraph-2 {
    margin-bottom: 20px;
  }
  .dropdowndiv {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .dropdown-2 {
    padding-right: 15px;
  }
  .dropdown-3 {
    padding-right: 15px;
  }
  .navi-name {
    width: 100%;
  }
  .whoweare {
    background-position: 50% 100%;
    background-size: 300px;
  }
  .wwa-img {
    margin-top: 30px;
  }
  .review-img {
    padding-bottom: 15px;
  }
  .heading-11 {
    padding-left: 0px;
  }
  .paragraph-9 {
    padding-left: 0px;
  }
  .paragraph-10 {
    padding-left: 0px;
  }
  .image-22 {
    padding-left: 0px;
  }
  .newsletter-block {
    left: 0%;
    right: 0%;
    width: 100%;
  }
  .newsletter-box {
    height: 50px;
  }
  .newfsorm {
    width: 100%;
    margin-left: 0%;
  }
  .newsletter-btn {
    position: relative;
  }
  .footer-language {
    margin-bottom: 10px;
  }
  .copyright-page-container {
    margin-top: 50px;
  }
  .paragraph-14 {
    font-size: 10px;
    text-align: center;
  }
  .link-10 {
    font-size: 11px;
  }
  .copy-links {
    text-align: center;
  }
  .header-ctn-block {
    display: inline-block;
  }
  .header-ph-icon {
    display: inline-block;
  }
  .header-join-section {
    text-align: center;
  }
  .joinbtn {
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }
  .dropdown-5 {
    margin-right: 0px;
    padding-right: 15px;
  }
  .search-box {
    overflow: hidden;
  }
  .div-block-copy.search-box {
    padding-right: 15px;
  }
  .logo-img {
    width: 150px;
  }
  .logo {
    text-align: center;
  }
  .div-block-7 {
    text-align: center;
  }
  .column-7 {
    text-align: left;
  }

  .heading-15.common-heading {
    font-size: 30px;
  }
  .paragraph-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-16 {
    font-size: 30px;
  }
  .faq-page {
    margin-top: 50px;
  }
  .paragraph-17 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .joinuspage {
    margin-top: 50px;
  }
  .escort-page-heading {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .join-form-block {
    width: 100%;
    margin-left: 0%;
  }
  .join-pera {
    margin-bottom: 10px;
  }
  .join-us-form.login-form {
    width: 100%;
  }
  .column-8 {
    display: inline-block;
  }
  .column-9 {
    display: block;
  }
  .per-details-bloxk {
    font-size: 14px;
  }

  .inner-heading {
    font-size: 30px;
  }
  .blog-section {
  margin-top: 0;
    padding: 0 15px;
  }
  .blog-section-img {
    padding: 0;
}
  .blog-details-page {
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-details-block {
    margin-top: 20px;
  }
  .copyright-block {
    margin-top: 20px;
  }
  .createadate-drop {
    width: 100%;
  }
.escort-page-img .w-layout-grid.grid { display: block;}
.escort-page-img .w-layout-grid.grid img {margin-bottom: 20px;}
}
@media (max-width:360px) {
.gallery-block .w-col.w-col-3 {
    width:100%;
}		
.mobile_icon {
    right: 7%;
    top: 18px;
}	
 .logo {
    text-align:left;
  }
.right-head {
    text-align: left;
}  
	.heading-12 {
    font-size: 27px;
    margin-bottom: 15px;
}
.heading-10.comman-heading {
    font-size: 27px;
    margin-bottom: 15px;
}
.heading-14.comman-heading {
    font-size: 22px;
}
.paragraph-12 {
    font-weight: 400;
    font-size: 14px;
}
.newsletter-box {
    height: 40px;
}
ul.tabs li{ width: 100%!important;}
.tab-content .escort-img .image-12 { height: 370px; object-fit: cover;}
.tab-content .w-col.w-col-3 {
    width: 100%;
}
.heading-3 {
    font-size: 27px;
    margin-bottom: 15px;
}h3.heading-top {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: initial;
}
.about-part h2.heading-3 {
    font-size: 20px;
    line-height: 31px;
}
.about-part h3.heading-3{font-size:14px;}
h3.heading-top span {
    padding: 0;
}
.about-part h3.heading-3:before {
    content: '';
    position: absolute;
    left: 78px;
    top: 14px;
    width: 63px;
    height: 1px;
    background: #fff;
}
}

/* Custom css */ 
.joinbtn {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 22px 10px;
  border-radius: 50px;
  background-color: #ffdd21;
  
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.joinbtn img {
    margin-left: 5px;
}

.div-block-3.escorts-gallery:hover {
    background-color:#ffa8a3;
    transition: ease-in-out 0.5s;
}

.star-rating {
	width:100%; 
	float:left;
	padding-left:0!important;
	}

.rate {
    float: left;
    height: 46px;
    padding: 0 0px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
	padding-top:5px;
	height: 35px;
}
.rate:not(:checked) > label:before {
    content: 'â˜… ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.menuimg img {
    width: 44px;
    margin-top: -4px;
	}
	
.navi-name:hover {background-image: radial-gradient(white,#e8c5ed); border-radius:60px; transition:ease-in-out 0.5s;}
#heart img, #heart2 img, #heart3 img{
  left:0;
  right:0;
  margin:0 auto;
 }

 @keyframes heartFadeInOut {
  0% {transform: scale(1);}
  25% {transform: scale(.97);}
  35% {transform: scale(.9);}
  45% {transform: scale(1.1);}
  55% {transform: scale(.9);}
  65% {transform: scale(1.1);}
  75% {transform: scale(1.03);}
  100% {transform: scale(1);}
}

#heart img.bottom, #heart2 img.bottom, #heart3 img.bottom{ 
  animation-name: heartFadeInOut; 
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
#heart2 img.bottom{ 
  animation-name: heartFadeInOut; 
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
 #heart3 img.bottom{ 
  animation-name: heartFadeInOut; 
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
}

.loginbtn {
    width: 61px;
    height: 50px;
	position:relative;
	margin-left: 5px;
}

a#heart span {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -6px;
    font-size: 15px;
    font-weight: 400;
	color:#000;
}

.selfie-video {width:100%; margin-bottom:20px;}
.selfie-video a {    
    background-image: linear-gradient(#1dbce3 60%, #000 100%);
    display: inline-block;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #fff!important;
	margin-right:15px;
	}

.modal-box {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}


.modal-box { width: 400px; margin:auto;    top: 20px !important; }


.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}


a.close {
  position: absolute;
    top: -15px;
    right: -15px;
    background-color: #de357e;
    color: #fff;
    font-size: 30px;
    border-radius: 100px;
    /*height: 35px;
    width: 35px;*/
    text-align: center;
    text-decoration: none;
	opacity: 1;
	font-weight: 300;
	padding: 10px 11px;
}

a.close:hover {
  color: #fff;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
	opacity: 1;
	font-weight: 300;
}

.modal-box img { width:100%;height: 550px; object-fit: cover;}
.escort-page-heading2 {
	margin-top: 0px;
    margin-bottom: 20px;
    
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
	}
.per-details-bloxk a { color:#000; text-decoration:none;}	
textarea.reviewmsg-text {
    width: 100%;
    height: 90px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    
}
.modal-review { overflow:scroll;}

.uploadescortphoto label {    color: #fff;
    font-size: 16px;
    font-weight: 700;}

.uploadescortphoto input[type="file"] {height: 45px;
      height: 40px;
    margin-bottom: 20px;
    padding: 7px 15px;
    background-color: hsla(0, 0%, 95.3%, 0);
    border: 1px solid #cccccc;
    color: #000;
    width: 100%;
    outline: 0;
    font-size: 16px;}
	
div#tabs-1, div#tabs-2, div#tabs-3 {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
	border:1px solid #fcb5b1;
}

.review-submit-form { padding:20px 15px;}
.review-submit-form h3, .review-submit-form p { text-align:center; margin-top:0px;}
.createadate-escort .cad-input, .createadate-escort select, .createadate-escort textarea{}
.review-submit-form .reviewsubmit-btn {}
.escort-nationflag {position: absolute;right: 20px;top: 10px;}
.escorts-tabs.ui-widget.ui-widget-content {border:none; background:transparent;}
.escorts-tabs.ui-tabs .ui-widget-header {background:transparent; border:0px; padding:0;}
.escorts-tabs.ui-tabs ul li.ui-tabs-tab { border:0;background: #efefef;}
.escorts-tabs.ui-tabs ul li.ui-tabs-tab a {padding: 15px 25px 15px 25px !important;font-size:19px;  color:#000;}
.book-her {
    padding: 12px 25px 12px 25px!important;
    font-size: 16px;
    border-radius: 30px;
    color: #fff!important;
    top: 7px;
    text-decoration: none;
    font-weight: 400;
    background-image: linear-gradient(#1dbce3 60%, #000 100%);
    position: absolute;
    left: 27%;
}
.escorts-tabs.ui-tabs ul li.ui-state-hover {background-image: linear-gradient(265deg, #fcb5b1, #fcb5b1);}
.escorts-tabs.ui-tabs ul li.ui-state-active { border:0;background-image: linear-gradient(265deg, #fcb5b1, #fcb5b1);}
.escorts-tabs.ui-tabs ul li.ui-state-active a {background-image: linear-gradient(265deg, #fcb5b1, #fcb5b1);  border:0px;    outline: 0;}
.footer-link-list a {  color:#fff; text-decoration:none;}
.escort-next-pre {float: right;}
.escort-next-pre a {    background-image: linear-gradient(#1dbce3 60%, #000 100%);display: inline-block;padding: 12px 35px 12px 35px;text-decoration: none;border-radius: 50px;font-size: 16px;font-weight: 400;color: #fff!important;margin-left: 15px; }
.selfie-video-heading {margin-top: 0px;padding: 15px 15px 10px 15px;color: #000;font-size: 25px;text-align: left;background-color: #efefef;margin: 20px 0px 10px 0px;line-height: 25px; border-radius: 5px;}

/* back to top*/
#back-to-top {cursor: pointer;padding: 14px 15px; background-color:#2f2e2e; border-radius:50px;z-index: 999;}
#back-to-top:hover { background-color:#fcb5b1;  transition:0.5s;}
.back-to-top {cursor: pointer; position: fixed;bottom: 27px;right: 20px;display:none;}
a.back-to-top { font-size:25px; color:#fff; text-decoration:none;} 
.mob-chat {display: none;}
.mob-chat .top-ctn-links {margin-top:0px;}

.only-mob {display:none;}
.mob-menu-social-icon {display:none;}
.home-wel p {font-size: 16px;line-height: 30px;text-align: center;color: #000;    }
.home-wel p a {color: #eb84b1;text-decoration: none;}
#more {display: none;}
/*.desk-header.darkHeader {position: fixed;top: 0px;width: 100%;z-index: 999;background-color: #e8c5ed;transition: 0.5s;}*/

.desk-header.darkHeader nav.nav-menu.w-nav-menu {transition: 0.5s;}
.copyright-page-containerpage { margin-top:100px;}
span.np-icon {display:none;}

/* Onload modal css */
.main-page .main-part ul li:nth-child(1) {width: 100%;display: block;text-align: center;}
.main-page .main-part ul li:nth-child(2) {width: 100%;display: block;text-align: center;}
.main-page .main-part ul li h2{color: #fff;margin: 0;font-size: 70px;line-height: 80px;padding-top: 75px;padding-bottom: 15px; letter-spacing: 2.5px;}
#mask {position: fixed; left: 0; top: 0; z-index: 889; background-color: #000; width: 100%; height: 100%; opacity: 0.8;}  
div#boxes { color:#fff;  text-align:center;}
/*#boxes .window {position:fixed;left:0;top:0;width:440px;height:200px;display:none;z-index:9999;padding:20px;border-radius: 15px;text-align: center;}*/
#my-welcome-message {width: 80%; height:auto; padding:50px; background:url(../images/modal-bg.jpg) no-repeat;background-size: cover; background-position: center top; font-size: 15pt; box-sizing: border-box;left: 0; right:0; margin: auto; top: 20px; position: absolute;z-index: 890;}
.maintext{text-align: center;text-decoration: none;}
#modal-msg{text-align: center;}
div#modal-msg img {margin-bottom: 40px;}
#modal-msg p {font-size: 16px;line-height: 30px;font-weight: 300;}
#modal-msg p a {color:#fff; text-decoration: none;}
#popupfoot{font-size: 16pt;padding: 10px 20px;}
#popupfoot a{text-decoration: none;}
a.agree {background-color: #ffdd21;padding: 15px 35px 12px 35px;border-radius: 50px;display: inline-block;color: #000; margin: 0px 10px}
a.notagree {background-color: #eb84b1;padding: 15px 35px 12px 35px;border-radius: 50px;display: inline-block;color: #000; margin: 0px 10px}

.main-page{background-image: url(../images/bg1.jpg);width: 100%;height: 100vh; background-repeat: no-repeat;background-position: center center;background-size: cover;}
.main-page .main-part{padding:0px;}
.main-page .main-part ul{padding: 0px;margin: 0;height: 100vh;display: table-cell;vertical-align: middle; width: 10%;}
.main-page .main-part ul li{list-style: none;display: inline-block;width:20%; margin: 0 27px;}
.main-page .main-part ul li a{margin-bottom: 0;width: 100%;text-align: center;}


@media only screen and (max-width: 767px) and (min-width: 300px)  {
.circular-menu .floating-btn .fa-comments {
    font-size: 22px;
    padding: 12px 0px;
}
.circular-menu.active .floating-btn .fa-plus {
    display: block;
    font-size: 19px;
    padding: 14px 0;
}	
.circular-menu .floating-btn{width: 45px;height: 45px;}	
.circular-menu .floating-btn i {
    font-size: 16px;
    transition: transform .2s;
    padding: 17px 0;
}	

.circular-menu .menu-item {
    width: 40px;
    height: 40px; 
}	
.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(0em,-6em,0);
}
.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-4.5em,-5.3em,0);
}
.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-5.5em,-1.2em,0);
}
.circular-menu {
    position: fixed;
    bottom:80px;
    right: 10px;
    z-index: 999;
}
.partner .partner-main h2{font-size:25px;}	
.reviews-slider{display:block!important;}	
#tabs .book-her{
    left: inherit!important;
    right: 0;
    top: 48px;
}	
.toprview{display:none;}
.bg-details-part.blog-section-text.w-col.w-col-9 {
    padding:0!important;
    width: 100%!important;
}
.bg-details-part h4 img {
    width: 100%!important;
    height: auto!important;
}	
.h-brd h2 {
font-size: 24px;
    line-height: 32px;
}	
.book-contact p {
    font-size: 18px;
}	.book-contact ul li {
    font-size: 15px;
}.book-contact ul li b {
    font-size: 16px;
}
.dropdown-5, .dropdown-3, .dropdown-2 { padding-right:0;}
.banner-video .vip-part img {
    width: 55px;
}
.banner-slider.owl-theme .owl-nav .owl-prev {
    height: 19px;
    width: 10px;
    background-size: 10px;
}
.banner-slider.owl-theme .owl-nav .owl-next{
	    height: 19px;
    width: 10px;
    background-size: 10px;
}
.banner-slider.owl-theme .owl-nav .owl-prev:hover {
    height: 19px;
    width: 10px;
    background-size: 10px;
}
.banner-slider.owl-theme .owl-nav .owl-next:hover{
	    height: 19px;
    width: 10px;
    background-size: 10px;
}
.main-page .main-part ul li {
    list-style: none;
    display: block;
    width: 80%;
    margin: 0 auto 10px;
}
.main-page .main-part ul li h2{font-size:38px;padding: 0;}
.top-ctn-links {display: inline-block;float: none;margin-top: 10px;}
.create-btn, .submit-review-btn {padding: 15px 25px 13px;font-size: 15px;}
.modal-block { width:90%;margin-top: 25px;}
.navi-name { text-align:left;}
.joinbtn {font-size: 11px;padding: 12px 14px 10px;}
.copyright-page-container { margin:0px 0px 0px 0px;}
.w-nav-button {width:100%;}
.w-icon-nav-menu {width: 26px;float: right; font-size: 35px; color: #000;}
.navi-name:hover {background-image: linear-gradient(265deg, #e096ea, #e8c5ed); border-radius:0px;}
.modal-box { width:90%;}
.escort-page-details {margin-top: 30px;}
h3.escort-page-heading {text-align: center;}
.selfie-video a { font-size:14px;}
.slider .w-slide img {object-fit: cover;height: 300px;}
.banner-caption {left: 5%;}
.w-slider-arrow-left, .w-slider-arrow-right {display: none;}
.paragraph {width: 75%;}
.nav-link.navi-name.responsive-menu {font-size: 13px;padding: 13px 10px 7px 10px;}
div#w-dropdown-toggle-2, div#w-dropdown-toggle-1 {padding: 0;}
.escorts-tabs.ui-tabs ul li.ui-tabs-tab a {padding: 15px 12px 10px 12px !important;font-size: 14px;}
.escort-next-pre a {margin: 0;}
.escort-next-pre {width:100%;margin-bottom: 10px;}
.escort-next-pre a:nth-child(1) {float: left;}
.escort-next-pre a:nth-child(2) {float: right;}
.gallery-block .owl-carousel .owl-nav button.owl-next span, .gallery-block .owl-carousel .owl-nav button.owl-prev span {width: 30px;height: 30px;font-size: 30px;padding: 3px 0;}
.header-join-section, .h-call-details.w-row, .header-social-links, .top-language, .no-mob {display: none;}
.mob-menu { width: 100%;background-color: #d186d9;margin-top: 10px;}
.mob-chat { display: block;width: 82%;padding: 10px 15px;float: left;text-align: right;}
.w-nav-button {padding: 3px 15px;}
.menu-button.w-nav-button {display: inline;width: 18%;float: left;right: 0;}
.only-mob {display:block;}
.column-6.wwa-text {padding-top: 00px;}
.newsletter-section {text-align:center;}
.newsletter-block {width: 100%;
    margin: auto;
    left: 0;
    right: 0;}
.gallery-block .owl-carousel .owl-item .watermark-logo {width: 110px;}
.top-ctn-links.margin-right20, .top-ctn-links.top-ctn-links-margin {margin-right: 10px;}
.mob-menu-social-icon {position: fixed;right: 5px;top: 35%; z-index: 999; display: block;}
.mob-menu-social-icon ul {padding: 0;margin: 0;}
.mob-menu-social-icon ul li {list-style: none;margin: 5px 0px;}
.mob-menu-social-icon ul li .image-25, .mob-menu-social-icon ul li .image-24 {padding:0px;}
#back-to-top {padding: 9px 10px;}
.back-to-top {bottom:20px;right: 10px;}
.desk-header.darkHeader .mob-menu {margin-top:0px;}
.image-10 {display: block;width: 100px; height: auto !important;}
.copyright-page-containerpage { margin-top:50px;}
.copyright-textc {text-align: center;}
.copy-links {padding-bottom:10px;}
.home-wel p {padding: 0px 10px;text-align: center; font-size: 16px;}
span.np-text {display: none;}
.escort-next-pre a {padding: 10px 20px 10px 20px;}
span.np-icon {display:block;}
.paragraph-12 {font-weight:400;}
#boxes #dialog {width:100%;padding:25px 15px;position: absolute;}
a.modalclose.agree {padding: 15px 25px 12px 25px;font-size: 16px; margin: 0px 5px}
a.notagree {padding: 15px 25px 12px 25px;font-size: 16px; margin: 0px 5px;}
	
	}
@media only screen and (max-width: 1023px) and (min-width: 768px)  {
.profile_img {
  width: 140px;
  height: auto;
}
.latest_review_box {
  float: left;
}
.nav-link.navi-name.responsive-menu, .nav-link.menu-tab.responsive-menu {padding-right: 9px;padding-left: 9px;}
.menuimg img {width: 35px;}
.create-btn, .submit-review-btn {padding: 15px 25px 13px;font-size: 15px;}
.per-details-bloxk { font-size:13px;}
.joinbtn {padding: 12px 18px 10px;font-size: 12px;}
a#heart span {font-size:12px;}
.search-box.tab-margin {margin-right: 15px;}
.gallery-block .owl-carousel .owl-nav button.owl-next span, .gallery-block .owl-carousel .owl-nav button.owl-prev span {width: 30px;height: 30px;font-size: 30px;padding: 3px 0;}
#boxes #dialog {width:90%;}
	}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {

.nav-link.navi-name, .nav-link.menu-tab {padding-right: 10px;padding-left: 10px;}
.menuimg img {width: 36px;}
.escort-serv .escort-serv-right {
    padding-left: 0%;
    margin-bottom: 45px;
}
.escort-serv .escort-serv-left h2 {
    font-size: 38px;
    line-height: 45px;
}
ul.tabs li {
    font-size: 13px;
    padding: 10px 16px;
    margin-bottom: 5px;
}
.about-part p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 12px;
}
.left-about {
    width: 55%;
}
.right-about {
    padding-left: 20px!important;
    width: 45%;
}
.footer-menu {
    font-size: 13px;
}

.footer-box .footer-tow {
    padding-top: 62px;
    padding-left: 10px;
}
.social-icon {
    padding-left: 10px;
}
.about-part h2.heading-3 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 45px;
}
.escort-serv .escort-serv-right p{font-size:15px;}
.latest-review h3.heading-top:before {
    background: #fff;
    width: 288px;
}
.paragraph-10{font-size:14px;}
h3.heading-top:before {
width: 190px;}
.footer-menu-space {
    padding-right: 10px;
    padding-left: 10px;
}
.blogbox-inner h4 {
    font-size: 17px;
    font-weight: 700;
}
.banner-inner {
    top: 16%;
}
.banner-slider img {
    height: 500px;
    object-fit: cover;
}
.heading-10, .heading-12{font-size:36px;}
.nav-link.navi-name.responsive-menu { font-size:13.6px;}
.search-box, .dropdowndiv {font-size: 11px;}
.banner-caption {top:11%;}
.link-7 {margin-bottom: 15px;}
#boxes #dialog {width:80%; top:20px !important;    padding: 40px 30px;}
	}
@media only screen and (max-width: 1499px) and (min-width: 1199px)  {
#boxes #dialog {    width: 80%;padding: 30px; top:20px !important;}

	 
}
@media only screen and (max-width: 1555px) and (min-width: 1200px)  {
.banner-caption {top: 10%;}
.heading {line-height: 60px;}
.paragraph {margin-bottom: 20px;}
	.link-7 {margin-bottom: 25px;}
}

@media only screen and (max-width:992px) {
	
.search-filtter-btn {
    float: left;
    width: 22%;
}
.part-sarch {
    width: 24%;
    float: left;
    margin: 0 5px;
}	
.book-her {
    left: 41%!important;
}	
.vip, .daimond{position: absolute;left: -7%;top: -9px;}	
.gallery-block .w-col-2 {
    width: 25%;
}
}	

/* Development work related css here */
.star-rating { margin-left:0px; overflow:hidden;
}
.star-rating img {
    width: 16px;
    cursor: pointer;
}
input.error {
    border: 2px solid red;
}
.error-msg,.info-msg,.success-msg,.warning-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}
.info-msg{color:#059;background-color:#bef}
.success-msg{color:#270;background-color:#dff2bf}
.warning-msg{color:#9f6000;background-color:#feefb3; }
.error-msg{color:#d8000c;background-color:#ffbaba}
.spinner {position: absolute;left: 50%;top: 50%;height: 60px;width: 60px;margin: 0 auto;-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;-o-animation: rotation .6s infinite linear;animation: rotation .6s infinite linear;
	border-left: 6px solid rgba(0, 174, 239, .15);border-right: 6px solid rgba(0, 174, 239, .15);border-bottom: 6px solid rgba(0, 174, 239, .15);border-top: 6px solid rgba(0, 174, 239, .8);border-radius: 100%
}
label.error{    color: #f00000;
    text-align: left;
    
    position: relative;
    top: -14px;}
.no-padding {padding:0;}

/* Payment page css */
.payment-form {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 55px;
}

.payment-details-box {
	position: relative;
	float: left;
	width: 100%; 
	border: 1px solid #ededed;
}
.pay-detail-box {
	width: 20%;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 15px;
	border-right: 1px solid #ededed;
}
.pay-es-img {
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
}
.pay-es-img img {
	width:100%;
}
.pay-es-name {
    position: relative;
    float: left;
    padding: 0px 10px;
    font-size: 25px;
    width: 60%;
    
    line-height: 25px;
    font-weight: 700;
    
}
.pay-detail-box h2 {
    font-size: 25px;
    margin: 0 0 10px 0;
    
    
}
.pay-detail-box p {
	font-size: 16px;
    
    
}
.pay-detail-box:last-child {
    border: none;
}
.pay-amount {
    font-size: 30px;
    
    
    padding: 25px 0px;
    font-weight: 700;
    color: #b645c4;
}
.pay-form-container {
	position: relative;
	float: left; 
	width: 100%; 
	text-align: center;
	margin: 0px 0px 50px 0px;
}
.pay-form {
    display: inline-block;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
	background-color: #ededed;
	box-sizing: border-box;
    padding: 25px 30px;
}
.pay-form h2 {
    
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    
    margin: 0px 0px 25px 0px;
}
.pay-form .form-group label:before {display:none;}
.pay-form .form-group input {
	display:block;
	width: 100%;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #d0d0d0;
    padding: 0px 15px;
	
	font-size: 16px;
	letter-spacing:1.5px;}
.pay-form .form-group input:focus, .pay-half select.form-control:focus {
	outline:none;
}
.pay-form .form-group label {
	
	font-size: 16px;
	letter-spacing:1.5px;
	    text-align: left;
}
.pay-form .form-group { 
	margin-bottom:20px;
}
.pay-half .form-group {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
}
.pay-half .row {
    margin: 0px -15px;
}
.pay-half select.form-control {
    width: 49%;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #d0d0d0;
    padding: 0px 15px;
    
    font-size: 16px;
    
}
.pay-form .form-group input.btn.btn-success.btn-lg.px-5 {
	display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 35px 15px;
    border-radius: 50px;
    background-color: #ffdd21;
    color: #000;
    font-size: 16px;
    text-align: center;
	
	
	height: auto;
    border: 0;
	width: auto;
}

.pay-option-container {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.pay-option-container label {
    display: inline-block;
    margin: 0px 15px;
	font-size: 22px;
	
    
}

.pay-option-container label input[type="radio"] {
	margin-right: 5px;
	position: relative;
	
}

.pay-option-container label input[type="radio"]:after{
	display: block;
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #5E5E5E;
    border-radius: 26px;
    top: -8px;
    left: -7px;
}

.pay-option-container label input[type="radio"]:checked:after{
	display: block;
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #b645c4;
    border-radius: 26px;
    top: -8px;
    left: -7px;
}

.cash-btn input.btn.btn-success.btn-lg.px-5.cashbooking {
    background-color: #ffdd21;
    border: 0;
    padding: 11px 30px 12px 30px;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 20px;
	
    
	    color: #000;
}

.bespoke-booking {
    width: 100%;
    position: relative;
    float: left;
	text-align: center;
}

.bespoke-detail-box {
    position: relative;
    float: none;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 10px;
	    margin: 0 10px;
}

.bespoke-detail-box .pay-es-name {
    width: auto;
}

/* 27-11-2019 */
.datepicker-dropdown {    position: absolute;}

/* New registration page design css */
.registration-new {margin-top: 75px;box-shadow: 0px 0px 20px #d0d0d0;padding: 0px;overflow: hidden;border-radius: 10px;width: 80%;margin: auto;}
.registration-new-form {width: 50%;float: left;position: relative;box-sizing: border-box;padding: 50px 30px;}
.registration-new-form .join-us-form.login-form {width: 100%;}
.registration-new-text-block {position: relative;float: left;width: 50%; background: url(../../../test.ukwebsitedesigncompany.co.uk/bkkescortservice/assets/images/registration-bg.html) no-repeat;text-align: center; background-position: center;background-size: cover; padding: 175px 30px;}
.registration-new-text-block img {margin-bottom: 30px;}
.registration-new-text-block p {font-size: 16px; line-height: 30px; color: #fff;}
.registration-new-form h4 {text-align: center; color: #000;}
.login-new {margin-top: 75px;box-shadow: 0px 0px 20px #d0d0d0;padding: 0px;overflow: hidden;border-radius: 10px;width: 80%;margin: auto;}
.login-form-block {width: 50%;position: relative; float: left; box-sizing: border-box; padding: 50px 15px;}
.login-form-text {width: 50%;position: relative; float: left; box-sizing: border-box; padding: 55px 30px;background: url(../../../test.ukwebsitedesigncompany.co.uk/bkkescortservice/assets/images/registration-bg.html) no-repeat; background-size: cover;    text-align: center; background-position: center;}
.login-form-block .join-form-block {width: 100%; margin: 0;}
.login-form-block h4 {text-align: center; color: #000;}
.login-form-text img {margin-bottom: 30px;}
.login-form-text p {font-size: 16px; line-height: 30px; color: #fff;font-weight: 400;}
.login-form-block label.error {position: relative;width: 100%;}
.checkmark {position: absolute;top: -2px;left: 0; height: 25px;width: 25px;background-color: #c3c3c3;border-radius: 50%;}
.checkcontainer input:checked ~ .checkmark {background-color: #e096ea;}
.checkcontainer .checkmark:after {top: 9px;left: 9px;width: 8px;height: 8px;border-radius: 50%;background: white;}
.checkcontainer input:checked ~ .checkmark:after {display: block;}
.checkmark:after {content: "";position: absolute;display: none;}
.checkcontainer {display: block;position: relative;padding-left: 30px;cursor: pointer;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;margin-right: 0px;height: 25px;position: relative;float: left;margin-bottom: 0px;}
.bannercontainer {width: 1155px;max-width: 100%;margin-top: 0px;margin-right: auto;margin-left: auto; padding-top: 0px;padding-bottom: 0px;}
.car-tab.new-car-tabs ul {text-align: left;column-count: 3;}
.car-tab.new-car-tabs ul li {margin: 0 0 20px 0;display: inline-block;float: none;background: url(../../../test.ukwebsitedesigncompany.co.uk/bkkescortservice/assets/images/car-icon.html) no-repeat;background-position: left 10px top 13px;padding: 10px 10px 10px 45px;background-color: #efefef; width: 100%;position: relative;}
.car-tab.new-car-tabs ul li a {font-size: 16px;}
.car-tab.new-car-tabs ul li:before {content: '';position: absolute;width: 38px;height: 42px;background-color: #e096ea;left: 0;top: 0;}
.car-tab.new-car-tabs ul li:after {content: '';position: absolute;width: 38px;height: 42px;background: url(../../../test.ukwebsitedesigncompany.co.uk/bkkescortservice/assets/images/car-icon.html) no-repeat;left: 0;top: 0;background-position: center;}
.multi-girl-check .heading-5 {font-size: 18px;font-weight: 500; margin-bottom:0px;}

/* 13-Dec-2019 */
.rate-page h1.elementor-heading-title, .rate-page h2.elementor-heading-title, .rate-page h3.elementor-heading-title {
margin-top: 0;
    margin-bottom:20px;
    font-size:26px;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}


.rate-page .elementor-text-editor ul li {
    font-size: 18px;
    padding-bottom: 1px;
	color:#fff;
}

.rate-page ul.elementor-price-list {
    list-style: none;
	padding-left:0px!important;
}
.rate-page ul.elementor-price-list li {
    list-style: none;
}

.rate-page ul.elementor-price-list li a {
    margin-bottom: 0;
}

.rate-page ul.elementor-price-list li .elementor-price-list-header {
    margin-bottom: 0;
}
.rate-page ul.elementor-price-list a{ text-decoration:none; color:#fff;}
.rate-page .elementor-price-list-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.rate-page span.elementor-price-list-title {
    max-width: 80%;
}

.rate-page span.elementor-price-list-separator {
        -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
}

.rate-page a.elementor-price-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rate-page p.elementor-price-list-description a {
    font-size: 14px;
}

@media only screen and (max-width: 767px) and (min-width: 300px)  {
.circular-menu .msg-part {
    position: absolute;
    margin: 0;
    width: 80px;
    font-size: 13px;
    text-align: center;
    left: -27px;
    bottom: -19px;
}	
.recent-blog h3 {
    margin-top: 30px;
    padding-left: 15px;
    margin-bottom: 0;
}	
.search-filtter-btn {
    float: left;
    width: 100%;padding: 0 10px;
}
.part-sarch {
	margin-top:10px;
    width: 100%;padding: 0 10px;
    float: left;
    margin: 0px;
}		
	#lightbox-panel{width:280px;}
	#lightbox-panel img{width:100%;}
ul.tabs li {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 49%;
}	
	
	.payment-details-box {width: 94%;margin-left: 3%;}
	.pay-form-container, .pay-option-container {width: 94%;margin-left: 3%;}
	.pay-detail-box {width: 100%; border-right: none; border-bottom: 1px solid #ededed;}
	.pay-detail-box:last-child {border: none;}
	.pay-form {width: 100%;padding: 25px 15px;}
	.pay-half .form-group {width: 100%;}
	.pay-form h2 {font-size: 30px;}
	.payment-form {margin: 0;}
	.heading-3.comman-heading {margin-top: 0px;}
	.cad-price-details {margin-bottom: 30px;}
	.forget-pass button.close {top:0px; right: 0px;}
	form#resetPassword {padding: 0;}
	.registration-new {width: 95%;}
	.registration-new-form {width: 100%;}
	.registration-new-text-block {width: 100%; padding: 15px 30px;}
	.login-form-text {width: 100%;padding: 30px 15px;}
	.login-form-block {width: 100%; padding: 30px 0px;}
	.login-new {width: 95%;}
	.car-tab.new-car-tabs ul {column-count: 1;}

	.rate-page h1.elementor-heading-title, .rate-page h2.elementor-heading-title, .rate-page h3.elementor-heading-title{ font-size:23px; line-height:35px;}
	.rate-page ul.elementor-price-list {    list-style: none;    padding-left: 15px;    padding-right: 15px;}
	.rate-page .elementor-text-editor ul{ padding-left:40px;}
	.rate-page .elementor-text-editor ul ul{ padding-left:initial;}
}
.golden_menu{
  -webkit-background: -webkit-linear-gradient(#ffc400,#9f6319,#ffffff);
  -moz-background: -webkit-linear-gradient(#ffc400,#9f6319,#ffffff);
  -o-background: -webkit-linear-gradient(#ffc400,#9f6319,#ffffff);
  background: -webkit-linear-gradient(#ffc400,#9f6319,#ffffff);
}
@media only screen and (max-width: 1023px) and (min-width: 768px)  { 
	.pay-form {width: 65%;}
	.pay-es-name{font-size: 20px; width: 59%;}
	.pay-detail-box h2 {font-size: 20px; line-height: normal;margin: 0 0 6px 0;}
	.pay-es-img {width: 50px; height: 50px;}
	.pay-amount {padding: 10px 0px;}
	.pay-detail-box p {margin: 0;}
	.main-page .main-part {text-align: center;}
	.main-page .main-part ul li {margin: 0;}
	.header-ctnno {font-size: 29px;}
	.registration-new-text-block {padding: 130px 15px;}
	.login-form-text {    padding: 20px 15px;}
	.car-tab.new-car-tabs ul {column-count: 2;}

}
@media only screen and (max-width: 1199px) and (min-width: 1024px)  {  
	.pay-es-img {width: 50px; height: 50px;}
	.pay-detail-box {height: 100px;}
	.main-page .main-part {text-align: center;}
	.main-page .main-part ul li {margin: 0;}

}




.staticpagecontent ul{ padding-left:30px;}
.staticpagecontent ul li {
    list-style: disc;
    color: #fff;
    padding-left: 7px;
    display: list-item;
    width: 100%;
}


.dropdown-toggle-nonoss {
    border-radius: 100px;
    padding: 8px 25px;
    margin-top: -6px;
    text-align: center;
}

.dropdown-toggle-nonoss .footer-lan-text.heade-lang-text{
padding-right:0px;
}
.galleryvip .blur-content .image-12{
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
}
.escortsvip .fe-main-img{
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
}
.escortsvip .blurimg{
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
}
.div-block-3.escorts-gallery.escortvip .fe-main-img{
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
}
.escortsvip .heading-5 {
  color: #f00;
}
.galleryvip .blur-content{
  position: relative;
}
.viplabel{
  position: absolute;
    top: 5px;
    left:5px;    
    color: #fff;
    z-index: 99;
}
.viplabel img{
  filter: none!important;
  max-width: 100px;
}
.modal-container .modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background:rgba(0, 0, 0, .95);
  /* backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -moz-backdrop-filter: blur(6px);
  -ms-backdrop-filter: blur(6px);
  -o-backdrop-filter: blur(6px); */
}
/* .modal-container #myModal::after{
  position: absolute;
  width: 100%;
  -webkit-filter: url(#svg-blur);
  filter: url(#svg-blur);
} */
.modal-container .modal .modal-dialog{ 
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.modal-container .modal .modal-content{
  text-align: center;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e04092+1,e04092+38,eb1971+54,eb1971+100 */
background: rgb(224,64,146); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,64,146,1) 1%, rgba(224,64,146,1) 38%, rgba(235,25,113,1) 54%, rgba(235,25,113,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(224,64,146,1) 1%,rgba(224,64,146,1) 38%,rgba(235,25,113,1) 54%,rgba(235,25,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(224,64,146,1) 1%,rgba(224,64,146,1) 38%,rgba(235,25,113,1) 54%,rgba(235,25,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04092', endColorstr='#eb1971',GradientType=0 ); /* IE6-9 */

border: none;
}
.modal-container .modal .modal-content input{
  width: 100%;
    max-width: 400px;
    border: none;
    display: block;
    padding: 10px 20px;
    outline: none;
    margin: 0 auto;
    border-radius: 15px;
    color: #000;
    cursor: text;
}
.modal-container .modal .modal-content .submit{
  background: #000;
    font-size: 18px;
    height: 40px;
    padding: 8px 30px;
}
.modal-container .modal .modal-content .submit:hover{
  background-image: url(../images/header-bg.jpg);
  color: #fff;
}
.modal-container .modal .close {
  margin-top: -2px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  text-shadow: none;
  background: #000;
  color: #fff;
  padding: 4px 8px;
}
.modal-container .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding-bottom: 0!important;
}

.modal-header,
.modal-content {
  padding: 1.5rem;
}
.supermodel{
  height: 44px;
}
#goldtext{
  background: -webkit-linear-gradient(#ffc400, #9f6319, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width:.4px;
            -webkit-text-stroke-color: #fff;
}
.viplabelh{
  text-align: center;
  margin-top: -25px;
  margin-bottom: 20px;
}
.viplabelh img{
  max-width: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 992px)  {
.desk-header nav a {
    padding: 12px 15px 12px 15px;
    font-size: 12px;
}
.red_dots::after {
    right: 4px;
}
.live_cam .dropdown {
    right: 0;
}
.escort-page-heading {
    font-size: 25px;
    line-height: 50px;
}	
.escort-details-block .rate-colume.w-col-tiny-8 {
    width: 57%;
}
.escort-details-block .w-col.w-col-tiny-4 {
    width: 43%;
}
.escort-details-heading {
    font-size: 24px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {
.desk-header nav a {
    padding: 12px 15px 12px 15px;
    font-size: 15px;
}
.red_dots::after {
    right: 4px;
}
.live_cam .dropdown {
    right: 0;
}
.escort-page-heading {
    font-size: 25px;
    line-height: 50px;
}	
.escort-details-block .rate-colume.w-col-tiny-8 {
    width: 57%;
}
.escort-details-block .w-col.w-col-tiny-4 {
    width: 43%;
}
.escort-details-heading {
    font-size: 24px;
}
.per-details-bloxk {
    font-size: 14px;
}
}
@media (max-width:768px){
  .modal-container .modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-0%,-50%);
    width: 95%;
}
  .modal-container .modal h2{
      font-size: 24px;
  }
  h4.supermodel{
    font-size: 14px;
  }
  .supermodel {
    padding: 10px 0;
    font-weight: normal;
    font-size: 14px;
    background-image: linear-gradient(#c56f6a 40%, #000 );
    text-align: center;
    margin-bottom: 0;
    font-family: 'Akaya Kanadaka', cursive;
    color: #ffd9d6;
    height: 44px;
}
}

@media (max-width:767px){
.profile_img {
  width: 140px;
  height: auto;
}
.latest_review_box {
  float: left;
}	
}

@media (max-width:479px){
.profile_img {
  width: 100%;
  height: auto;
  float: none;
  border: 2px solid #e8257b;
  margin: 0 auto;
}	
.latest_review_des {
  padding-left: 0;
  color: #000;
  text-align: center;
  margin: 20px 0 0;
}
.latest_review_des .name::after {
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
}