@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("../../../storage/app/wconf/config.css?v=2");
@import url(../plugins/jquery-ui/jquery-ui.css);

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-dropdown .select2-search--dropdown {
  display: block;
  padding: 6px 10px;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 4px;
  line-height: 1.5;
  padding: 6px 10px;
  width: 100%;
}

.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  color: #101828;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}

.select2-dropdown .select2-search--dropdown .select2-search__field::placeholder {
  color: #999;
}

.select2-dropdown .select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-dropdown .select2-results {
  display: block;
  max-height: 200px;
  overflow-y: auto;
}

.select2-dropdown .select2-results .select2-results__options {
  font-size: 12px;
  font-weight: 600;
  color: #101828;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/*.owl-carousel .owl-item {
  
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		
}*/

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ea2330;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: hidden;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ea2330;
}

.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #d0d5dd;
  border: none;
}

.rating-container .rating {
  cursor: default;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-container .star {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  text-align: center;
}

.rating-container .empty-stars {
  color: #d0d5dd;
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #ffdf87;
  white-space: nowrap;
  overflow: hidden;
}

.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  padding-right: 20px;
}

@media print {
  .rating-container .clear-rating {
    display: none;
  }
}

.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.rating-container .caption span {
  font-size: 100%;
}

.rating-disabled .rating {
  cursor: not-allowed;
}

.clear-rating-active {
  cursor: pointer !important;
}

.clear-rating-active:hover {
  color: #843534;
}

.rating-animate .filled-stars {
  transition: width 0.25s ease;
}

.rating-rtl {
  float: right;
}

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl .caption {
  margin-right: 20px;
  margin-left: 0;
}

.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}

.rating-xs {
  display: flex;
}

.clear-rating {
  display: none !important;
}

.SumoGallery {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}

