
/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&display=swap')*/

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Fira Sans';
    margin: 0;
    background: #EEEFF0;
    font-size: 16px;
    color: #2F2C2C;
    font-weight: 300;
    line-height: 24px;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}
a:hover {
    color: #FFCA3A;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans';
}
img {
    max-width: 100%;
}

.header {
    background: #2B2848;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.header-dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.rightheader {
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.thm-btn {
    background: #FFCA3A;
    padding: 15px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Fira Sans';
    transition: all .15s ease-out;
}
.thm-btn:hover {
    color: #fff;
    background: #4435c4;
}
.search-filter-btn .thm-btn:hover span img {
    filter: invert(1);
}
.header-slider {
    padding: 90px 0;
    text-align: center;
    width: 100%;
    position: relative;
    background: #2B2848;
}
/*.header-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #2B2848;
    height: 270px;
    width: 100%;
}*/
.slider-text {
    position: relative;
}
.btn.filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.btn.filter-btn span {
    display: none;
}
.slider-text h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: capitalize;
    line-height: 72px;
}
.slider-text h4 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
}
.search-filter {
    max-width: 870px;
    background: #fff;
    margin: -35px auto 0px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
    border: solid 1px #f5f5f5;
    padding: 9px 10px 9px 15px;
    position: relative;
}
.select-filter-cta {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-right: solid 1px #999999;
    padding-right: 16px;
    width: 20%;
}
.select-filter-cta .form-control {
    height: 25px;
    border: none;
    width: 100%;
    padding: 0;
}
/*******custom select box css*******/
.custom-select {
  width: 100%;
  position: relative;
}

.custom-select select {
  display: none;
}

.selected-item {
    cursor: pointer;
    color: #666;
    font-weight: 400;
}

.selected-item:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 20px;
    transition: 0.5s;
}

.arrowanim.selected-item:after {
  transform: rotate(180deg);
}

.item {
    background: #fff;
    padding: 6px 15px;
    border-top: 1px solid #EEEFF0;
    cursor: pointer;
    font-weight: 400;
    color: #666;
    font-size: 16px;
}

.item:hover {
    background: #f5f5f5;
}

.all-items {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1;
    border: solid 1px #EEEFF0;
    border-top: none;
}

.all-items-hide {
  display: none;
}

.sdf {
  border: 1px solid red;
}


.search-filter-btn {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.search-filter-btn .thm-btn span {
    min-width: 20px;
}
.search-filter-btn .thm-btn {
    border: none;
    display: flex;
    align-items: center;
    column-gap: 13px;
    padding: 16px 20px;
    line-height: 20px;
    min-width: 100px;
}
.filter-btn {
    background: #EEEFF0;
    border: none;
    border-radius: 4px;
    width: 64px;
    height: 55px;
}
.select-filter-cta .form-control:focus, .select-filter-cta .form-control:hover {
    outline: none;
    box-shadow: none;
    border: none;
}

.ethnicity-category ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ethnicity-category ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    min-width: 60px;
}
.ethnicity-category ul li a {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #DAD5D5;
    display: inline-block;
    color: #666666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 13px;
    box-sizing: border-box;
}
.ethnicity-category ul li a:hover {
    border-color: #4435c4;
    color: #4435c4;
}
.grid-detail a:hover {
    color: #4435c4;
    background: rgba(91,78,207,0.1);
}
.check-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.ethnicity-category ul li span {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #DAD5D5;
    display: inline-block;
    color: #666666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 13px;
    box-sizing: border-box;
}
.ethnicity-category label {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}
input[type="radio"]:checked + span {
    border: solid 1px #2b2848;
    color: #2b2848;
}
.main-container {
    display: inline-block;
    width: 100%;
}
.popular-category {
    margin-top: 20px;
    margin-bottom: 50px;
}
.heading-title h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #1A1A1A;
    line-height: 50px;
}
.heading-title h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 35px;
    color: #000;
}
.home-blog-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 30px;
    margin-bottom: 70px;
}
.grid-col {
    border: solid 1px #F5F5F5;
    border-radius: 8px;
    padding: 10px 10px 5px;
    background: #fff;
}
.grid-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.grid-detail {
    padding: 10px;
}
.grid-detail h4 {
    color: #2F2C2C;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    text-align: left;
}
.grid-detail p {
    margin: 0 0 15px;
    font-size: 16px;
    color: #2F2C2C;
    line-height: 24px;
    font-weight: 300;
}
.grid-detail a {
    background: #EEEFF0;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
    padding: 15px 18px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
}

.faq-section .accordion-container {
    max-width: 1060px;
    margin: 0 auto;
}
.faq-section .set {
    background: #fff;
    border-radius: 4px;
    padding: 16px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.faq-section .set a {
    font-weight: 600;
    color: #2F2C2C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.faq-section .set a:hover {
    color: #5b4ecf;
}
.faq-section .set a:hover span {
    filter: brightness(0) saturate(100%) invert(34%) sepia(17%) saturate(6504%) hue-rotate(229deg) brightness(84%) contrast(91%);
}
.faq-section .accordion-container .content p {
    margin: 10px 0 0;
    padding-right: 80px;
    font-weight: 300;
    line-height: 24px;
}
.minus {
    display: none;
}
.active .minus {
    display: block;
}
.active .plus {
    display: none;
}
.faq-section {
    display: inline-block;
    width: 100%;
    float: left;
}
.footer {
    display: inline-block;
    width: 100%;
    background: #2b2848;
    float: left;
    padding: 50px 0;
    margin-top: 30px;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-grid-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-grid-col h4 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.footer-grid-col h4 span {
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    margin-top: 20px;
}
.footer-grid-col ul {
    margin: 0;
    padding: 0;
}
.footer-grid-col ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    display: block;
}
.footer-grid-col ul li a:hover {
    text-decoration: underline;
}
.footer-grid-col ul li {
    display: inline-block;
    width: 100%;
}
.footer-social-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 25px;
}
.footer-social-menu {
    display: flex;
    align-items: center;
    column-gap: 70px;
    margin-top: 60px;
}
.copyright {
    margin-top: 20px;
}
.copyright p {
    color: #7E7C90;
    font-size: 14px;
    margin: 0 0 20px;
}
.copyright p a{
    color: #fff;
}
.copyright p a:hover{
    text-decoration: underline;
}
.footer-top-arrow {
    position: fixed;
    bottom: 0;
    right: 100px;
}
.footer-top-arrow a span {
    display: block;
    margin-bottom: 10px;
}
.footer-top-arrow a {
    background: #FFCA3A;
    border-top-left-radius: 16px;
    padding: 15px;
    border-top-right-radius: 16px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-top-arrow a:hover {
    color: #000;
}
.boder-0 {
    border: none;
    padding-right: 0;
}


/******Filter Modal Css*******/
.modal.filter-box-modal {
    max-width: 660px;
    padding: 0;
}
.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #F5F5F5;
}
.set > a {
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    color: #2F2C2C;
    font-weight: 500;
    border-bottom: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.set > a span{
  float: right;
}
.set > a:hover {
    color: #5b4ecf;
}
.set > a:hover span img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(17%) saturate(6504%) hue-rotate(229deg) brightness(84%) contrast(91%);
}

.content{
  display:none;
}
.modal.filter-box-modal {
    max-width: 680px;
    padding: 0;
}
.filter-box-modal .modal-header {
    background: #F5F5F5;
    border-radius: 16px 16px 0 0;
}
.filter-box-modal .modal-header h4 {
    margin: 0;
    color: #000000;
    padding: 18px 20px;
    font-size: 24px;
    font-weight: 500;
}
.filter-box-modal .custom-modal-body {
    padding: 20px 24px;
}

.set > a.active span img {
    transform: rotate(180deg);
}
.custom-modal-inner .ethnicity-category {
    margin-bottom: 20px;
}
.custom-modal-inner .ethnicity-category ul {
    justify-content: left;
}
.custom-modal-inner  .ethnicity-category ul li span {
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    color: #474747;
    font-size: 14px;
    padding: 6px 18px;
}
.custom-modal-inner  input[type="radio"]:checked + span {
    border: solid 1px #2b2848;
    color: #2b2848;
}
.custom-modal-inner .ethnicity-category ul li:hover span {
    border: solid 1px #5b4ecf;
    color: #5b4ecf;
}
.modal a.close-modal {
    background-image: url(../../assets/images/cross-icon.svg);
}
.modal a.close-modal {
    top: 15px;
    right: 15px;
}


