* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.error_message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    /*display:none;*/
}
.error-border {
    border: 1px solid red !important;
}

a {
  color: #1627c9;
}
.nav-link {
  color: #fff !important;
}
.form-control2 {
  color: #fff !important;
  background: #000;
  border-color: #000;
  padding-left: 30px;
}
.form-control2::placeholder {
  color: #fff !important;
  /*	padding-left: 15px;*/
}
.form-control2:focus {
  color: #fff !important;
  background: #000;
  border-color: #000;
  box-shadow: none !important;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.fa-search {
  color: #fff;
  top: 12px;
  left: 8px;
  z-index: 999;
}
.home-sec {
  /*background: url(../images/benner.jpg);*/
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.home-sec {
  height: 530px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
}
.proside_panel {
  width: 100%;
  background: none;
  padding: 0px;
}

.proside_panel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
    .proside_panel li {
    float: none;
    text-align: left;
    margin-right: 25px;
    width: 200px;
    text-align: center;
    display:inline-block;
    margin-bottom:20px;
}

.proside_panel li a {
  text-decoration: none;
  color: #333;
  display: block;
  background: #e9e9e9;
  border-bottom: 1px solid #dddddd;
  padding: 15px 20px;
  font-weight: 700;
}

.proside_panel li.active a {
    background: #ed0218;
    color: #fff !important;
}
.procontent_panel {
  width: 100%;
  background: none;
}

.panel_rows {
  width: 100%;
  background: #f1f1f1;
  padding: 15px 20px;
}

.panel_rows img {
  width: 100%;
  display: block;
  margin: auto;
  height: 250px;
  object-fit: cover;
  object-position: top;
}

.panel_rows h3 {
  font-weight: 900;
  font-size: 27px;
  margin-bottom: 10px;
  text-align: left;
}

.panel_rows p {
  font-size: 17px;
  font-weight: 600;
  margin-top: 12px;
  text-align: left;
}

.panel_rows button {
  background: #202529;
  border: none;
  color: #fff;
  padding: 9px 20px;
  font-weight: 800;
  border-radius: 5px;
  font-size: 15px;
  display: block;
  margin-left: auto;
  min-width: 115px;
  margin-bottom: 10px;
}

.panel_rows button i {
  margin-right: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ed0218;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.status_block {
  width: 100%;
  display: flex;
  padding: 20px 0px;
  align-items: center;
}

.status_block strong {
  margin-right: 10px;
}

.panel_qoute {
  padding: 35px 30px;
}

.align_center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.panel_table tbody td {
  padding: 0px !important;
  width: 33.33%;
}

.mystatus_block {
  width: 100%;
  background: none;
  padding: 15px 20px;
}

.mystatus_block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}

.mystatus_block li {
  float: none;
  display: block;
  text-align: center;
  margin: 15px 0px;
}

.mystatus_block li strong {
  display: block;
}

.statics_block {
  width: 100%;
  background: none;
  padding: 15px 20px;
}

.statics_block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}

.statics_block li {
  float: none;
  display: block;
  text-align: left;
  margin: 15px 0px;
}

.statics_block li strong {
  float: right;
}

.package_block {
  width: 100%;
  background: none;
  padding: 15px 20px;
}

.package_block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}

.package_block li {
  float: none;
  display: block;
  text-align: left;
  margin: 10px 0px;
}

.myprofile_block {
  padding: 0px;
  background: transparent;
}

.myprofile_block label {
  margin-bottom: 7px;
  display: block;
  font-weight: 700;
}

.myprofile_block input.form-control {
  height: auto;
  padding: 13px 20px;
}
.select_services .col-md-12
.myprofile_block .form-group {
  margin-bottom: 25px;
}

.reports_panel {
  width: 100%;
  background: none;
}