.SumoGallery * {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.SumoGallery a {
  cursor: pointer;
  transition: all 300ms;
}

.SumoGallery .Sheader {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.SumoGallery .Sheader a {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}

.SumoGallery .Sbody {
  position: absolute;
  top: 44px;
  bottom: 75px;
  left: 0px;
  right: 0px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}

.SumoGallery .Sbody a {
  display: none;
  left: 0px;
  opacity: 1;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.SumoGallery .Sbody a.sel {
  display: block;
  background-image: url("../plugins/lightbox/loader.gif");
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.SumoGallery .Sbody a.anim {
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
}

.SumoGallery .Sbody a.left {
  left: -100%;
  opacity: 0;
}

.SumoGallery .Sbody a.right {
  left: 100%;
  opacity: 0;
}

.SumoGallery .Sbody a img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  max-height: calc(100% - 100px);
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

.SumoGallery .Sfooter {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 15px;
  transition: all 300ms;
}

.SumoGallery .Sfooter .Sthumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  position: relative;
}

.SumoGallery .Sfooter .Sthumbnails li a {
  display: block;
  height: 50px;
  width: 60px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 4px;
  background-size: cover;
  opacity: 0.5;
}

.SumoGallery .Sfooter .Sthumbnails li a:hover {
  opacity: 0.8;
}

.SumoGallery .Sfooter .Sthumbnails li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f43110;
}

.SumoGallery .Sfooter .Sthumbnails li.sel a {
  opacity: 1;
}

.SumoGallery .Sfooter .toggle-thumbs {
  position: absolute;
  right: 10px;
  bottom: 70px;
  z-index: 10;
  color: #000;
  background-color: #ffdf87;
  font-size: 24px;
  line-height: 1;
  padding: 0 5px;
}

.SumoGallery .Sfooter .toggle-thumbs:hover {
  color: #101828;
}

.SumoGallery .Sarrow {
  position: absolute;
  font-size: 30px;
  color: #d8d8d8;
  opacity: 0.8;
  text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.86);
  top: 50%;
  margin-top: -50px;
  padding: 10px;
  z-index: 10;
}

.SumoGallery .Sarrow:hover {
  opacity: 1;
}

.SumoGallery .Sarrow.l {
  left: 0px;
}

.SumoGallery .Sarrow.r {
  right: 0px;
}

.SumoGallery .Sarrow.last-item {
  opacity: 0.3;
}

.SumoGallery .SimgCount {
  position: absolute;
  color: #bebebe;
  right: 10px;
  bottom: 95px;
}

.SumoGallery.nothumbs .Sbody {
  bottom: 0px;
}

.SumoGallery.nothumbs .Sfooter {
  bottom: -74px;
}

/*
@media (max-width: $break-767) {}
*/
.gap-y-1 {
  gap: 1em 0;
}

.gap-y-2 {
  gap: 2em 0;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background-color: #b3b3b3;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #595959;
  border-radius: 10px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  /*background-color: #101828;*/
  background-color: var(--bgwebsite) !important;
  background-image: url(../images/bg.png);
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

ul,
ol {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

a {
  display: inline-block;
  color: #ffdf87;
  transition: 0.3s;
}

a:hover {
  color: #ffd154;
  text-decoration: underline;
}

a:focus, a:hover, a:active,
button:focus,
button:hover,
button:active,
input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active,
select:focus,
select:hover,
select:active {
  outline: none;
  box-shadow: none;
}

small,
.small {
  font-size: 80%;
}

section {
  position: relative;
}

hr {
  border-color: rgba(255, 255, 255, 0.4);
}

img {
  max-width: 100%;
}

/* Extra Class */
.visibility {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.container-fluid {
  /*max-width: 1330px;*/
  max-width: 1100px;
}

@media (max-width: 991px) {
  .container-fluid {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* Jquery Ui */
.ui-tooltip {
  font-size: 12px;
  color: #ffffff;
  background-color: #101828;
}

.select2-container .custom-select2 {
  font-size: 1em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .select2-container .custom-select2 {
    padding: 8px 14px;
  }
}

.select2-container .custom-select2:focus {
  color: #101828;
  background-color: #ffffff;
  box-shadow: none;
}

.select2-container .custom-select2 span.select2-selection__rendered {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 0.5em;
}

.select2-container .custom-select2.select2-selection--multiple:focus {
  color: #101828;
  background-color: #ffffff;
  box-shadow: none;
}

.select2-container .custom-select2.select2-selection--multiple .select2-search .select2-search__field {
  margin: 0;
  background-color: transparent;
}

.select2-container .custom-select2.select2-selection--multiple ul.select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.select2-container .custom-select2.select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  gap: 0.5em;
  color: #101828;
  background-color: #ffdf87;
  padding: 2px 6px;
  border-radius: 20px;
}

.select2-container .custom-select2.select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice button {
  border: none;
  padding: 0;
  background-color: transparent;
}

.btn {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  border: none;
  border-radius: 4px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  outline: none;
  text-decoration: none;
}

.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn {
    padding: 8px 14px;
  }
}

.btn-white {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-white:hover, .btn-white:focus {
  color: #ffffff;
  background-color: #595959;
}

.btn-main {
  color: #101828;
  background-color: #ffdf87;
}

.btn-main:hover, .btn-main:focus {
  color: #101828;
  background-color: #ffd154;
}

.btn-link {
  color: #ffdf87;
  background-color: #333333;
}

.btn-link:hover, .btn-link:focus {
  color: #ffd154;
  background-color: #2e2e2e;
}

input,
textarea,
select {
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none !important;
  text-shadow: none;
}

label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #ffffff;
}

small {
  color: #b3b3b3;
}

.form-control {
  font-size: 1em;
  line-height: 1.5;
  padding: 10px 14px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 4px;
  height: auto !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.5);
}

.form-control:focus {
  color: #101828;
  background-color: #ffffff;
  box-shadow: none;
}

.form-control::placeholder {
  color: #999999;
}

.form-control.disabled {
  background-color: #333333;
}

@media (max-width: 767px) {
  .form-control {
    padding: 8px 14px;
  }
}

textarea.form-control {
  min-height: 180px !important;
}

.checkbox-one {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-one .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}

.checkbox-one .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #101828;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-one input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-one input:checked ~ .checkmark {
  background-color: #ffdf87;
  border-color: #ffdf87;
}

.checkbox-one input:checked ~ .checkmark:after {
  display: block;
}

.radio-one {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-one .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.radio-one .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #101828;
}

.radio-one input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-one input:checked ~ .checkmark {
  background-color: #ffdf87;
  border-color: #ffdf87;
}

.radio-one input:checked ~ .checkmark:after {
  display: block;
}

.box-one {
  padding: 1.5em;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .box-one {
    padding: 1.5em 1em;
  }
}

.ad-box h6 {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 5px;
}

.ad-box a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.ad-box a img {
  width: 100%;
}

.reply-sec p {
  margin-bottom: 0;
}

.reply-sec .bubble-block {
  color: #c2c2c2;
  padding: 5px 10px;
  margin: 0 0 0 20px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}

.reply-sec .bubble-block:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -7px;
  top: 0;
}

/**** profile listing ****/

.escort-item-one {
      display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

@media (max-width: 767px) {
  .escort-item-one {
    justify-content: center;
  }
}

.escort-item-one .img-sec {
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
    .escort-item-one .img-sec {
      padding-right: 0;
      margin-right: 0;
      border-right: none;
      /*justify-content: center;*/
    }
}

.escort-item-one .img-sec a {
  display: block;
  position: relative;
}

.bannerimg-sec a img {
  object-fit: cover;
  object-position: top;
  border: 1px solid #fff;
  height: 250px;
}

.escort-item-one .img-sec a img {
  width: 200px;
  height:200px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #fff;
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
}

.escort-item-one .img-sec a>span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #101828;
  background-color: #ffdf87;
  background: linear-gradient(to top right,#ffdf87 1%,#ffdf87 50%,transparent 51%);
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
    align-items: center;
    padding: 0 4px;
  transition: all .25s ease-in-out;
}
.escort-item-one .img-sec a>span:hover {
    width:120px;
    background: linear-gradient(to top right,#ffdf87,#ffdf87);
}
.escort-item-one .img-sec a>span span {
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 0.5em;
    display: inline-block;
    visibility: hidden;
    white-space: nowrap;
}
.escort-item-one .img-sec a>span:hover span {
    visibility: visible;
}

.escort-item-one .img-sec .thumb-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.escort-item-one .img-sec .thumb-list a img {
  width: 50px;
  height:50px;
}

.escort-item-one .img-sec .thumb-list .plan-badge{
  background-color:#ffc107;
  width:50px;
  border: 1px solid #fff;
}

.prime-list .escort-item-one .img-sec .thumb-list a img {
  width: 50px;
  height:40px;
}
.basic-list .escort-item-one .img-sec .thumb-list a img {
  width: 50px;
  height:40px;
}

.escort-item-one .img-sec .thumb-list a span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 70%;
}

.escort-item-one .details-sec {
  text-align: left;
}

@media (max-width: 767px) {
  .escort-item-one .details-sec {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-left: 0;
    border-left: none;    
  }
  .vip-list .escort-item-one .details-sec {
    width: 260px;
    margin: 0 auto;
  }
  .prime-list .escort-item-one .details-sec {
    width: 140px;
    margin: 0 auto;
  }
  .basic-list .escort-item-one .details-sec {
    width: 140px;
    margin: 0 auto;
  }
  .regular-list .escort-item-one .details-sec {
    width: 140px;
    margin: 0 auto;
  }

  .vip-list .escort-item-one .banner-details-sec {
    width: 260px;
    margin: 0 auto;
  }
}

.escort-item-one .details-sec h2 {
  font-size: 1.375em;
  margin-bottom: 10px;
  margin-top: 10px;
}

.escort-item-one .details-sec h3 {
  font-size: 1.375em;
  margin-bottom: 10px;
  margin-top: 10px;
}

.escort-item-one .details-sec .profile-name {
  font-size: 1.375em;
  margin-bottom: 5px;
  margin-top: 10px;
}

.escort-item-one .details-sec .profile-name h5 {  
  margin-bottom: 5px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .escort-item-one .details-sec h2 {
    text-align: center;
    margin-bottom: 0.5em;
  }

  .escort-item-one .details-sec h3 {
    text-align: center;
    margin-bottom: 0.5em;
  }

  .escort-item-one .details-sec .profile-name {
    /*text-align: center;*/
    margin-bottom: 0.5em;
  }

  .escort-item-one .details-sec .badge-counts {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.escort-item-one .details-sec h2 a {
  color: #EF811C;
}

.escort-item-one .details-sec h2 a:hover {
  color: #EF811C;
}

.escort-item-one .details-sec h2 span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}

.escort-item-one .details-sec h3 a {
  color: #EF811C;
}

.escort-item-one .details-sec h3 a:hover {
  color: #EF811C;
}

.escort-item-one .details-sec h3 span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}

.escort-item-one .details-sec .profile-name a {
  color: #EF811C;
}

.escort-item-one .details-sec .profile-name a:hover {
  color: #EF811C;
}

.escort-item-one .details-sec .profile-name span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}
.escort-item-one .details-sec p {
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;*/
    margin-bottom: 0;
}

@media (max-width: 767px) {
  .escort-item-one .details-sec p,
  .escort-item-one .details-sec .btn-sec {
    /*display: none;*/
    text-align: center;
  }
}

.escort-item-one .details-sec .btn-sec {
    display: none;
}

.escort-item-two {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5em;
}

.escort-item-two .heading-sec {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}

.escort-item-two .heading-sec h2 {
  font-size: 1em;
  margin-bottom: 0;
}

.escort-item-two .heading-sec h2 a {
  color: #ffdf87;
}

.escort-item-two .heading-sec i {
  color: rgba(255, 255, 255, 0.15);
}

.escort-item-two .info-sec {
  display: flex;
  flex-wrap: wrap;
}

.escort-item-two .info-sec .img-sec a {
  display: block;
  position: relative;
}

.escort-item-two .info-sec .img-sec a img {
  width: 50px;
  height:50px;
  object-fit: cover;
    object-position: top;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.escort-item-two .info-sec .img-sec a>span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #101828;
  background-color: #ffdf87;
  background: linear-gradient(to top right,#ffdf87 1%,#ffdf87 50%,transparent 51%);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.escort-item-two .info-sec .img-sec a>span:hover {
    background: linear-gradient(to top right,#ffdf87,#ffdf87);
}

.escort-item-two .info-sec .img-sec a span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 70%;
}

.escort-item-two .info-sec .details-sec {
  width: calc(100% - 115px);
  padding-left: 0.5em;
  flex-grow: 1;
}

.escort-item-two .info-sec .details-sec p {
  font-size: 12px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.profile-main-div {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

/**** \profile listing ****/

.review-item-one {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.review-item-one .head-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  color: #c2c2c2;
}

.review-item-one .body-sec {
  margin-top: 6px;
}

.review-item-one .body-sec p {
  margin-bottom: 0;
}

.review-item-two {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.review-item-two .img-sec {
  display: flex;
  gap: 0.5em;
}

.review-item-two .img-sec a {
  display: block;
  position: relative;
}

.review-item-two .img-sec a img {
  width: 100%;
  border: 1px solid #ffffff;
}

.review-item-two .img-sec a span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #101828;
  background-color: #ffdf87;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.review-item-two .img-sec a img {
  max-width: 100px;
}

@media (max-width: 767px) {
  .review-item-two .img-sec a img {
    max-width: 70px;
  }
}

.review-item-two .details-sec {
  width: calc(100% - 275px);
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  flex-grow: 1;
}

@media (max-width: 767px) {
  .review-item-two .details-sec {
    width: calc(100% - 80px);
    padding-left: 0.5em;
    margin-left: 0.5em;
  }
}

.review-item-two .details-sec .title {
  font-size: 1.5em;
  margin-bottom: 0.2em;
}

@media (max-width: 767px) {
  .review-item-two .details-sec .title {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.review-item-two .details-sec .title a {
  color: #ffdf87;
}

.review-item-two .details-sec .title a:hover {
  color: #ffd154;
}

.review-item-two .details-sec .title span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .review-item-two .details-sec .title {
    font-size: 1.2em;
    text-align: left;
  }
}

.review-item-two .details-sec .meta {
  color: #c2c2c2;
  display: flex;
}

.review-item-two .details-sec .body-sec {
  margin: 1em 0;
}

.review-item-two .details-sec .body-sec p {
  margin-bottom: 0;
}

.question-item-one .question {
  position: relative;
  margin-bottom: 0;
}

.question-item-one .question:before {
  content: '"';
}

.question-item-one .question:after {
  content: '"';
}

.question-item-one .questioner {
  color: #c2c2c2;
}

.bookmark-escort-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

.bookmark-escort-one .img-sec a {
  display: block;
  position: relative;
}

.bookmark-escort-one .img-sec a img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #ffffff;
}

.bookmark-escort-one .img-sec a span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #101828;
  background-color: #ffdf87;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.bookmark-escort-one .title {
  font-size: 1.5em;
  font-size: 1.2em;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bookmark-escort-one .title {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.bookmark-escort-one .title a {
  color: #ffdf87;
}

.bookmark-escort-one .title a:hover {
  color: #ffd154;
}

.bookmark-escort-one .title span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .bookmark-escort-one .title {
    font-size: 1em;
  }
}

.profile-item-one {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 767px) {
  .profile-item-one {
    justify-content: center;
  }
}

.profile-item-one .img-sec {
  padding-right: 1em;
  margin-right: 1em;
  /*border-right: 1px solid rgba(255, 255, 255, 0.4);*/
}
@media (max-width: 767px) {
    .profile-item-one .img-sec {
      padding-right: 0;
      margin-right: 0;
      border-right: none;
    }
}

.profile-item-one .img-sec a {
  display: block;
  position: relative;
}

.profile-item-one .img-sec a img {
  width: 100px;
  height:100px;
  border: 1px solid #fff;
  object-fit: cover;
  object-position: top;
}

.profile-item-one .img-sec a>span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #101828;
  background-color: #ffdf87;
  background: linear-gradient(to top right,#ffdf87 1%,#ffdf87 50%,transparent 51%);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
    align-items: center;
    padding: 0 4px;
  transition: all .25s ease-in-out;
}
.profile-item-one .img-sec a>span:hover {
    width:80px;
    background: linear-gradient(to top right,#ffdf87,#ffdf87);
}
.profile-item-one .img-sec a>span span {
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 0.5em;
    display: inline-block;
    visibility: hidden;
    white-space: nowrap;
}
.profile-item-one .img-sec a>span:hover span {
    visibility: visible;
}

.profile-item-one .img-sec a span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 70%;
}

.profile-item-one .details-sec {
  width: calc(100% - 140px);
  flex-grow: 1;
}

@media (max-width: 767px) {
  .profile-item-one .details-sec {
    width: 100%;
    padding-left: 0;
    padding-top: 1em;
    margin-left: 0;
    border-left: none;
  }
}

.profile-item-one .details-sec h2 {
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .profile-item-one .details-sec h2 {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.profile-item-one .details-sec h2 a {
  color: #ffdf87;
}

.profile-item-one .details-sec h2 a:hover {
  color: #ffd154;
}

.profile-item-one .details-sec h2 span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}
.profile-item-one .details-sec p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.profile-item-one .details-sec .btn-sec {
  display: flex;
  align-items: center;
  gap: 1em;
}

@media (max-width: 767px) {
  .profile-item-one .details-sec .btn-sec {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .profile-item-one .details-sec p {
    display: none;
  }
}

.img-upload {
  position: relative;
  padding: 2em 1em 0.5em;
  background-color: #101828;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.img-upload .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.img-upload a i {
  margin-right: 0.5em;
}

.img-upload img {
  height: 100px;
}
@media (max-width: 767px) {
    .img-upload img {
      height: 60px;
    }
}

.img-upload .img-pending {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #101828;
  background-color: #ffdf87;
  padding: 5px;
  text-align: center;
}

.account-item-one {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}

@media (max-width: 767px) {
  .account-item-one {
    justify-content: center;
    gap: 1em;
  }
}

.account-item-one .img-sec img {
  width: 100%;
  max-width: 130px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .account-item-one .img-sec img {
    max-width: 64px;
  }
}

.account-item-one .account-info {
  flex-grow: 1;
}

.account-item-one .account-info h2 {
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .account-item-one .account-info h2 {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.account-item-one .account-info h2 a {
  color: #ffdf87;
}

.account-item-one .account-info h2 a:hover {
  color: #ffd154;
}

.account-item-one .account-info h2 span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .account-item-one .account-info h2 {
    text-align: left;
  }
}

.account-item-one .account-description {
  width: 100%;
}

.account-item-one .account-description p {
  margin-bottom: 0;
}

.account-item-one .account-description p + p {
  margin-top: 1em;
}

.about-me-info-one .img-sec {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}

@media (max-width: 767px) {
  .about-me-info-one .img-sec {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}

.about-me-info-one .img-sec img {
  width: 100%;
  max-width: 130px;
  border: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .about-me-info-one .img-sec img {
    max-width: 64px;
  }
}

.about-me-info-one h1 {
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .about-me-info-one h1 {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.about-me-info-one h1 a {
  color: #ffdf87;
}

.about-me-info-one h1 a:hover {
  color: #ffd154;
}

.about-me-info-one h1 span {
  font-size: 70%;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .about-me-info-one h1 {
    text-align: left;
  }
}

.upgrade-box-one {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1.5em 1em;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  text-align: center;
  height:100%;
}

.upgrade-box-one h1 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .upgrade-box-one h1 {
    font-size: 1.5em;
  }
}

.upgrade-box-one .escort-item-one {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  overflow: hidden;
  width: 100%;
}

.upgrade-box-one .escort-item-one .img-sec {
    gap: 0.2em;
    padding-right: 0.2em;
    margin-right: 0.2em;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.upgrade-box-one .escort-item-one .img-sec .big-img a img {
  max-width: 50px;
  height:50px;
}

.upgrade-box-one .escort-item-one .img-sec a span {
  transform:scale(0.8);
}

.upgrade-box-one .escort-item-one .img-sec .thumb-list {
  gap: 0.1em;
}
.upgrade-box-one .escort-item-one .img-sec .thumb-list a img {
    width: 20px;
    height: 20px;
}

.upgrade-box-one .escort-item-one .img-sec .thumb-list a span {
  transform:scale(0.8);
}

.upgrade-box-one .escort-item-one .details-sec {
  width: calc(100% - 275px);
  padding-top:0;
}

.upgrade-box-one .escort-item-one .details-sec h2 {
  font-size: 1em;
  margin-bottom:0px;
  text-align: left;
}

.upgrade-box-one .escort-item-one .details-sec p {
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.upgrade-box-one p {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}

.login-slider .owl-nav {
  max-width: 280px;
  margin: 45px auto 0;
  position: relative;
  z-index: 9;
}

.login-slider .owl-nav [class*="owl-"] {
  margin: 0;
  position: absolute;
  top: 0;
}

.login-slider .owl-nav [class*="owl-"].owl-prev, .login-slider .owl-nav [class*="owl-"].owl-next {
  color: #ffffff;
  background-color: transparent;
  font-size: 1.5em;
  line-height: 1;
}

.login-slider .owl-nav [class*="owl-"].owl-prev {
  left: 0;
}

.login-slider .owl-nav [class*="owl-"].owl-next {
  right: 0;
}

.login-slider .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0;
  width: 100%;
}

.login-slider .owl-dots .owl-dot {
  line-height: 1;
}

.login-slider .owl-dots .owl-dot span {
  margin: 0;
  display: inline-block;
  border: none;
  width: 10px;
  height: 10px;
}

.login-slider .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.dropdown-one .dropdown-toggle span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

@media (max-width: 767px) {
  .dropdown-one .dropdown-toggle span {
    max-width: 150px;
  }
}

.dropdown-one .dropdown-menu {
  padding: 0;
  width: 100%;
}

.dropdown-one .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 600;
  color: #101828;
  padding: 6px 10px;
  display: flex;
  gap: 5px;
}

.dropdown-one .dropdown-menu .dropdown-item:hover {
  background-color: #d0d5dd;
}

.dropdown-one .dropdown-menu .dropdown-item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

@media (max-width: 767px) {
  .dropdown-one .dropdown-menu .dropdown-item .title {
    max-width: 150px;
  }
}

.dropdown-one .dropdown-menu .dropdown-item .badge {
  color: #101828;
  font-size: 14px;
}

.btn-set {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.btn-set .btn-link {
  padding: 6px 10px;
  font-size: 12px;
}

.all-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.all-countries .all-city {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.all-countries .all-city li:after {
  content: ",";
}

.all-countries .all-city li:first-child:after {
  display: none;
}

.all-countries .all-city li:last-child:after {
  display: none;
}

.blockquote-one {
  border-left: 3px solid #ffdf87;
  margin-bottom: 0;
  padding: 0.5em 0 0.5em 1em;
}

.blockquote-one p {
  margin-bottom: 0.5em;
}

.blockquote-one .blockquote-footer {
  font-size: 100%;
}

.disk-list {
  list-style-type: disc;
  padding-left: 2em;
}

.disk-list li + li {
  margin-top: 4px;
}

.number-list {
  list-style-type: decimal;
  padding-left: 2em;
}

.number-list li + li {
  margin-top: 4px;
}

.inline-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}

.filter-one {
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.filter-one .content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.filter-one .content .col-md {
  padding: 0 4px;
}

.filter-one .content .custom-select,
.filter-one .content .form-control {
  padding-left: 6px;
  padding-right: 6px;
}

.filter-one .content .price-box {
  display: flex;
  justify-content: space-between;
}

.filter-one .content .price-box .form-control,
.filter-one .content .price-box .select2 {
  width: calc(50% - 4px) !important;
}

.filter-one .content .btn-sec {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}

.filter-one .content .btn-sec .btn {
  height: 100%;
  flex-grow: 1;
}

.modal-backdrop .show {
  opacity: 0.8;
}

.modal-one .modal-dialog .modal-content {
  background-color: var(--bgwebsite);
}

.modal-one .modal-dialog .modal-content .modal-header {
  padding: 1em;
  position: relative;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.modal-one .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  opacity: 1;
}

.modal-one .modal-dialog .modal-content .modal-body {
  padding: 1.5em 1em;
}

.modal-one .modal-dialog .modal-content .modal-footer {
  padding: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .pagination {
    justify-content: center;
  }
}

.pagination .page-item .page-link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}

.pagination .page-item .page-link:hover {
  color: #ffdf87;
  background-color: #595959;
}
.page-item.active .page-link {
  z-index: 1;
  color: #000;
  background-color: #ffdf87;
  border-color: #ffdf87;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
}

.banner-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .banner-one {
    padding: 2em 0;
  }
}

.banner-one .content {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  position: relative;
}

@media (max-width: 767px) {
  .banner-one .content {
    padding: 1.5em 1em;
  }
}

.banner-one .content h1 {
  font-size: 2.6em;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .banner-one .content h1 {
    font-size: 2.2em;
  }
}

.banner-one .content .btn {
  font-size: 1.5em;
  border: none;
  border-radius: 50px;
  padding: 1em 2em;
}

@media (max-width: 767px) {
  .banner-one .content .btn {
    padding: 0.5em 1em;
  }
}

.banner-one .content small {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 767px) {
  .banner-one .content small {
    position: relative;
    left: 0;
    bottom: unset;
  }
}

.shortcode-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
  background-color: #333333;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  transition: 0.6s all;
}

.shortcode-one .links {
  font-weight: 600;
  padding: 8px 14px;
}

.shortcode-one .links:hover {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.shortcode-one .left-links {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  visibility: hidden;
}

.shortcode-one .center-links {
  /*padding: 5px 0;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.shortcode-one .center-links .modal-btn {
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.05);
  /*border-radius: 24px;*/
  padding: 4px 14px;
  /*box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15), inset 0 2px 2px rgba(0, 0, 0, 0.5);*/
  text-align:center;
  color:#fff;
}

.shortcode-one .center-links .modal-btn:hover {
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

@media (max-width: 767px) {
  /*.shortcode-one .center-links .modal-btn span {
    display: none;
  }*/
  .shortcode-one .center-links .modal-btn {
    padding: 4px 8px;
  }
}

.shortcode-one .right-links {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  visibility: hidden;
}

.shortcode-one.sticky {
  position: fixed;
}

.shortcode-one.sticky .left-links {
  visibility: visible;
}

.shortcode-one.sticky .right-links {
  visibility: visible;
}

.social-list-one {
  display: flex;
  align-items: center;
  gap: 1em;
}

.social-list-one a {
  font-size: 2em;
  line-height: 1;
}

.page-heading {
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-heading .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 5px;
}

.page-heading .content h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5em;
}

/*@media (max-width: 767px) {
  .page-heading .content h1 {
    font-size: 1em;
  }
}*/

.page-heading .content .btn-link {
  padding: 6px 14px;
}

@media (max-width: 767px) {
  .page-heading .content .btn-link {
    font-size: 12px;
    padding: 4px 8px;
    gap: 5px;
  }
}

.heading-one {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.heading-one h1 {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 0;
}
.heading-one h2 {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .heading-one h1 {
    font-size: 1.5em;
  }
}

.heading-one h1 small,
.heading-one h1 .small {
  font-size: 65%;
}

.heading-one p {
  margin-bottom: 0;
}

.heading-one ul {
  margin-bottom: 0;
}

.heading-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.heading-two h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}

.heading-three {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.8em 1em;
  border-radius: 6px;
}

.heading-three h2 {
  margin-bottom: 0;
  font-size: 1.5em;
}

.main-header {
  position: relative;
}

.main-header .topbar-one {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 0;
}

@media (max-width: 767px) {
  .main-header .topbar-one {
    text-align: center;
  }
}

.main-header .topbar-one .left-sec .logo-sec {
  display: inline-block;
}

.main-header .topbar-one .left-sec .logo-sec img {
  max-height: 40px;
}

.main-header .topbar-one .right-sec .btn-links {
  display: flex;
  justify-content: flex-end;
}

.main-header .topbar-one .right-sec .btn-links li .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
  .main-header .topbar-one .right-sec .btn-links li .btn span {
    display: none;
  }
}

.main-header .topbar-one .right-sec .btn-links li + li .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.main-header .topbar-one .right-sec .btn-links li:last-child .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2em 0;
  font-size: 13px;
}

.main-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.main-footer .footer-links li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
}

.main-footer small {
  display: block;
  margin: 1em 0;
}

.main-footer p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 1em;
}

.login-page {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .login-page {
    padding: 2em 0;
  }
}

.login-page .extra-links {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.login-page .extra-links .btn {
  display: block;
  text-align: left;
}

.login-page .left-sec {
  max-width: 400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.login-page .left-sec .forgot-sec .checkbox-one {
  margin-bottom: 0;
}

.login-page .right-sec {
  display: flex;
  flex-direction: column;
  /*gap: 2em;*/
}

.login-page .right-sec .register-type {
  display: flex;
  justify-content: space-between;
}

.login-page .right-sec .register-type .register-option {
  padding: 0 3em;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .login-page .right-sec .register-type .register-option {
    padding: 0 1em;
  }
}

.login-page .right-sec .register-type .register-option + .register-option {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.login-page .right-sec .register-type .register-option img {
  height: 115px;
}

.login-page .right-sec .register-type .register-option p {
  max-width: 140px;
  margin: 1em 0;
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .login-page .right-sec .register-type .register-option .btn span span {
    display: none;
  }
}

.login-page .center-sec {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.login-page .center-sec .form-inline {
  margin-bottom: 0;
  justify-content: space-between;
}

.login-page .center-sec .form-inline .form-control {
  width: calc(100% - 80px);
}

.home-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .home-one {
    padding: 2em 0;
  }
}

.home-one form {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin: 1em 0;
}

.home-one form .countrySelect {
  width: calc(100% - 80px);
}

.home-two {
  padding-bottom: 3em;
}

@media (max-width: 767px) {
  .home-two {
    padding-bottom: 2em;
  }
}

#advanceSearchModal .form-inline {
  justify-content: space-between;
}

#advanceSearchModal .form-inline .select2 {
  width: calc(50% - 5px) !important;
}

#advanceSearchModal .select2 {
  width: 100% !important;
}

#newsletterModal .form-inline .select2 {
  max-width: 240px;
  width: 100% !important;
}

#newsletterModal .form-inline button {
  background-color: transparent;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

#phoneModal .modal-body h4 {
  font-size: 1.4em;
}

#phoneModal .modal-body h4 a:hover {
  text-decoration: none;
}

#phoneModal .modal-body h4 a img {
  width: 30px;
}

#askQuestionModal .modal-body p {
  margin-bottom: 0px;
}

