body {
    font-family: "Cerebri Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #5E8E3E url(../images/body-bg.png);
    margin: 0;
    padding: 0;
}
html,
body {
    overflow-x: hidden;
}
li{list-style-type: none;}
ul{margin: 0;padding: 0}
a{text-decoration: none;}
p a, p strong{color: #dca623; font-weight: 600}
h1{font-size: 30px}
.d-block{display: block;}
section{margin-bottom: 20px}
.center {
    text-align: center;
}
.user{align-items:center; align-content:center;}
.user ul li{display: inline-block; margin-left: 10px; position:relative;}
.user ul li a {
    color: #fff;
    border: solid 1px #9FC559;
    padding: 9px 20px;
    border-radius: 5px;
}
.user ul li a img{width: 20px; margin-right: 10px}
.user ul li a:hover {
    background: #79b530;
}
.location ul li{
    display: flex;
}
.breadcromb {
    padding: 10px 5px;
}
.breadcromb ul li{display: inline-block; margin-right: 20px}
.breadcromb ul li a{color: #fff}
.header{background: #41632B;}
.search{background: rgba(0, 0, 0, .3);}
.btn-search, .location ul li a {
    background: #79b530;
    border-color: #79b530;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 20px;
    padding: 5px 20px;
    color: #fff;
}
.btn-search:hover, .location ul li:hover a{
    background-color: #000;
    background-position: 0 -15px;
}
.location ul li a {
    color: #fff;
    font-size: 16px;
}
.location ul li {
    display: inline-block;
}
.profile-heading {
    text-align: center;
    padding: 10px;
}
.profile-heading h1{
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.meta-header {
    background: #397014;
    text-align: center;
    padding: 10px 0px;
}
.profile-call ul li {
    display: inline-block;
}
.profile-call ul li a {
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
}
.serch-right .serch-fild{
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    color: #fff;
    border: solid 1px #9FC559;
    font-size: 17px;
    background: #142f03;
    padding: 6px 20px;
}
.escort_list {
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
    background: #daa52029;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.escort_list:hover {
    border-bottom: solid 2px #B4D27E;
}
.escort_img {
    width: 26%;
    display: flex;
    padding: 15px;
    border-right: 1px solid rgba(255,255,255,.1);
}
.main-img {
    width: 100%;
    border: solid 2px #B4D27E;
}
.escort_img img {
    height: 228px;
    width: 100%;
}
.thumbi {
    width: 50px;
    margin-left: 10px;
}
.thumbi ul li:first-child img {
    margin-top: 0px;
}
.thumbi img {
    width: 50px;
    height: 57px;
    margin-top: 10px;
    border: solid 2px #f09819;
}
.escort_text {
    width: 73%;
    padding: 10px 25px;
    font-size: 14px;
}
.escort_text p{margin-top: 0px}
.escort_text a{ color:#fff }
.escort_text a h3{
    font-size: 24px;
    margin: 0;
    line-height: 30px;
    text-transform: lowercase;
}
.btn-alt {
    background: #4f9d1c;
    color: #ffffff !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    padding: 10px 20px;
    border: solid 1px rgb(255 255 255 / 23%);
    border-radius: 5px;
    font-weight: bold;
}
.btn-alt:hover {background: #000; color: #fff}


.footer{
    border-top: 1px solid rgb(255 255 255 / 51%);
    background-color: #41632B;
    padding: 20px 0;
    color: #e6e6e6;
    font-size: 12px;
}
.d-flex {display: flex;align-items: center;justify-content: space-between;}
.site-by ul li{display: inline-block; }
.site-by ul li a{color: #dca623; border-right: 1px solid rgb(255 255 255 / 48%); padding-right: 10px; padding-left: 10px;}
.site-by ul li a:hover{text-decoration: underline;}
.site-by ul li:last-child a{border: none}
.footer .small-font {text-align: center;}
.site-copy p {color: #dca623;}

.profile-content {
    display: flex;
    justify-content: space-between;
}
.profile-gallery {
    flex: 40%;
    padding: 0 25px;
}
.profile-summery {
    flex: 60%;
    padding: 0 25px;
}
.profile-call-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.profile-call-btn a {
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    border: solid 1px #c9910a;
    text-align: center;
    background: #f4b827 linear-gradient(#f4b827, #d3980b) repeat-x;
    font-weight: 600;
    line-height: 1.45;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    letter-spacing: 1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.personal-info {
    margin-top: 20px;
}
.personal-info table {
    width: 100%;
    border: solid 1px #ddd;
    padding: 10px;
}
.personal-info tr td {
    border-bottom: solid 1px #ddd;
    line-height: 40px;
}
.personal-info table tr td:last-child {
    text-align: right;
}

.single_profile__img {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #fff;
}

.single_profile__img:nth-child(2n+1) {
  margin-left: 0;
}

.single_profile__img img {
  width: 100%;
  height: 277px;
  display: block;
}


.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000cf;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.img-popup img {
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #fff;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

  .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    }
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
    color: #dca623;
}
.accordion {
  width: 100%;
  max-width:100%;
  overflow: hidden;
  margin-top: 10px;
  background-color: #fff;
  border: 2px solid #dca623;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion__intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
  background: #000;
}
.accordion__intro span{
  position: absolute;
  right: 30px;
  top: 35%;
  transition: all 0.3s ease-in-out;
}
.accordion.accordion__active .accordion__intro span{
  transform: rotate(180deg);
}
.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion h4,
.accordion p {
  margin: 0;
}
.accordion h4 {
  color: #dca623;
  font-size: 18px;
  font-weight: 600;
}
.accordion p {
  color: #6c6d6e;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
}
.accordion__active .accordion__content {
  padding:20px;
  opacity: 1;
}

.login {
    background: #1f1f1f;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    border: solid 1px #686868;
}
.login-form .serch-fild {
    width: 89%;
    height: 40px;
    font-size: 16px;
    padding: 0px 20px;
    display: block;
    margin-bottom: 12px;
}
.block{
    display: block;
    padding: 10px 0px;
}
.link-group {
    margin-top: 20px;
}
.link-group ul li a {
    color: #fff;
}
.link-group ul li a:hover {
    color: #f4b827;
}
.mob-display {
    display: none;
}
.mob-display .head a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: table;
    font-size: 15px;
    margin-top: 18px;
}
h3.head {
    margin: 0;
}
.pop-18-box{
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 91%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.pop-18-center{
    padding: 24px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    border-radius: 12px;
    background: #000;
  }
.pop-18-center h2 {
        margin: 0 0 8px;
    color: #fff !important;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
}
.pop-18-box p{margin:0 0 16px;  color: #fff;}
.yes-btn{padding:10px 16px;margin:0 6px;border:none;border-radius:8px;cursor:pointer; background: #f4b827 linear-gradient(#f4b827, #d3980b) repeat-x;
    border-color: #c9910a;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);}
.no-btn{padding:10px 16px;margin:0 6px;border:none;border-radius:8px;background:#1db556;color:#fff;cursor:pointer;}
.pop-18-center img {width: 50px;}


.search-section.banner-form {
    position: relative;
}
.list-search {
    background: #79b530;
    position: absolute;
    width: 100%;
}
.list-search li {
    padding: 5px 10px;
}

.wp-btn{
    background: #00ed57;
    border-color: #00ed57;
    color: #fff !important;
}
.call-btn{
    background: #00affe;
    border-color: #00affe;
    color: #fff !important;
}
.r-profile {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
}
.r-profile a {
    color: #fff;
}
.rp-box {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.rp-image {
    max-width: 150px;
}
.rp-text p {
    margin: 0;
    line-height: 20px;
    font-size: 12px;
}
.sidebar{
    background: #daa52029;
    padding: 10px ;
    
}

.pagination {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 20px 0;
}
.pagination a {
    padding: 8px 12px;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}
.pagination a.active {
    background: #41632B;
    color: #fff;
    border: solid 1px #41632b;
}
.pagination ul li {
    display: inline-block;
}

.user ul li ul {
    display:none;
  position:absolute;
  left:0;
  background:#79b530;
  float:left;
  z-index: 999999;
}

.user ul li ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0;
}

.user ul li:hover ul {
  display:block;
}
.user ul li ul li a {
    border: none !important;
    display: block;
    padding: 3px 20px;
    line-height: 20px;
    border-radius: 0;
}
.user ul li ul li a:hover {
    background: #000 !important;
}

.home-location {
    background: #41632b;
    padding: 20px;
}
.home-location h4 {
    margin: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #5c8840;
    padding-bottom: 10px;
}
.home-location ul li {
    display: inline-block;
}
.home-location ul li a {
    color: #fff;
    border-right: solid 1px #fff;
    padding-right: 5px;
}
.home-location ul li:hover a{
    color: #dca623;
}
section.serch-box-section {
    overflow: auto;
}
.mt-x5{margin-top: 30px}
.container{padding-right:5px;padding-left:5px;margin-right:auto;margin-left:auto}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
.col-md-12 {width: 100%;}
.col-md-9 {width: 70%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 35%;}
.col-md-6 {width: 60%;}
.clear{
    clear: both;
}

.container-fluid {
    max-width: 1340px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px){.container{width:750px}}
@media (min-width:1000px){.container{width:970px}}
@media (min-width:1100px){.container{width:1070px}}
@media (min-width:1200px){.container{width:1170px}}






@media only screen and (max-width: 991px) {

    .single_profile__img:nth-child(3n+1) {
        margin-left: 16px;
      }
}
@media only screen and (max-width: 599px) {
    .footer .d-flex {
        display: block !important;
        text-align: center;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .nav-logo img {
        width: 130px;
    }
    .user {
        text-align: center;
    }
    .user ul li {
        display: inline-block;
        margin-left: 0;
    }
    .location ul li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .user ul li a img , .breadcromb{
        display: none;
    }
    .user ul li a {
        padding: 9px 13px;
        font-size: 12px;
    }
    .serch-right .serch-fild {
        width: 50%;
    }
    .search {
        padding: 20px 0px;
    }
    .escort_img {
        width: 91%;
    }
    .escort_text, .profile-call-btn, .personal-info {
        display: none;
    }
    .escort_list {
        display: block;
    }
    .mob-display, .profile-content {
            display: block;
    }

    .profile-gallery, .profile-summery {
        padding: 0 0px;
    }
    .single_profile__img:nth-child(3n+1) {
            margin-left: 0px;
        }
    .single-profile-gallery {
        display: flex;
    }
    .single_profile__img {
        margin-left: 0px;
    }
    .hidden-sm{
        display: none !important;
    }
    .col-md-9 {
        width: 91%;
    }
    .col-md-6, .col-md-4 {
        width: 93%;
    }
    .home-location a.blockk {
        display: block;
        text-align: center;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}