@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Outfit", sans-serif;
	background: #E0E0DC
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
@font-face {
	font-family: 'GC Georgia Demo';
	src: url(../fonts/GCGeorgiaDemo-Regular.woff2) format('woff2'), url('fonts/GCGeorgiaDemo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* CSS Document */

/* CSS header & slider */

.header-slider-wraper {
	background: #1f3653 url(../images/hero-image.jpg) no-repeat center;
	background-size: cover;
	height: 100vh;
}
.header-slider-wraper .header-wraper {
	padding: 15px 0 25px 0;
	background: url(../images/header-bg.svg) no-repeat top;
	background-size: cover;
	height: 70vh;
	text-align: center;
}
.header-wraper .container-fluid {
	margin: 0;
	padding: 0;
}
.header-nav-wrp ul {
	list-style: none;
	display: flex;
	gap: 25px;
	justify-content: center;
	font-family: "Lora", serif;
	position: relative;
	top: -25px;
	left: 30px;
}
.header-nav-wrp ul li a {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom: 2px;
	font-family: 'GC Georgia Demo';
}
.header-nav-wrp ul li a:hover {
	border-bottom: 2px solid #fff;
	padding-bottom: 2px
}
.site-logo-wrap {
	margin-bottom: 10px;
}
.site-logo-wrap img {
	width: 620px;
}
.hero-area-wraper h1 {
	width: 780px;
	color: #fff;
	position: absolute;
	left: 2%;
	bottom: 6%;
	font-family: 'GC Georgia Demo';
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 2px;
	font-weight: 500;
}
/* CSS header & slider */

/* CSS content */


.overthink-section-wraper {
	padding: 60px 0;
}
.overthink-section-wraper h2 {
	font-size: 70px;
	line-height: 60px;
	color: #14263D;
	font-family: 'GC Georgia Demo';
	margin-bottom: 40px;
	letter-spacing: 2px;
}
.overthing-list {
	height: 550px;
	background-size: cover !important;
	border-radius: 20px;
}
.overthink-image-right {
	height: 230px;
	background-size: cover !important;
	border-radius: 20px;
}
.overthink-text-wraper h3 {
	font-size: 45px;
	line-height: 50px;
	margin-top: 20px;
	color: #14263D;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CACAC6;
	font-family: 'GC Georgia Demo';
	letter-spacing: 1px
}
.overthink-text-wraper strong {
	font-weight: 500;
	color: #14263D;
	display: block;
	font-size: 28px;
	letter-spacing: -0.2px;
	margin-bottom: 5px;
	line-height: 30px;
	padding-right: 50px;
	margin-bottom: 10px;
}
.overthink-text-wraper p {
	font-size: 21px;
	line-height: 28px;
	letter-spacing: -0.2px;
	color: #14263D;
	font-weight: 300;
}
.handle-main-wraper {
	background: #1F3653;
	padding: 60px 0 60px 0;
}
.handle-main-wraper h2 {
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-family: 'GC Georgia Demo';
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.handle-main-wraper ul {
	list-style: none;
}
.lsiting-handle-wrap {
	background: #fff;
	padding: 20px 0 0 0;
	border-radius: 20px;
	height: 820px;
	position: relative;
}
.handle-steps-heading {
	padding: 20px;
	background: #EEEEEB;
}
.handle-steps-heading {
	display: flex;
	gap: 15px;
	align-items: center;
}
.handle-steps-heading .step-icon {
	background: #1F3653;
	width: 80px;
	height: 75px;
	border-radius: 12px;
	font-family: 'GC Georgia Demo';
	display: flex;
	align-items: center;
	justify-content: center;
}
.handle-steps-heading .step-icon strong {
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 18px;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}
.handle-steps-heading .step-icon strong span {
	font-size: 14px;
}
.step-text h5 {
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #1F3653;
	line-height: 25px;
}
.step-text span {
	font-size: 16px;
	letter-spacing: -0.5px;
	display: block;
	font-weight: 300;
	color: #1F3653
}
.content-step-wraper {
	padding: 20px;
}
.content-step-wraper .step-image-text-wrap .image-step-wrap {
	height: 130px;
	background-size: cover !important;
	border: 1px solid #B6B6B6;
	border-radius: 15px;
	position: relative;
}
.step-image-text-wrap p {
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.2px;
	font-weight: 300;
}
.step-image-text-wrap {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.size-step {
	width: 48px;
	height: 46px;
	background: #2F5D3A;
	text-align: center;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px 0px 9px 0px;
	top: 0;
}
.size-step span {
	line-height: 12px;
	display: block;
	color: #fff;
	font-size: 10px;
	position: relative;
	top: 2px;
}
.size-step strong {
	font-size: 21px;
	font-weight: 400;
}
.color-option-wrp h5 {
	font-size: 18px;
	color: #1F3653;
	margin-bottom: 15px;
}
.color-option-wrp ul {
	list-style: none;
	margin-right: 0;
}
.color-option-wrp ul li {
	padding-right: 0;
}
.color-option-wrp ul li .list-color-wrap {
	border: 1px solid #D2DFEF;
	padding: 10px;
	border-radius: 12px;
}
.list-color-wrap .list-color-icon {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 auto;
}
.green {
	background: #939F7D;
}
.Gray {
	background: #6E6E6E;
}
.Creme {
	background: #E0E0DC;
}
.Blue {
	background: #A2BACC;
}
.list-color-wrap p {
	font-size: 12px;
	color: #000000;
	letter-spacing: -0.5px;
	margin-top: 5px;
	text-align: center;
	font-weight: 300;
}
.color-option-wrp {
	margin-bottom: 24px;
	margin-top: 19px;
}
.bottom-bar-wrap {
	background: #1F3653;
	padding: 20px;
	border-radius: 14px;
	display: flex;
	gap: 15px;
	align-items: center;
	position: absolute;
	left: 0;
	width: 93%;
	right: 0;
	margin: 0 auto;
	bottom: 15px;
}
.botto-step-icon {
	width: 160px;
}
.bottom-bar-wrap .botto-step-text {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	font-weight: 300;
}
.step2-image-text-wrap {
	border: none !important;
	margin: 0 !important
}
.detail-info-wraper ul {
	list-style: none;
	margin-bottom: 10px;
}
.detail-info-wraper ul li {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 14px;
	color: #000;
	line-height: 21px;
	display: flex;
	gap: 15px;
}
.step-text {
	line-height: 22px;
	width: 73%;
}
.detail-info-wraper ul li strong {
	width: 90px;
}
.detail-info-wraper ul li strong img {
	width: 100%
}
.detail-info-wraper p {
	width: 226%;
	line-height: 18px;
}
.botto-step-text strong {
	font-weight: 500;
	color: #fff;
}
.create-bed-section-wrap {
	padding: 80px 0 60px 0;
}
.create-bed-section-wrap h2 {
	font-size: 50px;
	text-align: left;
	font-family: 'GC Georgia Demo';
	color: #14263D;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.create-bed-section-wrap .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 1px
}
.create-bed-section-wrap .nav-tabs li {
	width: 27%;
	position: relative;
}
.create-bed-section-wrap .nav-tabs .nav-item.show .nav-link, .create-bed-section-wrap .nav-tabs .nav-link.active {
	background: #1F3653;
	color: #fff;
}
.create-bed-section-wrap .nav-link {
	padding: 16px 30px 10px 30px;
	color: #000000;
	background: #fff;
	font-family: 'GC Georgia Demo';
	font-size: 22px;
	border-radius: 15px 15px 0px 0px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
}
.tab-content {
	background: #fff;
	border-radius: 25px 25px 0px 0px;
	padding: 30px 0px 30px 0px;
	overflow: hidden;
}
#orderModal .tab-content {
	padding:0 !important;
}
#orderModal .tab-content h2{
	margin-top:0 !important;
}
.multi-step-image {
	height: 455px;
	background-size: contain !important;
	border-radius: 15px;
	border: 1px solid #e0e0dc;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 35%;
	filter: brightness(0%);
}
.multi-step-text {
	padding-left: 15px;
}
.multi-step-text h4 {
	font-size: 50px;
	line-height: 50px;
	color: #14263D;
	font-family: 'GC Georgia Demo';
	margin-bottom: 30px;
	letter-spacing: 1px;
	width: 70%;
}
.options input[type="radio"] {
	display: none;
}
.options .card {
	background: #F1F1F0;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 12px 20px;
	cursor: pointer;
	position: relative;
	transition: 0.3s ease;
}
.options .card:hover {
	background: #E0E0DC
}
.options .card h3 {
	margin: 0;
	font-size: 17px;
	color: #14263D
}
.options .card p {
	margin: 2px 0 0;
	font-size: 16px;
	color: #14263D;
	font-weight: 300;
}
.options .card::after {
	content: "";
	position: absolute;
	top: 33%;
	right: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #d7d7d7;
	background: #fff;
}
.options input[type="radio"]:checked + .card {
	border-color: #1F3653;
	background: #e6e3df;
}
.options input[type="radio"]:checked + .card::after {
	background: #1f3b57;
	border-color: #1f3b57;
	background-image: url(../images/arrow-radio.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: 48% 53%;
	content: "";
	color: white;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.choose-size-radio-btn ul {
	list-style: none;
	margin-top: 20px;
}
.choose-size-radio-btn ul li {
}
.choose-size-radio-btn ul li h5 {
	color: #14263D;
	letter-spacing: -0.2px;
	font-size: 16px;
	margin-bottom: 10px;
}
.options label {
	display: block;
	margin-bottom: 15px
}
.options .col-md-6 {
	padding-right: 0
}
.multi-step-text {
	padding-right: 25px;
}
.multipe-tab-wraper .row {
	align-items: center;
}
.btn-tab-steps {
	background: #C7D3CA;
	padding: 25px;
	border-radius: 0px 0px 25px 25px;
}
.multipe-tab-wraper {
	padding: 0 25px;
}
.btn-steps-wrap button {
	padding: 14px 20px 10px 20px;
	color: #fff;
	background: #15263B;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 15px;
	font-family: 'GC Georgia Demo';
	letter-spacing: 1px;
}
.btn-steps-wrap button img {
	width: 14px;
	margin-left: 5px;
	margin-top: -1px;
}
.btn-tab-steps .pull-right {
	float: right;
}
.btn-tab-steps .pull-right button {
	background: #2F5D3A !important;
}
.colors {
	display: flex;
	gap: 18px;
	background: #e9e6e2;
	padding: 18px 16px 13px 16px;
	border-radius: 16px;
	width: fit-content;
}
.colors input {
	display: none;
}
.color-option {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: #fff;
}
.color-option::before {
	content: "";
	position: absolute;
	inset: 6px;
	border-radius: 50%;
}
.color-option {
	border: 2px solid #cfcfcf;
}
.green::before {
	background: #939F7D;
}
.gray::before {
	background: #6E6E6E;
}
.light::before {
	background: #E0E0DC;
}
.blue::before {
	background: #A2BACC;
}
.colors input:checked + .color-option {
	border-color: #1f3b57;
	box-shadow: 0 0 0 3px rgba(31, 59, 87, 0.15);
}
/* Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    height: 524px;
    overflow: auto;
    padding-right: 15px;
}
/* Hide radio */
.grid input {
	display: none;
}
/* Card */
.grid .card {
	background: #F1F1F0;
	border-radius: 20px;
	padding: 15px;
	cursor: pointer;
	transition: 0.3s ease;
	position: relative;
	border: none;
}
/* Image */
.grid .card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 15px;
}
/* Text */
.grid .card h4 {
	margin: 15px 0 0;
	font-size: 16px;
	color: #1f2d3d;
	text-align: center;
}
.grid .card p {
	margin: 0;
	font-size: 16px;
	text-align: center;
	color: #1f2d3d;
}
/* Radio circle */
.grid .card::after {
	content: "";
	position: absolute;
	top:20px;
	left: 20px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
}
/* Selected state */
.grid input:checked + .card {
	background: #355e3b;
}
.grid input:checked + .card h4, .grid input:checked + .card p {
	color: #fff;
}
/* Selected circle */
.grid input:checked + .card::after {
	background: #1f3b57;
	border-color: #1f3b57;
	background-image: url(../images/arrow-radio.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: 48% 53%;
	color: white;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Hover */
.grid .card:hover {
	transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 900px) {
.grid {
	grid-template-columns: repeat(2, 1fr);
}
}
 @media (max-width: 500px) {
.grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
}
.selet-vegetable-wraper {
	padding: 0 25px;
}
.Vegetables h2 {
	text-align: left;
	font-size: 40px;
	margin-bottom: 20px;
}
.selection-section {
	background: #1F3653 url(../images/summary-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 20px 20px 20px 20px;
	background-size: cover;
	border-radius: 20px;
}
.selection-content h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'GC Georgia Demo';
	letter-spacing: 2px
}
.selection-card {
	background: #fff;
	border-radius: 14px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 13px;
	position:relative
}
.selection-card img, .color-box {
	width: 90px;
	height: 70px;
	border-radius: 12px;
	object-fit: cover;
	border: 1px solid #e0e0dc;
}
.color-box {
	background: #8a956e;
}
.selection-card h4 {
	margin: 0;
	font-size: 18px !important;
	color: #1f2d3d !important;
	letter-spacing: -0.5px;
}
.selection-card p {
	font-size: 18px;
	font-weight: 300;
	color: #1f2d3d;
}
.selection-card span {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: #1f2d3d !important;
	display:block !important
}
.selection-card .sub {
	font-size: 18px;
}
 @media (max-width: 600px) {
.selection-content h1 {
	font-size: 36px;
}
}
.nav-tabs .nav-link.completed {
	background-color: #1f3653;
	color: #fff !important;
	border-color: #1f3653;
}
.nav-tabs .nav-link.completed::after {
	content: "";
	margin-left: 6px;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 30px;
	top: 15px;
	border-radius: 50%;
	background: #28a745;
	border-color: #28a745;
	background-image: url(../images/arrow-radio.svg);
	background-size: 41%;
	background-repeat: no-repeat;
	background-position: 51%;
}
.nav-tabs .nav-link.active {
	font-weight: bold;
	border-bottom: 3px solid #28a745;
}
.finish-btn {
	display: none;
	background: #28a745;
	color: #fff;
	border: none;
	padding: 10px 20px;
}
.modal-content {
	border-radius: 20px;
}
.form-contact-icon {
	width: 120px;
	height: 120px;
	margin: -73px auto 15px auto;
}
.modal-dialog {
	margin-top: 8%;
	max-width: 500px;
}
.form-contact-wraper h2 {
	font-size: 30px;
	text-align: center;
	font-family: 'GC Georgia Demo';
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.form-contact-wraper .form-group {
	margin-bottom: 15px;
}
.form-contact-wraper .form-group label {
	font-size: 13px;
	font-weight: normal;
	color: #14263D
}
.form-contact-wraper .form-group .form-control {
	height: 45px;
	background: #EFEFED;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 300;
}
.form-contact-wraper {
	padding: 0 15px;
}
.button-contact-form {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px
}
.button-contact-form {
	text-align: center;
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
	left: 0;
	margin: 0 !important;
}
.button-contact-form input {
	padding: 14px 20px 10px 20px;
	color: #fff;
	background: #2F5D3A;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 15px;
	font-family: 'GC Georgia Demo';
	width:100%
}
.button-contact-form button img {
	width: 18px;
	margin-left: 5px;
}
.faq-main-wraper {
	background: #f4f4f1;
	padding: 60px 0;
}
.faq-main-wraper h3 {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	color: #14263D;
	font-family: 'GC Georgia Demo';
	margin-bottom: 40px;
	letter-spacing: 2px;
}
.accordion-button {
	background: none !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 16px 20px;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: 'GC Georgia Demo';
	color: #000 !important
}
.accordion-item {
	margin-bottom: 10px;
	border: none;
	border-radius: 15px !important
}
.accordion-body {
	padding: 0 25px;
	border-top: 1px solid #e0e0dc;
	padding-top: 15px;
}
.accordion-body strong {
	display: block;
	font-weight: 500;
	color: #14263D;
	display: block;
	font-size: 22px;
	letter-spacing: -0.2px;
	margin-bottom: 5px;
	line-height: 30px;
	margin-bottom: 10px;
}
.accordion-body ul {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 300;
	padding-bottom: 15px;
	list-style: circle;
	margin-left: 12px;
	letter-spacing: -0.5px;
}
.accordion-body ul li {
	padding: 5px 0;
}
.accordion-body span {
	display: block;
	padding-bottom: 20px;
}
.inner-selection-card {
    max-height: 270px;
    overflow: auto;
    padding: 0px 0 0 0px;
    padding-left: 0;
}
.inner-selection-card::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.inner-selection-card::-webkit-scrollbar {
 width: 0;
 background-color: #F5F5F5;
}
.inner-selection-card::-webkit-scrollbar-thumb {
 background-color: #666;
}
.contact-modal-wrap .modal-header {
	display: none;
}
.modal {
	backdrop-filter: blur(3px);
}
#summary-vegs h2{
	font-size:18px !important;
}
#summary-vegs h2 span{
	display:block !important;
	font-size: 18px !important;
    font-weight: 300 !important;
    color: #1f2d3d !important;
}
#bedImgWrap img{
   height: 432px !important;
}
.sqft-selection-card{
	margin-top: 15px;
    background: #e0e0dc;
    padding: 15px;
    border-radius: 20px;
}
.sqft-selection-card h6{
    color: #1f3653;
    font-family: 'GC Georgia Demo';
    font-size: 30px;
    text-align: center;
}
.sqft-selection-card h6 span{
	display:block;
}
.sqft-selection-card h5{
    text-align: center;
    background: #1f3653;
    padding: 15px 0;
    border-radius: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 300;
}
.sqft-selection-card h5 strong{
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    display: block;
    font-weight: 500;
}
.mobile-button{
	display:none;
}
.save-garden-inline-wrap p br{
	display:none;
}
.previous {
	width:100%;
	padding: 14px 20px 10px 20px;
    color: #fff;
    background: #15263B !important;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 15px;
    font-family: 'GC Georgia Demo';
    letter-spacing: 1px;
}
.previous img{
	width:15px;
}
.form-contact-wraper p span{
	display:block;
}
.form-contact-wraper p strong{
	display:block;
}
/* CSS content */

/* CSS footer */

.footer-main-wraper {
	background: #15263B;
	padding: 30px 0;
}
.footer-main-wraper .row{
	align-items:center
}
.footer-main-wraper  ul{
	list-style:none;
	display:flex;
	gap:25px;
    justify-content: end;
}
.footer-main-wraper  ul li{
	font-size:18px;
	color:#fff;
}
.footer-main-wraper  ul li a{
	font-size:18px;
	color:#fff;
}
.footer-main-wraper img {
	width:320px;
}
.grid-discription{
	position: absolute;
    z-index: 111;
    background: #1f3653;
    border-radius: 10px;
    bottom:0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    font-weight: 300;
	display:none;
	width:90%;
	margin:0 auto;
	left:0;
	right:0;
}
.grid-discription:before{
	content: "";
    position: absolute;
    top:-20px;
    left: 0;
    background: #1f3653;
    clip-path: polygon(50% 0%, 100% 0, 53% 58%, 0 0);
    width: 25px;
    height: 25px;
    right: 0;
    margin: 0 auto;
    rotate: 180deg;
}
.grid label:hover .grid-discription{
	display:block ;
}
/* CSS footer */

/* CSS media */

@media (max-width:1400px) and (min-width:1179px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 94%;
}
.detail-info-wraper ul li {
	padding-bottom: 7px;
}
.lsiting-handle-wrap {
	height:830px;
}
.color-option-wrp ul li .list-color-wrap {
	padding: 10px 0
}
.create-bed-section-wrap .nav-tabs li {
	width: 31%;
}
}
@media screen and (max-width:1169px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 100%;
}
.create-bed-section-wrap .nav-tabs li {
	width: 31%;
}
.create-bed-section-wrap .nav-link {
	font-size: 16px;
	font-weight: bold;
}
.lsiting-handle-wrap {
	height: auto;
}
.hero-area-wraper h1 {
	width: 100%;
	padding: 0 98px;
	left: 0;
	text-align: center;
	line-height: 50px;
}
.handle-main-wraper ul {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.handle-main-wraper ul li {
	width: 100%;
}
.color-option-wrp ul {
	width: 100%;
}
.color-option-wrp ul li {
	width: 24%;
	display: inline-block;
}
.lsiting-handle-wrap {
	margin-bottom: 25px;
}
.detail-info-wraper ul {
	width: 100%
}
.botto-step-icon {
	width: auto;
}
.bottom-bar-wrap {
	position: static;
	width: 100%
}
.mobile-button {
        display: block;
        padding: 14px 20px 10px 20px;
        color: #fff;
        background: #2F5D3A;
        font-size: 21px;
        border: none;
        outline: none;
        border-radius: 15px;
        font-family: 'GC Georgia Demo';
        letter-spacing: 1px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;
	z-index: 111;
    }
.grid .card{
		padding:5px;
}	
}
@media screen and (max-width:768px) {
.hero-area-wraper h1 {
	padding: 0 15px;
	font-size: 35px;
	line-height: 39px;
	text-align: left;
	bottom: 17px;
}
.overthink-section-wraper h2 {
	font-size: 40px;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 40px;
}
.overthink-section-wraper {
	padding: 40px 0;
}
.overthink-image-right {
	display: none;
}
.overthink-images .col-md-6 {
	width: 50%
}
.overthing-list {
	height: 370px;
}
.step-image-text-wrap .col-md-6 {
	width: 50%
}
.create-bed-section-wrap .nav-tabs {
	display: block;
}
.create-bed-section-wrap .nav-tabs li {
	width: 100%;
	margin-bottom: 10px;
}
.create-bed-section-wrap .nav-link {
	border-radius: 21px;
}
.create-bed-section-wrap {
	padding: 40px 0;
}
.multipe-tab-wraper {
	padding: 0 15px;
}
.tab-content {
	padding: 15px 0 15px 0;
}
.multi-step-image {
	margin-bottom: 15px;
}
.selection-section {
	height: auto;
}
.btn-steps-wrap button {
	font-size: 13px;
}
.btn-steps-wrap button img {
	width: 14px;
}
.handle-main-wraper {
	padding: 40px 0;
}
.handle-main-wraper h2 {
	font-size: 40px;
	margin-bottom: 30px;
}
.multi-step-text h4 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.multi-step-text h4 br {
	display: none;
}
.multi-step-text h4 {
	width: 100%;
}
.btn-steps-wrap button {
	font-size: 20px;
	width: 100%;
}
.btn-tab-steps .pull-right {
	float: none;
}
.back-btn {
	margin-bottom: 15px;
}
.overthink-text-wraper h3 {
	font-size: 31px;
	line-height: 36px;
}
.color-option-wrp ul li .list-color-wrap {
	padding: 10px 0;
}
.site-logo-wrap img {
	width: 83%;
}
.header-nav-wrp ul {
	top: 0;
	left: 0;
}
.bottom-bar-wrap {
	position: static;
	width: 100%
}
.footer-main-wraper img {
	width: 90%
}
}
@media screen and (max-width:550px) {
.handle-main-wraper ul {
	width: 100%
}
.bottom-bar-wrap .botto-step-text {
	width: 90%;
}
.multi-step-image {
	height: 280px;
}
.Vegetables h2 {
	font-size: 30px;
	text-align: center;
	margin-top: 15px;
}
.multi-step-text {
	padding: 0;
	padding-right: 10px;
}
.order-summary-wrap {
	margin-top: 30px;
}
.grid {
	height: 440px;
	overflow: auto;
}
.colors {
	display: flex;
	gap: 18px;
	background: #e9e6e2;
	padding: 18px 16px 13px 16px;
	border-radius: 16px;
	width: 100%;
	justify-content: center;
}
.overthing-list {
	height: 270px;
}
.header-nav-wrp ul {
	gap: 20px;
}
.multi-step-text h4 {
	width: 100%
}
.modal-dialog {
	margin-top: 15%;
}
.button-contact-form input {
	width: 100%;
}
.faq-main-wraper h3 {
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 30px;
}
.create-bed-section-wrap h2 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 12px;
}
.grid .card img {
	height: 120px;
}
.grid .card::after {
        bottom: auto;
        top: 10px;
        left: 10px;
}
.nav-tabs .nav-link.completed::after {
	left: 3px;
	top: 11px;
}
.faq-main-wraper {
	padding: 40px 0 40px 0
}
#bedImgWrap img {
    height: 300px !important;
}
.choose-size-radio-btn ul {
    height: 247px;
	overflow:auto;
	padding-right:30px;
	overflow-x:hidden;
}
	#step-color ul{
		height: auto !important;
		padding-right:0px !important;;
	}	
	.footer-main-wraper ul{
		display:block;
		text-align:center;
	}

}
/* CSS media */