/*****product list page css******/


ul.breadcrumb-list li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
ul.breadcrumb-list li a {
    color: #fff;
}
.product-list-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 30px;
    padding-top: 35px;
}
.product-left-category {
    width: 235px;
    margin-top: 35px;
}
.category-area {
    border: solid 1px #F5F5F5;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #Fff;
}
.category-area h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    padding: 13px 16px;
    border-bottom: solid 1px #f5f5f5;
}
.category-area a {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #f5f5f5;
    padding: 13px 15px;
    font-weight: 400;
    color: #2F2C2C;
    box-sizing: border-box;
    transition: all .15s ease-out;
    border-color: rgba(91, 78, 207, 0.1);
}
.category-area a:hover {
    background-color: rgba(91, 78, 207, 0.1);
    color: #5b4ecf;
}
.category-area a.more-service {
    color: #5B4ECF;
    font-weight: 500;
    font-size: 14px;
}
.product-left-category h4 {
    color: #2F2C2C;
    margin: 0 0 12px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.frequent-service h4 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.frequent-service a {
    border: solid 1px #F5F5F5;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 14px;
    border-radius: 4px;
    font-weight: 400;
    color: #2F2C2C;
    background: #fff;
    box-sizing: border-box;
    transition: all .15s ease-out;
}
.frequent-service a:hover {
    background-color: rgba(91, 78, 207, 0.1);
    color: #5b4ecf;
    border-color: rgba(91, 78, 207, 0.1);
}
.product-list-detail {
    width: 100%;
    padding-left: 245px;
    padding-top: 45px;
}
.product-img {
    width: 230px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.product-img img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.product-list-detail h4 {
    font-size: 16px;
    margin: 0 0 6px;
    color: #2F2C2C;
    font-weight: 500;
}
.product-list-detail ul li {
    display: inline-block;
    background: #EEEFF0;
    font-size: 16px;
    font-weight: 400;
    color: #2F2C2C;
    padding: 6px 15px;
    border-radius: 4px;
    line-height: 20px;
}
.product-list-detail p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 300;
    padding-right: 40px;
}
.share-btn-right .seemore-btn {
    background: #FFCA3A;
    padding: 15px 27px;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.share-btn-right button {
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}
.call-btn{
  background: #FFCA3A;
}
.call-btn:hover {
    background: #ffc21b;
}
.whatsup-btn{
    background: #29A71A;
}
.whatsup-btn:hover {
    background: #238b17 !important;
}
.whatsup-btn:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(69deg) brightness(98%) contrast(107%) !important;
}
.product-list-box a {
    border: solid 1px #F5F5F5;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    column-gap: 15px;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    transition: all .15s ease-out;
    width: 100%;
    min-height: 320px;
    overflow: hidden;
}
button.btn.pro-btn {
    position: absolute;
    top: -7px;
    right: -50px;
    background: #F49B25;
    border: none;
    width: 140px;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transform: rotate(45deg);
    padding: 21px 10px;
}
.product-list-box.booster-box.blue-border-box a {
    border: solid 1px #8982D1;
}
.blue-border-box button.btn.pro-btn {
    background: #6D65B6;
}
.blue-border-box button.seemore-btn {
    background: #5B4ECF;
    color: #fff;
}
.product-list-box a:hover {
    border-color: #9990e1;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.0392156863);
    color: #2F2C2C;
}
.product-list-detail ul {
    margin: 20px 0;
    padding: 0;
    display: flex;
    column-gap: 10px;
}

.product-description {
    padding-top: 40px;
}
.product-description h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}
.product-description p {
    color: #2F2C2C;
    margin: 0 0 30px;
    font-weight: 300;
    line-height: 24px;
}
ul.pagination-list {
    padding: 0;
    margin: 15px 0 ;
    display: inline-block;
    width: 100%;
    text-align: center;
}
ul.pagination-list li {
    display: inline-block;
    margin: 0 2px;
}
ul.pagination-list li a {
    background: #F5F5F5;
    border: solid 1px #EFF2F5;
    padding: 5px 8px;
    border-radius: 4px;
    color: #0B0F1F;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    min-width: 30px;
    font-size: 14px;
        transition: all .15s ease-out;
}
ul.pagination-list li a.active {
    border: solid 1px #5B4ECF;
    color: #6A5ED2;
    background: #6A5ED22B;
}
ul.pagination-list li a:hover {
    border: solid 1px #5B4ECF;
    color: #6A5ED2;
    background: #6A5ED22B;
}
.product-detail-left-box {
    width: 45%;
}

.Contact-box {
    border: solid 1px #F5F5F5;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
}
.Contact-box h4 {
    font-size: 16px;
    margin: 0 0 20px;
    color: #474747;
    font-weight: 600;
    text-align: left;
}
.Contact-box button.thm-btn {
    padding: 15px 50px;
    height: auto;
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: normal;
    border: none;
    width: 100%;
    justify-content: center;
    margin: 20px 0 0;
    cursor: pointer;
}
button.thm-btn.green-btn {
    background: #48C857;
    color: #fff;
}

.Contact-box.green-box p {
    line-height: 24px;
    font-weight: 300;
}
/*.Contact-box ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 8px;
    height: 8px;
    background: #BAB8B8;
}*/
.Contact-box ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.Contact-box ul li:last-child {
    margin: 0;
}
.Contact-box.security-tips {
    background: #FFDADA;
    border: none;
    margin: 0 0 30px;
    padding: 30px 20px;
}
.Contact-box.security-tips h4 {
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 10px;
}
.Contact-box.security-tips h4 span {
    line-height: normal;
    margin: 6px 0 0;
}


.grid-img-large img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.product-thumbnail {
    width: 100%;
    margin-top: 15px;
}

