/*040522 new-design fs*/
/*font-family: 'Cormorant Garamond', serif;
font-family: 'Inter', sans-serif;
font-family: 'Lexend', sans-serif;
font-family: 'Open Sans', sans-serif;*/
body{
	padding-top: 95px;
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Lexend', sans-serif;
}
p{
	font-family: 'Inter', sans-serif;
}
.list li p{
	font-family: 'Inter', sans-serif;
}
a.bttn, 
.bttn a, 
button.bttn, 
.search-submit{
	font-family: 'Lexend', sans-serif;
	border-radius: 5px;
	font-weight: 700;
}
header.white {
	border-bottom: 1px solid #E5E5E5;
}
header.white .header-top{
	align-items: center;
	flex-wrap: wrap;
}
header.white nav .container>ul>li>a{
	color: #462b3e;
}
header.white nav ul ul li a{
	color: #fff;
}
header.white nav ul ul li a:hover{
	color: #9fa7ad;
}
header.white nav .container>ul>li>a,
header.white nav ul ul li a{
	font-family: 'Lexend', sans-serif;
	font-weight: 400;
}
h3.h2{
	font-weight: normal;
	font-size: 20px;
}
.hero .inner{
	text-align: left;
	justify-content: flex-start;
	max-width: 1260px;
}
#logo_carousel .slick-slide img{
	min-width: 200px;
}
.hamburger span{
	/*background-color: #462b3e;*/
}
.slick-prev, 
.slick-next{
	width: 40px;
	height: 40px;
}
.section:not([class*="dark"]) .clients .slick-prev, 
.section:not([class*="dark"]) .clients .slick-next {
    border: 2px solid #999999;
    background: #999999;
}
.section:not([class*="dark"]) .clients .slick-prev:hover, 
.section:not([class*="dark"]) .clients .slick-next:hover{
	border-color: #000;
}
.section:not([class*="dark"]) .clients .slick-next:before, 
.section:not([class*="dark"]) .clients .slick-prev:before{
	border-color: #fff;
}
.slick-next:before, 
.slick-prev:before{
	width: 10px;
	height: 10px;
	position: absolute;
    top: 50%;
}
.slick-prev:before{
	transform: translate(-50%,-50%) rotate(135deg);
    left: 53%;
}
.slick-next:before{
	transform: translate(-50%,-50%) rotate(-45deg);
    left: 43%;
}
#case_studies h1.heading,
#team .heading,
.page-content h1,
.contact h1{
	font-size: 35px;
	font-weight: 700;
	color:  #462b3e;
}
.dual-section .bttn a{
	font-size: 18px;
}
.case-study .block{
	box-shadow: none;
	padding: 20px;
	margin-bottom: 50px;
}
@media ( min-width:1200px ) {
    .case-study .block {
        min-height:550px;
    }
}
.case-study .block i{
	display: none;
}
/*
.case-study .block h3{
	font-style: normal;
	color: #462b3e;
    font-weight: 600;
	font-family: 'Lexend', sans-serif;
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
}
.case-study .block p{
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: #333333;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 25px;
}
*/
.case-study .block p.bttn{
	float: right;
	border-bottom: 0;
	padding-bottom: 0;
}
.case-study .block p.bttn a{
	padding: 13px 0px;
    background: transparent;
    color: #9fa7ad;
    font-weight: 600;
}
.case-study .block .cite div{
	height: 48px;
	width: 48px;
}
.case-study .block .cite div img{
	width: 48px;
	height: 48px;
	object-fit: cover;
}
.case-study .block .cite span{
	font-size: 16px;
	font-weight: 600;
	color: #333333 !important;
	width: calc(100% - 48px);
}
.quote{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.quote:before{
	content: '';
	background-color: rgba(52, 31, 46, 0.68);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.quote .head{
	margin-bottom: 0;
}
.quote p{
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 48px;
}
.quote cite{
	font-weight: 700;
	font-size: 18px;
}
.team .block span{
	font-weight: 400;
	font-size: 16px;
}
.team .block span h3{
	font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.team .block .bttn.btn-small a{
    background: transparent;
    color: #9fa7ad;
}
#chart h4{
	font-size: 24px;
	text-align: center;
}
.progress-vertical-bar{
	border-radius: 0;
}
body .progress-vertical+h3 {
    transform: none;
    text-align: center;
    top: 0;
    left: 0;
    width: auto;
    font-weight: normal;
}
#quote_headshot{
	background-size: cover;
	background-position: center center;
	position: relative;
}
#quote_headshot:before{
	content: '';
	background: rgba(97, 59, 15, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials .head{
	display: none;
}
.testimonials .col-md-12{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}
.testimonials .col-md-12 .quote-image{
	order: 2;
	flex:  0 0 25%;
	max-width: 25%;
	padding: 0 15px;
}
.testimonials .col-md-12 .quote-content{
	order: 1;
	flex:  0 0 75%;
	max-width: 75%;
	padding: 0 15px;
	text-align: left;
}
.testimonials .col-md-12 .quote-content p{
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
}
.testimonials .col-md-12 .quote-content cite{
	font-weight: 700;
	font-size: 18px;
}
.testimonials .col-md-12 .quote-content cite span{
	font-weight: 400;
	display: block;
}
#contact{
	background-repeat: no-repeat;
	position: relative;
	padding: 90px 0;
}
#contact:before {
    content: '';
    background: linear-gradient(270deg, #F4F4F4 60%, rgba(244, 244, 244, 0) 100%);
    position: absolute;
    left: 90px;
    height: 100%;
    width: 100%;
    top: 0;
}
.contact h1{
	margin-bottom: 15px;
}
.contact h4{
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.contact p{
	font-weight: 400;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
	color:  #333;
	line-height: 1.3;
	margin-bottom: 40px;
}
.contact textarea, 
.contact input{
	border: 0;
	font-family: 'Inter', sans-serif;
	margin-bottom: 15px;
}
#contact .gform_fields > li.radio-box > label{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #333333;
}
#contact .radio-box * {
    color: #333 !important;
    font-size: 16px;
}
.contact_wrapper input[type="submit"]{
	border-radius: 5px;
}
.icon-list-wrapper{
	padding: 100px 0;
}
.icon-list-wrapper .block{
	padding: 0 20px;
}
.icon-list-wrapper .block .icon-wrap{
	text-align: center;
}
.icon-list-wrapper .block .content-wrap{
	text-align: center;
	margin-top: 30px;
}
.icon-list-wrapper .block .content-wrap h3{
	font-weight: 700;
	font-size: 18px;
	font-family: 'Lexend', sans-serif;
	margin-bottom: 20px;
}
.icon-list-wrapper .block .content-wrap p{
	font-weight: 400;
	font-size: 16px;
	font-family: 'Inter', sans-serif;;
}
.inner-hero-banner{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	/*padding: 150px 0;*/
}
.inner-hero-banner .image-wrap{
	width: 50vw;
}
.inner-hero-banner .image-wrap img{
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.inner-hero-banner .bttn{
	margin-bottom: 0;
}
.two-column-section{
	padding: 100px 0;
}
.two-column-section .head {
	width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.two-column-section .head span{
	padding-bottom: 0;
}
.two-column-section .list li h3{
	margin-bottom: 10px;
}
footer{
	padding: 0;
}
.footer-top {
	padding: 50px 0;
}
.footer-top h3{
	text-transform: none;
	font-family: 'Lexend', sans-serif;
}
.footer-top ul.sub-menu{
	margin-top: 10px;
}
.footer-top ul li a{
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}
.footer-top ul li a:before{
	display: none;
}
footer p,
footer a{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
footer .social{
	margin: 15px 0;
}
footer .social a:first-child{
	padding-left: 0;
}
footer .social a:last-child{
	padding-right: 0;
}
footer .social a{
	color: #ffffff;
	padding: 0 8px;
	font-size: 26px;
}
footer .social a:hover{
	color: #9fa7ad;
}
.secition-hide{
	display: none;
}
@media only screen and (min-width: 1400px){
	.container{
		max-width: 1260px;
	}
}
@media only screen and (max-width: 1199px){
	a.bttn, 
	.bttn a, 
	button.bttn, 
	.search-submit{
		font-size: 14px;
		padding: 8px 10px;
	}
	.hero>img{
		min-height: 100%;
	}
	.two-column-section .head{
		width: 50%;
	}

    .contact h4{
		font-size: 20px;
    }
    .inner-hero-banner p br{
    	display: none;
    }
    .inner-hero-banner .bttn{
    	padding: 0;
    }
}
@media only screen and (max-width: 991px){
	header .bttn.btn-small{
		display: none;
	}
	.hamburger{
		top: 30px;
		right: 15px;
	}
	.menu-act header nav{
		top: 140px;
	}
	header.white nav .container>ul>li>a{
		color: #fff;
	}
    body #hero{
    	background-image: url(https://2025.nakedrecovery.com/wp-content/uploads/2025/12/0.-Home-Page-scaled.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 60% !important;
    }
	body #hero img{
    	display:none;
    }
	#hero img{
		opacity: 1;
    	min-height: 100%;
	}
	.two-column-section .head{
		width: 60%;
	}
}
@media only screen and (max-width: 767px){
	body{
		/*padding-top: 45px !important;*/
		padding-top: 85px !important;
	}
	.menu-act header nav {
	    top: 90px;
	}
	body #hero{
		/*background: transparent !important;*/
		height: auto !important;
	}
	body #hero img{
		/*display: block;*/
        display:none;
	}
	#hero .inner{
		/*position: absolute;*/
		padding:20px;
        top:0;
	}
	#hero .inner p{
		font-size: 20px;
	}
	#hero .bttn{
		padding-left: 0;
		padding-right: 0;
	}
	#hero .bttn a{
		font-size: 14px;
		width: 100%;
	    text-align: center;
	    /*padding: 12px;*/
	}
	#image_text.dual-section {
	    padding: 50px 5px;
	}
	.dual-section h2{
		font-size: 35px !important;
	}
	.dual-section p{
		font-size: 18px;
	}
	.dual-section .bttn{
		padding: 0;
		margin-bottom: 0;
	}
	.dual-section .bttn a{
		font-size: 18px;
		padding: 17px 25px;
	}
	div#quote {
		padding: 75px 25px;
	}
	.quote p{
		line-height: 1.3;
	}
	div#quote .head{
		margin-bottom: 0;
	}
	#case_studies h1.heading,
	#team .heading,
	.page-content h1,
	.contact h1{
		font-size: 35px !important;
	}
	#case_studies {
	    padding: 50px 0 !important;
	}
	.case-study .block .cite div{
		position: relative;
	}
	.case-study .block .cite div img{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.case-study .block .cite span{
		padding-left: 10px;
	}
	.case-study .block p.bttn a{
		padding: 0;
	}
	#chart h4{
		font-size: 24px !important;
	}
	.progress-vertical {
    	height: 160px;
    }
    .testimonials .col-md-12{
    	margin: 0;
    }
    .testimonials .col-md-12 .quote-image,
    .testimonials .col-md-12 .quote-content{
    	flex: 0 0 100%;
    	max-width: 100%;
    	padding: 0;
    }
    .testimonials .col-md-12 .quote-image{
    	margin-top: 40px;
    	margin-bottom: 40px;
    }
    div#contact{
    	padding: 50px 15px;
    }
    #contact:before{
    	background-color: #f4f4f4;
    	left: 0;
    }
    .contact h4{
		font-size: 24px !important;
    }
    .contact h4 br{
    	display: none;
    }
    .icon-list-wrapper {
	    padding: 50px 0;
	}
    .icon-list-wrapper .block .content-wrap{
    	padding: 0 10%;
    }
    .inner-hero-banner{
    	padding: 0 0 25px ;
    }
    .inner-hero-banner .col-md-6:last-child{
    	padding: 0;
    	order: -1;
    }
    .inner-hero-banner .image-wrap{
    	width: 100%;
    	margin-bottom: 25px;
    }
	.inner-hero-banner .image-wrap img{
		object-position: top right;
	}
	.inner-hero-banner .bttn {
	    margin-bottom: 10px;
	}
	.two-column-section{
		padding: 50px 0;
	}
	.two-column-section .head{
		width: 100%;
		margin-bottom: 40px;
	}
	.two-column-section .head span{
		padding-bottom: 10px;
	}
	.two-column-section .list{
		margin-top: 20px;
	}
	.video.section{
		padding: 50px 0 !important;
	}
	div#team {
	    padding: 50px 25px;
	}
	#team .head {
	    margin-bottom: 40px;
	}
	.team .block{
		margin-bottom: 40px;
	}
	.team .block span{
		padding: 0;
	}
	.team .block span h3{
		margin-bottom: 20px;
	}
	.team .block .bttn.btn-small{
		padding-top: 0;
	}
	.team .block .bttn.btn-small a{
		padding: 0;
	}
}

