/*************** Import Css **************/

/* @import "common.css"; */
@import "fonts.css";
:root{
	/*****Color Variable ***/
	--JDB-Grey: #C0C0C0;
	--Primary: #956532;
	--white: #fff;
}
/********************* Header Css ******************/
.header-area{
	position: absolute;
	left:0px;
	top:0px;
	background: rgba(17, 17, 17, 0.85);
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.logo-area{
	padding-left: 20px;
}
.common-header-info-css a{
	color: var(--JDB-Grey);
	font-size: 15px;
	line-height: 133.333%;
	letter-spacing: 1px;
	gap:8px;
	padding: 28px 28px;
	border-left:1px solid #585858;
}
.common-header-info-css:not(.header-button) a:hover{
	color: var(--Primary);
}
.header-button a{
	gap:0px;
	background: var(--Primary);
	color: var(--white);
}
.header-button img{
	transition: all 0.5s;
}
.header-button a:hover img{
	transform: rotate(45deg);
	transition: all 0.5s;
}
.menu-icon-area a{
	padding-left: 25px;
	padding-right: 25px;;
}
.header-area.fixed_header{
	position: fixed;
	top:-100%;
	left:0px;
	background-color: #111;
}
.header-area.fixed_header.stky{
	top:0px;
	transition: all 0.5s;;
}
/********* Footer Area ***********/
.footer-top-area{
	border-bottom: 1px solid #585858;
	border-top: 1px solid #585858;
}
.footer-social-area ul li a{
	font-size: 24px;
	color: var(--white);
	display: inline-block;
	padding: 31px 47px;
	border-left: 1px solid #585858;
}
.footer-social-area ul li a:hover{
	background-color: var(--Primary);
	border-color:var(--Primary)
}
.common-footer-info-style h6{
	color: var(--white);
	font-size: 15px;
	font-weight: 400;
	line-height: 193.333%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.common-footer-info-style p{
	color:var(--white);
	margin: 0px;
}
.common-footer-info-style p a{
	color:inherit;
	display: inline-block;
}
.common-footer-info-style p a:hover{
	color: var(--Primary);
}
.middle-left-content-wrapper {
	gap:50px;
}
.footer-middle-info-area  > div{
	padding-top:65px;
	padding-bottom: 60px;
}
.footer-middle-info-area > div.middle-left-info {
	padding-left: 105px;
}
.middle-left-content-wrapper > div{
	min-width: 210px;
}
.footer-middle-info-area > div.middle-right-info{
	padding-left: 70px;
	padding-right: 70px;
	border-left: 1px solid #585858;
}
.footer-middle-info-area {
	border-bottom: 1px solid #585858;
}
.quicklinks ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 48px;
}
.quicklinks ul li a{
	color:var(--white);
	line-height: 162%;
}
.quicklinks ul li a:hover{
	color:var(--Primary)
}
.footer-copyright-and-privacy-policy-area{
	padding: 26px 70px 26px 105px;
}
.copyright p{
	margin: 0px;
	color: var(--white);
}
.privacy-policy-links ul li{
	position: relative;
}
.privacy-policy-links ul li:not(:first-child):before{
	width: 1px;
	height: 18px;
	background-color: var(--white);
	content:'';
	top:5px;
	display:inline-block;
	margin:0px 15px;
	position: relative;
}
.privacy-policy-links ul li a{
	color:var(--white);
}
.privacy-policy-links ul li a:hover{
	color: var(--Primary);
}
.footer-map-area iframe{
	display: block;
	height: 400px;
}
.footer-map-area:before{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	pointer-events: none;
}
.rating-area{
	padding: 50px 0px;
}
/******** Banner Area **********/
.video-banner video{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.video-banner::after{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height:100%;
	content:'';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);;
}
.banner-contant-area{
	left: 0px;
	bottom: 100px;
	padding-left: 105px;
	padding-right: 85px;
	z-index: 1;
}
.banner-content-left h6{
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color:var(--white);
	margin-top: 27px;;
	font-size:15px;
	line-height: 27px;;
}
/************** Timeline Area **********/
.timeline-slider-area{
	padding-left: 110px;
	padding-right: 130px;
	padding-top: 150px;
	padding-bottom: 200px;
}
.each-timeline-content{
	max-width: 685px;
	padding-left: 50px;
	padding-right: 50px;
}
.each-timeline-content h2{
	font-size: 60px;
	line-height: 106.667%;
	margin-bottom: 24px;
	position:relative
}
.each-timeline-content h2 strong{
	font-weight: normal;
	color:var(--Primary);
}
.each-timeline-content h2:before{
	position: absolute;
	top: -28px;
	left: -22px;
	content:url('../images/before-qoutation.png')
}
.year{
	color: var(--white);
	font-size: 15px;
	line-height: 133.333% ;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.timeline-image-wrapper h3{
	color: var(--white);
	font-size: 44px;
	line-height: 136.364% ;
	margin-bottom: 24px;
}
.before-gallery{
	width:50%
}
.before-gallery img{
	height:320px;
	width:100%;
	object-fit: cover;
}
.timeline-image-wrapper{
	max-width: 510px;;
}
.qoutation-and-button-area p{
	margin:30px 0px;
	padding-left: 11px;
	padding-right: 36px;
}
.hx {
	background: none;
	color: var(--JDB-Grey);
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.hx-3 {
	--color-highlight-end: var(--Primary);
}
.progressbar{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	width:1px;
	height:100%;
	background-color:#585858;
	top:0px;
	transition: height 0.2s ease-out;
}
.gallery--row .caption h2{
	color: var(--white);
	font-family:'avenirlight';
	font-size: 38px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight: 300;
	line-height: 103.333%;
}
.gallery--row .caption p{
	color: var(--white);
	font-size: 15px;
	line-height: 193.333% ;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	max-width: 470px;
	padding-top: 15px;
	border-top:1px solid var(--Primary)
}
.timeline-slider-area  .progressbar{
	height:calc(100% + 125px)
}
/******** Tab Area *********/
.tab-listing{
	border-bottom: 1px solid #585858;
	border-top: 1px solid #585858;
	/*position: sticky;
	top:0px*/
}
.tab-listing ul li a{
	color: var(--JDB-Grey);
	font-size: 15px;
	font-style: normal;
	line-height: 133.333% ;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: inline-block;
	padding: 39px 40px;
	border-left:1px solid #585858;
}
.tab-listing ul li a:hover, .tab-listing ul li a.active{
	color:var(--Primary)
}
.tab-listing ul li:last-child a{
	border-right:1px solid #585858;
}
.each-tab-content{
	padding: 80px 155px;
	min-height: calc(100vh - 191px);
	background-color: #111;
	border-bottom:1px solid #585858;
}
.each-tab-image img{
	border-radius:15px;
}
.each-tab-heading h2{
	font-size: 60px;
	line-height:103.333%;
	margin-bottom: 0px;
	margin-top: 20px;
}
.each-tab-heading , .each-tab-description{
	max-width: 325px;
}
.tab-listing{
	background: #111;
	position: sticky;
	top:84px;
	z-index: 1;
}
.each-tab-content-holder{
	column-gap:100px
}
.each-tab-description{
	padding-bottom: 70px;
}
.each-tab-description a.common-button:hover{
	background: var(--Primary);
	border-color: var(--Primary);
}
.each-tab-description a.common-button:hover span{
	background-color: #111;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-tab-description a.common-button:hover span img{
	filter: invert(1);
}
.video-testimonial-area{
	background: #111;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
}
.content__item-text{
	color: #FFF;
	font-family: "freight-big-pro",serif;
	font-size: 52px;
	line-height: 101.923%;
	margin: 0px;
}
.video-box iframe{
	display:block;
	height:465px;
}
.play-icon{
	top:50%;
	left:50%;
	transform: translate(-50% , -50%);
	pointer-events: none;
	opacity: 0;
}
.oh .play-icon{
	opacity: 1;
	pointer-events: all;
	transition: all 0.5s;
	transition-delay : 0.5s;
}
.oh .play-icon img{
	transform: scale(0.5);
}
.oh .tab-area, .oh .form-area{
	opacity: 0;
}
.tab-area, .form-area{
	opacity: 1;
	transition: all 0.5s;
	transition-delay : 0.5s;
}
/********** Form Area ***********/
.form-area{
	border-top: 1px solid #585858;
}
.form-area .form-area-content{
	padding:0px 100px;
	max-width: 725px;
}
.form-wrapper{
	padding: 115px 100px 160px;
}
.form-holder{
	max-width: 525px;
}
.modal-content{
	background: url('../images/testimonial-video-bg.png');
	padding:0px;
	border-radius:0px;
	border:0px;
}
.modal-content iframe{
	display: block;
	height:415px
}
.modal-dialog {
	max-width: 800px;
	width: 100%;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-close {
	padding: 20px;
	display: inline-flex;
	padding-bottom: 0px;
	cursor: pointer;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge Frist %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.blog-overview-area{
	margin-top: 100px;
}
.blog-overview-wrapper{
	text-align: center;
	margin-bottom: 115px;
}
.blog-overview-wrapper .row{
	margin: 0px;
	text-align: left;
}
.blog-overview-wrapper .row .col-lg-4{
	padding: 0px;
}
.blog-overview-wrapper .blog-overview-each{
	background-color: #111111;
	outline: 1px solid #585858;
	height: 100%;
	padding: 28px 28px;
}
.blog-overview-wrapper .blog-overview-each h5 a{
	color: #7D7D7D;
	font-family: 'avenirlight';
	font-size: 12px;
	font-style: normal;
	font-weight: 350;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.blog-overview-wrapper .blog-overview-each h2{
	color: #FFF;
	font-family: "freight-big-pro",serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 40px;
	margin-top:10px;
	margin-bottom: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.blog-overview-each h6{
	color: #7D7D7D;
	font-family: 'avenirlight';
	font-size: 12px;
	font-style: normal;
	font-weight: 350;
	line-height: 20px; /* 166.667% */
	letter-spacing: 0.6px;
	margin-bottom: 14px;
}
.load-more-artical-button{
	border: 0.5px solid #585858;
	background: #111;
	min-width: 216px;
	padding: 20px;
	padding: 26px;
	display: inline-block;
	margin-top: 80px;
}
.load-more-artical-button a{
	color: var(--JDB-Grey);
	text-align: center;
	font-family: 'avenirlight';
	font-size: 15px;
	font-style: normal;
	font-weight: 350;
	line-height: 20px; /* 133.333% */
	text-transform: capitalize;
}
.blog-articles{
	text-align: left;
	margin-bottom: 25px;
}
.blog-articles h3{
	color: #FFF;
	font-family: 'avenirlight';
	font-size: 28px;
	font-weight: 350;
	line-height: 54px; /* 192.857% */
}
.blog-search-area{
	/* margin-top: 85px; */
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
}
.blog-search-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
}
.blog-search-wrap-left{
	flex-grow: 1;
	position: relative;
	/*     padding: 32px 50px; */
	background-color: #191919;
	/*border-bottom: 1px solid #585858;*/
}
.blog-search-icon{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
}
.blog-search-wrap-left input{
	width: 100%;
	background: transparent;
	border: 0px;
	padding: 32px 0px;
	padding-left: 30px;
}
.blog-search-wrap-left input:focus{
	outline: none;
}
.blog-category .select-style {
	width: 100%;
	min-width: 162px;
	height: 93px;
	color: var(--JDB-Grey);
	text-align: center;
	font-family: 'avenirlight';
	font-size: 15px;
	font-weight: 350;
	line-height: 29px;
	text-transform: capitalize;
	margin-bottom: 0px;
	border: 0;
	border-radius: 0;
	padding: 0px;
	appearance: none;
	background-color: transparent;
}
.blog-category .select-style:focus-visible{
	outline: none;
}
.advance-search-close{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	filter: invert(1);
	pointer-events: all;
}
.blog-search-icon button{
	border: 0px;
	background: transparent;
	box-shadow: none;
	margin-left: -8px;
	margin-top: -2px;
}
#advance-search-video-display{
	position: absolute;
	width: 100%;
	/*     padding: 15px; */
	background-color: #191919;
}
#advance-search-blog-display{
	position: absolute;
	width: 100%;
	/*     padding: 15px; */
	background-color: #191919;	
}
.blog-search-wrap-left .search-box-area{
	margin-left: 50px;
	margin-right: 50px;
}
#advance-search-video-display h5{
	padding-top: 15px;
	padding-left: 20px;
}
#advance-search-blog-display  h5{
	padding-top: 15px;
	padding-left: 20px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Review Page %%%%%%%%%%%%%%%%%%%%%%%%% */
.review-sec{
	margin-top: 100px;
}
.review-wrap-each{
	background-color: #111111;
	border: 1px solid #585858;
	padding: 45px;
	margin-bottom: 75px;
}
.review-wrap-each p{
	color: var(--white);
	font-family: "freight-big-pro",serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 42px;
}
.review-wrap-each p a{
	text-decoration: underline;
	color: var(--white);
}
.review-wrap-each h6{
	font-family: 'avenirlight';
	font-weight: 400;
	font-style: Roman;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--white);
}
.review-star-area{
	position: relative;
	width: fit-content;
	margin-bottom: 20px;
}
.review-star-area img{
	filter: brightness(0) invert(1);
}
.review-star-wrappp{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
}
.review-star-wrappp img{
	filter: none;
	max-width: none !important;
}
.inner-banner-area{
	min-height: 640px;
	padding-bottom: 100px;
	display: flex;
	align-items: end;
	text-align: center;
	position: relative;
}
.inner-banner-area::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #000;
	opacity: .65;
}
.inner-banner-wrapper{
	position: relative;
	z-index: 1;
}
.inner-banner-wrapper h1{
	margin-bottom: 0px;
	color: #dddddd;
}
.inner-banner-wrapper h4{
	font-family: 'AvenirNextreg';
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.blog-overview-each h5 a:last-child span.coma{
	display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Blog Post %%%%%%%%%%%%%%%%%%%%%%%%% */
.blog-post-area{
	margin-top: 140px;
	position: relative;
}
.blog-category-right ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.blog-category-right ul li a{
	font-family: 'avenirlight';
	font-weight: 300;
	font-size: 18px;
	line-height: 50px;
	text-decoration: underline;
	color: #C0C0C0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.blog-category-right ul li a:hover{
	color: #956532;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.blog-category-right h4{
	font-family: 'AvenirNextreg';
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7D7D7D;
	margin-bottom: 22px;
}
.amazon-area{
	margin-left: -77px;
	margin-right: -77px;
	padding: 75px 65px;
	background-color: #000;
	background-position: right center !important;
	background-size: 49% 100% !important;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.blog-post-area .amazon-area{
	margin-left: -52px;
	margin-right: -52px;
}
.amazon-area::after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	content: '';
	width: 203px;
	height: 100%;
	background-image: url('../images/amazon-overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.amazon-wrap{
	max-width: 50%;
	position: relative;
	z-index: 1;
}
.amazon-wrap h2{
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}
.amazon-wrap p{
	font-family: 'avenirlight';
	font-weight: 300;
	color: #C0C0C0;
	font-size: 18px;
	line-height: 28px;
}
.blog-post-wrapper .content ul{
	padding-left: 20px;
}
.blog-post-wrapper .content a{
	color: var(--JDB-Grey);
	text-decoration: underline;
}
.single-blog .discover-more-sec{
	margin-bottom: 123px;
	margin-top: 0px;
	padding-top: 80px;
	border-top: 1px solid #585858;
}
.mobile-dropdown-blog{
	display: none;
}
.single-blog .amazon-area{
	margin-top: 30px;
	margin-bottom: 30px;
}
.each-recource-wrap.each-recource-wrap-blank{
	background-color: #111;
	border-left: 1px solid #333;
}
.each-recource-wrap.each-recource-wrap-blank + .each-recource-wrap.each-recource-wrap-blank{
	border: 0px;
}

/* Sidebar */
.sidebar-area {
	position: sticky;
	top: 135px; 
	height: fit-content;
	/* 	width: 220px; */
	width: 100%;
	/*       background: #111; */
	padding-top: 0px;
	overflow: hidden;
	margin-left: -70px;
	z-index:9;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.sidebar li {
	margin: 20px 0;
	padding-left: 40px;
	position: relative;
}

.sidebar a {
	text-decoration: none;
	color: #777;
	font-size: 16px;
	line-height: 20px;	
	transition: color 0.3s;
	display: inline-block;
}

.sidebar a.active {
	color: #fff;
	font-weight: bold;
}

/* Smooth Indicator Bar */
.indicator {
	position: absolute;
	left: 12px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 4px;
	transition: top 0.3s ease;
}

/* Content */
.content {
	/* margin-left: 240px;
	padding: 50px; */
	width: 100%;
}
.blog-overview-media-area{
	margin-top: 80px;
}
.blog-media-heading h2{
	font-weight: 300;
	font-size: 48px;
	color: #FFF;
	line-height: 54px;
	text-align: center;
	margin-bottom: 35px;
}
.blog-overview-media-area .blog-overview-wrapper .blog-overview-each{
	min-height: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.blog-overview-media-area .blog-overview-wrapper .blog-overview-each h2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: none;
	-webkit-box-orient: vertical;
}
.fly-content{
	max-width: 784px;
	margin: 0 auto;
	text-align: center;
}
.stories-from-around-heading h6{
	color: var(--JDB-Grey);
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom:30px;
	text-transform: uppercase;
}
.feminization-area{
	margin-top: 90px;
}
.feminization-content{
	text-align: center;
	margin-bottom: 50px;
}
.resource-wrapper {
	flex-wrap: wrap;
}
.resource-wrapper .each-recource-wrap:nth-child(3){
	outline: 1px;
}
.resource-wrapper .each-recource-wrap:nth-child(6){
	outline: 1px;
}
.resource-wrapper .each-recource-wrap:nth-child(9){
	outline: 1px;
}
.resource-wrapper .each-recource-wrap:nth-child(12){
	outline: 1px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% feminization-area %%%%%%%%%%%%%%%%%%%%%%%%% */
.feminization-area h5 a{
	font-family: 'avenirlight';
	font-weight: 350;
	font-size: 23px;
	line-height: 33px;
	color: #B49D74;
	margin-bottom: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.feminization-area h5 a:hover{
	color: c0c0c0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro-after-before-area{
	margin-bottom: 30px;
	margin-top: 110px;
	margin-left: -70px;
	margin-right: -70px;
}
.pro-after-before-area .row{
	margin: 0px;
}
.pro-after-before-area .row .col-6{
	padding: 0px;
}
.pro-after-before-area .row .col-12{
	padding: 0px;
}
.pro-after-before-area img{
	width: 100%;
}
.download-guide-area{
	margin-left: -70px;
	margin-right: -70px;
	margin-top: 80px;
	margin-bottom: 80px;
	min-height: 276px;
	padding: 30px 78px;
	display: flex;
	align-items: center;
	position: relative;
}
/* .download-guide-area::after{
position: absolute;
content: '';
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background:url('../images/download-guide-after.png');
background-repeat: no-repeat;
background-size: cover;
} */
.download-guide-wrapper{
	position: relative;
	z-index: 1;
}
.download-guide-wrapper h2{
	font-weight: 300;
	line-height: 54px;
}
.watch-story-area{
	margin-left: -70px;
	margin-right: -70px;
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
}
.watch-story-slider-each{
	min-height: 440px;
	padding: 100px 78px;
	display: flex;
	align-items: center;
}
.watch-story-slider-wrap{
	max-width: 392px;
}
.watch-story-slider-wrap h2{
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
}
.watch-story-controals{
	position: absolute;
	width: 50px;
	left: 78px;
	bottom: 60px;
}

.accordion {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.accordion>li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #585858;
	padding-bottom: 33px;
}
.accordion>li>span {
	display: block;
	padding: 40px 30px 5px 0;
	background: url(../images/down-arrow.svg) no-repeat 100%;
	background-size: 15px;
	cursor: pointer;
	font-family: 'avenirlight';
	font-size: 23px;
	font-weight: 300;
	line-height: 33px;
	color: #fff;
	text-transform: capitalize;
}
.accordion>li>div {
	list-style: none;
	padding: 0px;
	display: none;
	overflow: auto;
	font-family: 'avenirlight';
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: #C0C0C0;
	padding: 15px 0;
}
.accordion>li>span.active {
	background: url(../images/up-arrow.svg) no-repeat 100%;
}
.faq-area h2{
	margin-bottom: 0px;
}
.faq-area{
	margin-top: 60px;
}
.error-button {
	margin-top: 50px;
}
.pay-it-blog-overview .blog-media-heading h3{
	text-align: left;
	color: #FFF;
	font-family: 'avenirlight';
	font-size: 28px;
	font-weight: 350;
	line-height: 54px;
	padding-left: 28px;
	margin-bottom: 12px;
}
.pay-it-blog-overview.blog-overview-media-area .blog-overview-wrapper .blog-overview-each h2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pay-it-blog-overview.blog-overview-media-area .blog-overview-wrapper .blog-overview-each {
	min-height: 277px;
}
.meet-the-team-banner-wrapper p a{
	color:var(--Primary);
	text-decoration: underline;
}
.meet-the-team-banner-wrapper .common-button{
	margin-top: 32px;
}
.start-your-journey-form {
	padding: 50px 115px 90px;
	background-color: #111111;
	border: 1px solid #585858;
	margin-bottom: 118px;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
.start-your-journey-form p{
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
}
.procedure-video-each-area{
	margin-left: -52px;
	margin-right: -52px;
	margin-top: 45px;
	margin-bottom: 33px;
}
.procedure-video-each-area .procedure-video-each iframe{
	height: 234px;
}
.pro-big-image{
	margin-left: -52px;
	margin-right: -52px;
	margin-top: 80px;
	margin-bottom: 65px;
}
.blog-post-area p strong{
	font-weight: 700;
}
.procedure-area{
	padding-bottom: 100px;
	border-bottom: 1px solid #585858;
}
.blog-post-area p + ul{
	margin-top: -30px;
	margin-bottom: 30px;
}
.blog-post-wrapper .content a.common-button{
	text-decoration: none;
}
.slidbar-head{
	margin-left: 40px;
}
.slidbar-head h4{
	font-family: 'AvenirNextreg';
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7D7D7D;
	margin-bottom: 20px;
}
.blog-post-wrapper .row{
	margin-left: -20px;
	margin-right: -20px;
}
.blog-post-wrapper .row .col-lg-3{
	padding-left: 20px;
	padding-right: 20px;
	/* border-bottom: 0.5px solid #585858;
	border-top: 0.5px solid #585858; */
}
.each-timeline-content.form-area-content h2::before{
	display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marge Second %%%%%%%%%%%%%%%%%%%%%%%%%% */
/*========================= meet-the-team =========================*/
.meet-the-team-banner{
	min-height: 500px;
	padding: 100px 0 100px;
}
.meet-the-team-banner::after{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.meet-the-team-banner .container{
	max-width: 1000px;
	padding: 0px 20px;
	position: relative;
	z-index: 1;
}
.meet-the-team-banner-wrapper h1{
	color: #DDD;
}
.meet-the-team-banner-wrapper h1 span{
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.meet-the-team-sec .container{
	max-width: 1040px;
	padding: 0px 20px;
}
.meet-the-team-wrapper{
	position: relative;
	margin-top: -61px;
	z-index: 1;
}
.meet-the-team-wrapper .row{
	margin: 0px -25px;
	row-gap: 60px;
}
.meet-the-team-wrapper .col-lg-4{
	padding: 0px 25px;
}
.member-img{
	margin-bottom: 21px;
}
.each-team h5{
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.each-team h5 a{
	color: var(--white);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-team h5 a:hover{
	color: #956532;
}
.each-team h6{
	color: var(--JDB-Grey);
	font-family: 'avenirlight';
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.meet-the-team-sec{
	margin-bottom: 98px;
}
.why-choose-deschamps-braly-sec{
	border-top: 0.5px solid #585858;
	border-bottom: 0.5px solid #585858;
}
.why-choose-deschamps-braly-content{
	max-width: 500px;
	margin-left: auto;
	width: 100%;
	padding-right: 47px;
	padding-left: 20px;
}
.why-choose-deschamps-braly-content h2{
	margin-bottom: 49px;
}
.each-why-choose-deschamps-braly:nth-child(odd) .row{
	flex-direction: row-reverse;
}
.each-why-choose-deschamps-braly:nth-child(odd){
	border-bottom: 0.5px solid #585858;
}
.each-why-choose-deschamps-braly:nth-child(odd) .row{
	align-items: end;
}
.each-why-choose-deschamps-braly:nth-child(even) .why-choose-deschamps-braly-content{
	max-width: 560px;
	margin-left: 0;
	padding: 56px 20px 20px 59px;
}
.why-choose-deschamps-braly-content p{
	color: var(--white);
	font-size: 23px;
	line-height: 33px; 
	margin-bottom: 23px;
}
.why-choose-deschamps-braly-img img,
.why-choose-deschamps-braly-img{
	height: 100%;
	object-fit: cover;
}
.why-choose-deschamps-braly-img{
	background-color: #111;
}
/*==================================== about-us ====================================*/
.about-video-area{
	border-bottom: 0.5px solid #585858;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.about-video-area .container{
	max-width: 1213px;
	padding: 0px 20px;
}
.about-video-wrap{
	border: 0.5px solid #585858;
	background: #111;
	padding: 45px 51px;
	margin-top: -76px;
	position: relative;
	z-index: 1;
	margin-bottom: -74px;
}
.about-video-content h2{
	font-size: 34px;
	font-weight: 300;
	line-height: 54px;
	margin-bottom: 0;
}
.about-video-content p:last-child{
	margin-bottom: 0;
}
.about-video-content p a{
	color: var(--JDB-Grey);
	text-decoration: underline;
}
.about-video iframe{
	height: 293px;
	display: block;
}
.our-mission-sec{
	padding-top: 184px;
	padding-bottom: 123px;
}
.our-mission-sec .container{
	max-width: 1044px;
	padding: 0px 20px;
}
.vertical-line{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color:#585858;
	top: 0px;
}
.our-mission-content {
	max-width: 444px;
	width: 100%;
}
.our-mission-sec p{
	font-size: 24px;
	line-height: 36px;
}
.our-mission-sec p a{
	color: var(--JDB-Grey);
	text-decoration: underline;
}
.our-mission-sec p a:hover{
	color: #956532;
}
.our-mission-sec h2{
	margin-bottom: 9px;
}
.our-mission-img{
	padding-left: 51px;
}
.our-mission-img h6{
	color: var(--JDB-Grey);
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 15px;
}
.resource-sec{
	margin-bottom: 123px;
}
.stories-from-around-sec .container,
.resource-sec .container{
	max-width: 1200px;
}
.resource-wrapper{
	background-color: #333;
	display: flex;
	overflow: hidden;
}
.each-recource{
	padding: 17px 28px 20px;
	min-height: 178px;
	display: flex;
	justify-content:center;
	flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 1;
	position: relative;
	background-color: #111;
	pointer-events: none;
}
.each-recource-wrap:hover .each-recource{
	background-color: #333;
}
.each-recource-wrap{
	position: relative;
	padding: 1px 0 1px 1px;
	max-width: 33.33%;
	width: 100%;
}
.each-recource-wrap:last-child{
	padding-right: 1px;
}
.each-recource h6{
	color: #7D7D7D;
	font-family: 'AvenirNextreg';
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:10px;
}
.each-recource h5{
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 18px;
	line-height: 24px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
.corner-container {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.corner {
	position: absolute;
	width: 50%;
	height: 50%;
}
.corner::before {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 200%;
	opacity: 0;
	transition: 0.5s ease-in-out;
	background: radial-gradient( #666 0, transparent 70% );
	pointer-events: none; 
}
.corner:hover::before {
	opacity: 1;
}
.corner:nth-child(1) {
	left: 0;
	top: 0;
}
.corner:nth-child(1)::before {
	left: -100%;
	top: -100%;
}
.corner:nth-child(2) {
	right: 0;
	top: 0;
}
.corner:nth-child(2)::before {
	right: -100%;
	top: -100%;
}
.corner:nth-child(3) {
	left: 0;
	bottom: 0;
}
.corner:nth-child(3)::before {
	left: -100%;
	bottom: -100%;
}
.corner:nth-child(4) {
	right: 0;
	bottom: 0;
}
.corner:nth-child(4)::before {
	right: -100%;
	bottom: -100%;
}
.stories-from-around-sec{
	margin-top: 95px;
	margin-bottom: 124px;
}
.stories-from-around-wrap{
	background-color: #333;
	display: flex;
	overflow: hidden;
}
.stories-from-around-wrap .each-recource-wrap{
	max-width: 50%;
}
.stories-from-around-wrap .each-recource{
	min-height: 267px;
	padding: 26px 27px 34px;
}
.stories-from-around-heading{
	max-width: 850px;
	width: 100%;
	margin: 0px auto 58px;
}
.stories-from-around-heading h2{
	font-size: 70px;
	line-height: 54px;
	margin-bottom: 24px;
}
/*======================= in the media =======================*/
.media-features-sec{
	padding-top: 76px;
	border-bottom: 1px solid #585858;
}
.media-features-sec .container{
	max-width: 818px;
	padding: 0px 20px;
	overflow: hidden;
}
.media-features-wrapper{
	padding-bottom: 73px;
}
.media-features-wrapper::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: #585858;
	top: 61px;
	content: "";
}
.media-features-img{
	padding-left: 28px;
}
.each-media-features:nth-child(even) .media-features-img{
	padding-left: 0px;
	padding-right: 28px;
}
.media-features-heading{
	margin-bottom: 75px;
}
.media-features-content{
	border: 1px solid #585858;
	border-right: none;
	padding: 26px 28px 28px;
	margin: 61px 0;
}
.each-media-features:nth-child(even) .media-features-content{
	border-right: 1px solid #585858;
	border-left:none;
}
.media-features-content h6{
	color: #7D7D7D;
	font-family: 'AvenirNextreg';
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.6px;
	margin-bottom: 5px;
}
.media-features-content h2{
	color: var(--white);
	font-size: 28px;
	font-weight: 300;
	line-height: 34px; 
	margin-bottom: 58px;
	min-height: 136px;
}
.media-features-content .common-button{
	margin-top: 9px;
}
.each-media-features{
	padding-bottom: 58px;
}
.each-media-features:nth-child(even) .row{
	flex-direction: row-reverse;
}
.discover-more-sec{
	margin-top: 100px;
	margin-bottom: 147px;
}
.discover-more-wrapper{
	max-width: 1362px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 20px;
}
.discover-more-wrapper h2{
	text-align: center;
	margin-bottom: 87px;
	color: var(--white);
	font-size: 85px;
	font-weight: 300;
	line-height: 54px;
}
.each-discover-more img{
	filter: grayscale(1);
}
.each-discover-more{
	position: relative;
	background-color: #111;
}
.each-discover-more h3{
	color: var(--white);
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 37px 32px;
}
.each-discover-more h3 a{
	color: var(--white);    
}
.each-discover-more h3 a:hover{
	color: var(--Primary); 
}
/*======================= Pay it forward =======================*/
.pay-it-forward-banner{
	min-height: 94vh;
	padding: 111px 0;
	border-bottom: 0.5px solid #585858;
}
.pay-it-forward-banner::after{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.pay-it-forward-banner-wrapper{
	max-width: 842px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.pay-it-forward-banner-wrapper h1 span{
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 11px;
}
.pay-it-forward-banner-wrapper h1{
	color: var(--JDB-Grey);
}
.pay-it-forward-banner-wrapper h3{
	margin-bottom: 53px;
}
.pay-it-forward-banner-wrapper .common-button{
	padding: 7px 26px 7px 26px;
}
.pay-it-forward-banner .container{
	padding: 0px 20px;
	max-width: 1347px;
}
.latest-episode-area{
	margin-top: 128px;
	margin-bottom: 97px;
}
.latest-episode-area .container{
	max-width: 1210px;
	padding: 0px 20px;
}
.latest-episode-area h4{
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 28px;
	font-weight: 350;
	line-height: 54px;
	margin-bottom: 18px;
	padding-left: 33px;
}
.latest-episode-wrapper{
	min-height: 584px;
	display: flex;
	align-items: end;
	padding: 64px 91px;
	cursor:pointer;
}
.latest-episode-wrapper h2{
	font-family: 'Quidity';
	color: var(--white);
	font-size: 108px;
	font-weight: 400;
	line-height: 54px; 
}
.more-than-surgery-sec{
	padding: 89px 0;
	background-color: #111;
	border-top: 0.5px solid #585858;
	border-bottom: 0.5px solid #585858;
}
.more-than-surgery-sec .container{
	max-width: 1192px;
	padding: 0px 20px;
}
.more-than-surgery-img-area{
	padding-left: 60px;
	margin: 0px -20px;
}
.more-than-surgery-img-area .col-6{
	padding: 0px 20px;
}
.more-than-surgery-content h2{
	line-height: 50px;
	margin-bottom: 12px;
}
.more-than-surgery-content .common-button:hover img{
	transform: rotate(0deg);
}
.more-than-surgery-popup-vdo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.more-than-surgery-popup-vdo-inner{
	max-width: 700px;
	width: 100%;
	position: relative;
}
.more-than-surgery-popup-vdo-inner iframe{
	height: 410px;
	min-height: 410px;
	display: block;
	width: 100%;
}
.more-than-surgery-popup-vdo-inner .close-popup{
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--white);
	padding: 5px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.just-the-begining-sec{
	margin-top: 116px;
	margin-bottom: 118px;
}
.just-the-begining-sec .container{
	max-width: 1034px;
	padding: 0px 20px;
}
.just-the-begining-content{
	padding-left: 74px;
}
.just-the-begining-content h5{
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
.just-the-begining-content h2{
	font-size: 52px;
	font-weight: 300;
	line-height: 53px;
	margin-bottom: 33px;
}
.just-the-begining-content h6{
	color: var(--JDB-Grey);
	font-size: 15px;
	font-weight: 300;
	line-height: 18px; 
	letter-spacing: 3px;
}
.stories-from-around-sec.watching-understanding-sec{
	padding: 88px 0 112px;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #585858;
	background-color: #111;
}
.watching-understanding-heading{
	column-gap: 20px;
	padding: 0px 27px;
	margin-bottom: 18px;
}
.watching-understanding-heading-left{
	max-width: 738px;
	width: 100%;
}
.watching-understanding-heading-left h2{
	margin-bottom: 8px;
}
/*==================== our-consultation-process ====================*/
.our-consultation-process-banner{
	min-height: 800px;
}
.meet-the-team-banner-wrapper p{
	color: var(--white);
	margin-bottom: 11px;
}
.our-consultation-process-sec{
	padding-top: 120px;
	background-color: #111;
	overflow: hidden;
}
.our-consultation-process-top-bg {
	position: absolute;
	top: 0;
}
.our-consultation-process-btm-bg{
	position: absolute;
	bottom: 0;
}
.our-consultation-process-sec > .container{
	max-width: 860px;
	padding: 0px 20px;
	position: relative;
	z-index: 1;
}
.our-consultation-process-heading{
	margin-bottom: 89px;
}
.our-consultation-process-wrapper{
	padding-bottom: 173px;
}
.our-consultation-process-wrapper::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.30);
	top: 0px;
}
.consultation-process-content{
	max-width: 50%;
	width: 100%;
	border: 0.5px solid #585858;
	background: #111;
	border-right: none;
	padding: 26px 22px 26px 28px;
	margin-top: -1px;
}
.consultation-process-content:nth-child(even){
	margin-left: auto;
	border-left: none;
	border-right: 0.5px solid #585858;
}
.consultation-process-content h6{
	color: #7D7D7D;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}
.consultation-process-content h2{
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	margin: 0;
	margin-bottom:5px;
}
.consultation-process-content p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom:5px;
}
.consultation-process-content p:last-child{
	margin-bottom: 0;
}
.our-consultation-process-sec .about-video-area{
	background: #111;
	padding-bottom: 120px;
}
.our-consultation-process-sec .about-video-area .about-video-wrap{
	margin: 0;
	padding: 58px 68px;
}
.our-consultation-process-sec .about-video-content h2{
	line-height: 34px;
	margin-bottom: 14px;
}
.our-consultation-process-sec .about-video-content p{
	margin-bottom: 23px;
}
.our-consultation-process-sec .about-video iframe{
	height: 284px;
}
.our-consultation-process-sec .about-video-content{
	max-width: 488px;
	width: 100%;
}
.consultation-process-content ul {
	padding-left: 26px;
	margin-bottom:17px;
}
.consultation-process-content ul li{
	color: #C0C0C0;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
/*==================== fly-in-children ====================*/
.fly-in-children-sec .our-consultation-process-heading {
	margin-bottom: 57px;
}
.fly-in-children-sec .our-consultation-process-wrapper {
	padding-bottom: 0;
}
.our-consultation-process-sec.fly-in-children-sec.position-relative{
	padding-bottom: 100px;
	border-bottom: 0.5px solid #585858;
	background-color: transparent;
}
/*==================== default banner ====================*/
.default-banner-content{
	height: 100%;
	padding: 111px 20px;
	border-right: 1px solid #585858;
}
.default-banner-content::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.default-banner-content-inner{
	max-width: 623px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.default-banner-content h1{
	color: #DDD;
	margin-bottom: 21px;
}
.default-banner-content h1 span{
	display: block;
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.default-banner-content h3{
	margin-bottom: 53px;
}
.default-banner-img img,
.default-banner-img{
	height: 100%;
	object-fit: cover;
	position: relative;
}
.fly-in-for-surgery-banner::after,
.default-banner-img::after{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
	mix-blend-mode: luminosity;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.short-banner{
	min-height: 640px;
}
/************* fly-in-for-surgery-banner *************/
.fly-in-for-surgery-banner{
	min-height: 800px;
	padding:100px 0 70px ;
}
.fly-in-for-surgery-banner .container{
	max-width: 1366px;
	padding: 0px 20px;
	position: relative;
	z-index: 1;
}
.fly-in-for-surgery-banner-heading h1 span{
	color: var(--white);
	font-family: 'AvenirNextreg';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
}
.fly-in-for-surgery-banner-content p{
	color: var(--white);
	font-size: 16px;
	line-height: 28px;
}
.fly-in-for-surgery-banner-content p:last-child{
	margin-bottom: 0;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Libary Popup Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.library-popup-area .modal-dialog {
	max-width: 1400px;
}
.library-wrap .row{
	margin: 0px;
}
.library-wrap .row .col-lg-5{
	padding: 0px;
}
.library-wrap .row .col-lg-7{
	padding: 0px;
}
.libary-video-each{
	min-height: 290px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: end;
}
.libary-search-area{
	display: flex;
	align-items: center;
}
.libary-left-content{
	padding: 36px 80px 23px;
}
.libary-left-content h2{
	font-size: 30px;
	line-height: 42px;
	color: #fff;
	font-family:'avenirlight';
	text-transform:uppercase;
}
.library-popup-area .modal-body{
	padding: 0px;
	border: 1px solid #585858;
}
.libary-articles h3{
	font-family: 'avenirlight';
	font-weight: 350;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #C0C0C0;
	padding: 0px 15px;
}
.libary-articles{
	padding: 37px 22px;
	position: relative;
}
.blog-search-wrap-left + .libary-articles{
	border-right: 1px solid #585858;
}
.libary-video-right-wrap .row .col-lg-6{
	border-left: 1px solid #585858;
}
.libary-search-area .blog-search-wrap-left{
	border-top: 1px solid #585858; 
	padding-left:13px;
}
.libary-left-content h5{
	font-family: 'avenirlight';
	font-weight: 350;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.libary-left-image img{
	width: 100%;
}

.library-pop-area{
	position: fixed;
	top: 84px;
	left: 50%;
	transform: translateX(-50%);
	width: 1400px;
	display: none;
	background-color: #111111;
	z-index: 99;
	border: 1px solid #585858;
}
.library-pop-area.main{
	display: block;
}
.library-pop-area .common-button span{
	background-color: transparent;
}
.library-pop-area .common-button:hover img {
	transform: rotate(0deg);
}
.libary-video-right-wrap .row{
	margin: 0px;
}
.libary-video-right-wrap .row .col-lg-6{
	padding: 0px;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% From Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
	border: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #2b2b2b !important;
	padding: 15px 20px !important;
	border-radius: 8px !important;
}
.gform_wrapper.gravity-theme .gfield input:focus{
	outline: none;
}
.gform_wrapper.gravity-theme .gfield select:focus{
	outline: none;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 5% !important;
	grid-row-gap: 25px !important;
}
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button{
	background-color: #956532;
	color: #040404;
	font-size: 16px;
	font-weight: 800;
	border: 0px;
	width: 200px;
	height: 49px;
	border-radius: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gform-page-footer{
	position: relative;
	display:inline-block;
}
.gform-page-footer:after{
	position: absolute;
	top: 46%;
	transform: translatey(-50%);
	right: 63px;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2025/10/duball-arrow-removebg-preview.png);
	background-repeat: no-repeat;
	background-size: 25px;
	content: '';
}
.gform-page-footer:hover:after{
	filter:invert(1);
}
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button:hover{
	background-color: #2b2b2b;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gform_wrapper.gravity-theme .gform_previous_button.button{
	background-color: #956532;
	color: #040404;
	font-size: 16px;
	font-weight: 800;
	border: 0px;
	width: 47%;
	height: 49px;
	border-radius: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:hover{
	background-color: #2b2b2b;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gform_wrapper.gravity-theme .gform_page_footer input+input{
	background-color: #956532;
	color: #040404;
	font-size: 16px;
	font-weight: 800;
	border: 0px;
	width: 47%;
	height: 49px;
	border-radius: 8px;	
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gform_wrapper.gravity-theme .gform_page_footer input+input:hover{
	background-color: #2b2b2b;
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gform_wrapper.gravity-theme .gf_progressbar_blue {
	background: #573f25 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #956532 !important;
}
.gform_wrapper.gravity-theme .gfield textarea{
	border: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #2b2b2b !important;
	padding: 15px 20px !important;
	border-radius: 8px !important;
	resize: none;
}
.gform_wrapper.gravity-theme .gfield textarea:focus{
	outline: none;
}
.gfield.gfield--type-html.gfield--input-type-html.gfield--width-full{
	font-size: 16px;
	color: #fff;
}
.gf_progressbar_wrapper{
	margin-bottom: 60px;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
	display: none;
}
.newsletter-form-area form{
	display: flex;
	align-items: center;
}
.newsletter-form-area .gform-body.gform_body{
	flex-grow: 1;
	margin-right: 25px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button{
	background-color: #956532;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	border: 0px;
	width: 100%;
	height: 49px;
	border-radius: 8px;	
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	min-width: 245px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover{
	background-color: #2b2b2b;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.newsletter-form-area{
	margin-left: -50px;
	margin-right: -50px;
}
.newsletter-form-area h2{
	text-align: center;
}
.newsletter-area {
	padding-top:50px;
	padding-bottom:50px;
}
.contents ul li a{
	color: #c0c0c0;
}
.blog-post-area.procedure-area .contents .wp-block-columns{
	margin-left: -52px;
	margin-right: -52px;
	margin-top: 45px;
	margin-bottom: 33px;
}
.nojq .quicklinks ul {
	justify-content: normal;
	column-gap: 0px;
}
.feminization-area h5 a:hover{
	color: #c0c0c0;
}
.feminization-area + .discover-more-sec{
	border-top: 1px solid #585858;
	padding-top: 70px;
}
.blog-post-area + .discover-more-sec{
	border-top: 1px solid #585858;
	padding-top: 70px;
	margin-top: 45px;
}
.blog-post-area p a{
	color: #c0c0c0;
	text-decoration: underline;
}
.single-video-section{
	margin-top: 100px;
	margin-bottom: 100px;
}
.single-video-area iframe{
	height: 340px;
}
.single-video-heading{
	margin-bottom: 25px;
}
.single-video-heading h5 a{
	font-weight: 350;
	font-size: 23px;
	line-height: 33px;
	color: #B49D74;
}
.advance-search-loading{
	display: none;
}
#advance-search-video-display ul{
	/* 	padding: 0px;
	margin: 0px; */
	margin-top: 10px;
	padding-left: 20px;
}
#advance-search-blog-display ul{
	margin-top: 10px;
	padding-left: 20px;	
}
#advance-search-video-display p{
	padding-left: 20px;
}
#advance-search-blog-display  p{
	padding-left: 20px;
}
#advance-search-video-display ul li h4{
	font-weight: 350;
	font-size: 18px;
	line-height: 33px;
	color: #B49D74;
}
#advance-search-blog-display  ul li h4{
	font-weight: 350;
	font-size: 18px;
	line-height: 33px;
	color: #B49D74;
}
.blog-category option{
	background: #111;
	color: #fff;
}
.library-pop-area.main .blog-search-icon {
	left: 40px;
	width: auto;
}
.library-pop-area.main .blog-search-wrap-left input{
	padding-left: 68px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
}
.blog-search-wrap-left input{
	color: #C0C0C0;
}
.review-sec{
	text-align: center;
	margin-bottom: 100px;
}
.review-sec .review-wrapper{
	text-align: left;
}
.review-sec .load-more-artical-button{
	margin-top: 0px;
}
.meet-the-team-wrapper .pagination{
	margin-top: 60px;
}
.meet-the-team-wrapper .pagination .number-area{
	padding: 0px 10px;
}
.meet-the-team-wrapper .pagination .number-area ul li{
	font-weight: 350;
	font-size: 18px;
	line-height: 33px;
	color: #B49D74;
}
.meet-the-team-wrapper .pagination .number-area ul li a{
	color: #B49D74;	
}
.meet-the-team-wrapper .pagination .number-area ul li a:hover{
	color: #c0c0c0;	
}
.meet-the-team-wrapper .pagination a{
	color: #c0c0c0;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Menu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */
/************* Menu Area ***********/
.header-menu-area{
	opacity:0;
	pointer-events:none;
	position:fixed;
	width:100%;
	height:calc(100vh - 84px);
	top:84px;
	background-color:#111;
	background-image:url('/wp-content/uploads/2025/09/Procedure.png');
	z-index:10;
	transition:all 0.5s;
	padding:70px;
}
.header-menu-area.active{
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
}
.header-area.open-menu-header{
	background-color:#111
}
.close-menu{
	display:none
}
.header-area.open-menu-header .open-menu{
	display:none !important
}
.header-area.open-menu-header .close-menu{
	display:flex;
	background-color:#2C2C2C
}
.menu-icon-area a{
	width:84px;
	justify-content: center;
}

.menu-area ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu-area > ul{
	display:inline-flex;
	flex-direction:column;
	row-gap:60px
}
.menu-area > ul > li > a{
	color: #FFF;
	font-family:'avenirlight';
	font-size: 22px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height: 100%;
	position:relative;
	display:block;
	width:100%;
	padding-right:50px;
}
.menu-area > ul > li > a:hover{
	color:#956532;
}
.menu-area > ul > li.menu-item-has-children > a:after{
	position:absolute;
	right:-5px;
	height:44px;
	top:50%;
	transform:translateY(-50%);
	content:'';
	background-color:#956532;
	width:8px;
	opacity:0;
}
.menu-area > ul > li.menu-item-has-children.active > a:after{
	opacity:1;
}
.menu-area > ul > li > ul{
	position:absolute;
	left:100%;;
	padding:0px 50px;
	box-sizing:border-box;
	top:0px;
	padding-top: 40px;
	opacity:0;
	pointer-events:none;
	margin-left:-50px;
	transition:all 0.5s;
	height:100%;
	overflow:hidden;
	overflow-y:scroll;
}
.menu-area > ul > li > ul.sub-menu.active{
	opacity:1;
	pointer-events:all;
	margin-left:0px;
	transition:all 0.5s;
}
.menu-social-area{
	margin-top:50px;
}
.menu-area{
	display:inline-block;
	padding-bottom:55px;
	border-right:1px solid #585858;
	position:relative;
	padding-top: 40px;
}
.menu-area > ul > li > ul > li > a{
	color: #FFF;
	font-size: 16px;
	line-height: 34px;
	white-space:nowrap;
}
.menu-area > ul > li > ul > li > a:hover{
	color: #C88248;
}
.menu-area > ul > li > ul > li.nav-heading > a{
	color: #C88248;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	display:inline-block;
	margin-bottom:15px;
}
.menu-area > ul > li.big-menu > ul{
	grid-template-columns: repeat(3, 1fr);
	column-gap:50px;
	display:grid;
}
.menu-area > ul > li.big-menu > ul > li.nav-heading{
	display:none
}
.menu-area > ul > li.big-menu > ul > li > a{
	color: #C88248;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	display:inline-block;
	margin-bottom:15px;
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a{
	color: #FFF;
	font-size: 16px;
	line-height: 34px;
	white-space:nowrap;
}
.menu-area > ul > li.big-menu > ul > li > ul > li > a:hover{
	color: #C88248;
}
.menu-social-area ul{
	gap:30px
}
.menu-social-area ul li a{
	font-size:30px
}
.menu-social-area ul li a:hover{
	color:#fff
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Mobile menu %%%%%%%%%%%%%%%%%%%%%%%%  */
.rmp_menu_trigger {
	display:none !important
}
.rmp-menu-wrap > ul{
	display:flex !important;
	flex-direction:column;
	row-gap:30px;
}
#rmp-container-296{
	height:calc(100% - 64px) !important;
	top:64px !important;
	background-repeat: no-repeat !important;
}
.rmp-menu-wrap ul li ul{
	padding-left:20px !important;
	padding-top:20px !important
}
.rmp-menu-wrap ul li ul li a{
	color: #C88248 !important;
}
.rmp-menu-wrap ul li ul li ul li a{
	color: #fff !important;
}
.rmp-menu-wrap ul li ul li ul{
	padding-left:0px !important;
	padding-top:10px !important
}
.grid-content .each-timeline-content h2:before{
	display:none;
}
.grid-content{
	margin:30px 0px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Slider %%%%%%%%%%%%%%%%%%%%%%%%%%  */
.sidebar ul:after{
	position: absolute;
	content: '';
	left: 15px;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0px;
}
.indicator:after{
	position: absolute;
	content: '';
	left: -4px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	top: -4px;
	opacity: .4;
	border-radius: 50%;
}
/*********** Slider Css ***********/
.frame {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100vh;*/
	color: var(--color-title);
	padding: 2rem;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto auto auto 1fr;
	grid-template-areas: 'title title' 'prev back' 'demos demos' 'sponsor sponsor' 'nav nav';
	justify-content: start;
	align-content: start;
	align-items: start;
	z-index: 100;
	pointer-events: none;
	grid-gap: 1rem;
}


.slides {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	place-items: center;
}

.slide {
	width: 100%;
	height: 100%;
	grid-area: 1 / 1 / -1 / -1;
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	position: relative;
	display: grid;
	place-items: center;
	will-change: transform, opacity;
}

.slide--current {
	pointer-events: auto;
	opacity: 1;
}

.slide__img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	will-change: transform, opacity, filter;
}

.demo-2 .slide__img {
	width: 120%;
	height: 120%;
}

.slides-nav {
	grid-area: nav;
	display: flex;
	gap: 0.5rem;
	align-self: end;
	align-items: center;
}

.slides-nav__item {
	border: 0;
	background: #fff;
	color: #000;
	width: 60px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s;
}

.slides-nav__item:hover {
	background-color: #ccc;
}
@media screen and (min-width: 53em) {
	.frame { 
		height: 100vh; 
		grid-gap: 2rem;
		align-content: space-between;
		grid-template-columns: auto auto auto 1fr;
		grid-template-rows: auto auto;
		grid-template-areas: 'title back prev demos' 'sponsor ... ... nav ';
	}
	.frame__demos {
		justify-self: end;
		justify-content: end;
	}
	.frame__demos span,
	a.frame__demo {
		text-align: right;
	}
	.slides-nav {
		justify-self: end;
	}
	body #cdawrap {
		align-self: center;
		justify-self: start;
	}
}
.menu-area > ul > li > ul {
	scrollbar-width: none; /* For Firefox */
}

/* For Webkit browsers (Chrome, Safari, Opera) */
.menu-area > ul > li > ul::-webkit-scrollbar {
	display: none;
}
.blog-post-area.procedure-area + .discover-more-sec {
	border-top: 0px solid #585858;
	padding-top: 70px;
	margin-top: 0px;
}
.library-pop-area-overlay.active{
	position:fixed;
	z-index:2;
}
.library-pop-area-overlay.active:after{
	background-color:rgba(0 0 0 / 0.7);
	position:fixed;
	left:50%;
	margin-left:-50vw;
	top:0;
	width:100vw;
	height:100vh;
	content:'';	
	z-index:-1;
}
/* .library-pop-area::after{
background-color:rgba(0 0 0 / 0.7);
position:fixed;
left:50%;
margin-left:-50vw;
top:0;
width:100vw;
height:100vh;
content:'';	
z-index:-1;
} */
.libary-right-content .each-recource-wrap{
	outline: 1px;
}
.libary-right-content .resource-wrapper .each-recource-wrap:nth-child(3) {
	padding: 1px 1px 0 1px;
}
.libary-right-content .resource-wrapper .each-recource-wrap:nth-child(6) {
	padding: 1px 1px 1px 1px;
}
.watch-story-controals .common-arrow {
	width: 20px;
	position: initial;
	margin-bottom:-20px;
}
.watch-story-controals {
	max-width: 150px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.watch-story-controals .swiper-pagination {
	position: initial;
	display: table;
}
/* new amazon-inject */
.amazon-inject-area{
	margin-top: 50px;
	margin-bottom: 50px;
}
.amazon-inject-wrap{
	max-width: 830px;
	width: 100%;
	background-color: #000;
}
.amazon-inject-content{
	padding: 75px 30px 75px 65px;
}
.amazon-inject-content h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 15px;
}
.amazon-inject-content p {
	font-family: 'avenirlight';
	font-weight: 300;
	color: #C0C0C0;
	font-size: 18px;
	line-height: 28px;
}
.amazon-inject-image{
	height: 100%;
}
.amazon-inject-image img{
	height: 100%;
	object-fit:cover;
}
.video-inject-inner{
	margin-left: -52px;
	margin-right: -52px;
}
@media(max-width:991px){
	.amazon-inject-content {
		padding: 0 20px 35px 20px;
		margin-top: -126px;
		position: relative;
		z-index: 1;
	}
	.amazon-inject-image{
		height: auto;
	}
	.amazon-inject-wrap{
		position: relative;
	}
	.amazon-inject-wrap::after{
		position: absolute;
		bottom: 0px;
		left: 0px;
		content: '';
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.13%, #000000 67.24%);

	}
}
@media(max-width:575px){
	.amazon-inject-wrap::after{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.13%, #000000 57.24%);
	}
}
.stories-from-around-wrap .each-recource-wrap:last-of-type {
	padding-right: 1px;
}
.video-inject {
	padding: 50px 0;
}
.video-inject .video-iframe iframe {
	height: 194px !important;
}
.video-inject .single-video .video-iframe iframe {
	height: 350px !important;
}
#sidebar-quicklinks ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.episode-popup-vdo {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.episode-popup-vdo.show {
	opacity: 1;
	visibility: visible;
}

.episode-popup-vdo-inner {
	position: relative;
	width: 80%;
	max-width: 750px;
	background: #000;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
.episode-popup-vdo iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.episode-popup-vdo .close-popup {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10;
	background: transparent;
	border: none;
	cursor: pointer;
}
.episode-popup-vdo a.close-popup img {
	width: 30px;
	background: #fff;
	border-radius: 20px;
	padding: 7px;
}
@media (max-width: 1024px) {
	.episode-popup-vdo-inner {
		width: 85%;
		aspect-ratio: 16 / 9;
	}
}
@media (max-width: 768px) {
	.episode-popup-vdo-inner {
		width: 90%;
		aspect-ratio: 16 / 9;
	}
}
.page-template-template-video-overview .blog-overview-each h5{
	display:flex;
}