/*====================== Webfonts fonts ========================*/
@font-face {
	font-family: 'Netflix Sans';
	src: url('../webfonts/NetflixSans-Light.eot');
	src: url('../webfonts/NetflixSans-Light.eot?#iefix') format('embedded-opentype'),
	  url('../webfonts/NetflixSans-Light.woff2') format('woff2'),
	  url('../webfonts/NetflixSans-Light.woff') format('woff'),
	  url('../webfonts/NetflixSans-Light.ttf') format('truetype'),
	  url('../webfonts/NetflixSans-Light.svg#NetflixSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Netflix Sans';
	src: url('../webfonts/NetflixSans-Bold.eot');
	src: url('../webfonts/NetflixSans-Bold.eot?#iefix') format('embedded-opentype'),
	  url('../webfonts/NetflixSans-Bold.woff2') format('woff2'),
	  url('../webfonts/NetflixSans-Bold.woff') format('woff'),
	  url('../webfonts/NetflixSans-Bold.ttf') format('truetype'),
	  url('../webfonts/NetflixSans-Bold.svg#NetflixSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Netflix Sans';
	src: url('../webfonts/NetflixSans-Medium.eot');
	src: url('../webfonts/NetflixSans-Medium.eot?#iefix') format('embedded-opentype'),
	  url('../webfonts/NetflixSans-Medium.woff2') format('woff2'),
	  url('../webfonts/NetflixSans-Medium.woff') format('woff'),
	  url('../webfonts/NetflixSans-Medium.ttf') format('truetype'),
	  url('../webfonts/NetflixSans-Medium.svg#NetflixSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Netflix Sans';
	src: url('../webfonts/NetflixSans-Regular.eot');
	src: url('../webfonts/NetflixSans-Regular.eot?#iefix') format('embedded-opentype'),
	  url('../webfonts/NetflixSans-Regular.woff2') format('woff2'),
	  url('../webfonts/NetflixSans-Regular.woff') format('woff'),
	  url('../webfonts/NetflixSans-Regular.ttf') format('truetype'),
	  url('../webfonts/NetflixSans-Regular.svg#NetflixSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*====================== Basic css ========================*/
html {
	font-size: 62.5%;
}

:root {
	scroll-behavior: unset;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

body {
	font-family: 'Netflix Sans';
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	background-color: #fff;
	color: #131313;
}

/*========= header-area start =========*/
.header-area {
    background: #FFFFFF;
    padding: 1.6rem 0;
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
    z-index: 99;
    transition: 0.3s;
    box-shadow: 0 1.2rem 7.6rem rgba(0,0,0,0.1);
}
.header-main {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo a{
	display: flex;
	align-items: center;
}
.header-logo img {
	width: 4rem;
}
.header-logo span{
	color: #131313;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 2.8rem;
	margin-left: 1.8rem;
}

.header-menu ul {
	display: flex;
	align-items: center;
}

.header-menu ul li {
	font-weight: 400;
	line-height: 1.25;
	color: #747474;
	padding-left: 2.5rem;
}
 
.header-menu ul li a {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #747474;
    display: flex;
    align-items: center;
    transition: 0.3s all ease;
}

.header-menu ul li a img {
    width: 1.6rem;
    margin-right: 2rem;
    transition: 0.3s all ease;
}

.header-menu ul li a:hover img {
	filter: invert(64%) sepia(76%) saturate(1523%) hue-rotate(144deg) brightness(98%) contrast(79%);
}

.header-menu ul li a:hover {
	color: #1FC0E1;
}

.hambergur-btn span {
	cursor: pointer;
}

.hambergur-btn img {
	max-width: 100%;
	transition: 0.3s all ease;
}

.hambergur-btn img:hover {
	opacity: 0.6;
}

/*======= main-wrapper start ========*/
.main-left {
    background-image: url(../img/hotel.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 8.8rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-left h1 {
	font-weight: 700;
	font-size: 6.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #FFFFFF;
	border-left: 0.8rem solid #FFFFFF;
	padding-left: 4rem;
}

.main-right {
	padding: 6.4rem 0 5rem;
	min-height: calc(100vh - 9.4rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wrapright-upper {
	width: 48.8rem;
	margin: 0 auto;
}

.wrapright-upper h2 {
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #131313;
	margin-bottom: 1.2rem;
}

.wrapright-upper p {
	line-height: 1.25;
	text-transform: capitalize;
	color: #747474;
}

.wrapper-item {
	width: 48.8rem;
	margin: 4rem auto 0;
}

.wrapper-item a {
	background: #FFFFFF;
	padding: 2rem 2.4rem;
	display: block;
	width: 100%;
	border-radius: 1.6rem;
	position: relative;
	margin-bottom: 1.6rem;
}

.wrapper-item a span {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.25;
	text-transform: capitalize;
	color: #747474;
	display: block;
	margin-bottom: 0.8rem;
}

.wrapper-item a strong {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.25;
	text-transform: capitalize;
	color: #131313;
	display: block;
}

.wrapper-item a img {
	width: 2.12rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3rem;
}

.wrapper-cntbox {
    background: rgba(119, 110, 114, 0.04);
    padding: 2rem 2.4rem;
    border-radius: 1.2rem;
    margin-bottom: 1.6rem;
}

.wrapper-cntbox label {
	font-weight: 400;
	line-height: 1.25;
	text-transform: capitalize;
	color: #747474;
	display: block;
	margin-bottom: 0.8rem;
}

.wrapper-cntbox input {
	font-family: 'Netflix Sans';
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.25;
	text-transform: capitalize;
	color: #131313;
	background: none;
	border: none;
	outline: none;
	width: 100%;
	display: block;
}

.wrapper-cntbox input::placeholder {
	opacity: 1;
	color: #131313;
}

.wrapper-cntbox select {
	font-family: 'Netflix Sans';
	width: 100%;
	display: block;
	font-weight: 500;
	font-size: 2.2rem;
	text-transform: capitalize;
	color: #131313;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url(../img/down.svg);
	background-repeat: no-repeat;
	background-position: 97% top;
	background-size: 1.85rem;
}

.wrapper-cntbox select option {
	font-family: 'Netflix Sans';
	color: #131313;
}

.wrapper-btn a {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: #1FC0E1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    padding: 2.4rem 0rem;
    border-radius: 1.2rem;
    margin-top: 5.2rem;
    transition: 0.3s all ease;
    text-transform: uppercase;
}

.wrapper-btn a img {
	width: 1.2rem;
	margin-left: 1.5rem;
}

.wrapper-btn a:hover {
	background-color: #131313;
}

.wrapper-btn button {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: #1FC0E1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    padding: 2.4rem 0rem;
    border-radius: 1.2rem;
    margin-top: 5.2rem;
    transition: 0.3s all ease;
    text-transform: uppercase;
}

.wrapper-btn button img {
	width: 1.2rem;
	margin-left: 1.5rem;
}

.wrapper-btn button:hover {
	background-color: #131313;
}

/*======= result_v1 page start ========*/
.main-wrapper2 {
	padding: 4.8rem 0;
}

.reserv-part {
	background: #FFFFFF;
	border-radius: 2.4rem;
}

.reserv-title {
	padding: 4.8rem 0rem 1.2rem;
}

.reserv-title h2 {
	font-weight: 500;
	font-size: 4rem;
	text-transform: capitalize;
	color: #131313;
	margin: 0;
}

.reserv-main {
	padding: 3.2rem 0rem;
}

.reserv-box {
    background: #FFFFFF;
    padding: 3.5rem;
    border-radius: 2.4rem;
    box-shadow: 0 2.4rem 10rem rgba(0,0,0,0.08);
}

.reserv-boxupper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.4rem;
}

.boxupr-left h4 {
	font-weight: 400;
	font-size: 2rem;
	text-transform: capitalize;
	color: #747474;
	margin-bottom: 0.8rem;
}

.boxupr-left p {
	font-weight: 400;
	font-size: 2.4rem;
	text-transform: capitalize;
	color: #131313;
	margin: 0;
}

.boxupr-right .check-status {
	font-weight: 400;
	font-size: 1.6rem;
	text-transform: capitalize;
	color: #0EA34A;
	background: #E6F2EB;
	display: inline-block;
	padding: 0.8rem 1.6rem;
	border-radius: 0.8rem;
	transition: 0.3s all ease;
}

.reserv-boxinner ul li {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 2rem;
	color: #131313;
	padding-bottom: 1.6rem;
}

.reserv-boxinner ul li img {
	width: 2.5rem;
	margin-right: 1.2rem;
}

.reserv-boxinner {
	border-bottom: 0.1rem solid rgba(0,0,0,0.10);
	padding: 2.4rem 0;
}

.reserv-boxinner ul li:last-child {
	padding-bottom: 0;
}

.reserv-btn {
	padding-top: 2.4rem;
}

.reserv-btn ul {
	display: flex;
	align-items: center;
	margin-left: -1rem;
	margin-right: -1rem;
}
.reserv-btn ul li{
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 50%;
	flex: 0 0 50%;
}
.reserv-btn ul li button,
.reserv-btn ul li a {
    font-weight: 500;
    font-size: 2rem;
    text-transform: capitalize;
    color: #1FC0E1;
    background-color: #FFFFFF;
    border: 0.1rem solid #1FC0E1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.3rem 2rem;
    border-radius: 1.2rem;
    transition: 0.3s all ease;
    text-transform: uppercase;
}

.reserv-btn ul li button:hover,
.reserv-btn ul li a:hover,
.reserv-btn ul li .active {
	background-color: #1FC0E1;
	border-color: #1FC0E1;
	color: #FFFFFF;
}
.reserv-btn ul li .active:hover{
	background-color: #131313;
	border-color: #131313;
}
.reserv-btn ul li .active img {
    width: 1rem;
    margin-left: 1.6rem;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.powered-item {
	padding-top: 1.6rem;
	text-align: right;
}

.powered-item img {
	width: 15.2rem;
}

.boxupr-right h6 {
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #131313;
	margin-bottom: 0.5rem;
}

.boxupr-right h6 span {
	color: #747474;
}

.boxupr-right ul li {
	display: inline-block;
	padding-left: 0.2rem;
}

.boxupr-right ul li span {
	width: 4rem;
	height: 1.2rem;
	background: rgba(0,0,0,0.10);
	border: 0.1rem solid rgba(0,0,0,0.10);
	display: block;
	border-radius: 3.4rem;
	transition: 0.3s all ease;
	cursor: pointer;
}

.boxupr-right ul li span:hover,
.boxupr-right ul li .hover {
	border-color: #1FC0E1;
}

.boxupr-right ul li .active {
	background: #1FC0E1;
	border-color: #1FC0E1;
}

/*========== registration page start ==========-*/
.reguper-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reg-mainprt {
	padding: 2.8rem 0rem 3.2rem;
}

.regbox-inner {
	border-bottom: none;
	padding-bottom: 0;
}

.mb-5 {
	margin-bottom: 2rem!important;
}

.reg-item {
	border: 0.1rem solid rgba(0,0,0,0.10);
}

.reg-item input {
	color: #131313;
	text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
}

.reg-item select {
	width: 100%;
	display: block;
	font-weight: 400;
	font-size: 2.4rem;
	text-transform: capitalize;
	color: #131313;
	background: none;
	outline: none;
	border: none;
	text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url(../img/down.svg);
	background-repeat: no-repeat;
	background-position: 97% top;
	background-size: 1.85rem;
}

.signatura-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 15rem;
}

.signatura-box span {
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #1FC0E1;
	text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: block;
	margin-left: auto;
	position: relative;
}

.signatura-box span::after {
	content: "";
	width: 2px;
	height: 9.5rem;
	display: block;
	background: #F0F0F0;
	position: absolute;
	top: 50%;
	left: -2.5rem;
	transform: translateY(-50%);
}

.signatura-box img {
	width: 25rem;
}

.signature {
	padding: 1.2rem 0;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
}

.signature-btn a {
	font-weight: 400;
	font-size: 1.6rem;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #1FC0E1;
	padding: 0;
	display: inline-block;
	margin-top: 1.3rem;
	text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
}

.reg-bottom {
    padding: 3.2rem 0rem 0;
}

.reg-bottom p {
    color: #747474;
    margin-bottom: 1rem;
}

.modal-dialog {
	max-width: 800px;
}

.modal-content {
	border-radius: 2.4rem;
}

.modal-header {
	padding: 4rem 4rem 2.4rem;
}

.modal-header button {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.modal-header button img {
	width: 3.2rem;
}

.modal-header h5 {
	font-weight: 400;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #131313;
}

.modal-signature {
	padding: 8rem 0;
	text-align: center;
}

.modal-signature img {
	max-width: 100%;
}

.modal-signature img:hover {
	cursor: zoom-in;
}

.modal-footer {
	padding: 2.4rem 4rem;
}

.modal-footer a {
	font-weight: 400;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #747474;
	display: inline-block;
	margin-left: 2.4rem;
	background: #FFFFFF;
	border: 0.1rem solid rgba(0,0,0,0.10);
	padding: 1.8rem 8.5rem;
	border-radius: 1.2rem;
	transition: 0.3s all ease;
}

.modal-footer a:hover,
.modal-footer .active {
	background: #1FC0E1;
	color: #FFF;
	border-color: #1FC0E1;
}


.modal-footer a img {
	width: 1.2rem;
	margin-left: 0.8rem;
}


/*======= faq page start ========*/
.guide-areas1 {
	padding: 4.8rem 0;
}

.guide-area2s1 {
	background: #FFFFFF;
	border-radius: 2.4rem;
}

.guide-items1 {
    padding: 4.8rem 0rem 1rem;
}

.guide-items1 h2 {
	font-weight: 500;
	font-size: 4rem;
	text-transform: capitalize;
	color: #131313;
	margin: 0;
}

.guide-item2s1 {
	padding: 3.2rem 0rem;	
}

.guide-inners1 {
    padding: 3.5rem;
    background: #FFFFFF;
    border-radius: 2.4rem;
    box-shadow: 0 2.4rem 10rem rgba(0,0,0,0.08);
}

.guide-inner2s1 {
	padding-bottom: 1.6rem;
	margin-bottom: 2.4rem;
}

.guide-inner2s1 h4 {
	font-weight: 500;
	font-size: 2.4rem;
	text-transform: capitalize;
	color: #131313;
	margin: 0;
}

.guide-inner3s1 h3 {
	font-weight: 500;
	font-size: 1.85rem;
	color: #131313;
	margin: 0 0 2.4rem;
}

.guide-inner3s1 img {
	width: 100%;
	cursor: pointer;
}

.guide-inner4s1 {
	margin: 3.2rem 0;
    padding: 3.5rem;
    background: #FFFFFF;
    border-radius: 2.4rem;
    box-shadow: 0 2.4rem 10rem rgba(0,0,0,0.08);
}

.guide-inner4s1 > h3 {
	font-weight: 500;
	font-size: 2.4rem;
	text-transform: capitalize;
	color: #131313;
	margin: 0 0 2.4rem;
}

.accordion-item {
	border: none;
	padding-bottom: 2.5rem;
}

.accordion-header {
	margin: 0;
	border: none!important;
	box-shadow: none!important;
}

.accordion-button {
	font-weight: 500;
	font-size: 2rem;
	text-transform: capitalize;
	color: #131313!important;
	padding: 2.5rem 0 0;
	margin: 0;
	padding-right: 5rem;
	border: none!important;
	border-top: .1rem solid rgba(0,0,0,0.10)!important;
	box-shadow: none!important;
	background: transparent!important;
}

.accordion {
    --bs-accordion-btn-icon-width: 2.5rem;
}

.accordion-button::after {
	right: 0;
	position: absolute;
	background-image: url(../img/faq-03.svg)!important;
	transform: rotate(0);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/faq-02.svg)!important;
	transform: rotate(0);
}

.accordion-body {
	padding: .9rem 0 0;
	padding-right: 5rem;
}

.accordion-body p {
    color: #747474;
    margin: 0;
}

.guide-inner5s1 {
	background: #FFFFFF;
	border: .1rem solid rgba(0,0,0,0.10);
	border-radius: 1rem;
	padding: 2rem;
	margin-bottom: 2.4rem;
}

.guide-inner5s1 img {
	width: 100%;
}

.guide-inner5s1 h4 {
    font-weight: 500;
    font-size: 2rem;
    color: #131313;
    margin: 2rem 0 0.8rem;
}

.guide-inner5s1 p {
    color: #747474;
    min-height: 10rem;
    margin: 0;
}

.guide-inners1 > h6 {
	font-weight: 500;
	font-size: 1.6rem;
	color: #131313;
	margin: 0 0 2.4rem;
}

.guide-inner6s1 {
	margin-top: 3.2rem;
}

.guide-inner7s1 {
	margin-bottom: 2.4rem;
	border-right: .1rem solid rgba(0,0,0,0.10);
}

.guide-inner8s1 {
	border-right: none;
}

.guide-inner7s1 img {
	max-width: 100%;
}

.guide-inner7s1 h4 {
    text-transform: capitalize;
    color: #747474;
    margin: 1.2rem 0 .8rem;
    font-weight: 400;
}

.guide-inner7s1 h5 {
	font-weight: 500;
	font-size: 2rem;
	color: #131313;
	text-shadow: 0px .4rem 4.4rem rgba(0, 0, 0, 0.15);
	margin: ;
}

.guide-inner7s1 h5 a {
	color: #131313;
}

/*====================== number page ========================*/

.room-inner3s1 {
	padding: 1.6rem 0;
	border-bottom: .1rem solid rgba(0,0,0,0.10);
}

.room-inner3s1 h5 {
	font-weight: 400;
	font-size: 2rem;
	color: #747474;
	margin: 0;
}

.room-inner4s1 {
	padding-top: 1.6rem;
}

.room-inner4s1 h4 {
	font-weight: 400;
	font-size: 2rem;
	text-transform: capitalize;
	color: #747474;
	text-shadow: 0px .4rem 4.4rem rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.room-inner4s1 h4 span {
	font-weight: 500;
	color: #0EA34A;
}

.room-item3s1 {
	padding-top: 1.7rem;
}

.room-item3s1 .row {
	--bs-gutter-x: 1.6rem;
}

.room-inner5s1 {
	padding: 2rem 2.4rem;
	background: #FFFFFF;
	margin-bottom: 1.6rem;
	border: 0.1rem solid rgba(0,0,0,0.10);
	border-radius: 1.6rem;
}

.room-inner5s1 label {
	font-weight: 500;
	font-size: 1.6rem;
	text-transform: capitalize;
	color: #747474;
	text-shadow: 0px .4rem 4.4rem rgba(0, 0, 0, 0.15);
	margin: 0 0 .8rem;
}

.room-inner5s1 input {
	font-weight: 400;
	font-size: 2.4rem;
	color: #747474;
	opacity: 0.5;
	text-shadow: 0px .4rem 4.4rem rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
}

.room-item3s1 > h6 {
	font-weight: 500;
	font-size: 1.6rem;
	text-transform: lowercase;
	color: #BBBBBB;
	margin: 0;
}

.room-item3s1 > h6 span {
	text-transform: capitalize;
	margin-left: .4rem;
	color: #747474;
	text-shadow: 0px .4rem 4.4rem rgba(0, 0, 0, 0.15);
}

.room-items1 {
    padding: 8rem 3.5rem;
    background: #FFFFFF;
    box-shadow: 0 2.4rem 10rem rgba(0,0,0,0.08);
    border-radius: 2.4rem;
}

.room-inners1 {
	padding-bottom: 1.6rem;
}

.room-inners1 h2 {
	font-weight: 500;
	font-size: 2.4rem;
	text-transform: capitalize;
	color: #131313;
	margin: 0;
}

.room-inner2s1 img {
    max-width: 16rem;
    display: block;
    margin: 2.4rem auto 3rem;
}

.room-inner2s1 h3 {
    font-weight: 500;
    font-size: 3.5rem;
    color: #131313;
    margin: 0 0 .8rem;
}

.room-inner2s1 h3 span {
	display: block;
}

.room-inner2s1 p {
    color: #747474;
    margin: 0 auto;
    font-size: 2rem;
}

.room-inner2s1 p span {
	display: block;
}

.room-inner2s1 p a {
	color: #1FC0E1;
}

.room-item2s1 {
    margin-top: 3rem;
    padding: 3.5rem;
}

.room-item2s1 h4 {
	font-weight: 500;
	font-size: 1.8rem;
	color: #131313;
	margin: 1.6rem 0 .8rem;
}

.room-items1 h6 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #1FC0E1;
    margin: 1.8rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.8rem;
    height: 4rem;
    background: rgba(154, 167, 174, 0.1);
    border-radius: .8rem;
}

.guest-left {
	width: 100%;
}

.boxupr-left h3 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 2.4rem;
	color: #131313;
}

.guest-part {
    margin-top: 3rem;
}

.boxupr-left h3 img {
	width: 2.5rem;
	transition: 0.3s all ease;
}

.boxupr-left h3 img:hover {
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(278deg) brightness(103%) contrast(103%);
}

.regbox-inner ul li .soto {
	color: #747474;
}

.signature2-part {
	margin-top: 1.6rem;
}

.signature2-part img {
	width: 13.7rem;
}

.amount-item ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 2rem;
	text-transform: capitalize;
	color: #747474;
	text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
	margin-top: 1.6rem;
}

.amount-item ul li span {
    font-weight: 500;
    font-size: 2rem;
    text-transform: capitalize;
    color: #131313;
    text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
}

.amount-item ul li .green {
	color: #0EA34A;
}

.amount-item ul li:last-child {
    border-top: 0.1rem dashed #BDBDBD;
    margin: 2.2rem 0rem 0;
    padding: 2.2rem 0rem 0;
}

/*=== custom-radio button ===*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 7rem;
    cursor: pointer;
    display: flex;
	align-items: center;
}
[type="radio"] + label small{
	color: #747474;
	font-weight: 400;
	display: block;
	font-size: 1.8rem;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2.25rem);
    width: 4.5rem;
    height: 4.5rem;
    border: 0.2rem solid rgba(0,0,0,0.1);
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
[type="radio"]:checked + label:before {
	border-color: #1FC0E1;
	background-color: #1FC0E1;
	background-image: url(../img/check.png);
}

.radio-btn label {
    font-weight: 500;
    font-size: 2.2rem;
    text-transform: capitalize;
    color: #131313;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.radio-btn label img {
    height: 4rem;
}

.radio-btn {
    padding: 2.4rem;
    border: 0.1rem solid rgba(0,0,0,0.10);
    border-radius: 1.6rem;
    margin-top: 3rem;
}

.mtypr {
	margin-top: 3rem;
}

.modal-signature {
	text-align: center;
}

#sig-canvas {
  	border: 2px dotted #CCCCCC;
  	border-radius: 15px;
  	cursor: crosshair;
}

.room-inner5s1 input {
	color: #131313;
	opacity: 1;
}
.gutter_lg{
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}
.gutter_lg>div{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.w-60{
	max-width: 60%;
	flex: 0 0 60%;
}
.w-40{
	max-width: 40%;
	flex: 0 0 40%;
}
.notice_box {
    background-color: rgb(246, 248, 249);
    border-radius: 1.6rem;
    padding: 2.4rem;
    margin-top: 3rem;
    font-size: 2rem;
    color: #747474;
    font-weight: 300;
    line-height: 1.4;
}
.input_group{
	padding: 1.2rem 0;
}
.input_group input,
.input_group select,
.input_group textarea{
	-webkit-appearance: none;
    width: 100%;
    border-radius: 1.4rem;
    padding: 1.4rem 1.8rem;
    border: 0.1rem solid rgba(0,0,0,0.10);
    color: #131313;
}
.signatura-box{
	border: 0.1rem solid rgba(0,0,0,0.10);
	border-radius: 1.4rem;
	padding: 0 2rem;
	margin-top: 1.2rem;
}
.input_group label{
	display: inline-block;
	margin-bottom: 0.8rem;
	color: #747474;
}
#result>span{
	width: 100%;
}
.iti{
	display: block;
}
.iti--separate-dial-code .iti__selected-flag {
    border-right: 0.1rem solid rgba(0, 0, 0, 0.20);
    padding: 0 1.5rem;
    color: #131313;
    font-weight: 500;
}

/*footer*/
footer{
	padding: 3rem 0;
	border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
	color: #77959A;
	font-size: 1.6rem;
}
footer img{
	width: 4.5rem;
	margin-left: 0.6rem;
}
footer ul{
	display: flex;
	align-items: center;
}
footer ul li:not(:last-child){
	border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
	padding-right: 1.4rem;
	margin-right: 1.5rem;
}
footer ul li a{
	color: #77959A;
}
footer ul li a:hover{
	color: #1FC0E1;
}
.normal_text {
    color: #747474;
    margin-top: 1.8rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
}
.normal_text a{
	color: #1FC0E1;
	text-decoration: underline;
	font-weight: 500;
	transition: 0.3s;
}
.normal_text a:hover{
	color: #131313;
}

.remove-button {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	float: right;
}

.remove-button img {
	width: 3.2rem;
}

.qrbox{
	position: relative;
	width: 150px;
}
.loading .spinner-border {
	position: absolute;
	left: 40px;
	top: 40px;
}
.loading .overlay{
	position: absolute;
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
}

.kyc select{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 8px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	margin-right: 2rem;
	padding: 1rem;
	padding-right: 2rem;
}
.page .content{
	margin-top: 1rem;

}
.page .content p{
	padding-bottom: 2rem;
}
.page .content h1,
.page .content h2,
.page .content h3,
.page .content h4,
.page .content h5,
.page .content h6{
	font-size: unset !important;
	font-weight: bold !important;
	padding-bottom: 1rem;
}
.page .content h1 {
	font-size: 2.25em !important;
}
.page .content h2 {
	font-size: 2em !important;
}
.page .content h3 {
	font-size: 1.75em !important;
}
.page .content h4 {
	font-size: 1.5em !important;
}
.page .content h5 {
	font-size: 1.25em !important;
}
.page .content h6 {
	font-size: 1em !important;
}
.page .content ul li{
    margin-left: 20px;
    display: list-item;
    list-style-type: initial;
    padding-bottom: 0.5rem;
}
.page .content ol li{
    margin-left: 20px;
    display: list-item;
    list-style-type: decimal;
    padding-bottom: 1rem;
}

.page .content ol li:before {
    margin-right: 30px;
    width: 20px;
}
.fabs{
        position: fixed;
	right: 20px;
	bottom: 80px;
	z-index:1000;	
}
.fabs .action {
	background: rgb(255, 0, 128);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	box-shadow: 0 5px 7px 0px gray;
	transition: background-color 0.4s ease-in-out;
}

.fabs .action i {
	position: absolute;
	color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	cursor: pointer;
}

.fabs .action:hover {
	background-color: rgb(255, 103, 179);
}
.fabs .btn {
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

.fabs .btn i {
	position: absolute;
	font-size: 18px;
	color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fabs .btns {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 40px;
	transition: 0.3s ease-in-out;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.fabs .btns.open {
	bottom: 50px;
}