#askQuestionModal .modal-body p span {
  color: #ffdf87;
}

#writeReviewModal .modal-body p {
  margin-bottom: 0px;
}

#writeReviewModal .modal-body p span {
  color: #ffdf87;
}

#writeReviewModal .modal-body label {
  display: block;
}

.escort-list-one {
  padding-bottom: 3em;
}

@media (max-width: 767px) {
  .escort-list-one {
    padding-bottom: 2em;
  }
}

.escort-list-one .left-sec {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.escort-list-one .left-sec .vip-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width: 767px) {
    .escort-list-one .left-sec .vip-list {
        grid-template-columns: 1fr;
    }
}
.escort-list-one .left-sec .vip-list li {
    gap: 15px;
}

.escort-list-one .left-sec .premium-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width: 767px) {
    .escort-list-one .left-sec .premium-list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
.escort-list-one .left-sec .premium-list li {
    gap: 15px;
}

.escort-list-one .left-sec .prime-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .escort-list-one .left-sec .prime-list {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
  }
}
.escort-list-one .left-sec .prime-list li {
  gap: 15px;
}

.escort-list-one .left-sec .basic-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width: 767px) {
    .escort-list-one .left-sec .basic-list {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
}
.escort-list-one .left-sec .basic-list li {
    gap: 15px;
}

.escort-list-one .left-sec .regular-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .escort-list-one .left-sec .regular-list {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
  }
}
.escort-list-one .left-sec .regular-list li {
  gap: 15px;
}