.reports_panel label {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.reports_panel .form-control {
  padding: 10px 20px;
}

.reports_panel td,
.reports_panel th {
  text-align: left !important;
}
.about-ttl {
  color: #ed0218;
  font-size: 40px;
}
.form-srch {
  border-color: #c9c9c9;
  border-width: 2px;
  padding-left: 30px;
  width: 325px;
  display: inline-block;
}
.fa-map-marker-alt {
  top: 10px;
  left: 9px;
  color: #625f5f;
  font-size: 20px;
  z-index: 999;
}
.fa-sort {
  right: 21px;
  top: 13px;
  color: #000;
  font-size: 16px;
}
.btn-light {
  box-shadow: 0px 0px 2px #bdbdbdde;
  margin-right: 15px;
}

.serch-icn {
  background: #f83548;
  width: 111px;
  border-color: #ed0218;
  color: #fff;
}
.serch-icn:hover {
  background: #f83548;
  color: #fff;
}
.filter {
  color: #f83548;
  margin-top: 20px;
}
.filter img {
  width: 25px;
  margin-right: 5px;
}
.card-img-top {
  width: 248px;
  height: 350px; 
}
/*.card{
	width: 250px !important;
}*/
.card-title {
  font-size: 18px;
}
p {
  margin: 0;
}
.portfolio-contry {
  font-size: 13px;
}
.portfolio-contry span {
  float: right;
}

.card-img-top2 {
  width: auto;
  height: 33px;
  top: 0;
  object-fit: cover;
}
.card-img {
  top: 0;
}
.ecort {
  position: absolute;
  top: 9px;
  background: #000;
  height: 74%;
  padding: 6px;
  padding-bottom: 5px !important;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.file {
  position: absolute;
  top: 9px;
  background: #000;
  height: 74%;
  padding: 6px;
  padding-bottom: 5px !important;
  color: #fff;
  border-radius: 5px;
  right: 60px;
  font-size: 12px;
}

.doller {
  position: absolute;
  top: 9px;
  background: #000;
  height: 74%;
  padding: 6px;
  padding-bottom: 5px !important;
  color: #fff;
  border-radius: 5px;
  right: 3px;
  font-size: 12px;
}
.fa-star {
  position: absolute;
  top: 0;
  background: #fff;
  height: 100%;
  padding: 6px;
  left: 4px;
}
.card {
  margin-bottom: 25px;
}
.more-link {
  position: relative;
  margin-top: 15px;
}
.more-link:before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  background: #fff;
  top: 20px;
}
.more-link a {
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  width: 250px;
  transform: translateX(-50%);
  background: #f83548;
  border-color: #f83548;
  border-radius: 0;
  color: #fff;
}
.more-link a:hover {
  background: #f83548;
  border-color: #f83548;
  border-radius: 0;
  color: #fff;
}
.catagory-link {
  color: #000;
  text-decoration: none;
  background: #add8e61a;
  display: inline-block;
  padding: 6px 24px;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
}
.catagory-link:hover {
  background: #add8e680;
}
.catagory-ttl {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
.review-sec {
  background: #ebebebad;
}
.review-cont {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #e3e2e2d9;
  /*    border: 2px solid #ddd;*/
  padding-bottom: 40px;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
}
.review-cont2 {
  padding: 15px;
  height: 200px;
  background: #add8e61a;
}
.client-head {
  font-style: normal;
  margin-bottom: 15px;
}
.client-head i {
  margin-bottom: 17px;
  color: #ed0218;
}
.review-date {
  float: right;
}
.ulist a {
  text-decoration: none;
}
.ulist li {
  margin-bottom: 10px;
}
.footer-ttl {
  color: #fff;
  padding-left: 2rem;
  margin-bottom: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.footer-heading {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 900;
}

.edit-link {
  position: relative;
  left: 6px;
  color: #ed0218;
  text-decoration: none;
}
.edit-link i {
  color: #ed0218;
}
.silde-bar {
  background: #fff;
  padding: 10px;
  width: 25%;
  box-shadow: 0px 0px 5px #d7d7d787;
  position: absolute;
  top: 0px;
  max-width: 290px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.silde-bar img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}
.silde-bar-heading {
  font-size: 25px;
  font-weight: 700;
  margin: 12px auto;
}

.pro-btn {
  width: 120px;
  border-radius: 0;
}

.pro-location {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
.pro-location i {
  font-size: 14px;
  margin-right: 5px;
}
.abt-contect {
  background: #fff;
  padding: 15px;
  /*    box-shadow: 0px 0px 5px #d7d7d7;*/
  border-radius: 5px;
}
.page-wrapper2 {
  background: #fff;

  width: 70%;
  /* background: #ddd; */
  margin-left: 306px;
  margin-bottom: 25px;
}
.page-general {
  box-shadow: 0px 0px 5px #d7d7d787;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}

.abt-cont {
  min-height: 900px;
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.abt-head {
  position: relative;
  color: #ed0218;
  margin-bottom: 15px;
}
.abt-head:before {
  position: absolute;
  width: 130px;
  position: absolute;
  content: "";
  height: 3px;
  background: #000;
  bottom: -5px;
}
.loca-sec {
  border-bottom: 1px solid #d1d1d1;
}
.loca-sec h4 {
  font-size: 25px;
  font-weight: 800;
}
.abt-contect .location-head {
  color: #ed0218;
}
.fa-whatsapp {
  color: green;
  font-size: 20px;
}
.bio-nm {
  display: inline-block;
  margin-left: 45px;
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
}
.bio-head {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  width: 150px;
  margin-bottom: 10px;
}

.ulist li {
  color: #fff;
}
.review-head {
  background: #047004;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-top: 4px;
  margin-left: 18px;
}
.review-head span {
  position: relative;
  top: 17px;
}
.review-dates {
  color: #8f8f8f;
}
.btn-ligh {
  background: #edededab !important;
  margin-bottom: 15px;
  width: 100px;
}
.page-general h3 {
  font-weight: 900;
}
.review-nm {
  font-weight: 600;
}
#more {
  display: none;
}

.readMore {
  color: #f83548;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
.verify-img {
  height: auto !important;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #000 !important;
  background-color: #f0f6f8 !important;
  border-color: transparent !important;
}

#tsparticles {
  background-color: rgb(255 255 255 / 95%) !important;
}
#tsparticles {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /*    background-color: #111111!important;*/
  background-image: url(custom.css);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.upperside {
  min-height: 180px;
  padding-bottom: 0px;
  padding-top: 40px;
  text-align: center;
}
.upperside {
  /*    min-height: 285px;*/
  align-items: end;
  padding-bottom: 40px;
  background-image: none;
}
.bred_crumb {
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0px;
  background-size: 300% 300%;
  /*    background-image: linear-gradient( -45deg, rgba(217,242,255,1) 0%, rgba(255,232,249,1) 25%, rgba(217,242,255,1) 51%, rgba(233,230,255,1) 100% );*/
  animation: AnimateBG 10s ease infinite;
}
.signup_form {
  box-shadow: none;
  background-color: transparent;
  padding: 0px 0px 100px;
}
.signup_form {
  width: 570px;
  margin: 0 auto;
  border-radius: 12px;
}
.signup_form form {
  padding: 0 60px;
}
.signup_form form .form-group {
  margin-bottom: 20px;
}
.signup_form form .form-group .form-control {
  height: 60px;
  padding: 5px 20px;
  border: 1px solid #f8354861;
  border-radius: 12px;
  font-weight: 500;
}
.signup_form form .form-group .form-control:focus {
  border: 1px solid #f83548;
  outline: none;
  box-shadow: none;
}
.signup_form form .form-group .puprple_btn {
  min-width: 240px;
  display: block;
  margin: 40px auto;
  margin-bottom: 30px;
  font-weight: 600;
}
.signup_form .or_option {
  text-align: center;
}
.puprple_btn {
  background-color: #f83548;
  color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
}
.puprple_btn:hover {
  background-color: #f83548;
  color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
}
.signup_form .or_option > p a {
  color: #f83548;
  margin-top: 30px;
  text-decoration: none;
}
.signup_form label {
  margin-bottom: 10px;
  color: #5b5b5bfc;
  font-weight: 600;
}
::placeholder {
  color: #fff;
}
.navbar-dark {
  padding: 20px;
}
.term-form {
  color: #f83548;
  text-decoration: none;
}
.card-text {
  /*font-style: italic;*/
  font-size: 15px;
  /*	margin-bottom: 5px;*/
}
input {
  position: relative;
}
input[type="checkbox"]::before {
  height: 16px;
  width: 16px;
  border: 1px solid #999;
  left: 0px;
  top: 0px;
  background-color: #fff;
  border-radius: 2px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
  position: absolute;
  content: "";
  display: inline-block;
}

p {
  font-size: 15px;
  margin-bottom: 5px !important;
}

input[type="checkbox"]:checked::before {
  background-color: #f83548;
  border-color: #f83548;
}
input[type="checkbox"]:checked::after {
  content: "";
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
input[type="checkbox"]::after {
  height: 5px;
  width: 9px;
  left: 4px;
  top: 4px;
  position: absolute;
}
.holder::-webkit-scrollbar {
  display: none;
}

/* Hide the images by default */
.slides {
  display: none;
  /* max-width: 1000px; */
  /* width: 100%;
  flex-shrink: 0;
  height: 100%; */
}

.slides img {
  width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
  .prevContainer,
  .nextContainer {
    display: none;
    visibility: hidden;
  }
}

.prevContainer,
.nextContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 54px));
  height: 54px;
  width: 54px;
  cursor: pointer;
}

.prevContainer {
  margin-left: 0px;
  left: 0;
  border-radius: 30px 0 0 30px;
}

.prev {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: left;
  margin-left: 12px;
}

.prev svg,
.next svg {
  fill: white;
}

.nextContainer {
  margin-right: 0px;
  right: 0;
  border-radius: 0 30px 30px 0;
}

.next {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: right;
  margin-right: 12px;
}

/* Container for image text */
.caption-container {
  text-align: left;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 68px !important;
  margin-top: 30px;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
  height: 50px;
  /* object-fit: contain; */
  /* width: 79px; */
}

.active,
.slide-thumbnail:hover {
  opacity: 1;
}

.container2 {
  position: relative;
  padding: 0px 54px;
  /*  max-width: 1000px;*/
  /*  margin: 0 auto;*/
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #f83548;
  border: 1px solid #f83548;
  background: #fff;
}

/* ============== / Add New Css //////////============  */


.gallery_sec{
   
    background: none;
    position: relative;
}

.gallery_secimg {
    width: 100%;
    border: 5px solid #000;
    height: 400px;
    object-fit: cover;
    object-position: top;
}









body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.form-control2 {
  color: #fff !important;
  background: transparent;
  border: none;
  padding-left: 30px;
  outline: none !important;
  font-weight: 600;
}

.form-control2:focus {
  color: #fff !important;
  background: #282828;
  border-color: #000;
  box-shadow: none !important;
}

.navbar-brand {
  font-weight: 700;
 
}
a.navbar-brand.logoheader {
    height: auto;
    padding: 4px 0px;
    font-size: 18px;
    line-height: 20px;
}


.nav-link {
  color: #fff !important;
  font-size: 16px;
  padding: 0 5px !important;
  font-weight: 400;
}

.fa-search {
  color: #fff;
  top: 11px;
  left: 6px;
  z-index: 999;
}

.navbar-dark {
  padding: 15px 0px;
}

.home-sec {
  height: auto;
}

.escorts_sec {
  width: 100%;
  background: none;
  padding: 50px 0px;
}

.sec_header h3 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}

.sec_header {
  margin-bottom: 0px;
}

.sec_header p {
  text-align: center;
  font-weight: 700;
  color: #555;
  margin-bottom: 0;
}

.btn-light {
  box-shadow: 0px 0px 2px #bdbdbdde;
  margin-right: 10px;
  font-weight: 600;
  color: #222;
  padding: 7px 20px;
  border-radius: 3px;
  font-size: 16px;
}

.footer-heading {
  font-size: 33px;
  margin-bottom: 15px;
  font-weight: 900;
}

.footer-ttl {
  color: #fff;
  padding-left: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.ulist a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #c2c2c2;
}

.ulist li {
  margin-bottom: 5px;
}

.footer_sec {
  padding: 60px 0px;
  width: 100%;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

ul.ulist {
  margin-bottom: 0px;
}

.footer_down {
  width: 100%;
  background: #202529f2;
  padding: 25px 0px;
}

.footer_down p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #c2c2c2;
  margin: 0;
}

.more-link a {
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  width: 285px;
  transform: translateX(-50%);
  background: #ed0218 !important;
  border-color: #ed0218 !important;
  border-radius: 0;
  color: #fff;
  padding: 12px 15px;
  border-radius: 3px;
}

.filter_sec {
  margin-top: 30px;
}

.expect_booking {
  padding: 60px 0px;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  width: 100%;
}

.expect_booking .client-head {
  font-style: normal;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 800;
  text-transform: capitalize;
  word-wrap: break-word;
  margin-bottom: 10px;
  text-align: left !important;
}

.expect_booking .review-cont p {
  font-style: normal;
  font-size: 15px;
  color: #444;
   margin-top: 10px;
}

.review-sec {
  width: 100%;
  background: none;
  padding: 60px 0px;
}

.review-sec .review-cont p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.review-sec p.review-date {
  float: none;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 12px;
  text-align: right;
}

.review-cont {
  background: #fff;
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #c7c2c2d9;
  /* border: 2px solid #ddd; */
  padding-bottom: 40px;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 20px;
  height: auto;
  /*min-height: 230px;*/
}

.lookingfor_sec {
  width: 100%;
  background: none;
  padding: 60px 0px;
}

.catagory-link {
  color: #000;
  text-decoration: none;
  border: 1px solid #99999978;
  background: #add8e63b;
  display: inline-block;
  padding: 6px 24px;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 3px;
}

.model_sec {
  width: 100%;
  background: none;
  padding: 25px 0px;
}

.model_sec .card {
  width: 100% !important;
  border: 1px solid #a2a2a2;
}

.model_sec .card-img-top {
  width: 100%;
  height: 300px;
  /* object-fit: cover; */
  object-fit: cover;
  object-position: top;
}

.model_sec .card-title {
  font-weight: 800;
  font-size: 21px;
  text-align: left;
}

.model_sec .card-body {
  padding: 15px 20px;
  height: 220px;
  overflow: hidden;
}

.input_outer {
  position: relative;
}

.input_outer input {
  height: auto;
  padding: 10px 20px;
  font-weight: 800;
  color: #000;
  outline: none !important;
  text-align: left;
  padding-left: 45px;
}

select.form-control{
    padding: 10px 20px;
    height: auto;
    padding-left: 50px;
}

.pickupline {
    color: #000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.escort_des p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.input_outer i {
  padding: initial;
  top: 16px;
  left: 17px;
}

.searchlist {
  position: relative;
  top: 0 !important;
}

.filter_sec ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
  /*position: absolute;*/
  width: 100%;
}

.filter_sec li {
  float: none;
  display: inline-block;
  margin-right: 5px;
}

.model_sec .card {
  margin-left: 0px;
}

.accordion-item:last-of-type {
  background: #fff;
}

.filter_sec li a {
  text-decoration: none;
  color: #444;
  padding: 10px 35px;
  background: #f8f9fa;
  box-shadow: 0px 0px 2px #bdbdbdde;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.search_filter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.search_filter button {
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  outline: none;
  font-weight: 700;
  background: #ed0218;
  color: #fff;
}

.proside_panel li a {
  border-radius: 5px;
}

.searchlist {
  width: 100%;
  background: #fff;
  padding: 0px;
  border: 1px solid #d3d2d2;
  border-top: 0;
  border: none !important;
  position: absolute;
  /* bottom: -37px; */
  top: 48px !important;
}

.searchlist li {
  display: block;
  margin-bottom: 0 !important;
  margin-right: 0;
}

.accordion-body {
  position: relative;
}

.searchlist li a {
  padding: 5px 15px;
  font-size: 14px;
}

.filter_sec h6 {
  /*margin-bottom: 0px;*/
  /*margin-bottom: 25px;*/
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #ed0218;
}

.filter_sec h6 a {
  text-decoration: none;
  color: #ed0218;
}

.morefilter_sec {
  width: 100%;
  background: none;
  padding: 35px 35px 40px;
  margin-bottom: 40px;
  background: #e6e6e6;
}

.filter_head {
  width: 100%;
  background: none;
  padding: 0px;
}

.filter_head {
  width: 100%;
  background: none;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

.filter_head button {
  padding: 8px 15px;
  border: 2px solid #ff104d;
  background: transparent;
  border-radius: 5px;
  color: #ff104d;
  font-weight: 600;
  font-size: 16px;
  min-width: 140px;
  outline: none;
}

.filter_body {
  width: 100%;
  background: none;
  padding: 30px 0px 0;
}

.filter_body .accordion-item {
  border: 1px solid #cfcfcf54;
  margin-top: 10px;
  border-radius: 3px;
}

.accordion-button:not(.collapsed) {
  color: #ed0218;
  background-color: transparent;
  box-shadow: none;
}

button.accordion-button {
  font-weight: 700;
  text-align: left;
  padding: 15px 20px;
  color: #464545;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

button.accordion-button span {
  float: right;
}

button.accordion-button {
  border: none !important;
  box-shadow: none !important;
  display: block;
}

.accordion-button::after {
  display: none;
}

.accordion-body {
  padding: 10px 20px;
}

.accordion-body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}

.accordion-body li {
  float: none;
  text-align: left;
  margin-bottom: 15px;
}

.accordion-body li a {
  text-decoration: none;
}

.page-general {
  box-shadow: 0px 0px 2px #d7d7d787;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 3px;
}

.profile_sec {
  width: 100%;
  background: none;
  padding: 60px 0px;
}

.page-general {
  box-shadow: none;
  padding: 0;
  margin-bottom: 40px;
  border: none;
  border-radius: 0;
}

.page-wrapper2 {
  padding-left: 25px;
}

.page-general h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: navajowhite;
  margin-bottom: 15px;
  background: #ededed;
  padding: 13px 15px;
}

.abt-head:before {
  display: none;
}

.page-general p {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  text-align: justify;
}

.page-general .btn-ligh {
  background: #ffffff !important;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
}

.page-general .container2 {
  padding: 0px;
}

.page-general .container2 .slides img {
  height: 500px;
  width: 100%;
  object-fit: contain;
  /* object-position: left; */
  /* transform: scale(0.9); */
}

.page-general .container2 .row {
  margin: -4px;
}

.page-general .container2 .row .column {
  width: 16.66%;
  margin-top: 7px;
  padding: 4px;
}

.silde-bar {
  background: #fff;
  padding: 0;
  width: 25%;
  box-shadow: none;
  position: absolute;
  top: 0px;
  max-width: 290px;
  border: 1px solid #ededed;
  border-radius: 3px;
}

.sidecontent {
  padding: 15px 20px;
}

.abt-contect {
  padding: 0px;
}

.silde-bar-heading {
  font-size: 23px;
  font-weight: bold;
  margin: 15px 0 15px;
}

.pro-btn {
  width: 120px;
  border-radius: 0;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 3px;
}

.pro-location {
  margin-top: 25px;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

.pro-location i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
}

.loca-sec {
  padding-bottom: 12px;
  border: none;
}

.loca-sec h4 {
  font-size: 20px;
  font-weight: 800;
}

.abt-contect .location-head {
  color: #ed0218;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #d7d7d7;
  padding: 7px 0px;
}

.abt-contect .location-head:last-child {
  border: none;
}

.silde-bar img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
}

