/* Desktop */
.first-container{
	background: #B59172;
	height: 100vh;
	position: relative
}

.first-logo{
	margin: 0 auto;
	text-align: center;
}
.first-logo img{
	width: 40%;
	padding-top: 10%;
	padding-bottom: 5%;
}

.first-content{
	margin:  0 auto;
	font-family: 'Butler';
	color: #FFFBDC;
	text-align: center;
	text-transform: uppercase;
}
.icon-bar-register {
    list-style: none;
    display: block;
    z-index: 2;
    position: fixed;
    right: 1%;
    top: 8%;
    width: 10%;
    animation: float 3s ease-in-out infinite;
}

.mouse-icon{
	margin: 0 auto;
	text-align: center;
}
.mouse-icon img{
	width: 2%;
	padding-top: 3%;
	animation: float 3s ease-in-out infinite;
}

.header-logo{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%
}

.second-container{
    display: flex;
    width: 100%;
    overflow: hidden;
	margin-top: -1%
}

.second-banner{
    width: 65%;
}

.second-content-banner{
    width: 35%;
	position: relative;
}

.second-banner img,
.second-content-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* important */
    display: block;
}

.second-content-banner .second-content {
    position: absolute;
    width: 68%;
    text-align: center;
    color: white;
    top: 35%;
    left: 20%;
}
.second-content h3 {
    font-family: 'Butler';
    text-transform: uppercase;
    font-size: 30pt;
}

.second-content p {
	font-family: 'Poppins';
	font-size: 15pt
}

.second-content .icon-white{
	width: 8%;
	margin: 0 auto;
	padding-bottom: 5%
}

.third-container {
    background: #B59172;
    position: relative;
}

.third-container .third-content-container{
	width: 70%;
	margin:0 auto;
	text-align: center
}

.icon-color img{
	width: 2.5%;
	padding-top: 5%;
	text-align: center
}

.third-content{
	width: 82%;
    margin: 0 auto;
}

.third-content h3{
	font-family: 'Butler';
	color: #FFFBDC;
	text-transform: uppercase;
	padding-top: 2%;
	font-size: 30pt
}

.third-content p{
	font-family: 'Poppins';
	color: #fff;
	font-size: 14pt
}

.third-banner{
	padding-top: 3%;
	padding-bottom: 3%;
}

.third-icon-container{
	padding-bottom: 5%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5% 5%;
}

.icon-box img{
    object-fit: contain;
	width: 85%
}

.four-container{
    display: flex;
    width: 100%;
}

.four-content{
    width: 30%;
	background: #D1BBA7
}

.four-maps{
    width: 73%;
	position: relative;
}

.form-container{
	background: #B59172; 
}

.form-title {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 1%;
}
.form-icon img{
	width: 2%
}
.form-title h3{
    font-family: 'Butler';
	color: #FFFBDC;
	text-transform: uppercase;
	font-size: 30pt;
    padding-top: 1%;
}
.custom-form {
    width: 70%;
    display: flex;
    flex-direction: row ;
    gap: 20px;
    margin: 0 auto;
}

.form-column{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group{
    position: relative;
}

.form-group input,
.form-group select{
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: none;
    outline: none;
    background: #f1f1f1;
    box-sizing: border-box;
	border-radius: 5px;
}

.form-group input::placeholder{
    color: #9c9c9c;
}

.form-group select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.select-group::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #b89472;
    pointer-events: none;
}


.referral-section{
	color: #ffffff;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}

.referral-title{
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 1%;
	color: #F5EEDF;
	margin-top: 4%
}

.checkbox-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 50px;
}

.checkbox-item{
    display: flex;
    align-items: center;
    gap: 15px;

    font-size: 18px;
    font-weight: 500;

    cursor: pointer;
}

.checkbox-item input{
    width: 32px;
    height: 32px;
    cursor: pointer;
    accent-color: #ffffff;
}

.privacy-box{
    margin-top: 45px;
}

.privacy-item{
    display: flex;
    align-items: flex-start;
    gap: 0px;
    cursor: pointer;
}

.privacy-item input{
    width: 32px;
    height: 32px;
    margin-top: 3px;
    cursor: pointer;
    accent-color: #ffffff;
}

.privacy-item span{
    font-size: 9pt;
    line-height: 1.5;
    color: #ffffff;
}

.button-submit {
    background: none;
    border: 0;
    width: 25%;
}

