/* Permotion Section CSS */
.permotion-outer {
	width: 100%;
	height: 100vh;
	max-width: 100%;
	margin: auto;
    margin-top: 50px;
	font-family: "Hanken Grotesk", sans-serif;
	position: relative;
	overflow: hidden;
}
.permotion-outer .outer-inner {
    position: relative;
}
.permotion-outer .outer-inner .shape-div {
	margin: auto;
    background: #ece9e4;
	padding: 60px;
    border-radius: 30px;
	border: 2px solid #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    height: 100vh;
    width: 860px;
    pointer-events: none;
}

.smile-top-title, .new_patient_top_title {
	color: #000000;
	font-family: "Horizon", Sans-serif;
	font-size: 2.2vw;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	margin-top: 0;
    margin-bottom: 40px;
}

.top_anim .image img, .bottom_anim .new_patient_top_image {
    height: 100%;
    width: 500px;
    display: block;
    margin: auto;
}

.width-full{
    width: 100%;
}

.contain-wrapper {
    max-width: 800px;
    margin: auto;
	height: 100vh;
	position: relative;
}
.smile-middle-title, .new_patient_middle_title {
	color: #000000;
	font-family: "Horizon", Sans-serif;
	font-size: 2vw;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	transition: .3s linear;
}
.top-heading {
	text-align: center;
	color: #000000;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 40px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 2px;
    line-height: normal;
}
.top-heading b {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 50px;
	margin-top: 6px;
}


.outer-inner ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 17px;
}

.outer-inner .top-list, .new_patient_bottom_content ul{
	font-family: "Horizon", Sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #000;
	line-height: 1.7;
	list-style: none;
	padding-left: 0;
}

.outer-inner .top-list li, .new_patient_bottom_content ul li{
	position: relative;
	padding-left: 40px;
}
.outer-inner .top-list li::after, .new_patient_bottom_content ul li::after {
	content: '1';
	position: absolute;
	left: 0;
	font-size: 20px;
	font-family: initial;
	border-radius: 50%;
	border: 1px solid #000;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
    font-weight: 400;
}
.outer-inner .top-list li:nth-child(2)::after, .new_patient_bottom_content ul li:nth-child(2)::after{
	content: '2';
}
.outer-inner p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}




.bottom-list-second li::after{
	display: none !important;
}
.bottom-list-second li {
    list-style: disc !important;
    padding: 0px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: "Hanken Grotesk", Sans-serif;
    margin: 0px 0px 5px !important;
}


.scroll-down {
	position: fixed;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	pointer-events: none;
	transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-down__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #000;
}

.scroll-down__arrow {
	width: 30px;
	height: 30px;
	animation: arrow-attention 3s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}


@keyframes arrow-attention {
	0% {
	  transform: translate3d(0, 0, 0);
	}
	20% {
	  transform: translate3d(0, 0.5rem, 0);
	}
	40% {
	  transform: translate3d(0, 0, 0);
	}
	60% {
	  transform: translate3d(0, 0.5rem, 0);
	}
	80% {
	  transform: translate3d(0, 0, 0);
	}
	100% {
	  transform: translate3d(0, 0, 0);
	}
  }



.top_anim, .bottom_anim {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	/* opacity: 0; */
	transition: .3s linear;
}
.smile-bottom-content, .new_patient_bottom_content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	transition: .3s linear;
}

.bottom_anim {
	opacity: 0;
	transition: .3s linear;
}

/* .mouse-follower {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 99px;
	opacity: 0;
	pointer-events: none;
	mix-blend-mode: difference;		
	background-color: red;
	z-index: 99999;
} */

.new_patient_bottom_content ul {
	font-size: 21px;
}
.new_patient_bottom_content ul li:last-child {
	margin-bottom: 0;
}
.new_patient_bottom_content ul li {
	margin-bottom: 30px;
	line-height: 1.4;
}
.new_patient_bottom_content ul li::after {
	top: 0;
  	transform: translateY(0%);
	height: 40px;
	width: 40px;
	font-size: 25px;
}
.new_patient_bottom_content ul li {
	padding-left: 50px;
}
.book-rsvp {
    font-size: 16px;
    padding: 7px 15px 7px 15px;
    font-family: "Hanken Grotesk", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #32373C00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
    margin-top: 5px;
    display: inline-block;
}
.book-rsvp:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: #fff;
}

@media (max-width: 1600px) {
	.contain-wrapper {max-width: 730px;}
}
@media (max-width: 1480px) {
	.outer-inner .top-list, .new_patient_bottom_content ul {font-size: 17px;}
	.new_patient_bottom_content ul {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1190px) {
	.smile-top-title, .new_patient_top_title {
		font-size: 30px;
	}
	.smile-middle-title, .new_patient_middle_title {
		font-size: 35px;
	}
	.top-heading {
		font-size: 30px;
  		letter-spacing: 1px;
	}
	.top-heading b {
		font-size: 35px;
	}
}
@media (max-width: 992px) {
	.top_anim .image img, .bottom_anim .new_patient_top_image {
		width: 310px;
	}
	.smile-top-title, .new_patient_top_title {
		font-size: 25px;
	}
	.smile-middle-title, .new_patient_middle_title {
		font-size: 21px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.outer-inner .top-list, .new_patient_bottom_content ul {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.smile-bottom-content, .new_patient_bottom_content {
		width: 90%;
	}
	.book-rsvp {
        font-size: 14px;
		padding: 6px 10px 6px 10px;
	}
}