.bred_text h1 {
  font-weight: 800;
  text-align: center;
}

.or_option p {
  font-weight: 700;
}

.signup_form form .form-group .puprple_btn {
  min-width: 240px;
  display: block;
  margin: 40px auto;
  margin-bottom: 30px;
  font-weight: 800;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  background: #ed0218;
}

.signup_form form .form-group .form-control {
  height: 60px;
  padding: 5px 20px;
  border: 1px solid #000000;
  border-radius: 12px;
  font-weight: 700;
  outline: none;
}

a {
  text-decoration: none !important;
}

main {
  width: 100%;
  min-height: calc(100vh - 383px);
}

.sidecontent .text-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidecontent img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.navbar-brand img {
  width: 100px;
}

.myprofile_section {
  width: 100%;
  background: none;
  padding: 60px 0px;
}

.page_heading {
  width: 100%;
  background: none;
  margin-bottom: 35px;
}

.page_heading h1 {
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 0;
}

.protabs {
  width: 100%;
  background: none;
  padding: 0px 0px;
}

.protabs .nav-tabs .nav-link {
  color: #000 !important;
  padding: 10px 20px !important;
  min-width: 80px;
  text-align: center;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: 3px solid #000 !important;
}

.protabs li.nav-item {
  margin-right: 25px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
  border-bottom: 3px solid #000 !important;
}

.protabs .tab-content {
  width: 100%;
  padding: 60px 0px;
}

.aboutleft_panel {
  width: 100%;
  background: none;
  padding: 0px;
  position: relative;
}

.about_profile {
  width: 100%;
  background: none;
  position: relative;
}

.about_profile img {
  width: 100%;
  border: 5px solid #000;
  height: 400px;
  object-fit: cover;
  /*object-position: top;*/
}

.about_content {
  width: 100%;
  background: none;
  padding: 0px 30px;
}

.about_content section h3 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 0px;
}

.about_content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-flow: wrap;
}

.about_content li {
  width: 100%;
  position: relative;
  padding: 0px 5px !important;
  margin-top: 0px;
}

.about_content li select {
  height: auto;
  padding: 11px 20px;
  border-radius: 5px;
  border: 1px solid #555;
  outline: none !important;
  font-weight: 700;
  padding-left: 45px;
}

.input_outer img {
  position: absolute;
  top: 10px;
  height: 25px;
  width: 25px;
  left: 15px;
  opacity: 0.5;
}

.about_content section {
  margin-bottom: 10px;
}

.gallery_pics,
.videos_pics {
  margin-bottom: 25px;
}

.gallery_pics img,
.videos_pics img {
  height: 350px;
  border: 1px solid #d1d1d1;
  padding: 2px;
  border-radius: 5px;
}

.pricing-table-subtitle {
  margin-top: 68px;
  font-weight: normal;
}

.pricing-table-title {
  font-weight: bold;
  margin-bottom: 68px;
}

.pricing-card {
  border: none;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card.pricing-card-highlighted {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-card .card-body {
  padding-top: 55px;
  padding-bottom: 62px;
}

.pricing-plan-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 11px;
  font-weight: normal;
}

.pricing-plan-cost {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-bottom: 29px;
}

.pricing-plan-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px;
}

.pricing-plan-basic .pricing-plan-icon {
  color: #fe397a;
}

.pricing-plan-pro .pricing-plan-icon {
  color: #10bb87;
}

.pricing-plan-enterprise .pricing-plan-icon {
  color: #5d78ff;
}

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 35px;
  color: #303132;
}

.pricing-plan-purchase-btn {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 145px;
  height: 45px;
  border-radius: 22.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  justify-content: center;
}

.pricing-plan-basic .pricing-plan-purchase-btn {
  background-color: #fe397a;
  color: #fff;
}

.pricing-plan-basic .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #b7013d;
}

.pricing-plan-basic .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.pricing-plan-pro .pricing-plan-purchase-btn {
  background-color: #10bb87;
  color: #fff;
}

.pricing-plan-pro .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #0a7554;
}

