/* Get Nourianz */
.actor-portrayals{
	bottom: 3%;
	left: 30px;
}

.get-nourianz-portrayal.actor-portrayals{
		bottom: 41px;
		right: 0;
}

.r-ball-header{
	top: -3px;
}
.process {
	max-width: 400px;
	/* margin-top: 20px; */
	flex-direction: column;
	text-align: center;
}

#prescription{
	padding: 60px 0;
}

.green-box p,
.text{
	font-size: 20px;
	line-height: 24px;
}
.process>span {
	width: 72px;
	height: 78px;
	margin: 0 auto 20px;
}

.process>svg {
	margin: 0 auto 20px;
}

.process.step-1>span {
	background-image: url("../images/get-nourianz/step-1-icon.svg");
}

.process.step-2>span {
	width: 85px;
	background-image: url("../images/get-nourianz/step-2-icon.svg");
}

/* .get-nourianz .btn {
	max-width: 290px;
} */

.get-nourianz .green-box {
	/* margin: 0 -15px;
	padding: 70px 0; */

	height: 305px;
    display: flex;
    align-items: center;
	justify-content: center;
}

/* #prescription strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
} */

.help-paying-section {
	padding: 40px 0 60px;
}

.col-full-width{
	position: absolute;
	right: 0;
}
.saving{
	height: 304px !important;
}

@media (min-width: 992px) {
	.process {
		flex-direction: row;
		text-align: left;
	}

	/* .get-nourianz .green-box {
		margin-right: -15px;
		margin-left: -15px;
		padding: 75px 0 75px 69px;
	}

	.get-nourianz .green-box__content {
		width: 273px;
	} */
}

@media (min-width: 1200px) {
	/* .get-nourianz .green-box {
		margin-right: -30px;
	} */
}

@media (min-width: 1280px) {
	/* .get-nourianz .green-box {
		margin-right: -75px;
	} */
}
@media (min-width: 1350px) {
	.container {
        max-width: 1220px !important;
    }
}
.graphic-get-1 {
	max-width: 85px;
	margin: 40px auto 0;
}

@media only screen and (max-width: 1199px) {
	.custom-padding{
		padding-left: 150px;
	}
}

@media only screen and (max-width: 991px) {

	.saving .btn-get{
		display: inline-flex;
	}

	.get-nourianz .green-box{
		height: 322px;
	}

	.process>svg{
		margin: 0;
		min-width: 120px;
	}
	.hero-text{
		padding-left: 25px;
	}
    .bg .container .actor-portrayals p, .actor-portrayals p {
     padding-left: 10px;
	}
	.col-full-width{
		position: relative;
		right: 0;
	}
	.saving{
		height: auto !important;
	}

}



@media(min-width:768px){

	.process>span, .process>svg {
		width: 56%;
	}	

	.actor-portrayals{
		bottom: 3%;
		left: 90.8%;
	}

}
@media (min-width: 768px) and (max-width: 1100px){
	.actor-portrayals{
		left: 85%;
	}
}
@media only screen and (max-width: 991px){
	.custom-pb-60{
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 767px){

		.bg-get-nourianz .container{
		padding-top: 0;
		align-items: flex-end;
	}

		.bg-get-nourianz .bg-full{
    background-repeat: no-repeat;
    background-position: center;
	}
	.w-sm-100{
		display: block;
		max-width: 100px;
	}

	.get-nourianz-portrayal.actor-portrayals{
		top: 20px;
		left: 30px !important;
		bottom: unset;
		right: unset;
}
	
	.process{
		max-width: unset;
		flex-direction: row;
		justify-self: center;
	}
	.steps{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 419px){
.show-mobile{
	display: none !important;
}
}