/* NAKED DIVORCE CUSTOMIZER STYLES */

body.page-id-14583 .hero {
    background-size: cover !important;
    background-position: center top !important;
}

@media (min-width: 1200px){
.cta_custom > div {
    justify-content: flex-start;
}
	
.cta_custom > img {
    position: relative;
    top: 0;
    bottom: auto !important;
    left: 0;
    width: 150px;
    transform: none !important;
}
.cta_custom > div {
    padding: 40px 40px 40px 35px;
}
	
.cta_custom {
    padding-left: 0;
    margin: 0 -15px;
    background: #9fa7ad;
    display: flex;
    align-items: center;
    justify-content: center;
}	
	
}
#gform_1 .gform_validation_container{
	display:none;
}

/* LANDING PAGES */

.page-template-templatelanding-php h1, .page-template-templatelanding-php h2, .page-template-templatelanding-php h3, .page-template-templatelanding-php h4, .page-template-templatelanding-php h5, .page-template-templatelanding-php h6,
.page-template-templatelanding-php .form-section .subscription form input[type="submit"] {
font-family: 'Lexend', sans-serif !important;
	}

.page-template-templatelanding-php p, .page-template-templatelanding-php ul li {
	font-family: 'Inter', sans-serif !important;
	font-size:20px;
}