.escort-list-one .right-sec {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.escort-list-one .right-sec .heading-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 1em;
}

.escort-list-one .right-sec .escort-items {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.escort-list-one .right-sec .escort-items li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 1em;
}

.escort-list-one .right-sec .escort-items li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 1em;
}

.escort-details-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .escort-details-one {
    padding: 2em 0;
  }
}

@media (max-width: 767px) {
    .escort-details-one .left-sec {
        overflow-x: scroll;
    }
}
.escort-details-one .left-sec .escort-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}

@media (max-width: 767px) {
  .escort-details-one .left-sec .escort-gallery {
      min-width:max-content;
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
}

.escort-details-one .left-sec .escort-gallery li {
  position: relative;
  width: calc(50% - 7px);
}
@media (max-width: 767px) {
    .escort-details-one .left-sec .escort-gallery li {
        width: auto;
    }
}

.escort-details-one .left-sec .escort-gallery li img {
  height: 300px;
  width: 100%;
      object-fit: cover;
    object-position: top;
  cursor: pointer;
  border: 1px solid #ffffff;
}

.escort-details-one .left-sec .escort-gallery li .verify {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #101828;
  background-color: #ffdf87;
  background: linear-gradient(to top right,#ffdf87 1%,#ffdf87 50%,transparent 51%);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
    align-items: center;
    padding: 0 4px;
  transition: all .25s ease-in-out;
}
.escort-details-one .left-sec .escort-gallery li .verify:hover {
    width:120px;
    background: linear-gradient(to top right,#ffdf87,#ffdf87);
}
.escort-details-one .left-sec .escort-gallery li .verify span {
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 0.5em;
    display: inline-block;
    visibility: hidden;
    white-space: nowrap;
}
.escort-details-one .left-sec .escort-gallery li .verify:hover span {
    visibility: visible;
}

.escort-details-one .right-sec {
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
}

.escort-details-one .right-sec .description p {
  word-wrap: break-word;
}

.escort-details-one .right-sec .description p:last-child {
  margin-bottom: 0;
}

.escort-details-one .right-sec .up-down {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}

.escort-details-one .right-sec .up-down div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.escort-details-one .right-sec .up-down div i {
  font-size: 3em;
}

.escort-details-one .right-sec .up-down div p {
  margin-bottom: 0;
}

.escort-details-one .right-sec .up-down div p span {
  color: #999999;
}

.escort-details-one .right-sec .more-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.escort-details-one .right-sec .more-info li {
  width: calc(50% - 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .escort-details-one .right-sec .more-info li {
    width: 100%;
  }
}

.escort-details-one .right-sec .more-info li:last-child {
  border-bottom: none;
}

.escort-details-one .right-sec .more-info li span:first-child {
  color: #999999;
  font-weight: 600;
}

.escort-details-one .right-sec .review-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.escort-details-one .right-sec .review-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 1em;
}

.escort-details-one .right-sec .question-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.escort-details-one .right-sec .question-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 1em;
}

.escort-details-one .right-sec .report-profile a span {
  color: #333333;
}

.review-details-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .review-details-one {
    padding: 2em 0;
  }
}

.review-details-one .review-by {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .review-details-one .review-by {
    margin-bottom: 1em;
  }
}

.review-details-one .review-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.review-details-one .review-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 1em;
}