.pricing-plan-pro .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn {
  background-color: #5d78ff;
  color: #fff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #1138ff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}

.videos_pics img.playsIcons {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  width: 65px;
  height: 65px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

.overlaybox {
  width: 100%;
  background: #000000bd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
}

.select_services ul {
  display: none;
}

.select_services li {
  display: block;
  width: 100%;
  margin-top: 0px;
}

.form-select {
  padding: 14px 20px;
}

.form-control {
  height: auto;
  padding: 14px 20px;
}

.rates_sec {
  width: 100%;
  background: none;
  padding: 20px 0px;
}

.rates_sec h5 {
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rates_sec h5 a {
  font-size: 13px;
  background: #ed0218;
  color: #fff;
  padding: 9px 15px;
  border-radius: 3px;
}

.rates_sec .table {
  margin-top: 25px;
}

td,
th {
  text-align: center;
  padding: 10px 10px !important;
}

thead th {
  background: #a5a5a5 !important;
  color: #fff !important;
}

.navbar-nav input.form-control {
  padding: 6px 20px;
  padding-left: 30px;
  margin-top: 0px;
}

.gender li a {
  position: relative;
}

.selectedrow {
  border: 1px solid #f00;
}

.slider_outer {
  padding: 40px 80px 30px;
  background-size: contain;
  background-repeat: repeat;
  background-color: #feb9151a;
  border: 4px #feb915 solid;
  border-radius: 10px;
}

.swiper-horizontal {
  padding: 0;
  max-width: 1400px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 40px) !important;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 40px) !important;
  left: auto;
}

.tags_headign {
  width: 100%;
  background: none;
  margin-bottom: 25px;
}

.tags_headign h4 {
  font-weight: 800;
  margin-left: 0px;
  text-align: center;
}

.navbar-nav li.nav-item {
  margin-left: 25px;
}

.navbar-nav li.nav-item:hover a {
  color: #fff !important;
}

.active a {
  color: #ffffff;
}

.vip_tabgs {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 4px;
}
.pagination {
  justify-content: center;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  padding: 13px 20px;
  font-weight: 600;
  font-size: 14px;
}

.banner_inside {
  width: 100%;
  background: none;
  padding: 0px 0px;
  text-align: center;
  /*max-width: 550px;*/
  max-width: 100%;
  margin: auto;
}

.banner_inside h1 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 900;
}

.banner_inside h1 span {
  color: #ed0218;
}

.banner_inside p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}

.footer-heading {
  text-align: center;
}

ul.ulist {
  margin-bottom: 0px;
  display: flex;
  padding: 0;
  justify-content: center;
  margin-top: 16px;
}

.ulist li {
  margin-bottom: 5px;
  width: auto;
  margin: 0 14px;
  text-align: center;
}

.ulist a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #c2c2c2;
}

.contact_sec {
  padding-bottom: 110px;
  width: 100%;
  background: #fff;
}

label.error {
  position: absolute;
  font-size: 14px;
  color: #f00;
  font-weight: 600;
  margin-left: 0px;
  margin-top: 4px;
}

.inside_formlist {
  width: 100%;
  background: none;
  padding: 0px;
  position: relative;
}

.inside_formlist ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: left;
  margin-top: 0px;
}

.inside_formlist li {
  float: none;
  display: block;
  padding: 0px;
  width: auto;
  margin-right: 10px;
  position: relative;
  margin-top: 10px;
}

.inside_formlist li input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  bottom: 0;
  opacity: 0;
}

.inside_formlist li label {
  margin-bottom: 0px;
  font-size: 15px;
}

.inside_formlist li a {
  color: #959595;
  background: transparent;
  padding: 6px 20px;
  display: block;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #959595;
}

li.width100 {
  width: 100% !important;
  padding: 0px;
}

.inside_formlist label {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.checked11 a {
  background: #ed0218 !important;
  color: #fff !important;
  border-color: #ed0218 !important;
}

.bg-primary {
  background: #ed0218 !important;
  font-size:13px;
}

.expect_booking .client-head {
  color: #111;
}

.navbar-nav li.nav-item {
  display: flex;
  align-items: center;
}

.signup_form form .form-group .form-control {
  vertical-align: middle;
  display: flex;
}

.signup_form form .form-group .form-control button.dropdown-toggle {
  border: none;
  padding: 0px;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-expand-sm .navbar-nav {
  flex-direction: row;
  float: right;
}

.bootstrap-select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.dropup .dropdown-toggle::after {
  display: none !important;
}

.my_multi_checkbox li {
  width: auto !important;
  padding: 9px 26px !important;
  background: transparent;
  margin-right: 16px;
  color: #555;
  border: 1px solid #555;
  position: relative;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}

.my_multi_checkbox li input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.my_multi_checkbox li input[type="checkbox"]::before,
.my_multi_checkbox li input[type="checkbox"]::after {
  display: none;
}

span.deleterow {
  cursor: pointer;
  font-weight: 800;
  margin-left: 6px;
}

.navbar-nav li.nav-item {
  margin-bottom: 0px;
}

.NoRecord {
  text-align: center;
  text-transform: CAPITALIZE;
  font-weight: 800;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #ed0218;
}

.slider_outer:before {
  background: none !important;
}

.card-text {
  color: #666;
}

/*main p{*/
/*    text-align: center;*/
/*}*/

.VIP_escort_sec .overlay_box ul {
  text-align: left;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.searchlist li {
  padding: 0px !important;
  margin-right: 0 !important;
}

.my_avalable {
  display: flex;
  flex-wrap: wrap;
}

.my_avalable p {
  width: 25%;
}

.VIP_escort_sec .overlay_box li.sometimeShow {
  background: transparent;
  margin-bottom: -8px;
}
.VIP_escort_sec .overlay_box li.sometimeShow img {
  width: 30px !important;
  margin-bottom: 3px !important;
  left: 85px !important;
}

.postcode_form {
  position: relative;
}

/*new css*/
.home-sec .container {
  align-items: center;
  display: flex;
  height: 100%;
}
.more-link:before {
  display: none;
}
.more-link a {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(0%);
}
.review-sec .review-date img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  min-height: 40px !important;
  margin-bottom:0px;
}
.review-cont img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
}
.expect_booking .review-cont a {
    color: #000;
    margin-top: 10px;
    display: block;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline !important;
}
.blogDetail_sec .border-0{box-shadow: none;}
.blogDetail_sec .review-cont img { 
    height: 500px; 
    border: 1px solid #b9b9b9;
    padding: 1px;
    border-radius: 2px; 
}
.overlay_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: transparent;
  height: 100%;
  padding: 15px 15px;
}

.overlay_box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}

.overlay_box li {
  float: none;
  text-align: left;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
}
li,
h6,
p {
  font-size: 17px;
  margin-bottom: 15px;
}
.discard-btn {
  float: right;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
}
.modal-header button {
  background: #e30077;
  border: none;
  height: auto;
  line-height: normal;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body ul,
.modal-body li {
  list-style: disc;
}

.slider_outer {
  position: relative;
}
.slider_outer:before {
  content: "";
  background: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#modal-subscribe {
  pointer-events: none;
}
.modal-dialog {
  max-width: 800px;
}
.filter_sec .row {
  align-items: baseline;
}

.vip_tabgs img {
  width: 28px;
  position: relative;
  top: -3px;
}

.model_sec .card {
  width: 400px;
}
.overlay_box img {
  width: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.overlay_box img.loaded {
  width: 19px;
  border-radius: 5px 0 0 0;
}
.overlay_box span.featured {
  color: #ffbb3e; 
  background: #000;
  padding: 4px 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 3px;
  font-size: 14px;
  z-index: 999999;
  text-align: center; 
  padding-right: 6px;
}
.overlay_box span.featured img.loaded {
  top: 4px;
}
.span_controls {
  float: left;
  color: #ffbb3e;
}
.span_controls img {
  width: 35px;
  margin-right: 15px;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.text {
  font-size: 12px;
}
.escort_des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 50px;
  color: #000;
}
.model_sec .card {
  border: 1px solid #a2a2a245;
}

.feature_manages {
  width: 400px;
}

.allescort_list {
  float: left;
  color: #ffbb3e;
}
.allescort_li img {
  width: 19px;
}
.overlay_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: transparent;
  height: 100%;
  padding: 15px 15px;
}

.overlay_box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}

.overlay_box li {
  float: none;
  text-align: left;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
}

select {
  background: url(https://creazilla-store.fra1.digitaloceanspaces.com/icons/3215547/caret-down-icon-md.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.fiter_outer {
    padding: 25px 15px;
    border-radius: 5px;
}

.clearAll {
  padding: 8px 15px;
  border: 2px solid #e30077;
  background: transparent;
  border-radius: 5px;
  color: #e30077;
  font-weight: 600;
  font-size: 16px;
  min-width: 140px;
  outline: none;
}
.radio_list {
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  font-weight: 700;
}

.overlay_txt {
  color: #ffbb3e;
  float: right;
  background: #000;
  padding: 4px 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 3px;
  font-size: 14px;
  z-index: 999999;
  padding-right:10px;
}

.overlay_txt img {
  width: 19px;
  top:4px;
}

/*li, h6, p{font-size: 15px; margin-bottom: 15px;}*/
.pricing_sec a,
.about_sec a {
  color: #ed0218;
}
.tsparticles-canvas-el {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.forget_text {
  text-align: end;
  margin-top: 20px;
}
.forget_text a {
  color: black;
  text-decoration: underline !important;
}

.or_option p a {
  text-decoration: underline !important;
}

.bootstrap-select button.dropdown-toggle {
  width: 116px;
  white-space: normal;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  height: 60px;
}
.term-form {
  text-decoration: underline !important;
}

#file-input {
  display: none;
}

table td input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.pricing-card {
  border: 1px solid beige;
}

.pricing-card .card-body {
  padding-top: 30px;
  padding-bottom: 40px;
}

table td label {
  position: relative;
  cursor: pointer;
}

table td label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #bdbdbd45;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.pricing-plan-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 11px;
  font-weight: normal;
}