.page-template-templatelanding-php .about-section .img-block img, .page-template-templatelanding-php .form-section .img-block img, .page-template-templatelanding-php .banner-section .img-block img {
	height:auto;
}

.page-template-templatelanding-php .video-section p {
	max-width:768px;
	margin:0 auto 60px auto;
}

.page-template-templatelanding-php .video-section p:last-child {
	margin:0 auto;
}

.page-template-templatelanding-php .video-section ul {
	margin-bottom:30px;
}

.page-template-templatelanding-php .content-text-section.white {
	background:#eee;
	padding-top:100px;
}

.page-template-templatelanding-php .content-section.white p {
	font-size:60px;
	font-family: 'Cormorant Garamond', serif !important;
	line-height:1.2;
	font-weight:500;
	text-align:center;
	margin:0 auto;
	max-width:1024px;
}

.page-template-templatelanding-php p.quote-content {
	color:#fff;
		font-size:60px;
	font-family: 'Cormorant Garamond', serif !important;
	line-height:1.2;
	font-weight:500;
	text-align:center;
}

.form-section.green .row {
	    justify-content: center!important;
}

.form-section.green .row .col-lg-7 {
	display:none;
}
.form-section .video-block{
	line-height: 0;
}
.form-section .video-block iframe{
	height: 380px;
}
.form-section .subscription{
	height: 100%;
}
@media only screen and (max-width: 1199px){
	.form-section .video-block iframe{
		height: 315px;
	}
	.form-section .subscription{
		padding: 24px 30px;
	}
}
@media only screen and (max-width: 991px){
	.form-section .video-block{
		margin-bottom:30px;
	}
}
@media only screen and (max-width:767px){
	.form-section .video-block iframe{
		height: auto;
	}
}
@media only screen and (max-width:479px){
	.form-section .video-block iframe{
		height: 155px;
	}
}