.review-details-one .escort-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
}

.review-details-one .escort-items .bookmark-escort-one {
  width: 30%;
}

.profile-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .profile-one {
    padding: 2em 0;
  }
}

.profile-one .select-profile {
  display: flex;
  align-items: center;
  gap: 1em;
}

.profile-one .ad-box {
  margin-top: 1em;
}

.profile-one .my-stat {
  font-size: 1.4em;
}

.profile-two {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .profile-two {
    padding: 2em 0;
  }
}

.profile-two .form-group:last-child {
  margin-bottom: 0;
}

.profile-two .select2 {
  min-width: 100px;
}

.profile-two .add-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.profile-two .add-title .custom-select,
.profile-two .add-title .countrySelect,
.profile-two .add-title .form-control {
  width: 28%;
}

@media (max-width: 767px) {
  .profile-two .add-title .custom-select,
  .profile-two .add-title .countrySelect,
  .profile-two .add-title .form-control {
    width: 100%;
  }
}

.profile-two .add-title .divider {
  font-size: 1.5em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .profile-two .add-title .divider {
    display: none;
  }
}

.profile-two .uploaded-image {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1em;
}

.profile-two .uploaded-image li {
  width: 100%;
  max-width: 150px;
}

@media (max-width: 767px) {
  .profile-two .uploaded-image li {
    max-width: 100px;
  }
}