.pricing-plan-features {
  margin-bottom: 10px;
}

.pricing-plan-cost {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

table td input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 8px;
  height: 15px;
  border: solid #7fc52f;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

#file-input-label {
  font-size: 1.3em;
  padding: 10px 15px;
  border: 1px solid black;
  border-radius: 4%;
}

.about_contact {
  padding: 30px 0px 0;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  margin-top: 25px;
}

.aboutleft_panel h4 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: bold;
}

ul.availble_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}

.availble_checkbox li {
  margin-bottom: 10px;
}

.availble_checkbox li input {
  margin-right: 5px;
}

.about_content li input {
  height: auto;
  padding: 11px 20px;
  border-radius: 50px;
  border: 1px solid #555;
  outline: none !important;
  font-weight: 700;
  padding-left: 45px;
}
h4.modal-title {
  text-align: left;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}

.modal_inside {
  width: 100%;
  background: none;
  padding: 20px 20px;
}

.modal_inside .form-control {
  font-size: 12px;
}
.vip_text {
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #feb915;
  border-radius: 34px 34px 0px 0px;
}

.swiper-slide:nth-child(1) {
  margin-left: 15px;
}
.span_controls img.new {
  width: 44px;
  margin-right: 0;
  position: absolute;
  top: -48px;
  right: -20px;
  bottom: auto;
  left: auto;
}
li.allescort_li {
  position: relative;
  padding: 4px 20px;
  padding-right: 10px;
}
li.allescort_li img {
  width: 25px;
  position: absolute;
  top: 3px;
  left: 0px;
}
.multi_check {
  width: 100%;
  background: none;
  /*padding: 15px 15px;*/
  margin-top: 15px;
  margin-bottom: 0px; 
}

.multi_check li {
  margin-top: 0px;
  width: 25%;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #ed0218;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.error-border {
  border: 1px solid red;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gallery_pics img,
.videos_pics img {
  height: 250px;
  object-fit: cover;
  border: 1px solid #d1d1d1;
  padding: 2px;
  border-radius: 5px;
}

.aboutleft_panel {
  margin-top: 25px;
}

.img_outer {
  position: relative;
}

.img_outer i {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #fff;
  background: #ff0071;
  padding: 10px 10px;
  border-radius: 2px;
  font-size: 13px;
}
 
.error_message {
  width: 100%;
  background: #ffffff;
  padding: 5px 30px;
}

.error_message ul {
  margin: 0px;
  padding-left: 20px; 
  text-align: left;
  display: block;
}

.error_message li {
  display: list-item;
  margin-right: 25px;
  color: #f00; 
}

td input {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
}

#file-input {
  display: none;
}

table td input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.pricing-card {
  border: 1px solid beige;
}

.pricing-card .card-body {
  padding-top: 30px;
  padding-bottom: 40px;
}

table td label {
  position: relative;
  cursor: pointer;
}

table td label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #bdbdbd45;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.pricing-plan-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 11px;
  font-weight: normal;
}

.pricing-plan-features {
  margin-bottom: 10px;
}

.pricing-plan-cost {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

table td input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 8px;
  height: 15px;
  border: solid #7fc52f;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

#file-input-label {
  font-size: 1.3em;
  padding: 10px 15px;
  border: 1px solid black;
  border-radius: 4%;
}

.about_contact {
  padding: 30px 0px 0;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  margin-top: 25px;
}

.aboutleft_panel h4 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: bold;
}

ul.availble_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}

.availble_checkbox li {
  margin-bottom: 10px;
}

.availble_checkbox li input {
  margin-right: 5px;
}

.about_content li input {
  height: auto;
  padding: 11px 20px;
  border-radius: 5px;
  border: 1px solid #555;
  outline: none !important;
  font-weight: 700;
}
.about_content li {
  padding: 0px;
}
h4.modal-title {
  text-align: left;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}

.modal_inside {
  width: 100%;
  background: none;
  padding: 20px 20px;
}

.modal_inside .form-control {
  font-size: 12px;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners {
  height: 200px;
}

.activate {
  background: #ed0218 !important;
  color: #fff !important;
  border-color: #ed0218 !important;
}
.myprofile_section .form-control {
  margin-top: 16px;
}

.myprofile_section .active a {
  color: #000000;
}
#progressBar {
  width: 300px;
}
.input_li {
  width: 33.33% !important;
}
.input_li.pe-3 {
  padding-right: 1rem !important;
}
.input_li.ps-3 {
  padding-left: 1rem !important;
}
/*.myprofile_section .search_filter {*/
/*  margin-top: 100px;*/
/*}*/

#imgInp {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  cursor: pointer;
}

.bootstrap-tagsinput {
  width: 100%;
  padding: 8px 15px;
  margin-top: 12px;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white !important;
  background-color: #0d6efd;
  padding: 0.2rem;
}
.min_age {
  color: red;
  font-size: 10px;
}

.myAdd_sec table td label:before {
  display: none;
}

.panel_rows button {
  display: inline-block;
  min-width: 40px;
  padding: 9px 0px;
}

.panel_rows button i {
  margin-right: 0;
}

.panel_qoute {
  padding: 0px 0px 0px 15px;
}

.panel_rows img {
  height: 215px;
}

.panel_table tbody td {
  background: #f1f1f1;
}

.myAdd_sec table {
  border-right: 1px solid #dee2e6;
}

.pro-right {
  border-bottom: 1px solid #dee2e6;
  background: #ffffff;
  color: #ed0218; 
}

.pro-right li {
  margin-left: 7px !important;
}

.pro-right li label {
  margin-top: 5px;
  font-weight: 900;
  font-size: 14px;
}

.pro-right li h6 {
  font-weight: 600;
  font-size: 14px;
}

.pro-right button {
  background: transparent;
  border: none;
  color: #ed0218;
  padding: 4px 5px;
  font-weight: 500;
  border-radius: 5px;
  font-size: 13px;
  display: block;
  margin: 5px 0px 0px;
  margin-right: 5px;
}

.pro-right button a {
  color: #ffffff;
}

.procontent_panel {
  height: 100%;
}

.panel_rows {
  height: 100%;
  display: flex;
}

.panel_table tbody td {
  vertical-align: middle;
}

.pro-right li label {
  margin-top: 5px;
  font-weight: 900;
  font-size: 14px;
  color: #000;
  display: block;
}

.package_block li strong {
  /* display: block; */
  font-size: 12px;
  color: #747474;
}
.table > :not(caption) > * > * {
  border-bottom: 0;
}

.mystatus_block li strong {
  display: inline-block;
}
.mystatus_block li {
  margin: 0px;
}
.myAdd_container {
  background: #f1f1f1;
  border: 1px solid #dee2e6;
  align-items: center;
}
.add_img {
  min-width: 33.33%;
}

.mystatus_block ul li {
  text-align: left;
  margin-bottom: 0px;
}
.panel_td {
  border-right: 1px solid #dee2e6;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  padding: 110px 0px;
}
.panel_td1 {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
}

.panel_inner {
  border-bottom: 1px solid #dee2e6;
  width: 50%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.panel_inner h6 {
  margin-bottom: 0px;
}
.expires {
  color: #ff0000 !important;
}
.buy_now {
  background: transparent;
  border: none;
  color: #ed0218;
  padding: 4px 5px;
  font-weight: 500;
  border-radius: 5px;
  font-size: 13px;
  display: block;
  margin: 5px 0px 0px;
  margin-right: 5px;
}
.package_block {
  width: 100%;
  background: none;
  padding: 35px 15px !important;
  background: #fff !important;
}
.panel_inner li label {
  display: block;
}
.status_block strong {
  margin-right: 10px;
  z-index: 9999;
}
.status_block {
  margin-left: 25px;
}
.editAdd_sec table th input {
  border: none !important;
  outline: none !important;
}
.contact-btn {
  margin-left: 30px;
  color: #ff0075;
}

.pro-location {
  margin-top: 0px !important;
}

.phone-show {
  margin-left: 10px;
}

.position-relative {
  position: relative;
}

.controlBefore {
  position: relative;
  margin-left: 10px;
  min-width: 147px;
  letter-spacing: 3px;
}

.controlBefore:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 100%;
  background: #efefef;
  right: 0;
  top: 0;
  z-index: 999999;
  filter: blur(1px);
}