/* MODULES OVERRIDES */

#contact {
    background-image: url(https://dev.canvascollective.ca/nakeddivorce/wp-content/uploads/2022/04/contact-bg.jpg);
    background-color: #dfdfdf;
}

#contact br {
	display:none;
}

.text-shadow {
	text-shadow:3px 3px 8px #212121;
}

.popup-two-inner .gform_fields > li.radio-box li {
	margin-right:12px;
}

@media ( min-width:1300px ) {
	header.white {
	padding:0 30px;
	}
}

@media ( max-width:768px ) {
	#hero .heading {
		color:#462b3e !important;
	}
}

/* REMOVE WHEN COMPLETE */

@media ( max-width:991px ) {
    .header-top {
        padding:30px 0;
    }
}

@media only screen and (max-width: 767px){
	.menu-act header nav {
	    top: 61px !important;
	}
}

/* OVERLAY HERO */

.inner-div.overlay-div {
	background:rgba(255,255,255,0.5);
	padding:30px 50px;
	border-radius:20px;
	max-width:600px;
	margin:0 auto;
	text-align:center;
}

.inner-div.overlay-div h1 {
	font-size:22px;
	font-weight:300;
	color:#545454 !important;
}

.inner-div.overlay-div p {
	color:#545454;
	font-size:15px;
}