.product-detail-title-info h4 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 54px;
    text-transform: capitalize;
    width: 85%;
}
.location-id {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.location-id span {
    background: #eeeff0;
    padding: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #2F2C2C;
    font-weight: 400;
}
.location-id p {
    margin: 0;
    color: #999999;
}
.product-detail-title-info {
    margin-top: 20px;
}
.escort-profile-info {
    border: solid 1px #CECECE;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.escort-header-title {
    background: #F5F5F5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.escort-col-left {
    width: 50%;
    border-right: solid 1px #fff;
    padding: 20px;
}
.escort-col-left label span {
    font-weight: 400;
    min-width: 150px;
    display: inline-block;
}
.escort-col-left label {
    color: #2F2C2C;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.escort-col-left.right-col {
    border: none;
    padding-left: 40px;
}
.escort-col-left label:last-child {
    margin-bottom: 0;
}
.escort-description {
    padding: 15px 20px;
}
.escort-description p {
    margin: 0 0 25px;
    color: #2F2C2C;
}
.product-header-title .slider-text h1 {
    text-align: left;
}
.select-filter-cta h5 {
    margin: 0;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}
.product-header-title .search-filter {
    max-width: 1170px;
}
.product-list-detail span {
    color: #999999;
    font-weight: 400;
}
.product-list-header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.product-list-header-title h4 {
    font-size: 14px;
    color: #2F2C2C;
    font-weight: 400;
    margin: 0;
}
.search-mobile-icon{
    display: none;
}
.back-page-title a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #5B4ECF;
    margin-bottom: 30px;
}
.breadcrumb-list.details-breadcrumb li {
    color: #676666;
}
.breadcrumb-list.details-breadcrumb li a {
    color: #676666;
}
.breadcrumb-list.details-breadcrumb li a:hover {
    text-decoration: underline;
    color: #5b4ecf;
}
ul.breadcrumb-list.details-breadcrumb {
    margin-bottom: 30px;
}
.back-page-title {
    margin-top: 35px;
}
.product-thumbnail  .slick-prev:before {
    content: "";
    background: url(../../assets/images/arrow-circle-left.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 11;
}
.product-thumbnail  .slick-prev {
    left: -20px;
    background: #fff;
    width: 40px;
    height: 40px;
    z-index: 11;
    border-radius: 4px;
}
.product-thumbnail .slick-next:before {
    content: "";
    background: url(../../assets/images/arrow-circle-right.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 11;
}
.product-thumbnail .slick-next {
    right: -20px;
    background: #fff;
    width: 40px;
    height: 40px;
    z-index: 11;
    border-radius: 4px;
}
.product-thumbnail .slick-prev:hover, .product-thumbnail .slick-prev:focus, .product-thumbnail .slick-next:hover, .product-thumbnail .slick-next:focus {
    background: #fff;
}
.about-detail-info-title h4 {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 500;
    color: #2F2C2C;
}
.about-detail-info-title span {
    float: left;
    margin-bottom: -3px;
}
.about-detail-info-title p {
    margin: 0;
    line-height: 26px;
    font-weight: 400;
}
.mobile-list-show {
    display: none;
}
.search-filter.web-search-show {
    max-width: 1170px;
}
.about-detail-info-title .ethnicity-category ul {
    justify-content: flex-start;
    margin-top: 20px;
}
.about-detail-info-title .ethnicity-category ul li span {
    color: #666;
    border-radius: 8px;
    border-color: transparent;
    background: #EEEFF0;
}
.about-detail-info-title .ethnicity-category ul li span:hover {
    color: #2b2848;
    border-color: #2b2848;
}
.hr-line {
    border-top: solid 1px #E7E7E7;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.detail-calling-btn a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 16px 40px;
    min-width: 150px;
    justify-content: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
}
.whatsup-btn {
    color: #fff;
}
.detail-calling-btn {
    display: none;
    justify-content: center;
    margin-top: 40px;
    column-gap: 20px;
    margin-bottom: 10px;
}
.detail-calling-btn a:hover {
    color: #fff;
    background: #4435c4;
}
.detail-calling-btn a:hover img{
    filter: invert(1);
}
.Contact-box.green-box {
    background: #E7FCDD;
    text-align: left;
}
.grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.grid-img img:hover {
    transform: scale(1.2);
}
.thm-btn:hover span img {
    filter: invert(1);
}
button.thm-btn.green-btn:hover {
    background: #38a245;
}
button.thm-btn.green-btn:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(69deg) brightness(98%) contrast(107%);
}
.about-detail-info-title .ethnicity-category ul li input[type="radio"]:checked + span {
    border: solid 1px #5b4ecf;
    color: #5b4ecf;
}
.product-detail-title-info h4 span {
    vertical-align: middle;
}


/******Login Page Css********/

.after-login-header h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.after-login-header p {
    margin: 0;
    color: #676767;
}
.after-login-header p a {
    font-weight: 500;
    color: #5B4ECF;
}
.login-modal-box {
    width: 440px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
}
.login-outer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 60px);
}
.login-modal-box h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
button.btn.google-btn {
    background: transparent;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid #7d76da;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(63,50,184,0.4);
    border-radius: 8px;
}
.break-line {
    border-bottom: solid 1px #EEEFF0;
    position: relative;
    margin: 30px 0;
    width: 100%;
}
.break-line span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}
.form-input .form-control {
    height: 56px;
    width: 100%;
    border-radius: 8px;
    border: solid 1px #D8D8D9;
    padding: 0px 14px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4A4B51;
    line-height: 30px;
}
.form-input .form-control::placeholder{
    color: #4A4B51;
}
.form-input {
    margin-bottom: 24px;
}
.capcha-img {
    text-align: left;
    margin-bottom: 24px;
}
.btn.login-btn {
    background: #5B4ECF;
    width: 100%;
    padding: 16px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 24px;
}
.btn.login-btn:hover{
    background: #483aca;
}
.login-modal-box p {
    margin: 0;
}
.login-modal-box p a {
    color: #4A4B51;
}
.login-modal-box p a:hover{
    text-decoration: underline;
}
.login-inner-section {
    padding: 30px 0;
}
.form-input .form-control:focus, .form-input .form-control:focus-visible {
    border-color: #5b4ecf;
    outline: 1px solid #7d76da;
}

/*******Forgot-password css*******/
.login-modal-box.forgot-password h2 {
    margin-bottom: 15px;
}
.login-modal-box.forgot-password p.password-msg {
    font-weight: 300;
    margin: 0 0 25px;
    padding: 0 50px;
    line-height: 24px;
}

/*******About page css*******/
.about-section {
    margin-top: 50px;
}
.about-section .breadcrumb-list.details-breadcrumb li {
    color: #000000;
}
.about-section .breadcrumb-list.details-breadcrumb li a {
    color: #000000;
}
.about-section h2 {
    margin: 0;
    font-weight: 800;
    font-size: 48px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 72px;
}
.about-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    column-gap: 30px;
    border-bottom: solid 1px #666666;
    margin-bottom: 50px;
}
.about-left-info {
    width: 46%;
}
.about-left-info h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 54px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.about-left-info p {
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}
.about-right-img {
    width: 50%;
    display: flex;
    justify-content: end;
    margin-right: -8px;
}
.about-detail h3 {
    font-size: 40px;
    line-height: 54px;
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-weight: 800;
}
.about-detail {
    margin-bottom: 50px;
}
.about-detail  p {
    margin: 0;
    line-height: 24px;
    font-weight: 300;
    padding-right: 30px;
}
.about-grid-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    width: 100%;
    border-bottom: solid 1px #666666;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.about-grid-box h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.about-icon {
    margin-bottom: 20px;
}
.about-grid-box p {
    margin: 0;
}

/*******City page css*******/

.city-list h4 {
    font-size: 30px;
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: 1px;
    margin: 0 0 13px;
    line-height: 54px;
    display: inline-block;
    width: 100%;
}
.city-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 10px;
    width: 100%;
}
.city-list ul li {
    display: inline-block;
}
.city-list ul li a {
    color: #2F2C2C;
    font-size: 16px;
    padding: 12px 24px;
    font-weight: 400;
    border: solid 1px #D3D3D3;
    border-radius: 8px;
    display: inline-block;
}
.city-list {
    margin-bottom: 25px;
}
.city-list ul li a:hover {
    background: #2b2848;
    color: #fff;
    border-color: #2b2848;
}

/*******How it works*******/

.about-detail.how-it-works-section h4 {
    font-size: 24px;
    margin: 20px 0 15px;
    font-weight: 500;
    line-height: 32px;
}
.about-detail.how-it-works-section h3 {
    font-weight: 600;
    margin: 0 0 15px;
    color: #2F2C2C;
}
.about-grid-wrapper.buying-box {
    padding-bottom: 0;
    border: none;
    margin-bottom: 40px;
}
button.btn.find-btn {
    background: #5B4ECF;
    border: none;
    padding: 16px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 70px;
    cursor: pointer;
    min-width: 160px;
}
button.btn.find-btn:hover{
    background: #483aca;
}
.about-left-info ul {
    margin: 20px 0 0;
    padding: 0;
}
.about-left-info ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}
.about-wrapper.boder0 {
    border: none;
}
.about-detail.promote-detais h3 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
}
.about-detail.promote-detais  p {
    padding-right: 240px;
}
.promote-grid-box {
    width: 31%;
    background: #eeeff0;
    border: solid 1px #DEDEDE;
    border-radius: 8px;
}
.promote-title h4 {
    background: #FFCA3A;
    margin: 0;
    padding: 16px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 24px;
    font-weight: 700;
}
.select-filter-cta span {
    line-height: 14px;
}
.promote-body p {
    margin: 0;
    border-bottom: solid 1px #DEDEDE;
    font-weight: 400;
    padding: 13px 20px;
    box-sizing: border-box;
}
.promote-wrapper-section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}
.promote-title.gray-title h4 {
    background: #DDDDDD;
}
.promote-title h4 span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.about-grid-wrapper.boder0 {
    border: none;
    padding-bottom: 0;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.promote-email {
    margin-bottom: 20px;
}
.promote-email p {
    margin: 0;
    font-size: 18px;
}
.about-detail.faqs-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 40px;
    color: #2F2C2C;
    letter-spacing: 0;
}
.about-detail.faqs-section {
    margin: 20px 0;
}
.about-detail.faqs-section p {
    margin-bottom: 20px;
}
.btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
a.back-btn {
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    color: #000;
}