.button-container{
text-align: center;
	    padding-bottom: 3%;
}

.button-container img{
	width: 50%
}

.captcha{
	width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 1%;	
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #7c543b;
	border: solid 1px #7c543b;
	color: #ffffff;
	content: "\2713";
	font-family: "Font Awesome 5 Free";
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: white;
	content: "";
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
	font-size: 10pt;
}



input[type="checkbox"] {
	appearance: none;
	display: block;
	float: left;
	opacity: 0;
	width: 0em;
	z-index: -1;
	border: solid 1px #306e64;
}



input[type="checkbox"] + label, [type="radio"] + label {
    font-family: 'Poppins';
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11pt;
    padding-left: 2em;
    position: relative;
    padding-bottom: 10px;
}

.agree{
	font-size: 8pt
}

/* footer */
.custom-footer{
    background: #f3f3f3;
    padding: 30px 40px;
    font-family: 'Poppins', sans-serif;
}

.footer-top{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-left{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-logo img{
    width: 260px;
    display: block;
}

.company-info{
    line-height: 1.3;
    color: #000;
}

.company-info strong{
    display: block;

    font-size: 20px;
    font-weight: 700;

    margin-bottom: 5px;
}

.sales-gallery{
    gap: 15px;
}

.location-icons{
    display: block;
    gap: 2px;
	text-align: center
}
.location-icons a{ 
	color: white !important
}
.location-icons img{
    width: 42px;
    height: 42px;

    object-fit: contain;
}

.awards-icons img {
    width: 265px;
    height: 88px;
    object-fit: contain;
}

.sales-gallery-text{
    font-size: 12px;
    line-height: 1.4;
	text-align: center
}

.sales-gallery-text strong {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1;
	font-family: 'Poppins';
}

.awards-container{
	display: flex
}

.awards img{
	width: 10%
}

.social-section{
    text-align: center;
}

.social-title{
    font-size: 15px;
    font-weight: 700;
}

.social-icons{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icons img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.footer-phone {
    gap: 10px;
    color: #f05a00;
    font-size: 38px;
    font-weight: 700;
    width: 19%;
}

.phone-icon{
    font-size: 28px;
}

.footer-bottom{
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.footer-bottom a{
    color: #000;
    text-decoration: none;
}

.footer-bottom a:hover{
    color: #f05a00;
}

.company-info h4 {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 0;
    line-height: 0.3;
	margin-top: 3%;
}

.company-info span{
	font-family: 'Poppins';
	font-size: 6pt
}

.company-info p{
	font-family: 'Poppins';
	font-size: 8pt
}
/* footer */

input::placeholder {
	color: black !important;
}
input[type="checkbox"] {
    border: none;
    outline: none;
}
.mobile-show{
	display: none
}


.location-section{
    background: #d3b090;
    padding: 60px 25px;
    font-family: 'Poppins', sans-serif;
}



.location-icon{
    text-align: center;
    font-size: 40px;
    color: #7b4f36;
    margin-bottom: 10px;
	margin-top: 7%
}


.location-title {
    text-align: center;
    font-size: 30pt;
    font-weight: 500;
    color: #7b4f36;
    margin-bottom: 10px;
    font-family: 'Butler';
}


.custom-accordion .accordion-item{
    background: transparent;
    border: none;
}

/* BUTTON */

.custom-accordion .accordion-button{
    background: transparent !important;
    box-shadow: none !important;
    padding: 2% 0;
    color: #7b4f36;
    font-size: 13pt;
    font-weight: 700;
}


.custom-accordion .accordion-button::after{
    background-image: none !important;
    content: '+';
    font-size: 32px;
    font-weight: 300;
    color: #7b4f36;
    transform: none !important;
}

.accordion-button:not(.collapsed) {
    color: #7b4f36 !important;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: auto !important;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.location-content strong{
	padding-top: 2%
}

.location-icon img{
	width:5%
}
/* MINUS ICON WHEN OPEN */

.custom-accordion .accordion-button:not(.collapsed)::after{
    content: '-';
}


.accordion-heading{
    display: flex;
    align-items: center;
    gap: 15px;
}

.accordion-heading img{
    width: 30px;
    height: 34px;
    object-fit: contain;
}



.custom-accordion .accordion-body{
    padding: 0 0 2% 50px;
}

.location-content{
    color: #7b4f36;
    font-size: 9pt;
}

.custom-accordion{
	width: 75%;
    margin: 0 auto;
}

.custom-accordion p{
	margin-bottom: 0;
	font-family: 'Poppins';
	font-size: 7pt
}
select {
    color: black;
}

.move-right{
	padding-left: 5%
}
.distance{
	width: 2%
}

.location-row{
    display: flex;
    align-items: flex-start;

    gap: 20px;
		font-family: 'Poppins';
	font-size: 7pt
}

.copy-right{
	background: #B59172;
	padding: 1%
}

.copy-right p{
	font-family: 'Poppins';
	margin-bottom: 0;
	color: white;
	text-align: right;
	font-size: 10pt
}

.thankyou {
    background: #B59172;
    height: 100vh;
}

.thankyou-logo{
	text-align: center;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8%;
	padding-bottom: 3%;
	
}

.thankyou-content h3{
	font-family: 'Butler';
	color: #FFFBDC;
	text-align: center;
	text-transform: uppercase;
	font-size: 22pt
}

.thankyou-content h4{
	font-family: 'Poppins';
	color: #7B543B;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2%;
	margin-bottom: 0;
	font-size: 16pt;
}

.backtohome{
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2%;
}
.icon-bar-music {
    list-style: none;
    display: block;
    z-index: 10;
    position: fixed;
    right: 1%;
    top: 30%;
    width: 2%;
    cursor: pointer;
}
/* Desktop */

/* All devices (tablet + mobile + small laptops) */
@media (max-width: 1024px) {
}

/* Small phones */
@media (max-width: 480px) {
}

/* Portrait (phones + tablets) */
@media (max-width: 1024px) and (orientation: portrait) {
.sales-gallery-text {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}
.sales-gallery {
    gap: 15px;
    display: flex;
}
.icon-bar-music {
    list-style: none;
    display: block;
    z-index: 10;
    position: fixed;
    right: 3%;
    top: 23%;
    width: 9%;
    cursor: pointer;
}
.thankyou {
    background: #B59172;
    height: 100dvh;
}
    .thankyou-content h3 {
        font-family: 'Butler';
        color: #FFFBDC;
        text-align: center;
        text-transform: uppercase;
        font-size: 18pt;
        margin-bottom: 10%;
    }
	.thankyou-content{
		width: 85%;
    margin: 0 auto;
	}
input[type="checkbox"] + label,
[type="radio"] + label {
	font-family: 'Poppins';
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 8pt;
    padding-left: 3em;
    padding-top: 0%;
	position: relative;
	padding-bottom: 10px
}
.copy-right p {
    font-family: 'Poppins';
    margin-bottom: 0;
    color: white;
    text-align: center;
    font-size: 7pt;
}

    .thankyou-content h4 {
        font-family: 'Poppins';
        color: #7B543B;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5%;
        margin-bottom: 10%;
        font-size: 11pt;
    }
.thankyou-logo {
        text-align: center;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50%;
        padding-bottom: 14%;
    }
.backtohome {
    width: 39%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8%;
}
.footer-phone {
    gap: 10px;
    color: #f05a00;
    font-size: 38px;
    font-weight: 700;
    width: 80%;
}
.location-icon img {
    width: 8%;
}
.privacy-box {
    margin-top: 8px;
}
select {
    color: black;
}
    .footer-left {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
.company-info span {
    font-family: 'Poppins';
    font-size: 5pt;
}
.form-icon img {
    width: 6%;
    padding-bottom: 3%;
    padding-top: 3%;
}
.icon-box img {
    object-fit: contain;
    width: 70%;
}
.third-icon-container {
    padding-bottom: 7%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0% 0%;
}
.mobile-show{
	display: block
}
.desktop-show{
	display: none
}
.second-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: -2%;
}
.first-container {
    background: #B59172;
    height: 100dvh;
    position: relative;
}
    .first-logo img {
        width: 85%;
        padding-top: 58%;
        padding-bottom: 5%;
    }
.header-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}
.mouse-icon {
    margin: 0 auto;
    text-align: center;
    padding-top: 25%;
}
.mouse-icon img {
    width: 6%;
    padding-top: 3%;
    animation: float 3s ease-in-out infinite;
}
.custom-accordion {
    width: 97%;
    margin: 0 auto;
}
.first-content h1 {
    font-size: 22pt;
    padding-top: 4%;
}
.second-container {
    display: block;
    width: 100%;
    overflow: hidden;
}
.second-banner {
    width: 100%;
}
.second-content-banner {
    width: 100%;
    position: relative;
}
    .second-content-banner .second-content {
        position: absolute;
        width: 84%;
        text-align: center;
        color: white;
        top: 23%;
        left: 7%;
    }
.second-content h3 {
    font-family: 'Butler';
    text-transform: uppercase;
    font-size: 27pt;
}
.second-content p {
    font-family: 'Poppins';
    font-size: 13pt;
}
.third-content h3 {
        font-family: 'Butler';
        color: #FFFBDC;
        text-transform: uppercase;
        padding-top: 2%;
        font-size: 27pt;
    }
.location-title {
    text-align: center;
    font-size: 27pt;
    font-weight: 500;
    color: #7b4f36;
    margin-bottom: 5%;
   font-family: 'Butler';
}
.third-content p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 13pt;
	margin-bottom: 15%;
}
.location-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-family: 'Poppins';
    font-size: 7.5pt;
}
.custom-accordion .accordion-body {
    padding: 0 0 2% 42px;
}
.accordion-heading img {
    width: 26px;
    height: 34px;
    object-fit: contain;
}
.move-right {
    padding-left: 2%;
}
.third-content {
    width: 90%;
    margin: 0 auto;
}
.icon-color img {
    width: 6%;
    padding-top: 15%;
    padding-bottom: 3%;
    text-align: center;
}
.four-container {
    display: block;
    width: 100%;
}
.four-content {
    width: 100%;
    padding: 5%;
    background: #D1BBA7;
}
.four-maps {
    width: 100%;
    position: relative;
}
.custom-form {
    width: 90%;
    display: block;
    flex-direction: row;
    gap: 0px;
    margin: 0 auto;
}
.form-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.form-group{
	margin-bottom: 3%	
}
.form-title h3 {
    font-family: 'Butler';
    color: #FFFBDC;
    text-transform: uppercase;
    font-size: 24pt;
    padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%
}
.checkbox-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1px 1px;
    }
.location-icon {
    text-align: center;
    font-size: 40px;
    color: #7b4f36;
    margin-bottom: 0px; 
    margin-top: 2%;
}
.checkbox-item {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 8pt;
    font-weight: 500;
    cursor: pointer;
}
.checkbox-item input {
    width: 21px;
    height: 18px;
    cursor: pointer;
    accent-color: #ffffff;
}
.referral-section {
    color: #ffffff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}
.privacy-item span {
    font-size: 5pt;
    line-height: 1.5;
    color: #ffffff;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bottom {
    margin-top: 2px;
    text-align: center;
    font-size: 6px;
    font-weight: 500;
}
.button-submit {
    background: none;
    border: 0;
    width: 46%;
}
.button-container img {
    width: 100%;
}
.button-container {
    text-align: center;
    padding-bottom: 8%;
}
.third-container .third-content-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.icon-bar-register {
    list-style: none;
    display: block;
    z-index: 2;
    position: fixed;
    right: 5%;
    top: 8%;
    width: 21%;
    animation: float 3s ease-in-out infinite;
}
    .custom-form {
        display: flex;
        flex-wrap: wrap;
    }

    .form-column {
        display: contents;
    }

    .form-group {
        width: 100%;
    }

    /* Mobile input first */
    .mobile-group {
        order: 4;
    }

    /* Occupation below mobile */
    .occupation-group {
        order: 5;
    }
	.select-group:last-child {
        order: 6;
    }

}

/* Landscape (phones + tablets) */
@media (max-width: 1024px) and (orientation: landscape) {
	
	.mobile-show{
		display: none !important
	}
.four-maps {
    width: 100%;
    position: relative;
}
.location-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-family: 'Poppins';
   font-size: 3.3pt;
}
.custom-accordion .accordion-body {
    padding: 0 0 2% 18%;
}
.first-logo img {
    width: 40%;
    padding-top: 7%;
    padding-bottom: 5%;
}
.second-content-banner .second-content {
    position: absolute;
    width: 75%;
    text-align: center;
    color: white;
    top: 25%;
    left: 15%;
}
.second-content h3 {
    font-family: 'Butler';
    text-transform: uppercase;
    font-size: 15pt;
}
.second-content p {
    font-family: 'Poppins';
    font-size: 10pt;
}
    .third-content h3 {
        font-family: 'Butler';
        color: #FFFBDC;
        text-transform: uppercase;
        padding-top: 2%;
        font-size: 15pt;
    }
.location-title {
    text-align: center;
    font-size: 15pt;
    font-weight: 500;
    color: #7b4f36;
    margin-bottom: 5px;
    font-family: 'Butler';
}
    .location-icon {
        text-align: center;
        font-size: 40px;
        color: #7b4f36;
        margin-bottom: 0px;
        margin-top: 0%;
    }
.third-content p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 9pt;
}
.icon-color img {
    width: 3%;
    padding-top: 5%;
    text-align: center;
}
.custom-form {
    width: 90%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0 auto;
}
.form-title h3 {
    font-family: 'Butler';
    color: #FFFBDC;
    text-transform: uppercase;
    font-size: 20pt;
    padding-top: 1%;
}
.referral-section {
    color: #ffffff;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
}
.checkbox-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 10pt;
    font-weight: 500;
    cursor: pointer;
}
    .footer-top {
        display: flex;
        flex-direction: row;
        justify-content: normal;
        align-items: flex-start;
        gap: 3%;
        flex-wrap: wrap;
    }

    .footer-left{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-logo img{
        width: 100px;
    }

    .company-info{
        font-size: 11px;
    }

    .company-info strong{
        font-size: 15px;
    }

    .sales-gallery-text strong {
        font-size: 5pt;
		margin-top: 2%
    }

        .sales-gallery-text {
        font-size: 5pt;
    }

    .social-icons img,
    .location-icons img{
                width: 20px;
        height: 20px;
    }

    .footer-phone{
        font-size: 24px;
    }
	
	.company-info span {
    font-family: 'Poppins';
    font-size: 3pt;
}
	.company-info p {
    font-family: 'Poppins';
    font-size: 4pt;
}
.company-info h4 {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 7pt;
    margin-bottom: 0;
    line-height: 0.3;
    margin-top: 3%;
}
.location-icons {
    gap: 0px;
}
.sales-gallery {
    gap: 5px;
}
.awards-icons img {
            width: 115px;
        height: 38px;
        object-fit: contain;
}
.social-title {
    font-size: 7pt;
    font-weight: 700;
}
.custom-footer {
    background: #f3f3f3;
    padding: 30px 15px;
    font-family: 'Poppins', sans-serif;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 2px;
}
.footer-bottom {
    margin-top: 0px;
    text-align: center;
    font-size: 6pt;
    font-weight: 500;
}
.custom-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 1% 0;
    color: #7b4f36;
    font-size: 6pt;
    font-weight: 700;
}
	
    .accordion-heading img {
        width: 16px !important;
        height: 22px !important;
        object-fit: contain;
    }
	.location-icon img {
    width: 9%;
}
.custom-accordion p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-size: 4pt;
}
.accordion-heading img {
    width: 25px;
    height: 31px;
    object-fit: contain;
}
.custom-accordion .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 10pt;
    font-weight: 300;
    color: #7b4f36;
    transform: none !important;
}
.location-content {
    color: #7b4f36;
    font-size: 3.8pt;
}
}