.location-head i {
  color: #4caf50;
}
.silde-bar-heading {
  font-size: 12px;
}
.report_btn {
  font-size: 12px;
}
.page-general h1 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0;
}
.website {
  font-size: 18px;
}
.phone-show {
  color: blue;
  letter-spacing: 3px;
}
.pro-locsation {
  margin-bottom: 30px;
  font-size: 18px;
}
.myservicerow .col-md-2 {
  width: 25%;
}
.pricing-plan-features {
  max-width: 415px;
  display: block;
  margin: 35px auto;
}
.searchProfile{
    background:#ed0218;
    color: #fff; 
    border: none; 
    padding: 15px 25px; 
    font-weight: 700; 
    border-radius: 5px; 
}
.border_right{
    display: flex;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.blogDes {
    display: -webkit-box; 
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contact_sec .form-label {
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.send_btn{padding: 13px 15px; margin-top: 20px;}
.mobile_box{display:none;}

/*.accordion-collapse {*/
/*    transition: none !important;*/
/*}*/
.d-flex.sidebar-btn {
  gap: 5px;
  margin-top: 15px;
}
.sidebar-btn a.phone-show {
  margin-left: 0px;
}
.phone-show .btn.btn-danger {
  background: #ed0218 !important;
  font-size: 17px;
  padding: 5px 5px !important;
  color: #fff !important;
  border-radius: 5px;
  float: right;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-items: center;
}
.getInTouch_sec {
  background: #fff;
  padding: 0;
  width: 25%;
  box-shadow: none;
  max-width: 290px;
  border: 1px solid #ededed;
  border-radius: 3px;
  position: absolute;
  top: 760px;
}
.getInTouch_sec h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.getInTouch_sec p {
  color: #000;
  font-weight: 600;
}
.getInTouch_sec .d-flex.sidebar-btn { 
  flex-wrap: wrap;
  justify-content: center;
}
.getInTouch_sec .phone-show:nth-child(1), .getInTouch_sec .phone-show:nth-child(2){
  width: 48%;
}
.getInTouch_sec .phone-show:nth-child(3){
  width: 100%;
}
.getInTouch_sec .phone-show .btn.btn-danger { 
  padding:7px 7px !important;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.register_country{
  position: absolute;
  z-index: 999;
  background: #e4e4e4;
  width: 10%;
  top: 1px; 
  left: 2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  height: 96%;
}
.register_input {
  padding-left: 65px !important;
}
.about_content input {
    /*height: 40px !important;*/
    /*text-align: center;*/
}
.about_content .register_country {
    top: 0px;
    left: 1px;
    width: 50px;
    height: 39px;
    border-radius: 5px 0 0 5px;
}
.myprofile_section .form-control {
    margin-top: 16px;
}
td input::placeholder{
  color:#a5a5a5 !important;
}
td input { 
  text-align: center; 
}
.page-general .container2 .slides video {
  height: 500px;
  width: 100%;
  object-fit: contain;
}
.mb-100{
  margin-bottom: 100px;
}
section.profile_sec.position-relative { 
    padding: 60px 0px 175px;
}
.desktop_heading{
    display:block;
}
.mobile_heading {
    display:none;
}
.bg-dark { 
    background-color: #000 !important;
}
.header_bottom {
    background: #2b2b2b;
    padding: 10px 0px;
}
.header_bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    margin: 0;
    justify-content: center;
}
.header_bottom li {
    margin: 0;
    color: #ed0218;
    cursor:pointer;
}
li.BrowseByCity {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    
}
.header_bottom ul div {
    display: flex;
    /*flex-wrap:wrap;*/
    gap: 5px 13px;
    min-width: auto;
    overflow: auto;
    white-space: nowrap;
}
li:hover {
    /* text-decoration: underline; */
    /*color: #fff;*/
}
.advertise_btn {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-weight: 700;
    background: #ed0218;
    color: #fff;
    padding: 11px 9px !important;
}
/* width */
.header_bottom ul div::-webkit-scrollbar {
  height: 5px;
  width:10px;
  background: #fff; 
    
}

/* Track */
.header_bottom ul div::-webkit-scrollbar-track {
  background: #2b2b2b; 
}
 
/* Handle */
.header_bottom ul div::-webkit-scrollbar-thumb {
  background: #2b2b2b; 
}
/*.header_bottom ul div::-webkit-scrollbar-track:hover {*/
/*  background: #000; */
/*}*/
/* Handle on hover */
.header_bottom ul div::-webkit-scrollbar-thumb:hover {
  background: #ed0218; 
}


 



/*responsive Design*/
@media screen and (min-width: 300px) and (max-width: 767px) {
    
  .maxHeightDiv { max-height: 60px !important; }
  .swiper-horizontal { padding-bottom: 245px !important; }
  .my-nav-control .swiper-button-next:after,
  .my-nav-control .swiper-button-prev:after { color: white; }
  .my-nav-control .swiper-button-prev,
  .my-nav-control .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 15px) !important; width: 35px !important; height: 35px !important; background: #ed0218; border-radius: 0; top: auto; bottom: 90px; left: 38% !important; }
  .swiper-horizontal { padding-bottom: 30px !important; }
  .my-nav-control .swiper-button-next, .my-nav-control .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 15px) !important; left: 50%; width: 35px !important; height: 35px !important; background: #ed0218; border-radius: 0; bottom: 90px; top: auto; }
  /* .swiper-wrapper { height: 340px; } */

  .VIP_escort_sec .card { padding: 0px !important; }
  .VIP_escort_sec .card { width: 100% !important; display: block !important; }
  .VIP_escort_sec .card-body { max-width: 100% !important; }
  .VIP_escort_sec .position-relative { width: 100% !important; }

  .mob_designview .card { width: 100% !important; display: flex; flex-direction: row; padding: 9px; }
  .mob_designview .card-img-top { height: 118px; width: 92px !important; object-fit: cover; object-position: center; }
  .mob_designview .card-body { padding: 5px 10px; }
  .hight_control { height: 50px !important; }
  .hight_control span { height: 50px !important; }
  .mob_designview li, .mob_designview h6, .mob_designview p { margin-bottom: 2px; }
  .mob_designview .position-relative { display: flex; position: relative !important; overflow: visible; width: 200px; }
  .span_controls img.new { top: -46px; right: -10px; z-index: 999999; }
  
  .overlay_box img { width: 25px !important; position: absolute !important; top: 0px !important; left: 0px !important; }
  .overlay_box li { font-size: 10px !important; margin-right: 0px; }
  .overlay_box li img { width: 18px !important; position: relative !important; }
  .overlay_box { padding: 0px !important; }
  .overlay_box ul { text-align: right !important; }
  .overlay_box li:last-child {margin-right: 0px !important; }
  .navbar-brand {padding: 0px !important; height: auto !important; }
  .navbar-brand img {width: 80px; }
  .home-sec { height: 450px !important; }
  .navbar-nav li.nav-item { margin-left: 0; }
  .nav-link { padding: 5px 5px !important;}
  .navbar-collapse { margin-top: 15px; }
  .our_escorts img.new.lazy-load.loaded { right: -19px; top: -55px; border-radius: 0px 5px;}
  .our_escorts p.card-text.text.position-relative { width: 100%;  max-width: 100%; min-width: 100%; }
    
  .sec_header h3 { font-size: 24px; }
  .more-link a {  max-width: 100%; }
  .escorts_sec { padding: 35px 0px; }
  .search_filter { margin-top: 10px; }
  .search_filter button { width: 100%; }
  .sec_header { margin-bottom: 20px;  }
  .model_sec { padding: 35px 0px; }
  
  .slider_outer { padding: 25px 10px 25px; }
  .overlay_box{height: 250px;}

  .vip_tabgs { font-size: 16px;margin-right:0px; }
  .tags_headign h4 {  display: block; margin-left: 0px;}
  .VIP_escort_sec .card-img-top { height: 260px; }
  .our_escorts img.card-img-top.lazy-load.loaded.w-100 { height: 210px; }
  .our_escorts .overlay_box { height: 210px;}
  .our_escorts li.allescort_li { margin-top: 0 !important; bottom: 0; position: absolute; right: 0px; margin-right: 0 !important;padding: 4px 10px;}
  .desktop_box{display:none;}
  .mobile_box{display:block;}
  .our_escorts li.list_controls { position: absolute; left: 10px;  float: none; }
  .our_escorts .feature_manages .overlay_box li:last-child { left: 50px; }
  .our_escorts .feature_manages .card-body{position:relative;}
  
  .swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 15px) !important; left: auto; width: 25px !important; height: 25px !important; background: #000; border-radius: 50%; }
  .swiper-button-next:after, .swiper-button-prev:after { font-size: 17px !important; }
  .swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 15px) !important; right: auto; width: 25px !important; height: 25px !important; background: #000; border-radius: 50%; }
  .model_sec .card-body { height: auto; }
  .lookingfor_sec { padding: 35px 0px; }
  .catagory-link { padding: 4px 10px; font-size: 11px; font-weight: 700; }
  .review-sec { padding: 35px 0px; }
  .expect_booking { padding: 35px 0px; }
  .review-cont2 { height: auto; }
  .expect_booking .client-head { margin-bottom: 15px; text-align: left !important; font-size: 18px; }
  .blogDetail_sec .review-cont img {  height: 265px; }
  .footer-heading img { width: 155px !important; display: block; margin: auto; margin-bottom: 15px; }
  .footer_sec { padding: 35px 0px; }
  .footer-ttl { margin-bottom: 10px; margin-top: 15px; }
  .silde-bar { width: 100%; }
  .profile_sec { padding: 35px 0px; }
  .vip_section .card{display:flex !important;padding: 9px !important;}
  .vip_section .overlay_txt { right: 0px; bottom: 5px; top: auto; padding-left: 10px; font-size: 12px;}
  .vip_section .mobile_box.overlay_box { height: 220px; }
  .vip_section p.card-text.text { width: 100%;  max-width: 100%; }
  .vip_section img.card-img-top.lazy-load.loaded.w-100 { height: 210px;}
  .vip_section .col-md-3.profile {  padding: 0px; }
  .vip_section .overlay_box li:last-child { margin-right: 0px !important; margin-left: 10px;}
  .vip_section .span_controls img.new {top: -55px; right: -19px;  border-radius: 0px 5px 0px 0px; }
  .vip_section .feature_manages .overlay_box li:last-child { left: 35px; display: flex; gap: 5px; align-items: center; }
  .send_btn{margin-bottom:15px;}
  .row1 .silde-bar { border: none; position: relative; }
  .sidecontent { padding: 0; }
  .abt-cont { display: block; }
  .page-wrapper2 { margin-left: 0px; width: 100%; padding-left: 0px;}
  .page-general h1 { font-size: 18px; }
  .page-general h1 { font-size: 23px !important; line-height: 35px; }
  .myservicerow .col-md-2 { width: 100% !important; }
  .myprofile_section { padding: 35px 0px; }
  .page_heading h1 a { font-size: 13px !important; }
  .page_heading h1 { font-size: 22px; }
  .proside_panel li { margin-right: 0 !important; width: 100% !important; margin-bottom: 4px !important; }
  .proside_panel li a { padding: 10px 20px;  }
  .panel_rows { justify-content: center;}
  .panel_rows img { height: 215px !important; margin-bottom: 20px !important;  }
  .mytable td { padding: initial; width: 100% !important; min-width: 100% !important; max-width: 100% !important; }
  .mytable tr { display: grid; }
  .panel_rows { padding: 20px 0px; }
  .vip_section .feature_manages .card-body { position: relative; }
  .statics_block li { margin: 0px; }
  .proside_panel { margin-bottom: 30px; }
  .reports_panel .form-group {  margin-bottom: 25px; }
  .searchProfile { font-weight: 600; color: #fff;    padding: 10px 10px;}
  .table_responsive {overflow: auto !important;}
  .signup_form {width: 100%;}
  .signup_form form { padding: 0 10px;}

  .page_heading { margin-bottom: 20px;}
  .about_profile img { height: 310px; }
  .search_filter button {font-size: 15px; padding: 5px 15px; margin-top: 5px; }
  .protabs .nav-tabs .nav-link {padding: 10px 0px !important; min-width: 50px; }
  .protabs li.nav-item {margin-right: 13px; }
  .about_content { padding: 0px 10px; width: auto; }
  .about_content section h3 { font-size: 16px; }
  .about_content .form-control {margin-top: 10px !important; padding: 10px 20px; font-weight: 600; font-size: 14px; }
  .about_content section {margin-bottom: 20px;}
  .input_outer img { display: none; }
  .about_content li { width: 100% !important; padding: 0px 5px !important; }
  .select_services .col-md-12 { overflow: visible; }
  select:focus  {
    pointer-events: none !important;
}
  .input_li.ps-3 { padding-left: 0 !important; }
  .input_li.pe-3 { padding-right: 0 !important; }
  table td label:before { margin-bottom: 15px; }
  ul.nav.nav-tabs { display: flex; align-items: center; }
  .filter_sec .search_filter button { margin-top: 15px;}
  table td label { font-size: 14px; }
  td, th { font-size: 14px; }
  .rates_sec h5 { font-size: 16px;}
  .rates_sec { padding-bottom: 0px; }
  .protabs .tab-content { padding: 30px 0px; }
  .row1 .silde-bar { max-width: 100%; }
  .home-sec { height: auto !important; }
  .banner_inside h1 { font-size: 30px; }
  .sec_header h3 { font-size: 22px; }
  .escorts_sec { padding: 20px 0px; }
  .sec_header { margin-bottom: 0; }
  .model_sec { padding: 20px 0px; }
  .btn-light { font-size: 14px; }
  .lookingfor_sec { padding: 25px 0px; }
  .review-sec { padding: 35px 0px; }
  .review-sec .review-cont p { text-align: justify; }
  .review-cont2 { height: auto; padding: 20px; min-height: auto !important; }
  .expect_booking .review-cont p { margin-bottom: 0px; line-break: anywhere; }
  ul.ulist { display: block; }
  .navbar-expand-sm .navbar-nav { display: block; float: none; }
  .morefilter_sec { padding: 20px; }
  .ulist li { list-style: none; }
  .upperside { min-height: auto; padding: 20px 0px; }
  .signup_form { padding: 20px 0px 40px; }
  .bred_text h1 { font-weight: 700; text-align: center; margin: 0; font-size: 27px; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn ) { width: 100% !important; margin-bottom: 15px; }
  .bootstrap-select button.dropdown-toggle {
    width: 100% !important;
  }
  .model_sec .card-img-top {
    min-width: 100% !important;
    width: 100% !important;
  }
  /*.mob_designview{max-height: 250px; overflow: auto;} /  */
  .mob_designview .card-body {
    padding: 20px 10px !important;
    max-width: 100%;
  }
  .search_filter button {
    font-size: 15px;
    padding: 10px 10px;
    margin-top: 0;
    border: none;
  }
  .myspace {
    margin-top: 20px;
  }
  p.pickupline {
    font-size: 13px;
  }
  .page-wrapper2 .d-flex {
    display: block !important;
  }
  .pro-location {
    margin-bottom: 10px;
  }
  .bio-head { font-size: 16px; width: 140px; }
  .bio-nm { margin-left: 0; }
  .page-general p {text-align: left;}
  .phone-show {
    margin-left: 10px;
    word-wrap: break-word;
  }
  .page-general {
    margin-bottom: 20px;
  }
  .page-general h3 {
    font-size: 16px;
  }

  .model_sec .card-title {
    font-size: 15px;
  }
  img.my_tagsImg { width: 12px !important; position: absolute !important; top: 7px !important; left: 35px !important; }
  .card-text { font-size: 13px; }
  .feature_manages .overlay_box li:first-child { float: right !important; margin-right: 9px;  margin-top: -12px; }
  .list_controls { position: absolute; left: 0; bottom: 0; }
  .feature_manages .overlay_box li:last-child { left: 35px; }
  .mydesc { display: none; }
  .feature_manages { border: 1px solid #ed0218 !important; }
  .feature_manages .position-relative { max-width: 40%; min-width: 40%; width: 40%; }
  .feature_manages .position-relative img.card-img-top { border: 1px solid #ed0218;  height: 100%; }
  .feature_manages .card-body { max-width: 60%; min-width: 60%; width: 60%; overflow: visible; }
  button.accordion-button {  padding: 15px 10px; font-size: 13px; }
  .search_filter { margin-top: 15px !important; }
  .VIP_escort_sec .overlay_box span img { position: relative !important; width: 15px !important; }
  .VIP_escort_sec .overlay_box li.sometimeShow img { left: 0px !important;}
  .VIP_escort_sec .overlay_box li.sometimeShow { background: transparent; margin-bottom: -8px;}
  .VIP_escort_sec .overlay_box li.sometimeShow img { width: 30px !important; margin-bottom: -7px !important;}
  .getInTouch_sec {width:100%; border: none; position: relative; top: 0; margin-top: 10px;}
  .getInTouch_sec h2 {text-align: left;}
  .pricing_sec img.lazy-load.loaded { width: 100% !important;}
  .about_sec .signup_form img {width: 100% !important;}
  .navbar-nav li.nav-item { justify-content: center;}
  .desktop_heading{ display:none;}
  .mobile_heading { display:block;}
  .silde-bar-heading.profile_name {font-size: 23px;}
  
  .header_bottom ul { display: block; padding: 0px 15px;}
  .my_multi_checkbox li { padding: 9px 26px !important;}
  .slider:before { height: 20px; width: 20px; left: 2px;}
  .switch { width: 50px; height: 28px;}
  .phone-show .btn.btn-danger { padding: 5px 2px !important; }
  .pricing_sec table{width:100% !important;}
  .pricing_sec ol{padding:0px;}
  
}

@media screen and (min-width: 768px) and (max-width: 992px){
 .slider_outer { padding: 40px 50px 30px; }
 button.accordion-button { padding: 15px 10px; font-size: 12px; }
 .search_filter button { padding: 10px 10px; }
 .filter_body { padding: 0px 0px 0 !important;}
 .col-md-3.profile { width: 33.33%;}
 .escort_des p { font-size: 14px;}
 .expect_booking .col-md-3 { width: 33.33%;}
 .review-cont { padding: 25px 15px 0px; padding-bottom: 10px;  }
 .expect_booking .client-head { font-size: 20px; }
 .navbar-brand img { width: 80px;}
 .navbar-nav li.nav-item {margin-left: 10px;}
 .about_content {padding: 0px 0px 0px;}
 .about_profile img { height: 270px; }
 .panel_rows { padding-right: 0;}
 .panel_rows h3 { font-size: 22px; }
.panel_rows p { font-size: 14px; }
.panel_rows img { height: 155px;}
.proside_panel li { width: 145px; }
.package_block { padding: 15px 15px !important; }
.panel_inner li label { font-size: 15px;}
.buy_now { margin: 0px 0px 0px; }
.page-wrapper2 { margin-left: 215px; }
.page-general h1 { font-size: 25px; }
.bio-head { width: 100px; font-size: 15px;  }
.bio-nm { margin-left: 0px; font-size: 15px; }
.silde-bar { width: 30%; padding-bottom: 10px; }
.abt-contect .my_avalable .location-head { font-size: 12px; }
.silde-bar-heading {margin: 5px 0 15px;}
.sidecontent { padding: 0px 10px;}
.d-flex.sidebar-btn { margin-top: 0px;}
.phone-show .btn.btn-danger {  font-size: 12px; }

.getInTouch_sec { width: 30%; top: 665px;}

}

.tab button {
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    color: #444; 
    border: none;
    margin-right: 10px;
    background: #e9e9e9; 
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
}
.tablinks.active { 
    background: #f00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
}

.cancel_payment {
    background: #ed0218 !important;
    font-size: 17px;
    padding: 9px 7px !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    border: unset;
    margin-top: 7px;
}



/* Add custom css here */

.mybanner_sec {
    width: 100%;
    background-image: url(../images/bannerpic.jpg);
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #010101;
    min-height: calc(100vh - 150px);
    align-items: center;
    display: flex
}

.bannerImg{
    width: 100%;
}

.bannerImg img {
    width: 100%;
    height: calc(100vh - 156px);
    object-fit: cover;
}

.banner_content {
    width: 100%;
    background: none;
    padding: 40px 70px;
}

.banner_content h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    font-family: sans-serif;
    max-width: 100%;
    margin-bottom: 20px;
    color: #fff;
}

.banner_content p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
}