/********Blog Page Css*********/

.blog-header-title {
    text-align: left;
    margin: 40px 0 0;
}
.blog-header-title ul.breadcrumb-list.details-breadcrumb li {
    font-weight: 400;
    color: #1D1D1D;
    line-height: 20px;
}
.blog-header-title ul.breadcrumb-list.details-breadcrumb li a {
    color: #1D1D1D;
}
.blog-header-title ul.breadcrumb-list.details-breadcrumb {
    justify-content: left;
    margin-bottom: 10px;
}
.blog-header-title h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000;
    line-height: 72px;
}
.blog-tabs-btn ul li a {
    border: solid 1px #5B4ECF;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    display: inline-block;
}
.blog-tabs-btn ul li {
    display: inline-block;
	margin-bottom:5px;
}
.blog-tabs-btn ul {
    display: inline-block;
    justify-content: left;
    align-items: center;
    column-gap: 20px;
    padding: 0;
    margin: 0 0 40px;
}
.blog-tabs-btn {
    margin-top: 15px;
}
.blog-tabs-btn ul li.ui-tabs-active a {
    color: #fff;
    background: #5b4ecf;
}
.blog-grid-box {
    display: inline-flex;
    width: 31%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.blog-bg-title {
    display: flex;
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
    height: 240px;
    flex-direction: column;
}
.yellow-box{
    background: #ffca3a;
    color: #000;
}
.blue-box{
    background: #5A4DCC;
    color: #fff;
}
.blog-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}
.blog-bg-title h4 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    
}
.blog-bg-title span {
    margin-bottom: 10px;
}
.post-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.post-date h5 {
    margin: 0;
    font-size: 16px;
    color: #5B4ECF;
    font-weight: 500;
}
.post-date span {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.blog-grid-detail h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
    color: #1A1A1A;
}
.blog-grid-detail  p {
    margin: 0;
}
.blog-bg-title span img {
    max-width: 230px;
}

.blog-header-title.blog-detail-header a {
    margin-bottom: 5px;
}
.blog-header-title.blog-detail-header .post-date {
    justify-content: flex-start;
    column-gap: 10px;
    padding-top: 5px;
}
.blog-header-title.blog-detail-header {
    text-align: left;
}
.blog-detail-section {
    max-width: 760px;
    margin: 0 auto;
}
.btn-row.justify-content-end {
    justify-content: end;
}
.lets-connect-escort-bg {
    background: url(../../assets/images/blog-bottom-bg.jpg);
    height: 300px;
    background-position: center;
    margin-bottom: -30px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.lets-connect-escort-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000BA;
}
.blog-escort-contact {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    column-gap: 150px;
    position: relative;
}
.blog-left-info {
    position: relative;
}
.blog-left-info h4 {
    font-size: 48px;
    color: #fff;
    margin: 0 0 15px;
    line-height: 60px;
}
.blog-left-info p {
    color: #fff;
    font-size: 22px;
    margin: 0;
}
.btn.blue-btn {
    background: #5B4ECF;
    color: #fff;
    border: none;
    padding: 13px 15px;
    font-size: 18px;
    cursor: pointer;
}
.btn.blue-btn:hover {
    background: #4b3fb7;
}


/*******Dashboard css Start*********/
.dashboard-left-box {
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    max-width: 260px;
}
.dashboard-tabs {
    display: flex;
    width: 100%;
    column-gap: 30px;
    align-items: flex-start;
}
.dashboard-grid-box .form-title h4 {
    width: 100%;
    text-align: left;
}
.sidebar-user-profile {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 0 0 15px;
    border-bottom: solid 1px #D8D8D9;
    margin-bottom: 5px;
}
.dashboard-left-box .ui-tabs-nav {
    padding: 0;
    margin: 0;
}
.user-profile-img {
    background: #2B2848;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.user-name-info h5 {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 5px;
    color: #2F2C2C;
}
.user-name-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.dashboard-tabs ul li {
    display: inline-block;
    width: 100%;
}

.dashboard-tabs ul li a {
    display: flex;
    align-items: center;
    color: #2F2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding: 16px 0;
}
.add-form-section {
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
}
.profile-verify-img {
    background: #F5F5F5;
    padding: 20px 30px;
    margin: 10px 0;
    border-radius: 6px;
}


.dashboard-tabs ul li a.active {
    color: #5A4DCC;
}
.dashboard-tabs ul li a.active::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 7px;
    background: #5A4DCC;
    width: 3px;
    height: 45px;
    border-radius: 0;
}
.dashboard-right-title {
    background: #FFFFFF;
    padding: 20px 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.dashboard-right-title h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
li.logout-btn {
    border-top: solid 1px #D8D8D9;
}
.dashboard-left-box ul {
    padding: 0;
    margin: 0;
}

.dashboard-tabs ul.ui-tabs-nav li.ui-tabs-active a .active-tb {
display: block;
}

.dashboard-tabs ul.ui-tabs-nav li.ui-tabs-active a .default-tb {
display: none;
}

.dashboard-tabs ul.ui-tabs-nav li a span {
display: flex;
}
.step-heading {
    text-align: left;
    margin-bottom: 40px;
}
.step-heading h2 {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
}

.step-heading p {
    margin: 0;
}
.dashboard-section {
    padding: 50px 0;
}

.Verify-profile-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 0;
}
.form-body .thm-btn.light-btn {
    display: block;
    margin: 10px auto 0;
}
.preview-add-box button.thm-btn.light-btn {
    display: inline-block;
    margin: 0;
}
.tab2-sec h4 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #4A4B51;
}
.dashboard-profile-info h3 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 5px;
}

.dashboard-profile-info p {
    color: #292929;
    font-size: 14.634px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.456px;
    margin: 0;
}

.btn-start {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 15px;
}

    .btn-start .thm-btn {
        color: #FFF;
        font-size: 16.01px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        height: auto;
        padding: 10px 30px;
    }

