@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    box-sizing: border-box;
}

body{
  font-family: "Roboto", sans-serif!important;
  padding:0;
  margin: 0;
  background:#000;
}

section{
    padding:80px 0;
}

.container{
    width:100%;
    margin:0 auto;
}

.row{
    display: inline-block;
    width:100%;
}

.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12{
    padding:0 15px;
    float: left;
}

.col-md-2{
    width:50%;
}

.col-md-3{
    width:25%;
}

.col-md-4{
    width:33.33%;
}

.col-md-5{
    width:41%;
}

.col-md-6{
    width:50%;
}

.col-md-7{
    width:59%;
}

.col-md-8{
    width:66.66%;
}

.col-md-9{
    width:75%;
}

.col-md-12{
    width:100%;
}

header{
	padding: 20px 0;
	padding: 20px 0;
    margin-bottom: -92px;
    position: fixed;
    z-index: 9;
    width: 100%;
    background: rgb(0 0 0 / 71%);
    border-bottom: 1px solid #fff;
}

.site-logo{
	width:10%;
	float:left;
}

.site-logo img{
	float:left;
	width:50px;
	height:auto;
}

.primary-navigation{
	width: 80%;
    float: left;
}

.menu-wrapper{
	margin: 16px 0 0 0;
    padding: 0;
	display: flex;
}

.menu-wrapper li{
	display:inline-block;
	flex-grow: 1;
    text-align: center;
	position: relative;
}
.menu-wrapper li a{
	text-decoration:none;
	color:#fff;
}

.s_one{
	position:relative;
	background:url('/wp-content/uploads/2024/07/yoni_massage_in_bang.jpeg');
	background-size: cover;
}

.overflow{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)); 
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)); 
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)); 
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)); 
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)); 
	z-index:0;
}

.s_one h1{
	color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    font-size: 45px;
    line-height: 66px;
    margin: 80px 0 0;
}


.conditions .s_fifteen h1{
	color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
	margin: 0;
}

.faq .s_sixteen h1{
	color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
	margin: 0;
}

.s_review h1{
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
	margin: 0;
}

.conditions .s_fifteen .under {
    max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 40px auto 90px;
    font-weight: 300;
}

.faq .s_sixteen .under_title{
	max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 40px auto 90px;
    font-weight: 300;
}

.faq .accordeon {
    margin-top: 0;
}

.s_one .description{
	color:#fff;
	text-align:center;
	z-index:1;
	position: relative;
	margin: 36px 0 44px;
    line-height: 50px;
    font-size: 30px;
}

.s_one a{
	color: #ffffff;
    background-color: #ff2626;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	text-decoration:none;
	position:relative;
	z-index:1;
	font-size: 16px;
    padding: 21px 20px;
    display: block;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 130px;
}

.s_one .card_line{
	position:relative;
	z-index:1;
}

.s_one .card_line .head_title svg{
	margin-bottom: -3px;
    margin-right: 5px;
}

.s_one .card_line .head_title{
	font-size: 18px;
    line-height: 1.35;
	font-weight:600;
	color:#fff;
	text-align:center;
}

.s_one .card_line p{
	font-size: 16px;
    line-height: 1.55;
	color:#fff;
	text-align: center;
}

.s_two{
	background:#000;
}

.s_two .white_block{
	background:#fff;
	padding:80px 68px;
	text-align:center;
}

.s_two h2{
	margin-bottom: 52px;
    padding-bottom: 4px;
}

h2{
	font-size: 40px;
    line-height: 50px;
	margin-top: 0;
	position:relative;
}

h2 span{
	position: absolute;
    max-width: 50px;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    background-color: #666;
    left: 50%;
    margin-left: -25px;
    bottom: -27px;
}

.s_two .white_block p{
	font-weight: 300;
    color: #000;
	line-height: 1.55;
	font-size:20px;
	margin: 0 0 35px 0;
}

.s_two .white_block p:last-child{
	margin-bottom:0;
}

.s_three{
	padding:20px 0;
	background:#fff;
	color:#000;
	text-align:center;
	font-size:20px;
	line-height:24px;
}

.s_four{
	background:#000;
	color:#fff;
}

.s_four h2{
	text-align:center;
}

.s_four p{
	font-size:20px;
	line-height: 1.45;
	font-weight: 300;
}

.s_four ul{
	font-size:20px;
	line-height: 1.45;
	font-weight: 300;
	margin-top: -13px;
}

.s_four ul li{
	margin-bottom:5px;
}

.s_four strong{
	display: block;
    margin-top: 25px;
}

.s_four p a{
	text-decoration:none;
	color: rgb(255, 38, 38);
}

.s_four .about_photo{
	margin-top:50px;
}

.s_four .about_photo img{
	width:100%;
}

.s_five{
	background:#000;
	color:#fff;
	padding:50px 0;
}

.s_five .quote{
	border:1px solid #ccc;
    padding: 6px;
}

.s_five .quote_in{
	border:1px solid #ccc;
	padding: 40px 50px;
}

