@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Sora:wght@100..800&display=swap');
@font-face {
    font-family: 'ED Lavonia';
    src: url('../fonts/EDLavonia-Regular.eot');
    src: url('../fonts/EDLavonia-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EDLavonia-Regular.woff2') format('woff2'),
        url('../fonts/EDLavonia-Regular.woff') format('woff'),
        url('../fonts/EDLavonia-Regular.ttf') format('truetype'),
        url('../fonts/EDLavonia-Regular.svg#EDLavonia-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Black.eot');
    src: url('../fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Black.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Black.woff') format('woff'),
        url('../fonts/SFProDisplay-Black.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Black.svg#SFProDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Heavy.eot');
    src: url('../fonts/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFProDisplay-Heavy.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Heavy.svg#SFProDisplay-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Light.eot');
    src: url('../fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Light.woff') format('woff'),
        url('../fonts/SFProDisplay-Light.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFProDisplay-Semibold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Thin.eot');
    src: url('../fonts/SFProDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Thin.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Thin.woff') format('woff'),
        url('../fonts/SFProDisplay-Thin.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Thin.svg#SFProDisplay-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


*{
    margin: 0;
    padding: 0;
}
a, a:hover {
    text-decoration: none;
    transition: 0.6s;
	outline:none;
}
html {
    overflow-x: hidden;
}
body {
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'SF Pro Display';
    font-weight: normal;
    background: #000;
    color: #FFF;
}

h1:not(.site-title)::before, h2::before {
  Display:none!important;
}
.becomeLeft .alert-danger {
  color: #000;
  background-color: #b77676;
  border-color: transparent;
  padding: 6px 10px 8px;
  margin: 0 0 7px;
  border-radius: 0;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
}
#af-wrapper a.highlight-admin {
    color: #ff2020 !important;
}
.videoBtns {
    cursor: pointer;
}
.becomeLeft .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  text-align: center;
  border-radius: 0;
  padding: 5px 10px 6px;
  font-size: 15px;
}
.notMatch .emoji {
  filter: invert(42%) sepia(94%) saturate(5397%) hue-rotate(340deg) brightness(105%) contrast(100%);
}
.passMatch .emoji {
  filter: invert(36%) sepia(98%) saturate(1512%) hue-rotate(79deg) brightness(100%) contrast(93%);
}
#match-message {
  position: absolute;
  right: -24px;
  top: 5px;
}
.btmContent h2 p {
    display: none;
}
.single-escort .mainHead h2 {
    font-size: 34px;
}
.no-comments {
    font-weight: 400!important;
    font-size: 16px!important;
}
#bp_container {
    z-index: 99999!important;
}
.fancybox-navigation {
    display: none!important;
}
.fancybox-container {
    z-index: 99999!important;
}
.ugb-video-wrapper a {
    outline: none;
}
.successMsg {
  margin: 10px 0 0;
  color: #1b9b17;
}
.no-comments {
  font-weight: 600;
}
.mainMenu .logo a {
	margin: 0;
	border: 0;
	outline: none;
}
.commonForm .alert.alert-danger, .commonForm .alert.alert-success {
  padding: 10px 20px 10px;
  text-align: center;
  line-height: 20px;
}
.becomeMember .shadow01 {
    position: absolute;
    content: "";
    left: 0;
    top: -50px;
    width: 670px;
    height: 820px;
    background-image: url(../images/Ellipse-3.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}
.becomeMember .shadow02 {
    position: absolute;
    content: "";
    right: 0;
    top: -50px;
    width: 370px;
    height: 400px;
    background-image: url(../images/Ellipse-4.webp);
    background-size: 100%;
     background-repeat: no-repeat;
}
.shadow01 {
    position: absolute;
    content: "";
    left: 0;
    top: -500px;
    width: 370px;
    height: 1000px;
    background-image: url(../images/shadow01.webp);
    background-size: 100%;
     background-repeat: no-repeat;
     opacity: 0.8;
}
.shadow02 {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    width: 370px;
    height: 1000px;
    background-image: url(../images/shadow02.webp);
    background-size: 100%;
     background-repeat: no-repeat;
     opacity: 0.6;
}
.mob-vis {
    display: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    position: relative;
    z-index: 11;
}
img {
    max-width: 100%;
}
.mainMenuWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.headerWrap {
    padding: 9px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    width: 100%;
    z-index: 333;
}
header.headerWrap.fixed {
    box-shadow: 0 0 15px #333;
    background: #000;
}


.cssmenu ul li.headBtn a {
    background: #DB9703;
    padding: 8px 30px 9px;
    color: #000;
}
.cssmenu ul li.headBtn a:hover {
    background: #c48703;
    color: #000;
}
.cssmenu ul li.headBtn a:after {
    display: none;
}
.heroBanner {
    position: relative;
    padding: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bannerImg {
    width: 100%;
}
.bannerImg img {
    width: 100%;
    object-fit: cover;
}
.listIcon {
    width: 13%;
}
.listTxt {
    width: 87%;
}
.heroBanner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000047;
}
section.heroBanner .container {
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.bannerContentWrp .bannerLeft {
    width: 50%;
    padding-top: 50px;
}
.bannerContentWrp {
    display: flex;
    color: #FFF;
    justify-content: space-between;
}
.bannerLeft h1 {
    font-size: 54px;
    line-height: 61px;
    font-weight: normal;
}

.callBoxWrap a {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.callTxt {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.callTxt span {
    font-size: 12px;
}
.bannerCall {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin: 17px 0 0;
}
.callBoxWrap a {
    color: #FFF;
}
.callBoxWrap a:hover .anchorTxt {
    text-decoration: underline;
}
.verifyWrp {
    display: flex;
    align-items: center;
    column-gap: 12px;
    letter-spacing: 0.5px;
}
.listBtxt {
    font-size: 13px;
    font-weight: 600;
}
.listStxt {
    font-size: 11px;
    color: #f1f1f1db;
    font-weight: 200;
    line-height: 13px;
}
.verifyList {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 120px 0 0;
    width: 48%;
}
.bannerLeft h1 span {
    font-family: 'ED Lavonia';
}


.commonBtn {
    background: #8C0505;
    background: -webkit-linear-gradient(90deg, #8C0505 0%, #260101 160.82%);
    background: -moz-linear-gradient(90deg, #8C0505 0%, #260101 160.82%);
    background: linear-gradient(90deg, #8C0505 0%, #260101 160.82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8C0505", endColorstr="#260101", GradientType=0 );
    color: #FFF;
    font-size: 14px;
    padding: 17px 20px 17px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    transition: 0.6s;
	outline:none;
	text-decoration:none;
	font-weight: 500;
}

.commonBtn:hover, .commonBtn:focus, .commonBtn:visited {
    background: #8C0505;
    background: -webkit-linear-gradient(90deg, #520606 0%, #8C0505 160.82%);
    background: -moz-linear-gradient(90deg, #520606 0%, #8C0505 160.82%);
    background: linear-gradient(90deg, #520606 0%, #8C0505 160.82%);
    color: #FFF;
    transition: 0.6s;
	outline:none;
	text-decoration:none;
}
.common-brd-Btn, .common-brd-Btn:visited {
	outline:none;
    background: transparent;
    border: 3px solid #929292;
    color: #FFF;
    font-size: 14px;
    padding: 17px 20px 17px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    transition: 0.6s;
}
.common-brd-Btn:hover, .common-brd-Btn:focus {
    background: #000;
    border: 3px solid #000;
    color: #FFF;
    transition: 0.6s;
	outline:none;
}
.desk-hide {
    display: none;
}
.rgtTxt {
    font-size: 40px;
    line-height: 42px;
    margin-top: 25px;
}

.bannerRight {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 32%;
}
section.galleryWrap {
    padding: 50px 0 50px;
}
.menuRight .cssmenu ul li:last-child a {
    margin-right: 0;
}
.mainHead h2, .mainHead h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
}
.mainHead {
    text-align: center;    
    margin-bottom: 30px;
}
.pdlr {padding: 0 12% 0;}
.mainHead p {
    color: #A7A7A7;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
}
.fistL {
    display: inline-block;
}
.fistL::first-letter {
  color: #8C0505;
  display: inline-block;
}
.escortList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
section {
    position: relative;
}
.escortBox {
    position: relative;
	overflow: hidden;
}
.escortBox:hover .excTab {
    top: -50px;
    transition: 0.6s;
}
.escortBox:hover .escortDes {
    bottom: -150px;
    transition: 0.6s;
}
.escortImg img {
    transition: 1s ease-in-out;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    width: 100%;
}
.escortImg {
    overflow: hidden;
}
.escortBox:hover .escortImg img {
  transform: scale(1.1);
}
.escortDes {
    position: absolute;
    z-index: 111;
    bottom: 0;
    padding: 10px 15px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	transition: 0.6s;
}
.escortBox::after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, #000000f5 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.39) 100%);
    bottom: 0;
    left: 0;
    height: 98px;
}
.escortDes .title a, .escortDes .title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1.76px;
}
.escortDes .rate {
    color: #BFBFBF;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.escortDes .title {
    margin: 0 0 8px;
}
.escortDes .rate span {
    font-weight: 600;
}
.excTab {
    position: absolute;
    top: 38px;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-family: "Allerta Stencil";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 5.28px;
    text-transform: uppercase;
    z-index: 1;
	transition: 0.6s;
}
.escortBox::before {
    content: "";
    position: absolute;
    width: 102%;
    background: linear-gradient(to top, #0000007d 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.39) 100%);
    top: 0;
    left: -1px;
    height: 98px;
    z-index: 1;
    transform: rotate(180deg);
}
.excTab span {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
    position: relative;
}
.excTab span:after {
    position: absolute;
    content: "";
    width: 73%;
    height: 2px;
    background: #FFF;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, -50%);
}
.ladyBoxWrpp {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    margin-bottom: 30px;
}
.paraWrp {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 30px;
}
.paraWrp .paraBox {
    width: 50%;
}
.paraBox.paraImg img {
    transition: 0.6s ease-in-out;
}
.ladyBox p {
    font-size: 20px;
    line-height: 31px;
    font-weight: 200;
}
.ladyBoxWrpp .mainHead {
    padding: 0;
    text-align: left;
    display: flex;
    margin-bottom: 10px;
}
.ladyBox h2 {
    width: 49%;
}
.ladyBoxWrpp:nth-child(2n) .ladyBox .mainHead {
    display: flex;
    justify-content: flex-end;
}
.ladyBox {
    font-size: 18px;
}
section.faqWrpp {
    margin-bottom: 75px;
    margin-top: 50px;
}
.faqsList .accordion-button::after {
    background-image: url(../images/reddown.png);
    background-size: 35px;
    width: 35px;
    height: 34px;
}
.faqsList .accordion-button.collapsed::after {
    background-image: url(../images/rightArrow.webp);
}
.faqsList .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-size: 35px;
    width: 35px;
    height: 36px;
}
.faqsList .accordion-button::after {
    transform: rotate(90deg);
}
.faqsList .accordion-button.collapsed {
    padding: 25px 30px;
}
.faqsList .accordion-button {
    align-items: center;
    width: 100%;
    padding: 25px 30px 0;
    font-size: 19px;
    color: #FFF;
    text-align: left;
    background-color: #0d0d0d;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-family: SF Pro Display;
    font-weight: 600;
    line-height: 135%;
    box-shadow: none;
}
.faqsList .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faqsList .accordion-item {
    color: #FFF;
    background-color: #0d0d0d;
    border: 1px solid #333333;
    margin: 0 0 15px;
}
.faqsList .accordion-body {
    padding: 7px 0 25px 30px;
}

/**================ 
    Footer css
=============== **/

.footerTop {
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}
.footerTop:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 2px;
    background: #3D3D3D;
    left: 50%;
    bottom: -10px;
    margin-left: -45%;
}
.footerMenuWrp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}
.footCal {
    width: 25%;
}
.footCal h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.94px;
}
ul.footerMenu li a {
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #FFF;
}
ul.footerMenu li a:hover, ul.footerMenu li a:focus {
    color: #DB9703;
}
ul.footerMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footCal h3.mb {
    margin-bottom: 25px;
}
.footCal.footAbt {
    padding-top: 50px;
    width: 37%;
    padding-right: 60px;
}
.footCal.footAbt h3 {
    font-weight: 500;
    font-size: 14px;
}
.footEmail {
    margin: 0 0 4px;
}
.footEmail a {
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #FFF;
}
.footEmail a:hover, .footEmail a:focus {
    color: #DB9703;
}
.callBtnFoot a {
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #FFF;
}
.callBtnFoot a:hover, .callBtnFoot a:focus {
    color: #DB9703;
}
.callBtnFoot.whatsapp {
    margin-bottom: 3px;
}
.callBtnFoot img {
    width: 18px;
    margin-right: 5px;
}
.copyRight {
    font-weight: 200;
    font-size: 13.13px;
    line-height: 20.63px;
    letter-spacing: 0px;
    text-align: center;
    border-top: 2px solid #606060;
    padding: 24px 0;
    color: #FFF;
}
.copyRight a {color: #FFF;}
.footCal.footAbt p {
    font-weight: 200;
}
.memberLog .bannerCall {
    margin: 15px 0 14px;
}
.becomeLeft.memberLog p {
    margin: 0 0 7px;
}
.becomeLeft p.highlight {
    color: #FAE494;
}
.highlight {
    color: #FAE494;
}
.becomeLeft .callTxt {
    font-size: 16px;
}
/*** 
====================================================================
	Desclaimer Popup css
====================================================================
***/
#once-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    animation: none;
	width:100%;
	height:100%;
  }

  @keyframes zoomIn {
    from {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0;
    }
    to {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
  }

  #once-popup.zoom-animate {
    animation: zoomIn 0.5s ease forwards;
  }
  
.welcomePop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000cf;
    text-align: left;
    z-index: 9999999;
    align-content: center;
}
.welcomePop .inner {
    width: 960px;
    max-width: 90%;
    margin: 20px auto;
    border-radius: 0;
    border-bottom: 0;
    border-top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
}
.welcomePop .inner p {
    color: #F1F1F1;
    line-height: 20px;
    font-size: 14px;
    font-weight: 200;
    margin: 0 0 3px;
}
.brTxt ul {
    margin-top: 15px;
}
.brTxt ul.list2 {
    margin-top: 6px;
}
.popBanner ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 6px;
}
.brTxt p strong {
    font-weight: 700;
}
.brTxt a {
    color: #c8a45f;
}
.welcomePop .brTxt {
	font-size: 15px;
	line-height: 21px;
	color: #F1F1F1;
	margin: 8px 0 0;
	font-weight: 300;
}
.welcomePop .inner .quote {
    margin: 0 0 17px;
}
.popBanner:before {
    position: absolute;
    content: "";
    width: 320px;
    height: 290px;
    background-image: url(../images/desclainerShadow.webp);
    left: -10px;
    top: auto;
    background-size: 100%;
    bottom: -12px;
}
.bnrCta .popup-close {
    background: #8C0505;
    color: #FFF;
    padding: 7px 20px 7px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
}
.bnrCta {
    display: flex;
    justify-content: center;
    column-gap: 14px;
    align-items: center;
    margin-top: 30px;
    z-index: 333;
    position: relative;
}
.welcomePop .popBanner {
    border-radius: 11px;
    padding: 35px 35px 24px 50px;
    text-align: left;
    width: 100%;
    background: #000;
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    overflow: hidden;
    border: 2px solid #272727;
}
.popBannerIn {
    padding-right: 200px;
    position: relative;
    z-index: 1;
}
.ladyBugssLogo {
    margin: 0 0 15px;
}
.welcomePop .popBanner h2 {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
}
.welcomePop .bnrCta a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    transition: 0.4s;
    animation: stripes 4s linear infinite;
    border: 2px solid #8C8C8C !important;
    width: 100px;
    text-align: center;
    padding: 7px 20px 7px;
}	

.mainHead .flx {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainHead img.crown {
    position: relative;
    top: -16px;
    left: -2px;
    width: 23px;
}
.mainHead span.title {
    position: relative;
    z-index: 1;
}
h1.mg0 {
    margin: 0;
}
section.becomeMember {
    padding: 40px 0 40px;
}
.becomeMember .mainHead h1 {
    font-size: 42px;
    position: relative;
}
.becomeMember .mainHead h1 img.crown {
    margin-right: 0;
}
.becomeMember span.crownx {
    position: absolute;
    width: 30px;
    right: 4px;
	z-index: 1;
}
.becomeContainer {
    max-width: 1090px;
    margin: 0 auto;
}
.mb-20 {
    margin-bottom: 12px;
}
.titlesmall, .titlesmall h1 {
    font-size: 30px;
    font-weight: 400;
}
.becomeLeft p {
    font-weight: 200;
    color: #ffffffb0;
}
button.commonBtn {
    border: 0;
    width: 100%;
    font-size: 15px;
}
.commonForm .form-control {
    padding: 10px 15px;
    color: #FFF;
    font-size: 15px;    
    border: 1px solid #ffffff42;
    border-radius: 0px;
    background: #261717;
    background: linear-gradient(90deg, rgba(38, 23, 23, 1) 0%, rgba(24, 23, 23, 1) 100%);
}
.login .commonForm .form-control {
    padding: 10px 15px;
    color: #FFF;
    font-size: 15px;    
    border: 1px solid #ffffff42;
    border-radius: 0px;
    background: #261717;
    background: linear-gradient(-90deg, #1c1616 0%, rgba(24, 23, 23, 1) 11%);
}
.commonForm .form-control:focus {
  border-color: #db9703;
  outline: 0;
  box-shadow: 0 0 15px #000;
}
.commonForm select.form-control {
  height: auto!important;
  color: #c4c4c4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/selectDrop.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  border-radius: 8px;
  box-shadow: none;
  outline: none;
  background-size: 18px;
}

.commonForm select.form-control option {
  color: #FFF;
}
.commonForm .mb-3 {
  margin-bottom: 2rem!important;
}
.commonForm.contactus textarea.form-control {
  height: 205px;
}
.commonForm .form-group {
  display: block;
  margin-bottom: 15px;
}
.commonForm .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.commonForm .form-group label {
  position: relative;
  cursor: pointer;
}
.commonForm .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #A19D9D;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
    top: -2px;
}
.commonForm .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #c48703;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.commonForm .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #ffffffb0;
}
.formBTM {
    display: flex;
    justify-content: space-between;
        color: #ffffffb0;
}
.becomeLeft .commonForm .clrtxt {
    color: #db9703;
}
.formBTM a {
    color: #db9703;
    font-weight: 500;
}
.becomeContainerOut {
    max-width: 1090px;
    margin: 0 auto;
}
.becomeContainer {    
    display: flex;
    column-gap: 30px;   
    padding: 25px;
    position: relative;
    margin-bottom: 25px;
    background: #1B0B0B;
background: linear-gradient(90deg, rgba(27, 11, 11, 1) 0%, rgba(12, 11, 11, 1) 39%);
}
.btmContent h2 {
    font-size: 30px;
    font-weight: 400;
}
.btmContent h3 {
    font-size: 26px;
    font-weight: 400;
}
.btmContent h4 {
    font-size: 24px;
    font-weight: 400;
}
.btmContent h5 {
    font-size: 22px;
    font-weight: 400;
}
.btmContent ul li strong {
    font-weight: 600;
}
.btmContent ul {
    margin: 0 0 12px;
    padding: 0 0 0 22px;
}
.btmContent, .btmContent p {
    font-weight: 200;
}
.btmContent {
    background: #0b0b0b;
    padding: 25px 30px 20px;
}
.btmContentWrp .btmContent {
    margin: 0 0 50px;
}
.becomeLeft, .becomeRight {
    position: relative;
    z-index: 11;
}
.becomeLeft {
    padding: 5px 15px 5px;
    width: 50%;
}
.becomeRight {
    padding: 40px;
    display: flex;
    align-items: flex-end;
    width: 50%;
}
.becomeLeft.login a {
    color: #ffffffb0;
	outline: none;
}
.becomeLeft.login a:hover, .becomeLeft.login a:focus {
    color: #db9703;
}
.becomeContainer.login {
    background: #100B0B;
    background: linear-gradient(90deg, rgba(16, 11, 11, 1) 72%, rgba(28, 11, 11, 1) 100%);
    padding: 45px 25px 50px;
}
.becomeContainer.login:before {
    display: none;
}
.becomeLeft.login {
    padding: 0;
    width: 440px;
    margin: 0 auto;
}
.becomeLeft.login .formTop {
    text-align: center;
}
.becomeMember.login {
    padding-top: 90px;
}
.becomeMember.login .shadow01 {
    width: 470px;
    height: 510px;
    left: 0;
    top: -110px;
}
.becomeMember.login .shadow02 {
    position: absolute;
    content: "";
    right: -60px;
    top: -90px;
    width: 570px;
    height: 687px;
    background-image: url(../images/shadow05.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}
.formTop.nwpass {
    margin: 0 0 15px;
}
.profileBanner {
    position: relative;
}
.profileBanner .title h1 {
    font-size: 48px;
    font-weight: 400;
}
.profileBanner .callTxt div:last-child {
    text-decoration: underline;
}
.profileBanner .container {
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.profilebnr img {
    width: 100%;
    object-fit: cover;
}
.pfBnrLinks {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-top: 35px;
}
.pfBnrLinks a.commonBtn.blank {
    pointer-events: none;
    background: -webkit-linear-gradient(90deg, #8C0505 0%, #00000000 90.82%);
    background: -moz-linear-gradient(90deg, #8C0505 0%, #00000000 90.82%);
    background: linear-gradient(90deg, #8C0505 -147%, #00000000 90.82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8C0505", endColorstr="#260101", GradientType=0 );
    padding: 17px 20px 17px 20px;
    min-width: 140px;
}
.pfBnrLinks .bannerCall {
    margin: 0;
}

.pfWapp {
    display: flex;
    column-gap: 0px;
}
.pfSlide {
    width: 64%;
}
.pfdet {
    width: 36%;
    padding-left: 20px;
}

#sync1.owl-theme {
  position: relative;
}
.pfthum img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}
.pfthum a {
    display: block;
}
.gfTitle {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 5px;
}
.pfservices a {
    display: flex;
    border: 1px solid #515151;
    background: #181617;
    color: #FFF;
    padding: 6px 25px 6px;
    justify-content: center;
    align-items: center;
}
.pfservices {
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 13px;
    margin: 25px 0 0;
}
.pfservices a {
    pointer-events: none;
}
.pfSeparator {
    width: 100%;
    height: 1px;
    background: #636363;
    margin: 20px 0 12px;
}
ul.statsList li strong {
    font-weight: 500;
}
ul.statsList {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.statsList li {
    margin: 13px 0;
}
ul.statsList li span {
    color: #A1A1A1;
}
.ratesList th, .ratesList td {
    padding: 10px 0 10px;
    color: #FFF;
    border: 0;
}
.ratesList tr td:first-child {
    color: #A1A1A1;
}
.ratesList tr td:last-child, .ratesList tr th:last-child {
    text-align: right;
}
.ratesList thead th {
    text-transform: uppercase;
    font-weight: 500;
}
.userIcon {
    background-image: url(../images/dummyIcon.webp);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100px;
}
.postuser {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.commentWrap textarea.form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #9A9595;
    margin: 30px 0 20px;
    padding: 0;
    color: #FFF;
    height: 30px;
	font-size: 15px;
}
.commentWrap textarea.form-control:focus {
    box-shadow: none;
    outline: none;
}
.commentWrap {
    border: 2px solid #464646;
    padding: 20px;
    border-radius: 4px;
    margin: 16px 0 0;
}
.form-group.cmtBtn {
    text-align: right;
}
.form-group.cmtBtn button.commonBtn {
    width: 100px;
    height: 40px;
}
.postList {
    color: #D5D5D5;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.postBox p {
    margin: 7px 0 0;
    font-size: 14px;
}
.userName {
    font-weight: 500;
}
.previewComment {
    margin: 20px 0 0;
}
.commentOuter {
    max-height: 320px;
    overflow: auto;
}
.commentOuter .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c7c7c7;
}
.commentOuter .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #8C8C8C;
}
.pfSlide .pfthum {
    position: relative;
}
.pfthum .premiumTxt {
    display: none;
}
.pfthum.lock .premiumTxt {
    display: flex;
}
.premiumTxt {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pfthum .premiumTxt img {
    aspect-ratio: auto;
    width: 40px;
}
.pfthum .premiumTxt a.commonBtn {
    width: 200px;
    height: 46px;
    padding: 12px 0;
    background: #8C0505;
    background: -webkit-linear-gradient(90deg, #B02C2C 0%, #810000 128.71%);
    background: -moz-linear-gradient(90deg, #B02C2C 0%, #810000 128.71%);
    background: linear-gradient(90deg, #B02C2C 0%, #810000 128.71%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8C0505", endColorstr="#260101", GradientType=0 );
}
.pfthum .premiumTxt a.commonBtn:hover, .pfthum .premiumTxt a.commonBtn:focus {
    background: #8C0505;
    background: -webkit-linear-gradient(90deg, #810000 0%, #B02C2C 128.71%);
    background: -moz-linear-gradient(90deg, #810000 0%, #B02C2C 128.71%);
    background: linear-gradient(90deg, #810000 0%, #B02C2C 128.71%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8C0505", endColorstr="#260101", GradientType=0 );
}
.premiumTxt p {
    margin: 5px 0 6px;
    font-size: 25px;
}
.pfthum.lock {
    overflow: hidden;
}
.pfthum.lock a.anchor {
    -webkit-filter: blur(6px);
    filter: blur(8px);
    overflow: hidden;
}
.pfthum.lock:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000036;
    left: 0;
    top: 0;
}
.pfSlide .pfthum video.ugb-video-preview {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}
.ugb-video-wrapper svg {
    fill: #FFF;
}
.ugb-video-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 11;
}
.pfthum.lock .ugb-video-popup {
    -webkit-filter: blur(6px);
    filter: blur(8px);
    overflow: hidden;
}
.pfthum.lock .ugb-video-wrapper {
    display: none;
}
.commentOuter.lock {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    overflow: hidden;
    pointer-events: none;
}
.gfcomment {
    position: relative;
}
.premiumBtn {
    display: none;
}
.gfcomment.lock .premiumBtn {
    display: flex;
    justify-content: center;
}
.gfcomment.lock .premiumBtn a.commonBtn img {
    width: 20px;
}
.gfcomment.lock .premiumBtn a.commonBtn {
    column-gap: 6px;
    width: 100%;
    background: #8C0505;
    background: -webkit-linear-gradient(90deg, #B02C2C 0%, #810000 128.71%);
    background: -moz-linear-gradient(90deg, #B02C2C 0%, #810000 128.71%);
    background: linear-gradient(90deg, #B02C2C 0%, #810000 128.71%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8C0505", endColorstr="#260101", GradientType=0 );
}
.gfcomment.lock .premiumBtn a.commonBtn:hover, .gfcomment.lock .premiumBtn a.commonBtn:focus {
    background: #8C0505;
    background: -webkit-linear-gradient(90deg, #810000 0%, #B02C2C 128.71%);
    background: -moz-linear-gradient(90deg, #810000 0%, #B02C2C 128.71%);
    background: linear-gradient(90deg, #810000 0%, #B02C2C 128.71%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8C0505", endColorstr="#260101", GradientType=0 );
}

.gfcomment.lock .premiumBtn {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 100%;
    left: 0;
}
.profilebnr {
    display: flex;
    justify-content: flex-end;
	background-image: url(https://demo.wave-69.co.uk/ladybugss/wp-content/themes/ladybugss/images/hero-V9.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: right center;
}
.profilebnr picture {
    position: relative;
}
.profilebnr picture::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgb(2 2 2) 1%, rgba(140, 5, 5, 0) 100%);
    bottom: 0;
    left: -1px;
    height: 100%;
}

/*=====================
Terms css Start here 
=====================*/
section.termsWrp {
    padding: 50px 0 50px;
}
.termsContent strong {
    font-weight: 500;
}
.termsContent, .termsContent p {
    color: #A7A7A7;
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 25px;
}
.termsContent h2 {
    font-size: 25px;
    color: #FFF;
    font-weight: 400;
    margin: 15px 0 10px;
}
.termsContent h3 {
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    margin: 15px 0 10px;
}
.termsContent h4 {
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    margin: 15px 0 10px;
}
.termsContent h5 {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    margin: 15px 0 10px;
}
.termsContent p {
    margin: 0 0 5px;
}
.termsContent ul li {
    margin: 7px 0;
}
section.termsWrp .container {
    max-width: 1160px;
}
.termsContent {
    background: #040404;
    padding: 30px;
    position: relative;
}
.termsOuter {
    position: relative;
}
.termsContent a {
    color: #db9703;
}
.termsWrp .shadow01 {
    position: fixed;
    content: "";
    left: 0;
    top: -120px;
    width: 370px;
    height: 1000px;
}
.termsWrp .shadow02 {
    position: fixed;
}
.ErrorContent img.errorImg {
    width: 150px;
    margin: 0 0 20px;
}
.ErrorContent p {
    margin: 0;
    font-weight: 200;
}
.ErrorContent {
    text-align: center;
}
.goBackBtn {
    margin: 15px 0 0;
}
.ErrorContent .mainHead {
    text-align: center;
    margin-bottom: 6px;
}
.ErrorContent .mainHead h1 {
    font-size: 38px;
    font-weight: normal;
    line-height: 50px;
}

@media screen and (max-width:767px){
.escortList.filter-list .escortBox {
    display: none;
}
.profileBanner .title h1 {
    font-size: 30px;
}
.profilebnr img {
    height: 490px;
}
.profilebnr picture {
    width: 100%;
}
.space-separator.home {
    display: none;
}
.pfBnrLinks {
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
    margin-top: 35px;
    flex-direction: column-reverse;
    row-gap: 20px;
}
.profileBanner .container {
    transform: translate(-50%, 0%);
    left: 50%;
    top: 50%;
}
.profileBanner::after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.39) 100%);
    bottom: 0;
    left: 0;
    height: 100%;
}
.profileBanner .title {
    text-align: center;
}
.profileBanner h1 {
    margin: 0;
}
.profileBanner .commonBtn {
    width: 100%;
}
span.crownx {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 20px;
}
.becomeMember .mainHead h1 {
    position: relative;
}
.commonForm .form-group label:before {
    padding: 6px;
}
.becomeMember .shadow01 {
    left: -30px;
    top: 30%;
    width: 250px;
    height: 250px;
}
.commonForm .form-control {
    background: #1d1616;
    border: 1px solid #ffffff42;
}

.commonForm .form-group label {
    font-size: 14px;
}
.formBTM {
    font-size: 14px;
}
.becomeRight {
    padding: 15px;
    width: 100%;
    background-position: center;
}
.becomeRight .verifyList {
    display: block;
    margin: 0;
    width: 100%;
}
.btmContent {
    padding: 14px 15px 6px;
    border: 1px solid #FFFFFF33;
}
.btmContent, .btmContent p {
    font-size: 15px;
}
.btmContent ul li strong {
    font-weight: 400;
}
.btmContent h2 {
    font-size: 25px;
}
.btmContent h3 {
    font-size: 23px;
}
.btmContent h4 {
    font-size: 20px;
}
.btmContent h5 {
    font-size: 18px;
}
.becomeRight .verifyWrp {
    flex-direction: column;
    row-gap: 5px;
    margin: 30px 0 30px;
}
.becomeRight .listIcon {
    width: auto;
}
.becomeRight .listTxt {
    width: 100%;
    text-align: center;
}
.becomeRight .listBtxt {
    font-size: 16px;
}
.becomeRight .listStxt {
    font-size: 14px;
    line-height: 17px;
}
.becomeMember .shadow02 {
    right: 0;
    top: 0;
    width: 170px;
    height: 210px;
}
.becomeMember .mainHead h1 {
    font-size: 30px;
}
.cssmenu > ul > li a:hover:after {
    bottom: 0;
    opacity: 0;
}
.space-separator {
    min-height: 90px;
}
.bnrCta {
    column-gap: 10px;
}
.welcomePop .popBanner {
    background-image: none !important;
	    padding: 12px 20px 20px;
}
.popBannerIn {
    padding-right: 0;
}
.welcomePop .inner {
    max-width: 94%;
	padding: 2px;
}
.popBanner img {
    border-radius: 0px;
    width: 140px;
}
.popBanner h2 {
    font-size: 30px;
	margin-bottom: 0px;
}
.popBanner {
    padding: 20px 15px;
}
.welcomePop .inner p {
	line-height: 18px;
	font-size: 13px;
}
.popBanner ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 9px;
}
.bnrCta .popup-close {
    padding: 5px 24px 6px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.welcomePop .bnrCta a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    width: 80px;
    padding: 5px 20px 5px;
}
.popBannerIn {
    height: 70vh;
    overflow: auto;
}
.welcomePop .tagLines:after {    
    left: -7px;
    top: 2px;
    background-size: 15px;
}
.becomeLeft.login {
    width: 100%;
}
.becomeMember.login .shadow02 {
    right: -60px;
    top: -90px;
    width: 270px;
    height: 327px;
}
.becomeMember.login .shadow01 {
    width: 330px;
    height: 260px;
    left: 0;
    top: auto;
    bottom: 0;
}
.becomeMember.login {
    padding-top: 50px;
}
.becomeContainer.login {
    padding: 25px 20px 20px;
}
.gfTitle {
    text-align: center;
}
.aboutMe {
    text-align: center;
}
.pfservices a {
    width: 48.1%;
    text-align: center;
}
.pfservices {
    column-gap: 13px;
    row-gap: 13px;
    margin: 25px 0 0;
    justify-content: center;
}
ul.statsList li {
    display: flex;
    justify-content: center;
    column-gap: 5px;
}


.pfWapp {
    flex-direction: column;
}
.pfSlide {
    width: 100%;
}
.pfdet {
    width: 100%;
    padding-left: 0;
}
.SubpfThum img {
    aspect-ratio: 2 / 3;
    width: 100%;
}
div#sync2 {
    margin: 10px 0 20px;
}
#sync1.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
}
.SubpfThum.lock img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    overflow: hidden;
}
#sync2.owl-theme .item {
    overflow: hidden;
}
.profilebnr picture::after {
    display: none;
}
section.termsWrp {
    padding: 10px 0 20px;
}
.termsContent {
    padding: 20px;
}
.termsContent, .termsContent p {
    font-size: 16px;
    line-height: 21px;
}
.termsContent h2 {
    font-size: 23px;
}
.termsContent h3 {
    font-size: 20px;
}
.termsContent h4 {
    font-size: 18px;
}
.termsContent h5 {
    font-size: 16px;
}
.ErrorContent .mainHead h1 {
    font-size: 28px;
    line-height: 35px;
}
.ErrorContent {
    padding-bottom: 20px;
}
.pfSlide video.ugb-video {
    aspect-ratio: 2 / 3;
    width: 100%;
    border: 1px solid #ffffff;
}
.pfSlide video.ugb-video.lock {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.pfSlide video.ugb-video {
	background: #000;
	object-fit: cover;
}
.btmContentWrp .btmContent {
    margin: 0 0 30px;
}
.notMatch .emoji {
  height: 0.7em !important;
  width: 0.7em !important;
}
.passMatch .emoji {
  height: 0.7em !important;
  width: 0.7em !important;
}
#match-message {
  right: -17px;
}
.memberLog .callImg img {
	width: 22px;
}
.memberLog .callTxt {
	font-size: 14px;
}
.memberLog p {
	font-size: 14px;
	line-height: 20px;
}
}/** Max 767 **/

@media screen and (min-width:1200px) and (max-width:1299px){
.cssmenu ul.lgWrap {
    margin-left: 27px;
}	
}

@media screen and (min-width:1200px) and (max-width:1600px){
.welcomePop .inner {
    width: 880px;
    max-width: 90%;
    margin: 20px auto;
    border-radius: 0;
    border-bottom: 0;
    border-top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
}
.welcomePop .inner p {
    color: #F1F1F1;
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 9px;
}
.popBanner ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 6px;
}
.brTxt p strong {
    font-weight: 700;
}
.welcomePop .brTxt {
	font-size: 15px;
	line-height: 21px;
	color: #F1F1F1;
	margin: 8px 0 0;
	font-weight: 300;
}
.welcomePop .inner .quote {
    margin: 0 0 17px;
}
.popBanner img {
    border-radius: 10px;
	width: 150px;
}
.ladyBugssLogo {
    margin: 0 0 7px;
}
.welcomePop .popBanner h2 {
    margin: 0;
}
.popBanner:before {
    position: absolute;
    content: "";
    width: 320px;
    height: 290px;
    background-image: url(../images/desclainerShadow.webp);
    left: 0;
    top: 0;
    background-size: 100%;
}
.bnrCta .popup-close {
    background: #EDCE70;
    color: #000;
    padding: 7px 20px 7px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.bnrCta {
    display: flex;
    justify-content: center;
    column-gap: 14px;
    align-items: center;
    margin-top: 10px;
}
.welcomePop .popBanner {
    border-radius: 8px;
    padding: 25px 35px 24px 35px;
    text-align: left;
    width: 100%;
    background: #000;
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    overflow: hidden;
}
.popBannerIn {
    padding-right: 200px;
    position: relative;
    z-index: 1;
}
.welcomePop .bnrCta a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    transition: 0.4s;
    animation: stripes 4s linear infinite;
    border: 2px solid #8C8C8C !important;
    width: 100px;
    text-align: center;
    padding: 7px 20px 7px;
}	
}

@media screen and (min-width:768px) and (max-width:1023px) {
.becomeMember span.crownx {
    position: absolute;
    width: 30px;
    right: -4px;
    z-index: 1;
    display: block;
    top: 2px;
}
.cssmenu .menuBtn {
	top: 0!important;
}
.mobMenu.desk-hide {
	right: 15px!important;
}
.cssmenu .button {
    right: -20px;
    }
.pfWapp {
    flex-direction: column;
}
.pfSlide {
    width: 100%;
}
.pfdet {
    width: 100%;
    padding-left: 0px;
}
.profileBanner .title h1 {
    font-size: 28px;
}
.commonForm .form-control {
    background: #1d1616;
    border: 1px solid #ffffff42;
}

.commonForm .form-group label {
    font-size: 14px;
}
.formBTM {
    font-size: 14px;
}
.becomeRight {
    padding: 15px;
    width: 100%;
    background-position: center;
}
.becomeRight .verifyList {
    display: block;
    margin: 0;
    width: 100%;
}
.btmContent {
    padding: 14px 15px 6px;
    border: 1px solid #FFFFFF33;
}
.btmContent, .btmContent p {
    font-size: 15px;
}
.btmContent ul li strong {
    font-weight: 400;
}
.btmContent h2 {
    font-size: 25px;
}
.btmContent h3 {
    font-size: 23px;
}
.btmContent h4 {
    font-size: 20px;
}
.btmContent h5 {
    font-size: 18px;
}
.becomeRight .verifyWrp {
    flex-direction: column;
    row-gap: 5px;
    margin: 30px 0 30px;
}
.becomeRight .listIcon {
    width: auto;
}
.becomeRight .listTxt {
    width: 100%;
    text-align: center;
}
.becomeRight .listBtxt {
    font-size: 16px;
}
.becomeRight .listStxt {
    font-size: 14px;
    line-height: 17px;
}
.becomeMember .shadow02 {
    right: 0;
    top: 0;
    width: 170px;
    height: 210px;
}
.becomeMember .mainHead h1 {
    font-size: 30px;
}
.becomeContainer {
    padding: 15px;
    position: relative;
    margin-bottom: 25px;
    flex-direction: column;
}
.becomeLeft {
    padding: 0px 0px 15px;
    width: 100%;
	text-align: center;
}
.bannerCall {
    align-items: center;
    justify-content: center;
}
.becomeRight .verifyList {
    display: block;
    margin: 0 auto;
    width: 290px;
}
header.headerWrap.fixed .mobMenu.desk-hide {
    top: 25px;
}
.space-separator {
    min-height: 107px;
}
#once-popup {
    top: 50%;
    left: 50%;
}
header.headerWrap.fixed .mainMenuWrap {
    padding: 10px 0 8px;
}
header.headerWrap.fixed {
    animation: slide-down 0.7s;
    background: #000;
}
header.headerWrap.fixed .mainMenuWrap {
    padding: 10px 0 8px;
}

.ladyBoxWrpp img.abtsImg {
    margin: 0 0 12px;
    width: 100%;
}
.excTab span {
    padding-bottom: 5px;
}
.mainHead h2, .mainHead h1 {
    font-size: 38px;
    line-height: 40px;
}
.escortList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.paraWrp .paraBox {
    width: 100%;
}
.ladyBox h2 {
    width: 100%;
}
.paraWrp {
    flex-direction: column;
    column-gap: 0;
    margin-bottom: 0;
}
.ladyBoxWrpp:nth-child(2n) .ladyBox .mainHead {
        display: flex;
        justify-content: flex-start;
    }
.ladyBoxWrpp {
    column-gap: 0;
    margin-bottom: 20px;
    flex-direction: column;
}
.ladyBoxWrpp:first-child .paraWrp, .ladyBoxWrpp:nth-child(3n) .paraWrp {
    display: flex;
    flex-direction: column-reverse;
}
.bannerImg img {
    min-height: 500px;
}
.mobMenu.desk-hide {
    position: absolute;
    top: 34px;
    right: 35px;
}
.cssmenu .button {
        top: 0;
    }
.bannerLeft h1 {
    font-size: 30px;
    line-height: 33px;
}
.callTxt {
    font-size: 14px;
    line-height: 19px;
}
.rgtTxt {
    font-size: 22px;
    line-height: 28px;
    margin-top: 25px;
}
.listStxt {
    font-size: 10px;
    line-height: 13px;
}
.bannerContentWrp .bannerLeft {
    padding-top: 60px;
}
.ladyBox p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
}
.mainHead p {
    font-size: 18px;
    line-height: 22px;
}
ul.footerMenu li a {
    font-weight: normal;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #FFF;
}
.footEmail a {
    font-size: 12px;
    line-height: 24px;
}
.footEmail {
    font-size: 12px;
}
.callBtnFoot a {
    font-size: 13px;
    line-height: 21px;
}
.footCal.footAbt p {
    font-size: 13px;
}
section.faqWrpp {
    margin-bottom: 55px;
    margin-top: 20px;
}
.footerMenuWrp {
    margin-bottom: 30px;
}
.verifyList {
    width: 60%;
    margin: 40px 0 0;
}
.listBtxt {
    font-size: 12px;
}
.commonBtn {
    font-size: 13px;
    padding: 17px 20px 17px;
    height: 40px;
    column-gap: 7px;
}
.bannerRightIn {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
}

@media screen and (max-width:1023px) {
header.headerWrap.opened {
    background: #000;
    transition: none;
}
.cssmenu ul li.headBtn {
    border: 0;
}
.desk-hide {
    display: flex;
}
.menuBtn span {
    height: 2px;
    width: 35px;
    background: #FFF;
    display: block;
}
.cssmenu ul.opensans {
    position: fixed;
    right: -500px;
}
.cssmenu ul.opensans {
    right: 0px;
    top: 68px;
    background: #000000;
}
header.headerWrap {
    background: linear-gradient(182.16deg, #000000 33.71%, rgba(0, 0, 0, 0) 91.12%);
    position: fixed;
    z-index: 99999;
    width: 100%;
    animation: slide-down 0.7s;
}
.menuBtn.menu-opened span {
    display: none;
}
.mob-hide {
    display: none!important;
}
.mainMenuWrap {
    padding: 10px 0 24px;
}
}

@media screen and (max-width:767px) {
.becomeContainer {
    padding: 15px;
    position: relative;
    margin-bottom: 25px;
    flex-direction: column;
}
.becomeLeft {
    padding: 0px 0px 15px;
    width: 100%;
}
.formTop {
    text-align: center;
}
.becomeLeft p {
    font-size: 14px;
}
.titlesmall {
    font-size: 25px;
}
header.headerWrap.fixed .mobMenu.desk-hide {
    top: 12px;
}
header.headerWrap.fixed .mainMenuWrap {
    padding: 10px 0 8px;
}
header.headerWrap.fixed {
    animation: slide-down 0.7s;
    background: #000;
	top: 0;
}
header.headerWrap.fixed .mainMenuWrap {
    padding: 10px 0 8px;
}
.bannerLeft h1 span {
    display: block;
}
.bannerLeft h1 {
	font-size: 33px;
	line-height: 42px;
	width: 280px;
}
.verifyList, .rgtTxt{
    display: none;
}
.bannerContentWrp {
    flex-direction: column;
    padding:0px 0 0;
	height: 100%;
}
section.heroBanner .container {
    height: 100%;
	padding-top: 100px;
	padding-bottom: 30px;
}
section.heroBanner .container .row {
    height: 100%;
}
.bannerImg img {
    width: 100%;
    object-fit: cover;
    min-height: 530px;
}

.mobMenu.desk-hide {
    position: absolute;
    top: 12px;
    right: 12px;
}
.bannerContentWrp .bannerLeft .headingTxt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bannerContentWrp .bannerLeft {
    width: 100%;
    padding-top: 0;
	height: 100%;
}
.callTxt {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.callImg img {
    width: 32px;
}
.bannerRight {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin: 20px 0 0;
}
.bannerRight a {
    width: 100%;
}
.bannerRight div {
    width: 100%;
}
.callBoxWrap a {
    column-gap: 8px;
}

.bannerRightIn {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.escortList {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 10px 0;
    row-gap: 20px;
}
.excTab {
    font-size: 20px;
    padding-left: 9px;
}
.ladyBoxWrpp {
    column-gap: 0;
    margin-bottom: 20px;
    flex-direction: column;
}
.ladyBoxWrpp .ladyBox {
    width: 100%;
}
.mainHead h2, .mainHead h1 {
    font-size: 34px;
    line-height: 40px;
}
.ladyBox p {
    font-size: 15px;
    line-height: 24px;
}
.ladyBoxWrpp .mainHead {
    margin-bottom: 5px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.ladyBoxWrpp img.abtsImg {
    margin: 0 0 12px;
}
.footerMenuWrp {
    flex-wrap: wrap;
    font-size: 12px;
}
.footCal {
    width: 50%;
    margin-bottom: 20px;
}
.footerMenuWrp {
    margin-bottom: 10px;
}
.footCal.footAbt {
    padding-top: 0;
    width: 50%;
    padding-right: 10px;
}
ul.footerMenu li a {
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #FFF;
}
.footCal h3 {
    font-size: 14px;
    line-height: 17px;
}
.footEmail {
    margin: 0 0 10px;
}
.callBtnFoot.whatsapp {
    margin-bottom: 10px;
}
.callBtnFoot img {
    width: 18px;
    margin-right: 3px;
}
.callBtnFoot a {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
}
.footCal h3.mb {
    margin-bottom: 15px;
}
.paraWrp {
    flex-direction: column;
}
.paraWrp .paraBox {
    width: 100%;
}
.paraWrp .paraBox.paratxt {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.copyRight {
    font-size: 12.13px;
    line-height: 16.63px;
    padding: 15px 0;
}
.ladyBoxWrpp:nth-child(2n) .ladyBox .mainHead {
    display: flex;
    justify-content: flex-start;
}
.ladyBox h2 {
    width: 100%;
}
.ladyBoxWrpp:first-child .paraWrp, .ladyBoxWrpp:nth-child(3n) .paraWrp {
    display: flex;
    flex-direction: column-reverse;
}
.paraWrp {
    column-gap: 0;
    margin-bottom: 0;
}
.mainHead {
    padding: 0;
    margin-bottom: 20px;
}
.faqWrpp .mainHead {
    text-align: left;
}
section.galleryWrap {
    padding: 30px 0 30px;
}
section.faqWrpp {
    margin-bottom: 35px;
    margin-top: 10px;
}
.faqsList .accordion-body, .faqsList .accordion-body p {
    padding: 7px 0 10px 10px;
    font-size: 14px;
}
.faqsList .accordion-button {
    padding: 5px 10px 0;
    font-size: 16px;
    line-height: normal;
    box-shadow: none;
    font-weight: 400;
}
.faqsList .accordion-button:not(.collapsed)::after {
    background-size: 25px;
    width: 25px;
    height: 27px;
}
.faqsList .accordion-button::after {
    background-size: 25px;
    width: 25px;
    height: 26px;
}
.faqsList .accordion-button.collapsed {
    padding: 10px 10px;
}
.faqsList .accordion-item {
    margin: 0 0 10px;
}
.footerTop img {
    width: 170px;
}
.mainHead p {
    font-size: 16px;
    line-height: 23px;
}
.col-12.ladyBoxOuter {
    padding: 0;
}
.mob-vis {
    display: block;
}




.selectLocation {
    padding: 0 10px 0;
}
    .wrap-drop {
        cursor: pointer;
        margin: 0 auto;
        max-width: 100%;
        padding: 10px 15px 12px;
        position: relative;
        width: 100%;
        z-index: 3;
        border-bottom: 1px solid #929292;
        margin: 0 0 20px;
    }

    .wrap-drop::after {
        border-color: #929292 transparent;
        border-style: solid;
        border-width: 10px 8px 0;
        content: "";
        height: 0;
        margin-top: -4px;
        position: absolute;
        right: 13px;
        top: 50%;
        width: 0;
    }

.wrap-drop .drop {
background:#161616;
box-shadow:3px 3px 3px rgba(0,0,0,.2);
display:none;
left:0;
list-style:none;
margin-top:0;
opacity:0;
padding-left:0;
pointer-events:none;
position:absolute;
right:0;
top:100%;
z-index:2;
}
.wrap-drop .drop li {
    padding: 9px 15px 9px;
    border-bottom: 1px solid #000;
    color: #FFF;
}

.wrap-drop span {
color:#FFF;
font-size: 16px;
}

.wrap-drop .drop li:hover {
background-color:#695d52;
color:#FFF;
}

.wrap-drop.active::after {
border-width:0 10px 10px;
}

.wrap-drop.active .drop {
display:block;
opacity:1;
pointer-events:auto;
}
.excTab span {
    padding-left: 5px;
}
.becomeMember span.crownx {
    width: 25px;
    right: 0;
    z-index: 1;
    display: block;
    top: 2px;
}
}/** Max-width 767px **/



@media screen and (min-width:1024px) and (max-width:1199px) {
.cssmenu ul.lgWrap {
    margin-left: 20px;
}
.escortBox .excTab span:after {
        width: 120px;
    }
.bannerLeft h1 {
    font-size: 34px;
    line-height: 41px;
}
header.headerWrap {
    padding: 10px 0;
}
.bannerImg img {
    min-height: 520px;
}
.cssmenu > ul > li > a {
    margin: 0 20px;
}
.callTxt {
    font-size: 15px;
}
.rgtTxt {
    font-size: 27px;
    line-height: 32px;
}
.verifyList {
    margin: 40px 0 0;
}
.mainHead h2, .mainHead h1 {
    font-size: 34px;
    line-height: 40px;
}
.mainHead p {
    font-size: 18px;
    line-height: 25px;
}
.excTab {
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 9.28px;
}
.excTab span {
    display: flex;
    justify-content: center;
    padding-left: 9px;
}
.escortDes .title a, .escortDes .title {
    font-size: 17px;
}
.escortDes .rate {
    font-size: 14px;
}
.ladyBox p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}
.cssmenu > ul > li > a {
    font-size: 15px;
}
.cssmenu ul ul li a {
    padding: 3px 11px;
    width: 183px;
    font-size: 14px;
    line-height: 20px;
}
}

@media screen and (min-width:1300px) and (max-width:1600px) {
.bannerImg img {
    height: 540px;
}	
}
@media screen and (min-width:1200px) and (max-width:1300px) {
.bannerLeft h1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: normal;
}
.bannerImg img {
    min-height: 550px;
}
.escortDes .title a, .escortDes .title {
    font-size: 18px;
}
.escortDes .rate {
    color: #BFBFBF;
}
.verifyList {
    row-gap: 10px;
    margin: 50px 0 0;
    width: 48%;
}
.callTxt {
    font-size: 16px;
    line-height: 20px;
}
.rgtTxt {
    font-size: 34px;
}
.escortDes .rate span {
    color: #ffffffba;
}
.ladyBox p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
}
.mainHead h2, .mainHead h1 {
    font-size: 38px;
}
}
@media screen and (min-width:768px) {
div#filteredResults {
    display: none;
}
.space-separator.forum {
    min-height: 100px;
}
.profileBanner .container .col-12 {
    width: 80%;
}
.profilebnr picture img {
	aspect-ratio: 2 / 2.3;
	object-fit: cover;
	height: 300px;
	object-position: top;
}
.profileBanner .title h1 {
    font-size: 40px;
}
.footCal.footAbt p {
    font-size: 15px;
}
.mainMenu .logo a {
    margin: 0;
}
div#sync2 {
    display: none !important;
}
#sync1.owl-theme {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.pfSlideWrap {
    margin: 30px 0 50px;
}
#sync1 .item {
    width: 50%;
    margin: 0;
    padding: 7px;
}
}
@media screen and (min-width:1024px) {
.cssmenu ul ul {    
    background: #000;
    border-radius: 6px;
    padding: 5px 0 10px;
    border: 1px solid #333;
}
.cssmenu ul ul li a {
    width: 183px;
    font-size: 15px;
    color: #FFF;
    line-height: 25px;
}
.cssmenu li:hover > ul {
    left: 27px;
    margin: 0;
}

.afterLogin .cssmenu ul li.headBtn a {
    background: transparent;
    padding: 6px 0px;
    color: #FAE494;
}
.afterLogin .cssmenu ul li.headBtn a:hover {
    background: transparent;
    color: #edcd59;
}
.afterLogin .cssmenu ul li.headBtn a:after {
    display: block;
}
.menuLeft {
    width: 29%;
    display: flex;
}
.becomeLeft.login.lost .formBTM {
    display: none;
}
.excTab span:after {
	width: 77%;
	left: 49%;
}
.space-separator {
    min-height: 75px;
}
.becomeRight .verifyList {
    row-gap: 13px;
    margin: 0px 0 0;
    width: 290px;
}
}

@media screen and (min-width:1300px) {
.faqsList .accordion-body {
    padding: 7px 60px 25px 30px;
}
.cssmenu ul.lgWrap {
    margin-left: 25px;
}
.commentOuter {
    max-height: 485px;
    overflow: auto;
}
p {
    font-size: 18px;
}
.becomeMember .shadow02 {
    width: 330px;
    height: 460px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
}
.bannerLeft h1 {
    font-size: 44px;
    line-height: 51px;
}
.bannerContentWrp .bannerLeft {
    padding-top: 20px;
    padding-right: 60px;
}
.rgtTxt {
    font-size: 33px;
    line-height: 40px;
}
.verifyList {
    margin: 70px 0 0;
}
}

@media screen and (min-width:1600px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
}
.bannerLeft h1 {
    font-size: 54px;
    line-height: 61px;
    font-weight: normal;
}
.bannerContentWrp .bannerLeft {
    padding-top: 50px;
    padding-right: 0px;
}
.rgtTxt {
    font-size: 40px;
    line-height: 42px;
}
.verifyList {
    margin: 120px 0 0;
}
#once-popup {
	top: 45%;
}
.bannerImg img {
    height: 700px;
}
}