.paddR0{
    padding-right: 0px !important;
}

/*.banner_form{*/
/*    width: 100%;*/
/*    background: #f8f8f8;*/
/*    padding: 20px 25px;*/
/*    border-radius: 20px;*/
/*}*/

.banner_form ul{
    margin: 0px;
    padding: 0px;
}

.banner_form label{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}

.banner_form{
        /*max-width: 470px;*/
    margin: auto;
    margin-top: 0px;
}

.banner_form input {
    height: auto;
    border: 1px solid #999;
    outline: none !important;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.searchbtn {
    width: 100%;
    background: #ed0218;
    color: #fff;
    padding: 13px 30px;
    border-radius: 5px;
    border: 1px solid #ed0218;
    font-weight: 600;
}

.escorts_outer1 {
    width: 100%;
    background: none;
    padding: 20px 20px;
    background: #f8f8f8;
    border-radius: 20px;
    box-shadow: 0px 2px 5px #00000017;
}

.model_sec .card {
    border: none;
    background: #fff;
    padding: 12px;
    border-radius: 20px;
}

.model_sec .card-img-top {
    width: 100%;
    height: 300px;
     object-fit: cover; 
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.about_content{
    margin-top: 30px;
    padding: 0px;
}

.inside_formlist ul{
    display: flex;
}

.multi_check ul{
    display: flex;
    padding: 0px;
}

.mygrap{
    padding: 0;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}


/*.slider_details_area{*/
/*    width: 100%;*/
/*    background: none;*/
/*    padding: 20px 0px;*/
/*}*/

/*.slider_details_area{*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    padding: 15px 15px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 10px;*/
/*}*/

/*.gallery {*/
/*  width: 100%;*/
/*  max-width: 620px;*/
/*  margin: 0px auto;*/
/*}*/
/*.gallery-slider {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  margin: 0 0 10px 0;*/
/*}*/
/*.gallery-slider .swiper-slide {*/
/*  width: auto;*/
/*  height: 460px;*/
/*}*/
/*.gallery-slider .swiper-slide img {*/
/*  display: block;*/
/*  width: auto;*/
/*  height: 100%;*/
/*  margin: 0 auto;*/
  /*width: 100%;*/
/*  border-radius: 20px;*/
/*}*/
/*.gallery-thumbs {*/
/*  width: 100%;*/
/*  padding: 0;*/
/*  overflow: hidden;*/
/*}*/
/*.gallery-thumbs .swiper-slide {*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  text-align: center;*/
/*  overflow: hidden;*/
/*}*/
/*.gallery-thumbs .swiper-slide-active {*/
/*  opacity: 1;*/
/*}*/
/*.gallery-thumbs .swiper-slide img {*/
/*  width: auto;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  border-radius: 20px;*/
/*}*/

/*.gallery-slider .swiper-slide{*/
/*    margin-left: 0px;*/
/*}*/

/*.slider_contentdata{*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    padding: 15px 25px;*/
/*    border-radius: 15px;*/
/*}*/

/*.slider_contentdata h2{*/
/*    text-align: left;*/
/*    font-size: 29px;*/
/*    font-weight: 700;*/
/*    font-family: sans-serif;*/
/*}*/

/*.biography_sec{*/
/*    margin: 25px 0px;*/
/*    background: #fff;*/
/*    border: 1px solid #0000001f;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 0px;*/
/*}*/

/*.biography_sec h3{*/
/*    font-size: 16px;*/
/*        background: #ededed7a;*/
/*    padding: 13px 15px;*/
/*}*/

/*.bio_inside {*/
/*    padding: 10px 17px;*/
/*}*/

/*.bio_inside label{*/
/*    color: #000;*/
/*    font-size: 15px;*/
/*    font-weight: 600;*/
/*    width: 75px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.bio_inside p{*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    color: #444;*/
/*    text-align: justify;*/
/*}*/

/*.mydataflex{*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*}*/

/*.d-flex.sidebar-btn{*/
/*    margin-top: 5px;*/
/*}*/

/*main{*/
/*    background: #f8f8f8;*/
/*}*/

/*section.profile_sec.position-relative {*/
/*    padding: 36px 0px 70px;*/
/*}*/

/*.page-wrapper2{*/
/*    margin-left: 0px;*/
/*    width: 100%;*/
/*    background: transparent;*/
/*    padding: 0px;*/
/*}*/

/*.sidebar-btn a{*/
/*    width: 100%;*/
/*}*/

/*.sidebar-btn a button{*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/

/*.d-flex.sidebar-btn {*/
/*    margin-top: 5px;*/
/*    flex-direction: column;*/
/*}*/

/*.phone-show .btn.btn-danger {*/
/*    background: #ed0218 !important;*/
/*    font-size: 17px;*/
/*    padding: 11px 25px !important;*/
/*    color: #fff !important;*/
/*    border-radius: 5px;*/
/*    float: right;*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.phone-show .btn.btn-danger {*/
/*    background: #f6c227 !important;*/
/*    border: none;*/
/*}*/

/*.phone-show .btn.btn-danger.phonePayCall{*/
/*    background: linear-gradient(45deg, #e7407c, #ef805e) !important;*/
/*}*/

/*.phone-show .btn.btn-danger.button-green {*/
/*    background-color: #67c94d !important;*/
/*}*/

/*.page-general{*/
/*        background: #fff;*/
/*    padding: 0;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*}*/

/*.page-general h3{*/
/*    font-size: 15px;*/
/*}*/

/*.page-general .btn-ligh {*/
/*    background: #f8f8f8 !important;*/
/*    margin-bottom: 10px;*/
/*    width: 100%;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    padding: 10px 10px;*/
/*    border-radius: 3px;*/
/*    border: 1px solid #e7e7e775;*/
/*}*/

/*.bio_inside h3{*/
/*    background: transparent;*/
/*    padding: 0;*/
/*}*/


/*.nav-tabs {*/
/*    border: 1px solid #dee2e65e;*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*}*/

/*.accordion-item:last-of-type {*/
/*    padding: 20px 25px;*/
/*    border-radius: 20px;*/
/*}*/

/*body, main{*/
/*    background: #fff !important;*/
/*}*/

/*.about_content{*/
/*    padding: 0px;*/
/*}*/

/*.aboutleft_panel {*/
/*    margin-top: 0px;*/
/*}*/

/*.about_profile img{*/
/*    height: 285px;*/
/*}*/

/*.pics_content {*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    padding: 30px 25px;*/
/*    border-radius: 20px;*/
/*    margin-bottom: 34px;*/
/*}*/

/*.pics_content  .form-control {*/
/*    margin-top: 16px;*/
/*    background: transparent;*/
/*    border: 1px solid #ddd;*/
/*    font-weight: 500;*/
/*    font-size: 15px;*/
/*}*/

/*.about_content section h3 {*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    margin-bottom: 0px;*/
/*}*/

/*.protabs .tab-content {*/
/*    width: 100%;*/
/*    padding: 25px 0px;*/
/*}*/

/*.form-control{*/
/*    padding: 12px 15px !important;*/
/*}*/


/*.badge{*/
/*    padding: 10px 12px !important;*/
/*}*/

/*.error_message{*/
/*    display: none;*/
/*}*/

/*.rates_sec h5 a {*/
/*    color: #fff !important;*/
/*}*/

/*.model_sec{*/
/*    background: #fff !important;*/
/*}*/

.sidebar-btn a.phone-show {
    margin-left: 0;
    display: inline-block;
}

.sec_header {
    margin-bottom: 0px;
    max-width: 950px;
    margin: auto;
    background: #ffffff96;
    padding: 15px 35px;
}

.sec_header p {
    text-align: center;
    font-weight: 500;
    color: #555;
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
}

.sec_header h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
}

.banner_content {
    width: 100%;
    background: none;
    padding: 40px 20px;
}

.escort_des h3 {
    font-size: 16px;
    font-weight: 500;
}