.s_five .quote_title{
	font-size:40px;
	line-height:1.5;
	font-weight: 700;
}

.s_five p{
	font-size: 20px;
    line-height: 2;
    font-weight: 300;
}

.s_five p span{
	color: rgb(255, 38, 38);
}

.s_six{
	background:#000;
	color:#fff;
	padding:100px 0;
}

.s_six .reccomend{
	max-width:960px;
	display:block;
	margin:0 auto;
	text-align:center;
	border-top: 1px solid #ff2626;
    border-bottom: 1px solid #ff2626;
}

.s_six .reccomend ul{
	padding:0;
	margin-bottom: 50px;
	
}

.s_six .reccomend li{
	font-size:20px;
	margin-bottom:10px;
	font-weight: 300;
	list-style:none;
}

.s_six .reccomend_title{
	font-size: 24px;
    color: #fff;
    font-weight: 700;
    background: #ff2626;
    max-width: 560px;
    display: block;
    margin: 0 auto;
    padding: 10px;
	margin-bottom: 40px;
	margin-top: -26px;
}

.s_seven{
	background:#000;
	color:#fff;
	padding:50px 0;
}

h3{
	font-size: 38px;
	line-height: 1.23;
}

.s_seven h3{
	text-align:center;
}

.s_seven p{
	max-width:560px;
	width:100%;
	display:block;
	margin:0 auto;
	font-size:20px;
	line-height: 1.5;
	text-align:center;
	margin-bottom:90px;
	font-weight: 300;
}

.s_seven .why_box{
	margin-bottom:44px;
}

.s_seven .why_box .why_head{
	font-size: 28px;
    line-height: 1.17;
	font-weight:600;
}

.s_seven .why_box ul{
	padding: 0 0 0 20px;
}

.s_seven .why_box ul li{
	font-size:18px;
	font-weight:300;
	margin-bottom: 5px;
}

.button_arrow a{
	color: #ffffff;
    background-color: #ff2626;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding: 21px 20px;
    display: block;
    max-width: 330px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}

.button_arrow a .svg{
	width: 40px;
    position: absolute;
    left: -68px;
    top: -5px;
}

.s_eight{
	background:#000;
	color:#fff;
	text-align:center;
}

.s_eight .under_title {
    max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 90px;
	font-weight: 300;
}

.s_eight .big_numb{
	position: relative;
    padding-top: 65px;
	margin-bottom: 60px;
}

.s_eight .big_numb .title_name{
	font-weight: 700;
	font-size: 22px;
    line-height: 1.35;
	margin-bottom:14px;
	text-align:left;
	z-index: 1;
    position: relative;
}

.s_eight .big_numb p{
	font-size: 16px;
    line-height: 1.7;
    text-align: left;
    z-index: 1;
    position: relative;
    font-weight: 300;
	min-height: 82px;
}

.s_eight .big_numb span{
	color: #e47272;
	position: absolute;
    z-index: 0;
    line-height: 150px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 200px;
    font-family: sans-serif;
    font-weight: 700;
    opacity: .6;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.s_nine{
	padding: 80px 0;
	background:#000;
	color:#fff;
	text-align:center;
}

.s_nine .rev_txt{
	font-size: 20px;
    line-height: 1.55;
	max-width:600px;
	display:block;
	margin:50px auto 20px;
}

.s_nine .rev_name{
	font-size: 22px;
    line-height: 1.35;
	font-weight:600;
}

.owl-nav button{
    background: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
	position:absolute;
	top:50%;
	margin-top:-15px;
}

.owl-nav button span{
	color:#000;
	font-size: 30px;
    line-height: 23px;
}

.owl-prev{
	left:30px;
}

.owl-next{
	right:30px;
}

.owl-dots{
	margin-top:30px;
}

.owl-dot span{
	width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
}

.owl-dots .active span{
	border: 1px solid #fff!important;
    background: #000!important;
}

.s_ten{
	background:#000;
	color:#fff;
	text-align:center;
}

.s_ten .under_title{
	max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
}


.s_ten .steps_block{
	display:flex;
	margin-bottom: 30px;
}

.s_ten .steps_block .check{
	margin-right:20px;
}

.s_ten .steps_block .title_check{
	font-size: 20px;
    line-height: 1.35;
    margin-bottom: 14px;
	font-weight:600;
	text-align:left;
}

.s_ten .steps_block p{
	font-size: 18px;
    line-height: 1.55;
	font-weight:300;
	text-align:left;
}

.s_eleven{
	background:#000;
	text-align:center;
	color:#fff;
	padding: 40px 0;
}
.s_eleven .under_title{
	max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 300;
}

.s_eleven h3{
	margin-top:0;
}

.s_eleven .book_box{
    border: 1px solid #ff2626;
    background-color: #ffffff;
    padding: 50px 30px;
	position: relative;
}

.s_eleven .book_box .book_title{
	font-size: 20px;
    line-height: 1.35;
	color:#000;
	font-weight: 600;
	margin-top: 15px;
}

.s_eleven .book_box p{
	font-size: 15px;
    line-height: 1.55;
	color:#000;
	font-weight: 300;
	min-height: 70px;
}

.s_eleven .book_box img{
	width:100px;
}

.s_eleven .book_box span{
	width: 70px;
    height: 70px;
    border: 1px solid #ff2626;
    background: #ff2626;
    display: inline-block;
    line-height: 70px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -35px;
}

.s_twelve{
	background:#000;
	padding:100px 0;
	text-align:center;
	color:#fff;
}

.s_twelve .title{
	font-size: 46px;
	font-weight:600;
}

.s_twelve .button_arrow a{
	max-width: 220px;
}

.s_thirteen{
	padding:40px 0 80px;
	background:#000;
	text-align:center;
	color:#fff;
}

.s_thirteen p{
	font-size: 24px;
    line-height: 44px;
	font-weight: 300;
	text-align: center;
}

.line_grad {
    position: relative;
    height: 1px; 
    background: none; 
	margin: 40px 0;
}

.line_grad:before, 
.line_grad:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
}

