.dataass p:not(:first-child) {
    display: none;
}
.shadow1{
    box-shadow: 1px 1px 15px 0 rgba(85, 85, 85, 0.205);
}
.key-featur-color{
    background-color: #2b2a33;
}
/* .lists ul{
    list-style-type: none;

  }
  
.lists li {
    margin: 0;
  }
*/
/* .lists{
    white-space: nowrap;
    text-align: center;
} */
.color-red{
    color: #c6a399`;
}  
.bolders{
    font-weight: 400;
    margin-left: 2px;
    font-size: 13px;

}
.font-my-size{
    font-size: 14px;

}
.btn-dsn{
    color: white;
    background-color: red;
    border: none;
    border-radius: 5px;
    padding: 8px;
    font-size:20px;
}
.book-btn{
    padding: 5px;
}
.btn-color-my{
    color: white;
    background-color: rgb(245, 182, 100);
    border-radius: 5px;

}
.btn-color-my:hover{
    color: white;
    background-color: rgb(245, 182, 100);
    border-radius: 5px;
    border: none;
}
.btn-color-my:active{
    color: white;
    background-color: rgb(245, 182, 100);
    border-radius: 5px;
    border: none;
}
.scroll-to-top {
    position: fixed;
    background-color: #2a160e;
    border: 0.5px solid #56372a ;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 900;
    bottom: 45px;
    right: 20px;
    color: #c6a399 !important;
    font-size: 24px;
}

.wp{
    position: fixed;
    bottom: 100px;
    right: 20px;
    color: white;
    background-color: rgb(76, 219, 76);
    padding: 7px;
    border-radius: 5px;
    font-size: 32px;
}
.bg-colors{
    background-color: gray;
}
.buttons{
    padding: 9px 16px;
    border: none;
    font-size: 20px;
    color:white;
    background-color: rgb(179, 158, 41);
    border-radius: 8px;
}
.content {
    padding-top: 55px;
}
.my-btn{
    display: flex;
    margin: auto;
    margin-top: 15px;
}

.font-size-my{
    font-size: 12px;
}


/* Styling for the form popup */
#form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Add more styling for your form and buttons as needed */
/* Styling for the form popup */
#form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}


.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Increase the font size and input size for better visibility */
.popup-content input {
    font-size: 18px;
    padding: 10px;
    width: 100%;
}

.popup-content label {
    display: block;
    text-align: left;
}


.decotraion{
    text-decoration: none;
    color: black;
    display: block;
    margin-bottom: 15px;
}

.pointer{
    cursor: pointer;
}
.rows {
    margin: 15px;
  }

.all-data{
    align-content: space-evenly;
}
.btndesign{
    background-color: #2a160e;
    border: 0.5px solid #56372a ;
    padding: 2px 5px;
    border-radius: 5px;

    color: #c6a399 !important;
    font-size: 16px;
}

  .wpicon {
    position: fixed;
    bottom: 90px;
    right: 20px;
    color: white;
    background-color: rgb(76, 219, 76);
    padding: 7px;
    border-radius: 5px;
    font-size: 32px;
}

@media (max-width: 767px) {
    .wpicon {
        display: none;
    }
}
.footer_call {
	margin: 0;
	background: #371b10;
	background: linear-gradient(to right, #371b10 0, #371b10 50%, #4b2614 50%, #21120d 100%);
	width: 100%;
	padding: 30px 0;
	position: relative
}

.footer_call .call_us_ft h2 {
	color: #fff;
	font-family: 'roboto_condensedregular'
}

.footer_call .call_us_ft a {
	text-decoration: none
}

.footer_call .request_btn a {
	font-family: 'open_sansregular';
	color: #48474f;
	background: #fff;
	border: 1px solid #48474f;
	border-radius: 25px;
	padding: 12px 45px;
	text-decoration: none
}

.footer_call::after {
	content: '';
	padding: 42px 0;
	background: url('contact-mail.png') no-repeat center #2a160e;
    background-size: cover; 
    background-size: 85px 85px; 
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	width: 99px;
	margin: 0 auto;
	border-radius: 50px;
	height: 99px;
    z-index: 1;
}

.footer_call .call_us_ft p {
	font-family: 'open_sansregular';
	font-size: 14px
}

.footer_call .request_btn h2 {
	font-family: 'roboto_condensedregular';
	text-transform: uppercase
}

.footer_call .request_btn a:hover {
	background: #371b10;
	color: #fff;
	border: 1px solid #fff;
	transition: all 1s ease
}


@media only screen and (max-width:980px) {
	.call_us_ft {
		text-align: center
	}
	.footer_call::after {
		display: none
	}
	.request_btn h2 {
		text-align: center!important;
		float: none!important;
		margin-bottom: 20px
	}
	.footer_call .request_btn a {
		text-align: center!important;
		float: none!important
	}
	.footer_call .request_btn {
		text-align: center!important
	}
	.footer_form input {
		width: 32%
	}
	.footer_sign_up h2 {
		font-size: 20px;
		padding-bottom: 8px;
		border-bottom: 1px solid #c1c1c1;
		text-align: center
	}
	.footer_sign_up p {
		text-align: center
	}
	.banner-pattern-wrap .banner-pattern-2 {
		position: absolute;
		bottom: -7px;
		right: -20px
	}
	.footer_call .call_us_ft h2 {
		font-size: 27px
	}
	.footer_call .request_btn h2 {
		font-size: 27px
	}
	.banner-area {
		padding: 0 0 60px 0
	}
	.testimonial-area {
		padding: 40px 0 0 0
	}
}
.my-btn{
    display: flex;
    margin: auto;
    margin-top: 15px;
}
.according-color{
	background-color: #2a160e;
	color: white !important;
}


.according-color:hover{
	background-color: #2a160e;
	color: white !important;
}
.according-color:active{
	background-color: #2a160e;
	color: white !important;
}




.background-color{
	background-color: rgb(236, 234, 223);
}