.profile-two .phone-group .select2 {
  width: auto !important;
}

.profile-two .price-group .checkbox-one {
  min-width: 180px;
}

.profile-two .price-group .select2 {
  width: auto !important;
}

.profile-two .language-group .select2,
.profile-two .language-group .custom-select {
  min-width: 180px;
  width: auto !important;
}

.profile-two .form-inline {
  gap: 1em;
  align-items: unset;
}

.profile-two .form-inline label {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .profile-two .form-inline .form-control {
    width: 65%;
  }
}

.profile-two .form-inline .check-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

@media (max-width: 767px) {
  .profile-two .form-inline .check-social-list {
    width: 100%;
  }
}

.profile-two .check-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.profile-two .check-service-list li {
  width: 24%;
}

@media (max-width: 767px) {
  .profile-two .check-service-list li {
    width: 48%;
  }
}

.statistics-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .statistics-one {
    padding: 2em 0;
  }
}

.statistics-one .select-profile {
  display: flex;
  align-items: center;
  gap: 1em;
}

.statistics-one .my-stat {
  font-size: 1.2em;
}

.upgrade-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .upgrade-one {
    padding: 2em 0;
  }
}

.checkout-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .checkout-one {
    padding: 2em 0;
  }
}

.checkout-one .heading-one .btn-main {
  font-size: 14px;
}