.line_grad:before {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(55%, #ff2626));
    background-image: -o-linear-gradient(left, transparent 0%, #ff2626 55%);
    background-image: linear-gradient(to right, transparent 0%, #ff2626 55%);
}

.line_grad:after {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(55%, #ff2626));
    background-image: -o-linear-gradient(right, transparent 0%, #ff2626 55%);
    background-image: linear-gradient(to left, transparent 0%, #ff2626 55%);
}

.line_grad img{
	margin: -18px 0 0 -18px;
    background: #000;
    padding: 0 30px;
    z-index: 1;
    position: relative;
}

.s_fourteen{
	background:#000;
	padding:30px 0;
	text-align:center;
	color:#fff;
}

.s_fourteen .under_title {
    max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 300;
}

.s_fourteen h3{
	margin-top:0;
}

.big_img_1{
	width:100%;
	height:900px;
	background:url('/wp-content/uploads/2024/07/noroot.png');
	background-size:cover;
	background-position: center;
}


.big_img_2{
	width:100%;
	height:900px;
	background:url('/wp-content/uploads/2024/07/sexual.jpg');
	background-size:cover;
	background-position: center;
}

.big_img_3{
	width:100%;
	height:900px;
	background:url('/wp-content/uploads/2024/07/modified.jpeg');
	background-size:cover;
	background-position: center;
}

.big_img_4{
	width:100%;
	height:900px;
	background:url('/wp-content/uploads/2024/07/massage.jpeg');
	background-size:cover;
	background-position: center;
}

.s_fourteen h4{
	font-size: 26px;
    line-height: 1.23;
    margin-bottom: 24px;
	text-align:left;
	margin-top: 0;
}

.s_fourteen strong{
	font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
	text-align: left;
    display: block;
}

.s_fourteen p{
	font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
	text-align: left;
	font-weight:300;
	margin: 0 0 30px 0;
}

.s_fourteen a{
	background: #ff2626;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 30px 0 0 0;
    max-width: 100px;
    border-radius: 20px;
}

.price_btm{
	margin-bottom:80px;
}

.s_fifteen{
	background: #000;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.s_fifteen .b_title{
	font-size: 42px;
    line-height: 1.23;
    margin-bottom: 60px;
}

.s_fifteen .steps_block{
	display:flex;
	margin-bottom: 30px;
}

.s_fifteen .steps_block .check{
	margin-right:20px;
}

.s_fifteen .steps_block .title_check{
	font-size: 22px;
    line-height: 1.35;
	font-weight:600;
	text-align:left;
}

.s_fifteen .steps_block p{
	font-size: 18px;
    line-height: 1.55;
	font-weight:300;
	text-align:left;
	margin: 15px 0 0 0;
}

.s_double_sixteen .book_box .book_title{
	border-bottom:1px solid #ff2626;
	margin-top: 0px;
	padding-bottom: 15px;
	font-size: 22px;
}

.s_double_sixteen  .book_box{
	padding:30px;
	min-height:370px;
}

.book_box ul{
	font-size: 18px;
    line-height: 1.55;
	text-align:left;
	color:#000;
	padding: 0px 0 0 20px;
    font-weight: 300;
}

.book_box ul li{
	margin-bottom:10px;
}

.s_sixteen{
	background: #000;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.s_sixteen .under_title{
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 60px;
    max-width: 560px;
    display: block;
    margin: 0 auto;
    font-weight: 300;
}

.panel-heading {
 	
}
.panel-heading a {
 	color: #ffffff;
    display: block;
    padding: 25px 0;
    position: relative;
    transition: 0.3s;
    font-size: 24px;
    text-align: left;
    text-decoration: none;
    font-weight: 600;
    border-top: 1px solid #fff;
	padding-right: 87px;
}
.panel-heading a:hover {
 	
}
.panel-heading a i {
 	font-size: 16px;
 	width: 30px;
}
.panel-heading a:after {
 	content: "+";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    transition: 0.3s;
    color: #222;
    font-size: 35px;
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    border-radius: 100%;
	background:transparent;
	text-align: center;
}

.panel-heading a:hover:after {
    background: #ff2626;
	color:#fff;
}

.panel-heading.in a:after {
 	transform: rotate(45deg);
}
.panel-heading.in a {
 	
}
.panel-collapse {
 	display: none;
 	padding-bottom: 20px;
}

.accordeon{
	margin-top:80px;
}

.accordeon p{
	font-size: 18px;
    line-height: 1.55;
	margin:0 0 20px 0;
	text-align:left;
	font-weight:300;
}

.accordeon strong{
	
}

.accordeon ul{
	padding:0;
	font-size: 18px;
    line-height: 1.55;
	padding-left: 20px;
	margin-bottom:20px;
}

.accordeon ul li{
	margin-bottom:5px;
	text-align:left;
	font-weight:300;
}

.panel-body{
	margin-top:10px;
}

.panel-body img{
	width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 26px;
}

.s_seventeen{
	background: #000;
    padding: 80px 0;
    color: #fff;
}

.s_seventeen .c_title{
	font-size: 42px;
    line-height: 1.23;
	text-align: center;
	margin-bottom:30px;
	font-weight:600;
}

.s_seventeen p{
	font-size: 20px;
    line-height: 1.45;
	font-weight:300;
}

.s_seventeen p a{
	color:#fff;
	text-decoration:none;
}

.s_seventeen .small{
	font-size: 15px;
}

.s_seventeen ul{
	padding:0;
	margin: 26px 0 0 0;
}

.s_seventeen ul li{
	display:inline-block;
	list-style:none;
	margin-right:5px;
}

.footer_form input{
	color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	width: 100%;
    background: transparent;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer_form textarea{
	color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	width: 100%;
    background: transparent;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer_form input[type="submit"]{
	background:#ff2626;
	text-align:center;
	cursor:pointer;
	border:none;
}

.footer_form form{
	margin-top: 25px;
}

footer{
	background:#000;
	padding-bottom: 40px;
}

.whatsapp_widget{
	position: fixed;
    left: 30px;
    bottom: 25px;
}

.popup_form input{
	border-radius: 15px;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    width: 100%;
	outline:none;
}

.popup_form textarea{
	border-radius: 15px;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    width: 100%;
	margin: 20px 0;
	outline:none;
	height:100px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px!important;
    font-weight: normal;
    display: block;
    margin: 5px 0 0 0!important;
}

.popup_form input[type="submit"]{
	background:#ff2626;
	text-align:center;
	cursor:pointer;
	border:none;
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: -20px;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    background: #46b450;
    padding: 11px 0;
    color: #fff;
    font-weight: 400;
    margin-top: -15px;
}

.popup_form p{
	font-size: 13px!important;
    font-weight: 400;
    color: #000;
}

.popup_form .popup_title p{
	text-align: center;
    font-size: 24px!important;
    font-weight: 500;
}

.distr_form{
	margin-bottom:30px;
}

.toggle {
    display: none;
	float: right;
	height: 33px;
	width: 35px;
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	margin-top: 7px;
}

.toggle span {
    width: 60%;
    position: absolute;
    left: 20%;
    height: 1px;
    background: #fff;
}

.toggle span:nth-child(1) {
	top: 8px;
}

.toggle span:nth-child(2) {
	top: 16px;
}

.toggle span:nth-child(3) {
	top: 24px;
}

.logo_mob{
	display:none;
	width: 28%;
    height: auto;
    margin: 10px auto;
}

.logo_mob img{
	width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.social_menu_mob{
	display:none;
}

.social_menu_mob ul{
	padding: 0 0px;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 25px;
}

.social_menu_mob li{
	display:inline-block;
	margin: 0 4px;
}

h3{
	margin-top: 0;
}

.sub-menu {
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background: #333333;
    width: 260px;
    border-radius: 2px;
    padding: 0;
    left: -27px;
    border-top: 20px solid #040302;
    top: 18px;
    margin-left: 0px;
    display: none;
    padding: 5px 0;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu li {
    padding: 7px 5px;
    text-align: center;
    width: 100%;
}

.sub-menu li a {
    color: #fff; 
    text-decoration: none;
	font-size:13px;
}

.sub-menu li a:hover {
    color: #ff2626; 
}

.arrow_menu:after{
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0;
    position: absolute;
    top: 57%;
    right: 1px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
    border-top-color: inherit;
    color: #fff;
}

.about .s_two {
    background: #000;
    padding: 30px 0;
}

.about_hello{
	background:#000;
	padding: 180px 0 50px;
}

.about_hello h1{
	color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    font-size: 45px;
    line-height: 66px;
    margin: 0 0 40px 0;
    text-align: left;
    max-width: 960px;
}

.about_hello h1 span{
	color: rgb(255, 38, 38);
}

.about_hello p {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 300;
    color: #fff;
}

.about_map {
	background:url("/wp-content/uploads/2024/07/map.webp")#000;
	background-size: cover;
    background-position: center;
}

.about_map .map_number strong{
	color: #ff2626;
    font-size: 64px;
	display:block;
	margin-bottom:12px;
	font-weight:600;
}

.about_map .map_number p{
	line-height: 28px;
    color: #ffffff;
    font-size: 24px;
	font-weight:600;
	margin: 0;
	max-width: 164px;
}

.conditions .s_fifteen{
	padding-top:180px;
}

.conditions .s_ten{
    padding:0;
}

.faq .s_sixteen{
	padding-top:180px;
}

.faq .s_sixteen.new_faq{
	padding-top:0px;
	padding-bottom: 0px;
}

.mobile-book{
	display:none;
}

footer .footer_title{
	color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 16px;
	font-weight: 600;
}

.footer-menu{
	padding:0;
}

.footer-menu li{
	text-decoration:none;
	margin-bottom:10px;
}

.footer-menu li a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}

footer form input[type="email"]{
	outline: none;
    height: 44px;
    color: #000;
    border: 0px solid #ffffff;
    font-size: 16px;
    line-height: 1.33;
    width: 70%;
    float: left;
	padding:0 10px;
}

footer form input[type="submit"]{
	width: 30%;
    float: left;
    font-weight: 600;
    height: 44px;
    margin-top: -25px;
    border: 1px solid #ff2626;
    background-color: #ff2626;
    cursor: pointer;
}

footer .line_grad{
	margin: 0px 0 90px;
}

.copyright{
	color:#fff;
	margin-top:20px;
}

.copyright .left_copy{
	float:left;
	font-size:12px;
	line-height:18px;
}

.copyright .right_copy{
	float:right;
	max-width: 275px;
	font-size:12px;
	line-height:18px;
}

.blog-page{
    padding:100px 0 40px;
}

.entry-thumbnail img{
    width:100%;
}

.entry-title a{
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin: 14px 0 0 0;
    display: inline-block;
    min-height: 40px;
}

.entry-summary{
    font-size:14px;
    color:#fff;
}

.cat_cloud{
    display:none;
}

.cat_cloud a{
    color: #000;
    background: #ccc;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 5px 5px;
    font-size: 13px;
    padding: 2px 5px;
    display: inline-block;
    min-height: 48px;
}

.posted-on{
    display:none;
}

.post{
    margin-bottom:50px;
}

.entry-meta{
    display:none;
}

.entry-thumbnail {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-page h1{
    text-align: center;
    color: #fff;
    margin: 0px 0 0px 0;
    position:relative;
    z-index:1;
}

.banner-blog{
    position: relative;
    background: url(/wp-content/uploads/2024/07/yoni_massage_in_bang.jpeg);
    background-size: cover;
    background-attachment: fixed;
    padding: 160px 0 70px;
    margin-top: -100px;
    margin-bottom: 0px;
    background-position: center;
}

.banner-blog .overflow{
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
}

.banner-blog-single{
    position: relative;
    background: url(/wp-content/uploads/2024/07/yoni_massage_in_bang.jpeg);
    background-size: cover;
    background-attachment: fixed;
    padding: 160px 0 70px;
    margin-top: 0px;
    margin-bottom: 90px;
    background-position: center;
}

.banner-blog-single .overflow{
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.999));
}

article{
    color:#fff;
}

article img{
    float: left;
    max-width: 500px;
    padding: 0 20px 20px 0;
    width: 100%;
}

article a{
    color: #ff2626;
    text-decoration:none;
}

.single-banner-blog{
	background:#000;
}

p{
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    text-align: left;
}

.blog-page h3{
    margin:30px 0 10px;
    font-size: 24px;
}

.blog-page section{
    padding:0;
}

.post-tags{
    color:#ccc;
    font-size: 14px;
    margin-bottom: 10px;
}

.post-tags img{
    width: 14px;
    margin-right: 1px;
    margin-bottom: -3px;
}

.post-tags a{
    background: #ccc;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 5px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.book_services{
    background: #ff2626;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 29px;
    margin-top: 25px;
    display: inline-block;
}

.white_services{
    padding:80px 0;
}

.white_services .book_box{
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px 25px;
    position: relative;
    min-height: 195px;
    margin-bottom: 30px;
}

.white_services .book_box .book_title{
    margin-top:0;
}

.white_services .book_box p{
    margin-top:0;
}

.white_services .under_title{
    margin-bottom:50px;
}

.services{
    padding-top:100px;
}

.s_book{
    padding: 0 0 80px;
}

.s_book h3{
    color:#fff;
    text-align:center;
}

.s_book span{
    background: #ff2626;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 4px 12px;
    border-radius: 23px;
    margin: 0 3px 12px;
    display: inline-block;
}

.book-line{
    text-align:center;
}

.s_review{
        padding: 150px 0 0px;
}

.s_review .review-box{
    padding: 25px 28px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto 30px;
    max-width: 960px;
    display: block;
    font-size: 15px;
    font-weight: 300;
}

.s_review .review-box p{
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
}

.s_review .review-box  .name{
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.s_review .review-box .age{
    display: block;
}

.s_review .subtitle{
    max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
    color: #fff;
    margin-top: 25px;
}

.s_statistic .title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

.s_statistic .subtitle{
    max-width: 560px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
    color: #fff;
    margin-top: 25px;
}

.s_statistic p{
    color: #ffffff;
    opacity: 0.6;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
}

.progress-container {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.progressCanvas {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-percentage {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    left: 50%;
    top: 50%;
    color: #fff;
    margin-left: -27px;
    margin-top: -18px;
}

.category-list{
    position:relative;
    z-index:1;
    margin-top: 45px;
}

.category-list ul{
    padding:0;
    text-align:center;
}

.category-list ul li{
    display:inline-block;
    list-style:none;
}

.category-list ul li a{
    color: #fff;
    background: #ff2626;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 23px;
    font-size: 15px;
    margin: 0 10px 16px;
    display: inline-block;
}

.top_cat-title{
	z-index: 9;
    position: relative;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 26px 0 0;
}

.default-page{
	color:#fff;
}

.default-page h3{
	color:#fff;
}


.pagination{
	text-align: center;
    font-size: 18px;
}

.pagination a{
	color:#fff;
	text-decoration:none;
	margin: 0 10px;
	font-weight: 600;
}

.pagination .current{
	background: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 100%;
    line-height: 25px;
    font-weight: 600;
}

.post-mini-descr{
	color: rgb(255 255 255 / 90%);
    margin-top: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 29%);
    padding-bottom: 15px;
    font-size: 15px;
}

.post-mini-descr a{
	color: rgb(255 255 255 / 90%);
	text-decoration:none;
}

.default-page .s_one{
	background: #000;
}

.default-page .s_one a{
	background-color: transparent;
    border-radius: 0;
    text-decoration: underline;
    padding: 0;
    max-width: 100%;
    margin-bottom: 0;
    display: inline-block;
}

.sidebar{
	
}

.sidebar h3{
	margin: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: rgb(0 0 0 / 17%);
    padding: 8px 8px;
    border-radius: 4px;
}

.sidebar button{
	width: 100%;
    font-weight: 600;
    margin-top: 0;
    border: 1px solid #ff2626;
    background-color: #ff2626;
    cursor: pointer;
    border-radius: 4px;
	padding: 11px 0;
    text-transform: uppercase;
}

.sidebar .side_box{
	font-size: 15px;
    text-align: center;
	padding: 15px 10px;
	background: #393939;
    border-radius: 5px;
	margin-bottom: 25px;
}

.sidebar .side_box p{
	font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.sidebar .side_box ul{
	padding: 0;
	text-align:left;
	list-style:none;
}

.sidebar .side_box ul li{
	margin-bottom: 10px;
    border-bottom: 1px dotted rgb(255 255 255 / 24%);
    padding-bottom: 10px;
}

.sidebar .side_box ul li:last-child{
	margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar .side_box ul li a{
	color:#fff;
	text-decoration:none;
}

.side_box input[type="email"] {
    outline: none;
    height: 36px;
    color: #000;
    border: 0px solid #ffffff;
    font-size: 14px;
    line-height: 1.33;
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.side_box input[type="submit"] {
    width: 100%;
    font-weight: 600;
    height: 36px;
    border: 1px solid #ff2626;
    background-color: #ff2626;
    cursor: pointer;
    border-radius: 4px;
}

.side-pop input[type="email"] {
    outline: none;
    height: 36px;
    color: #000;
    border: 1px solid #000000;
    font-size: 14px;
    line-height: 1.33;
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.side-pop textarea {
    outline: none;
    height: 75px;
    color: #000;
    border: 0px solid #ffffff;
    font-size: 14px;
    line-height: 1.33;
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #000000;
}

.side-pop input[type="submit"] {
    width: 100%;
    font-weight: 600;
    height: 36px;
    border: 1px solid #ff2626;
    background-color: #ff2626;
    cursor: pointer;
    border-radius: 4px;
}

.side_consult{
	border: 2px solid #fff;
}

.thanks h1{
	color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 55px;
	margin-top: 50px;
}

.thanks h2{
	color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 38px;
    font-weight: 300;
    display: block;
    max-width: 699px;
    margin: 0 auto 30px;
}

.thanks .questi{
	margin-top:40px;
}

.thanks .questi h3{
	color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 38px;
}

.thanks .questi p{
	font-weight: 300;
    color: #fff;
    line-height: 1.55;
    font-size: 20px;
	text-align:center;
	margin-bottom: 40px;
}

@media(min-width:320px){
    .container{
        max-width: 100%;
        padding: 0;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1100px;
    }
}

@media(min-width:1440px){
    .container{
        max-width: 1160px;
    }
}

@media(max-width:1200px){
	.s_one .card_line .head_title{font-size: 16px;}
	.s_one .card_line .head_title svg{margin-bottom: -4px;}
	h2{font-size:40px!important;}
	h3{font-size:38px!important;}
	.s_twelve .title{font-size:40px}
	.s_fifteen .b_title{font-size:40px}
	.s_seventeen .c_title{font-size:40px}
	.s_two .white_block{padding: 50px 40px;}
	.s_eleven .book_box p{min-height: 93px;}
	.s_eleven .book_box .book_title{font-size:19px;}
	.entry-thumbnail {width: 100%;height: 160px;}
	.entry-title a{font-size:16px;}
	.sidebar h3{font-size: 18px!important;}
	.thanks h2{font-size:23px!important;}
}

@media(max-width:992px){
	.primary-navigation {position: fixed;top: 0px;right: -100%;width: 250px;height: 100%;background-color: #0d0d0d;padding-top: 0px;transition: right 0.3s ease-in-out;border-left: 1px solid #c4c4c4;z-index: 999;}
	.primary-navigation .menu-wrapper{float: none;padding: 0 20px;display: block;}
	.primary-navigation .menu-wrapper li {margin: 2px 0px 0px;padding: 2px 0 7px 5px;display: block;width: 100%;text-align: left;}
	.primary-navigation.active {right: 0;}
	.toggle {display:block;}
	.logo_mob{display:block;}
	.social_menu_mob{display:block;}
	header{position: fixed;width: 100%;background: rgb(0 0 0 / 56%);border-bottom: 1px solid #fff;}
	
	.s_one h1{font-size: 36px;line-height: 54px;}
	.about_hello h1{font-size: 36px;line-height: 54px;}
	.s_statistic .title{font-size: 36px;line-height: 54px;}
	.s_review h1{font-size: 36px;line-height: 54px;}
	.conditions .s_fifteen h1{font-size: 36px;line-height: 54px;}
	.faq .s_sixteen h1{font-size: 36px;line-height: 54px;}
	.blog-page h1{font-size: 36px;line-height: 54px;}
	.s_one a{margin-bottom: 70px;}
	.col-md-4{width:100%;}
	.col-md-6{width:100%;}
	.col-md-3{width:100%;}
	.s_one .card_line p{margin-top: 9px;margin-bottom: 30px;}
	.s_one .card_line .head_title svg{display: block;margin: 0 auto 10px;}
	h2{font-size:34px!important;line-height: 44px!important;}
	h3{font-size:32px!important;line-height: 42px!important;}
	.s_twelve .title{font-size:34px;line-height: 44px;}
	.s_fifteen .b_title{font-size:34px;line-height: 44px;}
	.s_seventeen .c_title{font-size:34px;line-height: 44px;}
	.s_two .white_block{padding: 35px 30px;}
	.s_two h2{margin-bottom: 25px;}
	h2 span{bottom: -13px;}
	.s_four .about_photo img{border-bottom: 10px solid #000;}
	.s_five .quote_title{font-size:34px;line-height: 44px;}
	.s_five .quote_in{padding: 35px 30px 20px;}
	.s_seven{text-align:center;padding: 0px 0 50px;}
	.s_seven img{margin: -140px 0 -50px 0; width: 100%;}
	.s_seven ul li{list-style:none;}
	.s_seven .button_arrow a{margin-top:30px;}
	.s_eight .big_numb .title_name{text-align:center;}
	.s_eight .big_numb p{text-align:center;}
	.s_eight{padding: 80px 0 0;}
	.owl-nav button{top: 80%;}
	.s_ten{padding: 80px 0 30px;}
	.s_eleven .book_box p{min-height:auto;}
	.s_eleven .book_box{margin-bottom:60px;}
	.s_twelve{padding: 40px 0;}
	.s_thirteen{padding: 40px 0;}
	.big_img_1, .big_img_3 {width: 100%;height: 200px;background-position: 50% 84%;margin-bottom: 40px;}
	.big_img_2, .big_img_4{width: 100%;height: 200px;background-position: 50% 84%;margin-top: 40px;}
	.s_double_sixteen .book_box{min-height:auto;}
	html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {padding-right: 0!important;}
	.map_number{text-align:center;}
	.about_map .map_number p{max-width:100%;margin-bottom: 35px;}
	.conditions .s_fifteen .under{margin: 30px auto 40px;}
	.conditions .s_fifteen {padding-top: 130px;padding-bottom: 0;}
	.about_hello {padding: 130px 0 50px;}
	.about_map{padding-bottom:0;}
	.faq .s_sixteen{padding-top:130px;}
	.sub-menu {position: relative;box-shadow: none;z-index: 1000;background: transparent;width: 100%;border-radius: 2px;padding: 0;left: 0;border-top: 0px solid #040302;top: 0px;margin-left: 0px;display: inline-block;padding: 5px 0;}
	.sub-menu li{border-bottom: 0.5px dotted #fff;margin:0 0 0 0;}
	.sub-menu li a {font-size: 11px;}
	.arrow_menu:after{top: 50%;margin-top: -2px;}
	.mobile-book{display: block;position: fixed;bottom: 0;width: 100%;background: #ff2626;z-index: 1;text-align: center;font-size: 20px;font-weight: 600;color: #fff;text-shadow: 0px 0px 2px #000;padding: 15px 0;}
	.whatsapp_widget {position: fixed;right: 30px;bottom: 70px;z-index: 1;}
	.s_seventeen{padding: 80px 0 0;}
	.line_grad {margin: 0px 0 60px;}
	footer {padding-bottom: 80px;}
	footer .footer_title{margin-top:0px;}
	.entry-thumbnail {width: 100%;height: 160px;}
	.entry-title a{font-size:16px;text-align:center;width: 100%;}
	.sub-menu{display:none;}
	.white_services .book_box{margin-bottom: 30px;min-height: auto;}
	.services .s_thirteen{padding-bottom:0;}
	.s_statistic p{margin-bottom:50px;}
	.s_statistic{padding-bottom:25px;}
	.entry-title a{min-height:auto;}
	.blog_text .line_grad{margin: 50px 0 50px;}
	.sidebar{margin-top: 20px;}
	.post {margin-bottom: 30px;}
	.sidebar h3 {font-size: 18px!important;}
	.blog-page .col-md-9 {width: 100%;}
}

@media(max-width:767px){
	.s_one h1{font-size: 30px;line-height: 45px;}
	.about_hello h1{font-size: 30px;line-height: 45px;}
	.conditions .s_fifteen h1{font-size: 30px;line-height: 45px;}
	.faq .s_sixteen h1{font-size: 30px;line-height: 45px;}
	.blog-page h1{font-size: 30px;line-height: 45px;}
	.s_review h1{font-size: 30px;line-height: 45px;}
	.s_statistic .title{font-size: 30px;line-height: 45px;}
	.s_one .description{line-height: 42px;font-size: 27px;}
	h2{font-size:30px!important;line-height: 40px!important;}
	h3{font-size:28px!important;line-height: 38px!important;}
	.s_twelve .title{font-size:30px;line-height: 40px;}
	.s_fifteen .b_title{font-size:30px;line-height: 40px;}
	.s_five .quote_title{font-size:30px;line-height: 40px;}
	.s_fourteen h4{font-size: 24px;}
	.s_seventeen .c_title{font-size:30px;line-height: 40px;}
	.s_fifteen .steps_block p{margin: 10px 0 0 0;}
	.panel-heading a{font-size:22px;padding-right:40px;}
	.panel-heading a:after{width: 30px;height: 30px;line-height: 30px;}
	.thanks h1{font-size: 30px;line-height: 42px;}
	.thanks .questi {margin-top: 20px;}
}

@media(max-width:550px){
	.s_one h1{font-size: 27px;line-height: 43px;}
	.conditions .s_fifteen h1{font-size: 27px;line-height: 43px;}
	.about_hello h1{font-size: 27px;line-height: 43px;}
	.faq .s_sixteen h1{font-size: 27px;line-height: 43px;}
	.blog-page h1{font-size: 27px;line-height: 43px;}
	.s_review h1{font-size: 27px;line-height: 43px;}
	.s_statistic .title{font-size: 27px;line-height: 43px;}
	.s_one .description{line-height: 42px;font-size: 25px;}
	.s_one a{line-height: 26px;padding: 10px 20px;}
	h2{font-size:26px!important;line-height: 35px!important;}
	h3{font-size:24px!important;line-height: 33px!important;}
	.s_twelve .title{font-size:26px;line-height: 35px;}
	.s_fifteen .b_title{font-size:26px;line-height: 35px;}
	.s_seventeen .c_title{font-size:26px;line-height: 35px;}
	.s_two .white_block{padding: 35px 20px;}
	p{line-height: 1.4!important;font-size: 18px!important;}
	.s_two .white_block p{margin: 0 0 25px 0;}
	.s_eight .under_title{line-height: 1.4;font-size: 18px;}
	.s_three{line-height: 1.4;font-size: 18px;}
	.s_four ul{line-height: 1.4;font-size: 18px;}
	.s_five .quote_in{padding: 35px 20px 20px;}
	.s_seven .why_box .why_head{font-size: 22px;}
	.s_ten .steps_block .title_check{font-size: 19px;}
	.s_fourteen h4{font-size: 22px;}
	.s_fifteen .steps_block .title_check{font-size: 19px;}
	.panel-heading a{font-size:18px;font-weight:500;}
	.copyright .left_copy{float:none;width:100%;margin-bottom: 25px;}
	.copyright .right_copy{float:none;width:100%; max-width: 100%;}
	footer form input[type="submit"]{margin-top:-25px;}
}

@media(max-width:400px){
	h2{font-size:24px!important;line-height: 32px!important;}
	h3{font-size:22px!important;line-height: 30px!important;}
	.s_twelve .title{font-size:24px;line-height: 32px;}
	.s_five .quote_title{font-size:24px;line-height: 32px;}
	.s_seventeen .c_title{font-size:24px;line-height: 32px;}
	.s_fifteen .b_title{font-size:24px;line-height: 32px;}
	.s_seven img{margin: -120px 0 -30px 0; width: 100%;}
	.s_seven .why_box .why_head{font-size: 20px;}
	.s_fourteen h4{font-size: 20px;}
}