@media screen and (min-width:1800px) {
.bannerImg img {
    height: 800px;
}
.pfthum .premiumTxt a.commonBtn {
    line-height: 20px;
}
p {
    font-size: 22px;
}
.mainHead p {
    font-size: 22px;
    line-height:30px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
}
    .becomeMember .shadow01 {
        left: 0;
        top: -170px;
        width: 740px;
        height: 790px;
    }
    .becomeMember .shadow02 {
        width: 400px;
        height: 490px;
        right: 240px;
    }
.bannerRight {
    width: 33%;
}
.bannerLeft h1 {
    font-size: 59px;
    line-height: 71px;
    font-weight: normal;
}
.heroBanner {
    min-height: 800px;
}
.rgtTxt {
    font-size: 44px;
    line-height: 56px;
}
.commonBtn {
    font-size: 18px;
}
.verifyList {
    margin: 180px 0 0;
}
.bannerContentWrp .bannerLeft {
    padding-top: 70px;
    padding-right: 0px;
}
.becomeMember.login {
    padding-top: 90px;
    padding-bottom: 50px;
}
.becomeMember.login .shadow01 {
    width: 690px;
    height: 650px;
    left: 0;
    top: -110px;
}
.becomeMember.login .shadow02 {
    right: 130px;
    top: -90px;
    width: 570px;
    height: 687px;
}
.commentOuter {
    max-height: 530px;
    overflow: auto;
}
.profileBanner .title h1 {
    font-size: 48px;
}
}
.commonForm .otp_phases{
    border: 1px solid #db9703;
}
.commonForm .otp_phases::placeholder {
  color: #db9703;
}
.page-id-68 .container, .page-id-68 .becomeRight {
    z-index: auto;
}
.otp-modal {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .otp-modal-content {
        background-color: #fff;
        padding: 30px;
        border-radius: 10px;
        max-width: 400px;
        width: 90%;
        text-align: center;
        position: relative;
    }
    .otp-close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
    }
    .timer {
		margin-top: 10px;
		font-weight: 300;
		color: #FFF;
	}
    .resend-btn {
        margin-top: 10px;
        display: none;
    }
.otp-modal-content {
    background-color: #1b1b1b !important;
}
.otp-modal-content p{
    margin-bottom: 5px;
    font-size: 15px;
}
.otp-modal-content button{
background: #8C0505;
    background: -webkit-linear-gradient(90deg, #8C0505 0%, #260101 160.82%);
    background: -moz-linear-gradient(90deg, #8C0505 0%, #260101 160.82%);
    background: linear-gradient(90deg, #8C0505 0%, #260101 160.82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8C0505", endColorstr="#260101", GradientType=0 );
    color: #FFF;
    font-size: 14px;
    padding: 10px 15px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    transition: 0.6s;
    outline: none;
    text-decoration: none;
    min-width: 120px;
    margin-top: 15px;
}
.otp-modal-content button:hover, .otp-modal-content button:focus{
    background: #8C0505;
    background: -webkit-linear-gradient(90deg, #520606 0%, #8C0505 160.82%);
    background: -moz-linear-gradient(90deg, #520606 0%, #8C0505 160.82%);
    background: linear-gradient(90deg, #520606 0%, #8C0505 160.82%);
    color: #FFF;
    transition: 0.6s;
    outline: none;
    text-decoration: none;
}
/* 11-08 */
.paraWrp .paraBox .abtsImg{
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
}