.checkout-one .input-group .input-group-text {
  color: #ffffff;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
}

.checkout-one .input-group .form-control {
  flex: none;
  width: auto;
}

.account-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .account-one {
    padding: 2em 0;
  }
}

/*@media (max-width: 767px) {
  .account-one .heading-one {
    margin-bottom: 1em;
  }
}*/

.account-one .btn-links {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .account-one .btn-links {
    gap: 0.2em;
  }
}

@media (max-width: 767px) {
  .account-one .btn-links li {
    flex-grow: 1;
  }
}

.account-one .btn-links li .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 200px;
}

@media (max-width: 767px) {
  .account-one .btn-links li .btn {
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.account-one .btn-links li + li .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 767px) {
  .account-one .btn-links li + li .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.account-one .btn-links li:last-child .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.account-two {
  padding-bottom: 3em;
}

@media (max-width: 767px) {
  .account-two {
    padding-bottom: 3em;
  }
}

.account-two .img-upload {
  max-width: 150px;
}

.account-two small {
  display: block;
  margin: 0.5em;
}

.about-me-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .about-me-one {
    padding: 2em 0;
  }
}

.static-page-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .static-page-one {
    padding: 2em 0;
  }
}

.static-page-one video {
  width: 100%;
  max-width: 700px;
}

.contact-one {
  padding: 3em 0;
}

@media (max-width: 767px) {
  .contact-one {
    padding: 2em 0;
  }
}

.btn-gender-dropdown{
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 1em;
  font-weight: normal;
}

.dropdown-gender .dropdown-item{
  font-size: 14px;
}