@media ( max-width:640px ) {
	.inner-div.overlay-div {
		padding:15px;
	}
	
	.inner-div.overlay-div h1 {
		font-size:18px !important;
	}
	
	.inner-div.overlay-div p {
		font-size:12px;
		line-height:1.2;
		margin-bottom:10px;
	}
}

/* Form Adjustments */

#contact .contact_wrapper select {
	height: 55px;
    border-radius: 7px;
    background-color: #fff;
    width: 100%;
    border: none;
    padding: 0 20px;
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
}

.popup-two-inner select {
	background:#fff !important;
	color:#777 !important;
}

/*gform*/
#subscribe_form .content-block img{
	width: 100%;
	margin: 0;
	height: 100%;
	object-fit: cover;
}
#subscribe_form .content-block{
	height: 100%;
}
#subscribe_form .col-md-4 .content-block > div {
    height: 100%;
}
.gform_wrapper form .gform_body .gform_fields{
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 0px;
	margin: 0 -10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name {
	width: 35%;
	max-width: 35%;
	padding: 0 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-email {
	width: 55%;
	max-width: 55%;
	padding: 0 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-submit{
	width: 25%;
	max-width: 25%;
	padding: 0 10px;
	margin-left: -15%;
}
.gform_wrapper form .gform_body .gform_fields .gfield legend,
.gform_wrapper form .gform_body .gform_fields .gfield label{
	display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="email"]{
	border-radius: 50px;
	border: 1px solid #ffffff;
	padding: 18px 20px;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
	background-color: #ffffff;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type="email"]{
	padding: 18px 110px 18px 20px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gf-turnstile-container{
	display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit input{
	align-self: flex-start;
    background: #000000;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 26px;
    border: 1px solid #000000;
    text-wrap: auto;
    transition: all 0.6s;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit input:hover{
	background: #ffffff;
	color: #000000;
}
@media only screen and (max-width:991px){
	
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name {
		width: 50%;
		max-width: 50%;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-email {
		width: 50%;
		max-width: 50%;
	}
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-submit{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

}
@media only screen and (max-width:991px){
	
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-name,
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-email,
	.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-submit{
		width: 100%;
		max-width: 100%;
	}

}
/*gform end*/

/* 2026 CLEAN UP */
.menu-item-has-children > a:before {
	display:none;
}

header nav .container>ul>li>a {
	font-family:"Source Sans 3", sans-serif;
	font-weight:600;
}

.head h2 {
	margin-bottom:30px;
}

.head p {
	font-family:"Source Sans 3", sans-serif;
	line-height:1.5;
	max-width:70%;
	margin:0 auto;
}

.head p:last-child {
	margin-bottom:0 !important;
}

.head span {
	font-weight:400 !important;
	text-transform:none;
	letter-spacing:0;
}

.icon-list-wrapper .block .content-wrap h3 {
	font-family:"Source Sans 3", sans-serif;
	font-size:32px;
	font-weight:600;
	letter-spacing:-1.2px;
}

a.bttn {
	background-color:#000 !important;
}

a.bttn:hover {
	background-color:#6c757d !important;
}

.features-v2 {
	padding:80px 0;
}

.icon-list-wrapper.programs-list .block .content-wrap a:hover {
	background:transparent;
}

.page-content p,
.page-content ul li {
	color:#000 !important;
}

.popup-one,
.popup-two {
  background-color: rgba(255, 255, 255, 0.68);
  height: 100vh;
  display: flex;
  align-items: center;
  position: fixed;
  top: 50vh;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 777;
  transition: 0.3s all;
}

.popup-one-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-one-inner::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.popup-one-inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.popup-two.act,
.popup-one.act {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}

.popup-one-inner {
  background: #462b3e;
  width: 95%;
  max-width: 850px;
  border-radius: 16px;
  background-color: #462b3e;
  margin: 0 auto;
  padding: 45px 35px 60px;
  display: flex;
}

.popup-one-inner .popup-img {
  margin-top: -90px;
  min-width: 250px;
}

.popup-one-inner .popup-content {
  padding: 0 0 0 45px;
}

.popup-one-inner .popup-content h3 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 20%;
}

.popup-one-inner .popup-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.popup-btns a {
  border: 1px solid #f89728;
  margin-right: 10px;
}

.popup-btns .bttn-border a {
  background: transparent;
  color: #f89728;
}

.popup-close {
  color: #000;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 50px;
  line-height: 1;
  font-weight: 200;
  font-family: "helvetica 35", Arial;
  cursor: pointer;
  z-index: 22;
}

.popup-two-inner {
  background: #462b3e;
  width: 95%;
  max-width: 500px;
  border-radius: 16px;
  background-color: #462b3e;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  max-height: calc(100vh - 40px);
  overflow: auto;
  overflow-x: hidden;
}

.popup-two-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-two-inner::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.popup-two-inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.popup-two-inner h3 {
  color: #f89728;
  text-align: center;
}

.popup-two-inner .row {
  margin: 0 -10px;
}

.popup-two-inner [class*="col-"] {
  padding: 0 10px;
}

.popup-two-inner input:not([type="radio"]),
.popup-two-inner textarea,
.popup-two-inner select {
  height: 55px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.04);
  width: 100%;
  border: none;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}

.popup-two-inner input[type="submit"] {
  background: #f89728;
}

.popup-two-inner ::-webkit-input-placeholder {
  color: #ffffff;
}

.popup-two-inner :-ms-input-placeholder {
  color: #ffffff;
}

.popup-two-inner ::placeholder {
  color: #ffffff;
}

.popup-two-inner #gform_confirmation_message_1 {
  color: #fff !important;
}