/* ! SECTION MAIN */
.section-main .main-banner {
    position: relative;
}

/* ! SECTION MAIN :: VIDEO */
.section-main .video-background {
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.section-main .bg-video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.section-main .video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/service-apartments-bg-01.jpg') center/cover no-repeat;
}

/* ! SECTION MAIN :: CONTENT */
.section-main .main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.section-main .main-content .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
.section-main .main-content .wrapper {
    margin: 0 auto;
}
.section-main .main-content .boxer-logo {
    max-width: 400px;
	display: block;
	margin: 0 auto 40px;
	padding: 0;
}
.section-main .main-content .boxer-text .title {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.1em;
    font-weight: 700;
    display: block;
    margin: 0 auto 40px;
	text-align: center;
}
.section-main .main-content .boxer-text .sub-title {
    font-family:"Adobe-Caslon-Pro-BoldItalic";
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
	display: inline-block;
}
.section-main .main-content .boxer-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.section-main .main-content .btn-register_now {
    background-image: url('../images/btn-register_now-05.png');
	color: #ffffff;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .section-main .main-content .scale-content {
        transform: scale(var(--scale-factor));
    }
}
@media (min-width: 1400px) {
}





/* ! SECTION CONCEPT */
.section-concept .wrapper-concept {
	position: relative;
    background-color: #3f8580;
	padding: 0 0;
}
.section-concept .wrapper-concept:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.72;
}
.section-concept .wrapper-concept:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.31;
}
.section-concept .wrapper-container {
	position: relative;
}

/* ! SECTION CONCEPT :: VIDEO */
.section-concept .wrapper-concept .video-background {
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.section-concept .wrapper-concept .bg-video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.section-concept .wrapper-concept .video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/service-apartments-bg-02.jpg') center/cover no-repeat;
}

/* ! SECTION CONCEPT :: CONTENT TOP */
.section-concept .wrapper-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66.8%;
}
.section-concept .wrapper-top .container {
	position: relative;
	height: 100%;
}
.section-concept .wrapper-top .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
@media (min-width: 992px) {
    .section-concept .wrapper-top .scale-content {
        transform: scale(1);
    }
}