.dropdown-gender .dropdown-item.active, .dropdown-item:active{
  color: #fff;
  text-decoration: none;
  background-color: #595959;
}

.geosearch-menu {
  border:1px solid RGBa(255, 193, 7,0.2);
}

.btn-google, .btn-google:hover, .btn-google:active, .btn-google:focus {
  background: #fff;
  border-color: #ccc;
  color: #333;
}
.or {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
}
.or:after, .or:before {
  content: "";
  display: block;
  background: #adb5bd;
  width: 50%;
  height: 1px;
  margin: 0 10px;
}


/*.background-radial-gradient {
      background-color: hsl(218, 41%, 15%);
      background-image: radial-gradient(650px circle at 0% 0%,
          hsl(218, 41%, 35%) 15%,
          hsl(218, 41%, 30%) 35%,
          hsl(218, 41%, 20%) 75%,
          hsl(218, 41%, 19%) 80%,
          transparent 100%),
        radial-gradient(1250px circle at 100% 100%,
          hsl(218, 41%, 45%) 15%,
          hsl(218, 41%, 30%) 35%,
          hsl(218, 41%, 20%) 75%,
          hsl(218, 41%, 19%) 80%,
          transparent 100%);
    }

    #radius-shape-1 {
      height: 220px;
      width: 220px;
      top: -60px;
      left: -130px;
      background: radial-gradient(#44006b, #ad1fff);
      overflow: hidden;
    }

    #radius-shape-2 {
      border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
      bottom: -60px;
      right: -110px;
      width: 300px;
      height: 300px;
      background: radial-gradient(#777777, #fffee0);
      overflow: hidden;
    }*/

    /*.bg-glass {
      background-color: hsla(0, 0%, 19%, 0.9) !important;
      backdrop-filter: saturate(200%) blur(25px);
    }*/
  .bg-glass {
    background-color: rgba(255, 255, 255, 0.05);
  }
  @media (min-width: 576px) {
    .modal-lg {
      max-width: 600px;
      margin: 1.75rem auto;
    }
  }

  .play-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    cursor: pointer;
  }
  .play-container .fa-stack .fa-circle {
    font-size: 50px;
    color: #ec463a;
  }
  .play-container .fa-stack .fa-play {
    font-size: 26px;
    color: #fff;
    margin-left: 10px;
  }

  .fa-circle::before {
    content: "\f111";
  }
  .fa-play::before {
    content: "\f04b";
  }
  .fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto);
  }

  .video-placeholder:hover  {
    cursor: pointer;
  }

  .video-title a{
    color: #EF811C;
  }
  .translate-bgcolor{
    background-color: rgba(255, 255, 255, 0.05) !important;
  }

  /*** Main navigation **/
  .navbar > .container, .navbar > .container-fluid{
    display: block !important;
  }
  .main-header .topbar-one .loggedin-links  {
    display: flex;
    justify-content: flex-end;
  }
  .main-header .topbar-one .loggedin-links li .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .main-header .topbar-one .loggedin-links li + li .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .main-header .topbar-one .loggedin-links li:last-child .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  @media (max-width: 767px) {
    .main-header .topbar-one .loggedin-links li .btn span {
      display: none;
    }
  }

  /*#main-nav {
    display: inline-block;
    margin: 0px 0 0 20px;
  }*/
  #main-nav {
    padding-left: 0;
    list-style: none;
  }
  #main-nav a.selected:active::before, #main-nav a.selected::before, #main-nav a.selected:focus::before, #main-nav a.selected:hover::before {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: transparent;
    border-top-color: #525252;
  }
  #main-nav a.selected, #main-nav a.selected:active, #main-nav a.selected:focus, #main-nav a.selected:hover {
    position: relative;
    background: #525252;
  }
  #header ul.account-actions, #main-nav, .list-unstyled, .step-list {
    padding-left: 0;
    list-style: none;
  }
  @media (max-width: 767px) {
    #main-nav {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    #main-nav a {
      width: 33.33%;
    }
  }
  /*** \Main navigation **/

  .post-cards h2{
    font-size: 20px;
  }
  .post-seperator {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  /***** navigation panel in add/edit property **/
  .slide-toggle{
    display: none;
  }
  
  .slidemenu{
    font-family: arial, sans-serif;
    max-width: 600px;
    margin: 20px auto;
    overflow: hidden;
  }
  
  .slidemenu label{
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    opacity: 0.4;
  
  }
  
  .slidemenu label:hover{
    cursor: pointer;
    color: #666;
  }
  
  .slidemenu label span{
    display: block;
    padding: 10px;    
  }
  
  .slidemenu label .icon{
    font-size: 20px;
    border: solid 2px #fff;
    text-align: center;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 50%;
  }
  
  /*Bar Style*/  
  .slider{
    width: 100%;
    height: 5px;
    display: block;
    background: #333;
    margin-top: 10px;
    border-radius: 5px;
  }
  
  .slider .bar{
    width: 50%;
    height: 5px;
    background: #fff;
    border-radius: 5px;
  }
  
  /*Animations*/
  .slidemenu label, .slider .bar {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
  }
  
  /*Toggle*/
  
  .slidemenu .slide-toggle:checked + label{
    opacity: 1;
  }  
  
  .slidemenu #slide-item-1:checked ~ .slider .bar{ margin-left: 0; }
  .slidemenu #slide-item-2:checked ~ .slider .bar{ margin-left: 50%; }
  /***** navigation panel in add/edit property **/

  /*** Banner **/
  .banner-bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .banner-mask {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-attachment: fixed;
  }
  .banner-Image {
      border: 1px solid #dfdfdf;
      padding: 5px;
      border-radius: 10px;
      text-align: center;
      width: 100%;
  }
  /*** /Banner **/

  .category_tag {
    padding: 5px;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
  }
  .active-tag {
    background-color: rgba( 35, 47, 62, 0.15);    
    border-radius: 5px;
    color: #000;
  }
  .category_tag a {
    color: #848484;
  }
  .category_tag a:hover {
    color: #000;
  }
  .active-tag a {
    color: #000;
  }