/* animation */
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px); 
	}
	100% {
		transform: translatey(0px);
	}
}
/* animation */

#button {
  display: inline-block;
  background-color: #7c543b;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 10%;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	cursor: pointer;
	text-decoration: none
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

a#button:hover{
	text-decoration:none !important
}

a{
	color: black
}

.disclaimer-modal{
    border-radius: 20px;
    overflow: hidden;
}

.disclaimer-modal .modal-header{
    border-bottom: 1px solid #ddd;

    padding: 20px 25px;
}

.disclaimer-modal .modal-title{
    font-size: 28px;
    font-weight: 600;

    color: #7b4f36;
}

.disclaimer-modal .modal-body{
    padding: 25px;

    max-height: 70vh;
    overflow-y: auto;
}

.disclaimer-modal p{
    font-size: 15px;
    line-height: 1.8;

    color: #555;
}

.modal {
    position: fixed;
    top: -0% !important;
    left: 9% !important;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

/* MOBILE */

@media(max-width:768px){

    .disclaimer-modal .modal-title{
        font-size: 22px;
    }

    .disclaimer-modal .modal-body{
        padding: 20px;
    }

    .disclaimer-modal p{
        font-size: 14px;
        line-height: 1.7;
    }

}

.g-recaptcha{
	margin:0 auto !important;
	width: 19%;
	text-align: center !important
}