/* ! SECTION CONCEPT :: CONTENT TOP - TITLE */
.section-concept .wrapper-top .boxer-title {
	position: absolute;
	top: 0;
	left: -20%;
	width: 140%;
	padding: 0 12px;
}
.section-concept .wrapper-top .boxer-title .title {
    font-family: 'Lato', sans-serif;
    color: #231f20;
	font-size: 2.5em;
	line-height: 1.1em;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.section-concept .wrapper-top .boxer-title .sub-title {
    font-family:"Adobe-Caslon-Pro-BoldItalic";
    color: #231f20;
	font-size: 1.4em;
	line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
    .section-concept .wrapper-top .boxer-title {
		top: 5%;
		left: 0;
		width: 100%;
    }
    .section-concept .wrapper-top .boxer-title .title {
        font-size: 2.5em;
    }
}
@media (min-width: 992px) {
    .section-concept .wrapper-top .boxer-title {
		top: 7%;
    }
    .section-concept .wrapper-top .boxer-title .title {
        font-size: 2.5em;
    }
}
@media (min-width: 1200px) {
    .section-concept .wrapper-top .boxer-title .title {
        font-size: 3em;
    }
}

/* ! SECTION CONCEPT :: CONTENT TOP - TEXT */
.section-concept .wrapper-top .boxer-content {
	position: absolute;
	top: 38%;
	left: 5%;
	width: 100%;
	padding: 0 12px;
	max-width: 420px;
	transform-origin: 0 0;
}
.section-concept .wrapper-top .boxer-content p {
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 0.6rem;
}
.section-concept .wrapper-top .boxer-content p:last-child {
    margin-bottom: 0;
}
.section-concept .wrapper-top .boxer-content b {
    font-family: 'Gotham-Medium';
    font-weight: 500;
}
@media (min-width: 576px) {
    .section-concept .wrapper-top .boxer-content {
		top: 42%;
		left: 2%;
    }
}
@media (min-width: 768px) {
    .section-concept .wrapper-top .boxer-content {
		max-width: 425px;
    }
    .section-concept .wrapper-top .boxer-content p {
        font-size: 1.3em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 992px) {
    .section-concept .wrapper-top .boxer-content {
		max-width: 365px;
    }
    .section-concept .wrapper-top .boxer-content p {
        font-size: 1.1em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .section-concept .wrapper-top .boxer-content {
		max-width: 425px;
    }
    .section-concept .wrapper-top .boxer-content p {
        font-size: 1.3em;
    }
}
@media (min-width: 1400px) {
    .section-concept .wrapper-top .boxer-content p {
        margin-bottom: 1.7rem;
    }
}

/* ! SECTION CONCEPT :: CONTENT BOTTOM */
.section-concept .wrapper-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33.2%;
}
.section-concept .wrapper-bottom .container {
	position: relative;
	height: 100%;
}
.section-concept .wrapper-bottom .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
@media (min-width: 992px) {
    .section-concept .wrapper-bottom .scale-content {
        transform: scale(1);
    }
}

/* ! SECTION CONCEPT :: CONTENT BOTTOM - TEXT */
.section-concept .wrapper-bottom .boxer-content {
	position: absolute;
	top: 14%;
	right: 0;
	width: auto;
	padding: 0 12px;
	transform-origin: 100% 0;
}
.section-concept .wrapper-bottom .boxer-content p {
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 0.6rem;
	white-space: nowrap;
}
.section-concept .wrapper-top .boxer-content p:last-child {
    margin-bottom: 0;
}
.section-concept .wrapper-bottom .boxer-content strong {
    font-family: 'Gotham-Bold';
    font-weight: 700;
}
@media (min-width: 768px) {
    .section-concept .wrapper-bottom .boxer-content p {
        font-size: 1.3em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 992px) {
	.section-concept .wrapper-bottom .boxer-content {
		top: 20%;
	}
    .section-concept .wrapper-bottom .boxer-content p {
        font-size: 1.1em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .section-concept .wrapper-bottom .boxer-content p {
        font-size: 1.3em;
    }
}
@media (min-width: 1400px) {
    .section-concept .wrapper-bottom .boxer-content p {
        margin-bottom: 1.7rem;
    }
}






/* ! SECTION GALLERY */
.section-concept .wrapper-gallery {
	position: relative;
	width: 100%;
	padding: 0;
	background: #3f8580;
}
.section-concept .wrapper-gallery .boxer-swiper {
	position: relative;
	overflow: hidden;
}
.section-concept .wrapper-gallery .swiper-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: visible;
}
.section-concept .wrapper-gallery .swiper-wrapper {
	position: relative;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.section-concept .wrapper-gallery .swiper-button-prev,
.section-concept .wrapper-gallery .swiper-button-next {
	position: absolute;
	top: 0;
	left: 2%;
	margin: 0;
	width: 4%;
	height: 100%;
	background: url("../images/icon-swiper-prev.png") no-repeat center;
	background-size: 100%;
	padding: 0;
}
.section-concept .wrapper-gallery .swiper-button-next.swiper-button-disabled,
.section-concept .wrapper-gallery .swiper-button-prev.swiper-button-disabled {
	display: none;
}
.section-concept .wrapper-gallery .swiper-button-prev:after,
.section-concept .wrapper-gallery .swiper-button-next:after {
	display: none;
}
.section-concept .wrapper-gallery .swiper-button-next {
	left: auto;
	right: 2%;
	background-image: url("../images/icon-swiper-next.png");
}
.section-concept .wrapper-gallery .swiper-pagination {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 10px 0;
}
.section-concept .wrapper-gallery .swiper-pagination .swiper-pagination-bullet {
	display: block;
	background: rgba(35, 31, 32, 0.44);
	border: none;
	width: 50px;
	height: 3px;
	margin: 0 4px;
	opacity: 1;
	border-radius: 0%;
}
.section-concept .wrapper-gallery .swiper-pagination .swiper-pagination-bullet-active {
	background: #ffffff;
}
.section-concept .wrapper-gallery .swiper-slide {
	position: relative;
	width: 100% !important;
	padding: 0;
}
.section-concept .wrapper-gallery .swiper-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.section-concept .wrapper-gallery .swiper-slide-active:after {
	display: none;
}
.section-concept .wrapper-gallery .swiper-slide .swiper-content {
	position: relative;
	width: 100% !important;
}
.section-concept .wrapper-gallery .swiper-slide .swiper-content.mobile {
	display: block;
}
.section-concept .wrapper-gallery .swiper-slide .swiper-content.desktop {
	display: none;
}
.section-concept .wrapper-gallery .swiper-slide .swiper-content img {
	width: 100%;
}
.section-concept .wrapper-gallery .swiper-slide .swiper-content .noted {
	position: absolute;
	left: 0;
	bottom: 4%;
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 400;
	margin: 0;
	text-align: left;
	width: 100%;
	text-shadow: 0px 0px 8px #000000;
	padding: 10px 12px;
}
@media (min-width: 992px) {
	.section-concept .wrapper-gallery .swiper-pagination {
		bottom: 0;
	}
	.section-concept .wrapper-gallery .swiper-pagination .swiper-pagination-bullet {
		width: 100px;
		height: 6px;
	}
	.section-concept .wrapper-gallery .swiper-slide .swiper-cotent.mobile {
		display: none;
	}
	.section-concept .wrapper-gallery .swiper-slide .swiper-cotent.desktop {
		display: block;
	}
	.section-concept .wrapper-gallery .swiper-slide .swiper-content .noted {
		font-size: 12px;
		bottom: 0;
	}
}





/* ! SECTION ICON */
.section-concept .wrapper-icon {
	position: relative;
    background-color: #3f8580;
    padding: 80px 0;
}
.section-concept .wrapper-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.31;
}
.section-concept .wrapper-icon:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.31;
}

/* ! SECTION ICON :: ICON & NOTED */
.section-concept .wrapper-icon .icon-list {
	max-width: 400px;
	margin: 0 auto 20px;
}
.section-concept .wrapper-icon .box-icon {
	max-width: 195px;
	margin: 0 auto;
	padding: 0 0 20px;
}
.section-concept .wrapper-icon .box-icon .icon {
	max-width: 95px;
	margin: 0 auto 8px;
}
.section-concept .wrapper-icon .box-icon h6 {
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
	margin: 0;
	text-align: center;
}
.section-concept .wrapper-icon .noted p {
    font-family: 'Gotham-Book';
    color: #ffffff;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 400;
	margin: 0;
	text-align: center;
}
@media (min-width: 768px) {
	.section-concept .wrapper-icon .icon-list {
		max-width: 520px;
	}
}
@media (min-width: 992px) {
	.section-concept .wrapper-icon .icon-list {
		max-width: 780px;
	}
    .section-concept .wrapper-icon .box-icon h6 {
        font-size: 17px;
    }
    .section-concept .wrapper-icon .noted p {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
	.section-concept .wrapper-icon .icon-list {
		max-width: 1200px;
	}
	.section-concept .wrapper-icon .col-xl-02 {
		width: 20%;
	}
}





/* ! SECTION LAYOUT PLANS */
.section-concept .wrapper-layout_plans {
	position: relative;
    background-color: #ffffff;
    padding: 80px 0;
}

/* ! SECTION LAYOUT PLANS :: HEADER */
.section-concept .wrapper-layout_plans .layout_plans-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: space-between;
	-ms-align-content: space-between;
	align-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
}

/* ! SECTION LAYOUT PLANS :: TITLE */
.section-concept .wrapper-layout_plans .boxer-title {
	width: 100%;
}
.section-concept .wrapper-layout_plans .boxer-title .title {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 700;
    display: block;
    margin: 0 auto 2rem;
	text-align: center;
}
.section-concept .wrapper-layout_plans .boxer-title .sub-title {
    font-family:"Adobe-Caslon-Pro-BoldItalic";
    color: #000000;
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
}
@media (min-width: 992px) {
    .section-concept .wrapper-layout_plans .boxer-title .title {
        font-size: 3em;
		text-align: left;
    }
}

/* ! SECTION LAYOUT PLANS :: BUTTON */
.section-concept .wrapper-layout_plans .boxer-btn-layout {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	max-width: 520px;
	margin: 0 auto 40px;
}
.section-concept .wrapper-layout_plans .boxer-btn-layout .btn-layout {
	position: relative;
    font-family: 'Gotham-Book';
    color: #58595b;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
	background-color: #dfc8b3;
	display: block;
	padding: 8px 20px;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 4px 6px 8px rgba(35, 31, 32, 0.35);
	z-index: 2;
}
.section-concept .wrapper-layout_plans .boxer-btn-layout .btn-layout.active {
    font-family: 'Gotham-Bold';
    font-weight: 700;
	color: #ffffff;
	background-color: #3f8580;
}
.section-concept .wrapper-layout_plans .boxer-btn-layout .btn-layout.active:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 16px;
	height: 16px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	background-color: #3f8580;
	z-index: 1;
}
@media (min-width: 992px) {
	.section-concept .wrapper-layout_plans .boxer-btn-layout {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.section-concept .wrapper-layout_plans .boxer-btn-layout .btn-layout {
		font-size: 18px;
	}
}

/* ! SECTION LAYOUT PLANS :: LAYOUT TOP */
.section-concept .wrapper-layout_plans .boxer-layout-top {
	position: relative;
	margin: 0 auto;
}
.section-concept .wrapper-layout_plans .boxer-layout-top .layout-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
	transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	opacity: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.section-concept .wrapper-layout_plans .boxer-layout-top .layout-top.show {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1;
}
.section-concept .wrapper-layout_plans .boxer-layout-top .layout-top img {
	max-width: 450px;
	width: 100%;
}
@media (min-width: 992px) {
	.section-concept .wrapper-layout_plans .boxer-layout-top .layout-top {
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
	}
}

/* ! SECTION LAYOUT PLANS :: LAYOUT MAIN */
.section-concept .wrapper-layout_plans .boxer-layout-main {
	position: relative;
	margin: 40px auto;
}
.section-concept .wrapper-layout_plans .boxer-layout-main .layout-main {
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
	transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	opacity: 0;
	width: 100%;
}
.section-concept .wrapper-layout_plans .boxer-layout-main .layout-main.show {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1;
}
.section-concept .wrapper-layout_plans .boxer-layout-main .layout-main img {
	width: 100%;
}
.section-concept .wrapper-layout_plans .boxer-layout-main .layout-main .icon-zoom {
    position: absolute;
    bottom: -17px;
    right: 0;
    max-width: 17px;
}
@media (min-width: 992px) {
	.section-concept .wrapper-layout_plans .boxer-layout-main .layout-main .icon-zoom {
		bottom: 8%;
		right: 0.5%;
	}
}

/* ! SECTION LAYOUT PLANS :: LEGEND */
.section-concept .wrapper-layout_plans .boxer-legend h5 {
    font-family: 'Gotham-Medium';
    color: #231f20;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    display: block;
    margin: 0 auto 20px;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul {
	list-style: none;
	margin: 0 0 -20px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    font-family: 'Gotham-Book';
    color: #231f20;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
	padding: 0 15px 0 0;
	margin: 0 0 20px 0;
	width: 50%;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #231f20;
	background-color: #ffffff;
	margin: 0 5px 0 0;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-blank {
	opacity: 0;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-01 {
	background-color: #c9e2ea;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-02 {
	background-color: #b0dfda;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-03 {
	background-color: #d5decf;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-04 {
	background-color: #f6f5bc;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-05 {
	background-color: #e1dff0;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-06 {
	background-color: #ffe5c6;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-07 {
	background-color: #f7d3e4;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-08 {
	background-color: #fcd1cc;
}
.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li .color-09 {
	background-color: #e3d5d7;
}
@media (min-width: 992px) {
	.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul {
		width: auto;
		display: block;
	}
	.section-concept .wrapper-layout_plans .boxer-legend .legend-list ul li {
		width: auto;
	}
}





/* ! SECTION REGISTRATION */
.section-registration .wrapper-register {
    position: relative;
    background-color: #3f8580;
    padding: 3rem 0;
}
@media (min-width: 992px) {
    .section-registration .wrapper-register {
        padding: 80px 0;
    }
}

/* ! SECTION REGISTRATION :: FROM TITLE */
.section-registration .wrapper-register .boxer-title .title {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-title .sub-title {
    color: #ffffff;
}

/* ! BODY :: FROM */
.section-registration .wrapper-register .boxer-form p {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-form .label-input {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-form .input {
    color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.section-registration .wrapper-register .boxer-form .input::placeholder {
    color: #c6c6c5;
}
.section-registration .wrapper-register .boxer-form .input:-ms-input-placeholder {
    color: #c6c6c5;
}
.section-registration .wrapper-register .boxer-form .input::-ms-input-placeholder {
    color: #c6c6c5;
}
.select2-container ul li {
    color: #231f20;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background: transparent;
}
.section-registration .wrapper-register .boxer-form .boxer-checkbox .checktext {
    color: #ffffff;
}
.section-registration .wrapper-register .boxer-form .boxer-checkbox .checktext a {
    color: #ffffff;
}