.dashboard-grid-box {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.add-form-section .form-body {
    padding: 20px;
}

.dashboard-grid-box .add-form-section {
    width: 48%;
}
        .dashboard-grid-box .add-form-section label {
            display: flex;
            justify-content: space-between;
            padding: 5px 0;
            color: #292929;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 28.456px;
        }

.border-line-btn {
    border-radius: 6.496px;
    border: 0.812px solid #00873C;
    color: #00873C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    width: 100%;
    background: transparent;
    padding: 15px;
    margin-top: 25px;
}

.dashboard-grid-box .add-form-section label span {
    color: #4A4B51;
    text-align: right;
    font-size: 21.111px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dashboard-grid-box .add-form-section p {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.5px;
    margin: 0;
    min-height: 80px;
}



/*******Dashboard css End*****/



/*****Add Css Start*******/
.dashboard-tabs ul.inner-tabs {
    background: transparent;
    justify-content: center;
    column-gap: 30px;
    border: none;
    border-radius: 0;
}

.outer-line {
    border-radius: 4.928px;
    border: 1px solid #00873C;
    background: #FFF;
    color: #00873C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px 25px;
}

.post-date-title h5 {
    margin: 0;
    color: #4A4B51;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-date-title span {
    color: #4A4B51;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.post-left-img {
    width: 180px;
    height: 160px;
    flex-shrink: 0;
    position: relative;
}
.post-date-title {
    padding-left: 30px;
}

.post-left-img img {
    max-width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}
.post-list-detail {
    width: 100%;
    margin-top: 5px;
}

    .post-list-detail h5 {
        color: #4A4B51;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }

    .post-list-detail h3 {
        color: #4A4B51;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        margin: 0;
        line-height: 36px;
    }

    .post-list-detail p {
        color: #4A4B51;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0 0 15px;
    }

.location {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.location span {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 400;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 6px 10px;
}
span.call-girl {
    background: #E0DDFC;
}

    /*.location span {
        border-radius: 4px;
        background: #F6F6F6;
        display: inline-flex;
        padding: 4px 8px;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }*/

        .location span img {
            width: 16px;
        }

.preview-add-box {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
}
.countdown-timer label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.countdown-timer {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.preview-add-box ul {
    display: flex;
    margin: 0;
    padding: 6px 10px;
    column-gap: 10px;
    align-items: center;
    background: #FCD0D0;
    border-radius: 4px;
    font-weight: 500;
    color: #FF0000;
}

.preview-add-box ul li {
    display: inline-block;
    font-weight: 500;
    color: #FF0000;
}

.preview-add-box ul li a {
display: flex;
align-items: center;
column-gap: 10px;
color: #4A4B51;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.preview-add-box ul li a span {
    line-height: 16px;
}
.preview-btn-right .thm-btn {
    padding: 10px 22px;
    font-weight: 600;
    border: none;
    line-height: 22px;
}
button.thm-btn.renew-btn {
    background: #52971B;
    color: #fff;
}

.post-list-view {
    display: flex;
}

.preview-add-box .outer-line {
    color: #00873C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 24px;
}

.tab2-sec .form-body {
    padding: 15px 20px;
}

.inner-ad-list {
    border-radius: 16.26px;
    border: 0.813px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 3.252px 19.513px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}
span.post-date {
    background: #EEEFF0;
    border-radius: 4px;
    padding: 6px 14px;
    font-weight: 400;
    color: #565454;
}

button.btn.outer-line.fill-btn {
    background: #00873C;
    color: #fff;
}

.right-add-publish {
    display: flex;
    column-gap: 10px;
}

/*****credit tabs css******/
.form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-title a {
    color: #e65353;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
}

.form-body h6 {
    color: #2F2C2C;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.payment-method-wrapper {
    display: flex;
    column-gap: 60px;
    justify-content: space-between;
    width: 100%;
}

.payment-mod {
    margin-bottom: 20px;
    text-align: left;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 2px #F5F5F5;
}

.payment-mod h4 {
    color: #2F2C2C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 35px;
    text-align: left;
}
.payment-title-left h5 {
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #2F2C2C;
}
.qr-code-img {
    border-radius: 16.24px;
    border: 7.81px solid #F5F5F5;
    box-shadow: 0px 3.248px 19.488px 0px rgba(0, 0, 0, 0.03);
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr-code-img img {
    max-width: 100%;
}

.add-form-section.web-box-shadow-hide {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

    .add-form-section.web-box-shadow-hide .form-body {
        padding: 25px 0;
    }

/*****transition history css*****/
.transition-section a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #5B4ECF;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.transition-section a img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(97%) saturate(6811%) hue-rotate(237deg) brightness(86%) contrast(87%);
}
.product-header-slider {
    position: relative;
    margin-bottom: 35px;
}
.product-information {
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.transition-table table.table {
    width: 100%;
}

    .transition-table table.table th {
        text-align: left;
        padding: 6px 20px;
        color: #4A4B51;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border: 0.812px solid #F5F5F5;
        border-right: none;
        border-left: none;
    }

    .transition-table table.table tr td {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 6px 20px;
        border: 0.812px solid #F5F5F5;
        border-right: none;
        border-left: none;
    }

    .transition-table table.table tr.credit td {
        color: #00BD08;
    }

    .transition-table table.table tr.debit td {
        color: #BD3900;
    }

    .transition-table table.table tr:last-child td {
        border-bottom: none;
    }

.transition-section {
    margin-bottom: 40px;
}

.transition-table table.table .blank-transition td h4 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.transition-table table.table tr:last-child td {
    border-bottom: none;
}

.blank-transition {
    border-radius: 16.24px;
    border: 0.812px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 3.248px 19.488px 0px rgba(0, 0, 0, 0.03);
    text-align: left;
    padding: 50px 0;
}

.no-data {
    border-radius: 10.501px;
    background: rgba(243, 243, 243, 0.32);
    display: inline-flex;
    padding: 22.051px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.25px;
}

.blank-transition h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/******product css******/
.product-slider {
    overflow: hidden;
    width: 100%;
}
    .product-slider img {
        border-radius: 8px;
        height: 100%;
        width: 100%;
    }

.product-information {
    padding: 15px;
}

.product-information h3 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px;
}

    .product-information h4 {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 10px;
    }

    .product-information p {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

.product-information ul {
    display: flex;
    column-gap: 40px;
    padding-left: 15px;
    margin: 10px 0 0;
}

        .product-information ul li {
            color: #fff;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

.product-header-list {
    display: flex;
    justify-content: space-between;
    border: 1px solid #F5F5F5;
    padding: 0;
}
.col-left:first-child {
    text-align: left;
}
.col-left {
    font-size: 18px;
    color: #4A4B51;
    font-weight: 500;
    width: 33.3333%;
    text-align: center;
    padding: 10px 15px;
}
.product-days-list {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0;
    border: solid 1px #f5f5f5;
    border-top: none;
}
.days-left-col h5 {
    color: #4A4B51;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.days-left-col {
    width: 33.3333%;
    padding: 0 0px 0 15px;
    box-sizing: border-box;
}
.days-col-right h6 {
    margin: 0;
    border-bottom: solid 1px #f5f5f5;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    color: #4A4B51;
    border-left: solid 1px #f5f5f5;
}
.days-col-right {
    width: 33.3333%;
    text-align: center;
}
.product-add-btn {
    text-align: center;
    margin-top: 30px;
}
/*******change password css******/
.change-password-box {
    text-align: center;
    padding: 50px 0;
}

    .change-password-box button.btn.thm-btn {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        height: auto;
        padding: 15px 40px;
    }

    .change-password-box h5 {
        color: #4A4B51;
        text-align: left;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

label.switchSmall.error_terms_border small {
    border: solid 2px #ff0000;
}
.active-tb {
    display: none;
}
.form-title {
    border-radius: 4px;
    background: #fff;
    padding: 20px 24px;
}
.right-dashboard-section {
    width: calc(100% - 260px);
}
.form-title h4 {
    color: #4A4B51;
    font-size: 20px;
    margin: 0;
}
.add-form-section .input-box .form-control {
    border: solid 1px #F5F5F5;
}
.add-form-section .form-group {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.add-form-section .form-group button.thm-btn.light-btn {
    display: flex;
    align-items: center;
    column-gap: 13px;
    padding: 10px 20px;
    margin: 0;
}

.add-form-section .input-box {
    margin-bottom: 10px;
}
.add-form-section.radius-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.add-top-dflex {
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
}
.more-btn {
    border: solid 1px #F5F5F5;
    background: transparent;
    height: 44px;
    width: 44px;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
}
ul.viewmore-btn {
    background: #fff;
    border-radius: 8px;
    width: 160px;
    border: solid 1px #F5F5F5;
    text-align: left;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
}
ul.viewmore-btn li {
    display: inline-block;
    width: 100%;
}
.more-dropdown-menu {
    text-align: right;
    position: relative;
}
ul.viewmore-btn li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    column-gap: 10px;
    padding: 10px 20px;
    color: #4A4B51;
}
.preview-add-btn {
    display: flex;
    align-items: baseline;
    column-gap: 15px;
}
button.active-ad {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 8px 0 8px;
    background: #E0FEED;
    color: #00873C;
    border: none;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 16px;
}
button.active-ad span {
    background: #00873C;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 20px;
    margin-right: 5px;
}
.credit-tabs-section .add-form-section {
    width: 100%;
    margin-bottom: 10px;
}
.credit-tabs-section .form-title {
    margin-bottom: 10px;
}
.credit-tabs-section .add-form-section .form-body .advert-radio {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.credit-tabs-section .add-form-section .form-body {
    padding: 16px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
}
.radio-custom:checked + .radio-custom-label:before {
    background: #5A4DCC;
    box-shadow: inset 0px 0px 0px 4px #fff;
    border-color: #5A4DCC;
}
.add-form-section.active label.radio-custom-label {
    color: #5a4dcc;
}
.add-form-section.active h6 {
    color: #5a4dcc;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #33373A;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}
.credit-tabs-section .add-form-section .form-body .advert-radio label.radio-custom-label {
    font-weight: 400;
    font-size: 20px;
    padding: 0;
    color: #2F2C2C;
}

/*****product list page css******/

ul.breadcrumb-list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: left;
    column-gap: 15px;
}

ul.breadcrumb-list li a {
    color: #9CA1A6;
}
.product-list-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 30px;
}
.product-left-category {
    width: 235px;
}
.category-area {
    border: solid 1px #F5F5F5;
    border-radius: 8px;
    margin-bottom: 30px;
}
.category-area h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    padding: 13px 16px;
    border-bottom: solid 1px #f5f5f5;
}
.category-area a {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #f5f5f5;
    padding: 10px 15px;
    font-weight: 500;
    color: #000000;
    box-sizing: border-box;
}
.category-area a.more-service {
    color: #E65353;
}
.frequent-service h4 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.frequent-service a {
    border: solid 1px #F5F5F5;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 14px;
    border-radius: 8px;
    font-weight: 500;
    color: #000;
}
.frequent-service a:hover {
    color: #e65353;
}

.product-list-detail h4 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #474747;
    font-weight: 600;
}
.product-list-detail ul li {
    display: inline-block;
    background: #EEEFF0;
    font-size: 14px;
    font-weight: 500;
    color: #2F2C2C;
    padding: 6px 15px;
    border-radius: 6px;
}
.product-list-detail p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.share-btn-right {
    display: flex;
    justify-content: end;
    column-gap: 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    align-items: center;
}
button.call-btn {
    display: none;
}
button.whatsup-btn {
    display: none;
}
/*.product-list-box {
    border: solid 1px #F5F5F5;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    column-gap: 15px;
    position: relative;
    margin-bottom: 15px;
}*/
.product-list-box {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    column-gap: 15px;
    position: relative;
}
.product-list-detail ul {
    margin: 15px 0;
    padding: 0;
}
.product-right-list-view {
    width: 100%;
}
.product-description {
    border-top: solid 1px #F5F5F5;
    padding-top: 20px;
}
.product-description h4 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
}
.product-description h5 {
    margin: 0 0 10px;
    border-top: solid 1px #DEDEDE;
    padding-top: 15px;
    font-weight: 600;
    font-size: 16px;
}
.product-description p {
    color: #2F2C2C;
    margin: 0 0 20px;
}

ul.pagination-list li {
    display: inline-block;
    margin: 0 2px;
}

/*.product-detail-left-box {
    width: calc(100% - 320px);
}*/
.product-right-info {
    width: 60%;
}
.Contact-box {
    border: solid 1px #F5F5F5;
    border-radius: 6px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
.Contact-box h4 {
    font-size: 18px;
    margin: 0 0 15px;
    color: #474747;
    font-weight: 600;
}
.Contact-box button.thm-btn {
    padding: 18px 50px;
    height: auto;
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: normal;
}
button.thm-btn.green-btn {
    background: #48C857;
}
.Contact-box ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #2F2C2C;
    margin-bottom: 16px;
}
/*.Contact-box ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 8px;
    height: 8px;
    background: #BAB8B8;
}*/
.Contact-box ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.Contact-box ul li:last-child {
    margin: 0;
}
.Contact-box.security-tips {
    background: #FFDADA;
    border: none;
    margin: 0;
    padding: 30px 20px;
}
.Contact-box.security-tips h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.Contact-box.security-tips h4 span {
    line-height: normal;
    margin: 6px 0 0;
}
.product-grid-box {
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px;
}
.grid-img-large {
    display: inline-block;
    overflow: hidden;
}
.grid-img-large {
    height: 280px;
    width: 47%;
}
.grid-img-large img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/*.product-thumbnail {
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 30px;
    margin-top: 15px;
}*/
.thumb-img {
    width: 50%;
    height: 230px;
}
.thumb-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/*.product-detail-title-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #474747;
    margin: 0 0 15px;
}*/
.location-id {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.location-id span {
    background: #F5F5F5;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #2F2C2C;
}
.location-id p {
    margin: 0;
}
.product-detail-title-info {
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.product-detail-title-info .thm-btn {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.escort-header-title {
    background: #F5F5F5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.escort-col-left {
    width: 50%;
    border-right: solid 1px #fff;
    padding: 20px;
}
.escort-col-left label span {
    font-weight: 400;
    min-width: 150px;
    display: inline-block;
}
.escort-col-left label {
    color: #2F2C2C;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.escort-col-left.right-col {
    border: none;
    padding-left: 40px;
}
.escort-col-left label:last-child {
    margin-bottom: 0;
}
.escort-description {
    padding: 15px 20px;
}
.escort-description p {
    margin: 0 0 25px;
    color: #2F2C2C;
}


/*****filter modal css******/
.account-section {
    background: #fff;
    border-radius: 4px;
    padding: 20px 25px 30px;
    margin-bottom: 10px;
}
.account-section .set a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 20px;
}
.rightsidebar-account-info {
    padding-top: 20px;
}
.rightsidebar-account-info .sidebar-user-profile {
    padding: 0;
    margin: 0 0 30px;
    box-shadow: none;
    border: none;
    column-gap: 40px;
}
.myaccount-form p {
    font-size: 14px;
    padding-right: 15px;
    margin: 5px 0 24px;
    padding-left: 10px;
}
.account-section .set {
    border: none;
}
.rightsidebar-account-info .user-profile-img {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
}
span.picture__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
span.picture__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.account-section .set a img {
    transform: rotate(180deg);
}
.account-section .set a.active img {
    transform: rotate(0deg);
}
.rightsidebar-account-info .sidebar-user-profile h5 {
    font-weight: 600;
}
.rightsidebar-account-info .sidebar-user-profile h4 {
    font-weight: 300;
    font-size: 16px;
}
.upload-img-icon {
    display: flex;
    position: absolute;
    top: 90px;
    left: 65px;
    width: 36px;
    height: 36px;
    background: #EEEFF0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.upload-img-icon input[type="file" i] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 36px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
a.change-modal {
    font-size: 14px !important;
    font-weight: 500;
    color: #5A4DCC;
}



.myaccount-form .form-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.myaccount-form .form-input label {
    position: absolute;
    top: 15px;
    font-size: 16px;
    padding: 0px 20px;
    -webkit-transition: top .2s ease-in-out, 
    font-size .2s ease-in-out;
    transition: top .2s ease-in-out, 
    font-size .2s ease-in-out;
    background: #fff;
    margin: 0;
    font-weight: 400;
    left: 5px;
}
.myaccount-form .form-input .active {
  top: -13px;
}


.myaccount-form .form-input input[type=text]:focus {
  outline: none;
}
.myaccount-form {
    max-width: 400px;
}
.myaccount-form .btn.blue-btn {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 35px;
}
.verify-btn .btn.blue-btn {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 35px;
}
span.pass-icon {
    position: absolute;
    top: 20px;
    right: 15px;
}
.contact-info-wrapper {
    display: flex;
    column-gap: 20px;
}
.myaccount-form .form-input.cuntry-code {
    width: 120px;
}
.myaccount-form .form-input.cuntry-code label {
    padding: 0 10px;
}
.contact-info-wrapper a.change-modal {
    margin-top: -20px;
}
.checkbox-label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.checkbox-label {
    margin-top: -10px;
    margin-bottom: 24px;
}
.checkbox-label label {
    font-weight: 400;
    font-size: 14px;
}
.verification-staus {
    margin-bottom: 20px;
    border: solid 1px #D8D8D9;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}
.status-left-block h4 {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4A4B51;
    line-height: 30px;
}
.status-left-block h4 span {
    line-height: 16px;
}
.status-left-block a {
    font-size: 16px !important;
    font-weight: 400;
    color: #4A4B51;
    line-height: 30px;
}
.close-account-msg p {
    margin: 0 0 20px;
    font-size: 14px;
}
button.btn.close-btn {
    background: #F5CFCF;
    border: none;
    padding: 13px 40px;
    color: #AF4032;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

/******Change account type css*******/


.change-modal-wrapper {
    padding: 15px 30px;
}
.account-types {
    display: flex;
    align-items: center;
    border: solid 2px #F5F5F5;
    border-radius: 16px;
    margin-bottom: 20px;
    width: 100%;
    column-gap: 20px;
}
.account-agencies-icon {
    display: flex;
    background: #F5F5F5;
    border-radius: 14px 0px 0px 14px;
    padding: 0;
    justify-content: center;
    height: 125px;
    width: 130px;
    align-items: center;
}
.account-agencies-details {
    width: calc(100% - 125px);
}
.account-agencies-details h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    color: #000;
}
.account-agencies-details  p {
    margin: auto;
    color: #2F2C2C;
    padding-right: 20px;
}
.modal-footer-btn {
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.modal-footer-btn .btn.blue-btn {
    padding: 12px 35px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.account-types.active {
    border-color: #5B4ECF;
}

/******Close account type css*******/
.account-logout-info {
    text-align: center;
    padding: 30px 0;
}
.logout-message h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    margin: 0;
}
.logout-icon {
    margin-bottom: 10px;
}
.logout-message p {
    margin: 0 0 40px;
}
.modal-footer-btn .btn.thm-btn {
    padding: 12px 35px;
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.account-logout-info .form-input {
    margin-bottom: 35px;
}
.account-logout-info.otp-form .form-input {
    display: flex;
    column-gap: 25px;
}
.account-logout-info.otp-form .form-input input.form-control {
    text-align: center;
}


/********Advert Css Start********/
.add-form-section h2 {
    padding: 20px 24px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.add-form-section {
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.add-form-section ul.inner-tabs {
    padding: 0;
    margin: 0 0 30px;
    background: transparent;
    border-bottom: solid 2px #F5F5F5;
    justify-content: flex-start;
    column-gap: 25px;
    display: flex;
}
.add-form-section ul.inner-tabs li {
    width: auto;
}
.add-form-section ul.inner-tabs li a {
    color: #2F2C2C;
    background: transparent;
    border: none;
    border-bottom: solid 2px transparent;
    padding: 10px 0px;
    min-width: 135px;
    justify-content: center;
}
.dashboard-inner-tabs ul.inner-tabs li.ui-tabs-active a {
    border-bottom: solid 2px #00873C;
    color: #00873C;
}
.dashboard-inner-tabs ul.inner-tabs li.ui-tabs-active a::before{
    content: none;
}
.ad-select-wrapper {
    padding: 0 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ad-select-left-field {
    display: flex;
    justify-content: space-between;
}
.form-outer-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.select-form {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border: solid 1px #F5F3F0;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
.select-form div.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    border: solid 1px #EEEFF0;
    border-radius: 4px;
    z-index: 11;
    padding: 10px;
    min-width: 260px;
    left: 0;
}
.select-form div.dropdown .dropdown-menu input.dropdown-menu-search {
    border: solid 1px #EEEFF0;
    width: 100%;
    padding: 13px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #B6B6B6;
    font-weight: 400;
    margin: 0 0 10px;
    border-radius: 4px;
}
.dropdown-menu-inner .dropdown-menu-item {
    padding: 6px 10px;
    color: #4A4B51;
    font-size: 14px;
    font-weight: 400;
}
.select-form div.dropdown .dropdown-menu input.dropdown-menu-search:focus {
    outline: none;
    box-shadow: none;
}
.add-justfy-center {
    border-radius: 16.26px;
    border: 0.813px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 3.252px 19.513px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.add-justfy-center h4 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #302D2D;
}
.add-justfy-center .btn.blue-btn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 24px;
}
.add-form-section.active {
    border: solid 1px #5A4DCC;
}
.add-payment-mode {
    background: #fff;
    border-radius: 4px;
}
.add-payment-mode h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 24px;
    border-bottom: solid 2px #F5F5F5;
    margin: 0;
}


.btn-toggle {
    margin: 0 auto;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.btn-toggle.active {
    background-color: #29b5a8;
}
.plan-wrapper-section {
    display: flex;
    column-gap: 30px;
    width: 100%;
    margin-top: 35px;
}
.plan-box {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 35px 30px;
    flex-grow: 1;
}
.plan-header-title {
    margin-bottom: 0;
    height: 50px;
    display: flex;
    justify-content: center;
}
.plan-header-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}
.plan-header-title p {
    color: #2F2C2C;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.offer-price {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.offer-price label {
    font-weight: 500;
    color: #2F2C2C;
    font-size: 14px;
}
span.sav-price {
    background: #EEEFF0;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #474947;
    line-height: 20px;
}
.offer-price {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 24px;
}
.plan-box h2 {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 700;
    color: #2F2C2C;
    display: flex;
    align-items: baseline;
    column-gap: 3px;
    justify-content: center;
}
.plan-box h2 span {
    font-size: 18px;
    font-weight: 500;
}
.plan-box .btn.thm-btn {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 18px;
    margin: 0;
}
.daynight-oftion {
    display: flex;
    align-items: center;
    background: #EEEFF0;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}
.daynight-oftion label {
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-weight: 600;
    font-size: 17px;
}
.daynight-oftion label span {
    font-weight: 300;
    font-size: 14px;
}
.daynight-oftion label.blue-color {
    color: #5B4ECF;
}
.plan-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 30px;
}
.plan-box p b {
    font-weight: 500;
    font-size: 12px;
}
.top-feature {
    border-top: solid 1.5px #F5F5F5;
    text-align: left;
}
.top-feature h4 {
    margin: 15px 0;
    font-weight: 500;
}
.top-feature ul {
    padding: 0;
    margin: 0;
}

.top-feature ul li {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 13px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.top-feature ul li span {
    line-height: 10px;
}
.top-feature ul li label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.see-all-feature {
    margin-top: 20px;
}
.see-all-feature a {
    font-size: 14px;
    font-weight: 500;
    color: #5B4ECF;
    display: flex;
    justify-content: center;
    column-gap: 5px;
}
.payment-terms {
    text-align: center;
    margin-top: 30px;
}
.payment-terms a {
    display: inline-block;
    color: #5B4ECF;
    font-size: 14px;
    font-weight: 500;
}
.plan-box.popular-plan {
    border: solid 1px #5B4ECF;
    padding-top: 0;
}
.plan-box.popular-plan .thm-btn {
    background: #5B4ECF;
    color: #fff;
}
button.popular-btn {
    background: #FFE8EF;
    border: solid 1px #FC5185;
    color: #FC5185;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    line-height: 18px;
    letter-spacing: 1px;
    top: -16px;
    position: relative;
}

/*******Step css Start*******/

.category-wrapper {
    background: #FFFFFF;
    display: block;
    margin: 40px auto;
    max-width: 700px;
    border-radius: 4px;
}
.category-title h4 {
    font-size: 24px;
    text-align: center;
    border-bottom: solid 1px #D8D8D9;
    padding: 20px 0;
    font-weight: 600;
    margin: 0;
}
.category-option {
    padding: 24px;
}
.category-option h5 {
    color: #2F2C2C;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.category-option .add-form-section {
    border: solid 1px #E2E2E3;
    margin-top: 20px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
}
.category-option .add-form-section .form-body {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-option .add-form-section .form-body h6 {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-weight: 600;
    color: #666666;
    font-size: 20px;
}
.category-option .add-form-section .form-body h6 span {
    margin-top: 3px;
}
.category-option .add-form-section .form-body .advert-radio label::before {
    margin: 0;
}
.stap-bottom-button {
    background: #fff;
    display: inline-block;
    width: 100%;
}
.login-step-btn .btn.login-btn {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 10px 40px;
}
.login-step-btn {
    text-align: right;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}
.category-option .select-filter-cta.custom-select {
    border: none;
    padding: 0;
}
.category-option .selected-item:after {
    right: 0;
}
.category-option .add-form-section .all-items {
    top: 39px;
    left: -20px;
    width: calc(100% + 40px);
}
.category-option .selected-item {
    font-weight: 500;
}
.main-container.step-body-hight {
    min-height: calc(100vh - 160px);
}
.login-step-btn .thm-btn {
    padding: 10px 20px;
}
.category-option .set {
    border: solid 1px #E2E2E3;
    border-radius: 4px;
    margin-top: 20px;
}
.category-option .set a {
    padding: 15px 20px;
}
.category-option .custom-modal-inner .ethnicity-category {
    margin-bottom: 20px;
    padding: 0 15px;
}
.category-option .set a h4 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    display: inline-block;
}
.category-option .accordion-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.category-option .ethnicity-category ul {
    gap: 10px;
}
.category-option .accordion-container .set {
    width: 48%;
    margin-top: 10px;
}
.checkbox-input-label label {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #2F2C2C;
}
.checkbox-input-label label input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.checkbox-input-label {
    border-bottom: solid 1px #D8D8D9;
    padding-bottom: 20px;
    margin-top: 20px;
}
.checkbox-input-label:last-child {
    border: none;
    padding-bottom: 0;
}
.instraction-wrapper .category-option {
    padding: 24px 160px;
}
.upload-instraction {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border: dashed 1px #5B4ECF;
    background: #FAF0FD;
    padding: 10px 20px;
    margin: 20px 0;
}
.instraction-icon img {
    width: 50px;
}
.instraction-detail p {
    margin: 0;
    color: #000;
    font-size: 14px;
}
.upload-image-list {
    padding: 0 24px 20px;
}
.upload-image-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}
.upload-image-list ul li {
    display: inline-block;
    position: relative;
    width: 31.6%;
}
.delete-img {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #FBE1DF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover-img-title {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFCA3A;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 4px 0px 4px 0px;
}
.upload-img {
    border-radius: 4px;
    width: 100%;
    height: 145px;
}
.upload-img img {
    height: 100%;
    border-radius: 4px;
    width: 100%;
}
.select-img .upload-img {
    border: solid 1px #FFCA3A;
}
.media-file-upload {
    border: dashed 1px #D8D8D9;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.upload-input-file span {
    background: #5B4ECF;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}
.upload-input-file {
    display: inline-block;
    width: auto;
    height: auto;
}
.upload-icon {
    margin-bottom: 20px;
}
.upload-input-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
}
.addinfo-form.myaccount-form {
    max-width: 100%;
    padding: 30px 24px;
}
.addinfo-form .form-input span {
    float: right;
    font-weight: 400;
    font-size: 12px;
}
.form-input textarea.form-control {
    height: 150px;
    max-width: 100%;
}
.category-wrapper.info-first-box {
    margin-bottom: 10px;
}
.mt-0{
    margin-top: 0px;
}
.connectd-social-btn h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #303A38;
}
.connectd-social-btn p {
    margin: 0;
    color: #303A38;
    font-weight: 400;
    padding: 0;
}
.connectd-social-btn ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    border: solid 1px #5B4ECF;
    border-radius: 8px;
}
.connectd-social-btn ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.connectd-social-btn ul li .chat-btn {
    font-size: 20px;
    color: #5B4ECF;
    font-weight: 500;
    padding: 16px 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.connectd-social-btn ul li .chat-btn.active {
    background: #5B4ECF;
    color: #fff;
}
.connectd-social-btn ul li:first-child .chat-btn.active{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.connectd-social-btn ul li:last-child .chat-btn.active{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.step-thum-img ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px;
}
.step-thum-img ul li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.step-large-img {
    margin-bottom: 10px;
}
.step-large-img img {
    width: 100%;
}
.step-thum-img ul li {
    display: inline-block;
    width: 87px;
    height: 85px;
}
.instraction-icon.icon-small img {
    width: 30px;
}
.draft-wrapper-box {
    text-align: center;
    padding: 20px 0;
}
.draft-detail h4 {
    font-size: 20px;
    line-height: 44px;
    margin: 0;
    font-weight: 500;
    color: #000;
}
.draft-detail p {
    margin: 0;
    font-size: 16px;
}
.button-modal {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-top: 30px;
}
.button-modal .thm-btn {
    border: none;
    padding: 12px 45px;
    font-weight: 600;
}
button.thm-btn.blue-btn {
    background: #4435c4;
    color: #fff;
}
button.thm-btn.blue-btn:hover {
    background: #FFCA3A;
    color: #000;
}



/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #2B2848;
    overflow-x: hidden;
    padding-top: 50px;
    transition: 0.5s;
}
.sidenav ul {
    padding: 0;
    margin: 0;
}
.sidenav ul li {
    display: inline-block;
    width: 100%;
}
.sidenav ul li a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #4d4a72;
}
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 54px;
    color: #fff;
}
.sidenav.main {
    display: none;
}
.login-step-btn.start-next-btn{
	 justify-content: end;
}

.form-input.cuntry-code .form-control{
	padding-left:0;
}

.Contact-box.green-box{
	margin-top:40px;
}
.search-filter.mobile-search-show {
    display: none;
}
.btn.booster-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    background: #FCF3DC;
    border: none;
    border-radius: 0px 3px 0px 3px;
    display: flex;
    column-gap: 5px;
    padding: 10px;
    border-left: solid 3px #FAB400;
    color: #FAB400;
    font-weight: 500;
    align-items: center;
}
.btn.booster-btn span {
    line-height: 12px;
}
.btn.booster-btn span img {
    max-width: 30px;
    height: auto;
    border-radius: 0;
}
.product-list-box.booster-box a {
    border: solid 1px #FABC1C;
}
.btn.booster-btn.pos-bottom-left {
    bottom: 2px;
    top: auto;
    left: 0;
    right: auto;
}
.escort-location-wrapper {
    display: flex;
    width: 100%;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.escort-location-col {
    width: 100%;
}
.escort-col-title {
    background: #DDDDDD;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 20px;
}
.escort-col-inner-list {
    border: solid 1px #DEDEDE;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.escort-col-inner-list ul {
    padding: 0;
    margin: 0;
}
.escort-col-inner-list ul li {
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #ddd;
    font-weight: 400;
}
.escort-col-inner-list ul li:last-child{
    border-bottom: none;
}
.detail-call-btn {
    width: 18%;
    justify-content: end;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


.escort-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.callgirl-information-detail {
    display: flex;
}
.callgirl-information-detail ul {
    width: 50%;
    border-right: solid 1px #CECECE;
    padding: 0;
    margin: 0;
}
.callgirl-title-header {
    display: flex;
    align-items: center;
    column-gap: 7px;
    width: 50%;
}
.callgirl-detail h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #2F2C2C;
}
.callgirl-detail  p {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}
.callgirl-information-detail ul li {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #CECECE;
    padding: 10px 20px;
    box-sizing: border-box;
}
.callgirl-information-detail ul li label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.callgirl-information-detail ul li span {
    float: right;
    font-weight: 400;
}
.callgirl-information-detail ul:last-child {
    border: none;
}
.callgirl-information-detail ul li:last-child {
    border-bottom: none;
}
.profile-right-report-info {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
}
.report-info {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.report-icon {
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.report-info h4 {
    margin: 0;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.modal.guideline-modal {
    max-width: 480px;
    padding: 50px 30px;
    text-align: center;
}
.guide-line h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin: 10px 0;
}
.guide-line p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}
.guideline-btn {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    width: 100%;
}
.guideline-btn button.thm-btn {
    width: 50%;
    border: solid 1px transparent;
}
button.thm-btn.decline {
    background: transparent;
    border: solid 1px #FF0000;
    color: #FF0000;
}
.advert-filed {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 10px 15px 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    margin-top: 10px;
}
.advert-input-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.advert-input-box label {
    width: 100%;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin: 0 0 5px;
}
.advert-input-box .form-control {
    background: #fff;
    border: solid 1px #E2E2E3;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
}
.mobile-product {
    display: none;
}
.post-date-info {
    margin-top: 30px;
}
.post-name label {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.post-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-name label span {
    margin-left: 5px;
}
.post-name h4 {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 600;
    font-size: 16px;
}
.post-name h4 span {
    line-height: 12px;
}
.post-name h4 span img {
    width: 18px;
}
.post-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.post-category h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}
.post-category h5 label {
    font-weight: 400;
}
.pt-20 {
    padding-top: 20px !important;
}
.direction-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.escort-profile-info.call-box-space {
    padding: 0;
    background: #FFFFFF59;
    margin-bottom: 22px;
}
.escort-profile-info.escort-service-bg {
    background: #FFFFFF59;
    padding: 20px;
}
.escort-service-bg  .about-detail-info-title .ethnicity-category ul li span {
    background: #fff;
}