.about-img-1{
    width: 360px;
    border: 3px solid #b89146;
    padding: 2px;
    background: #fff;
}
.about-img-2{
    width: 520px;
    border: 3px solid #b89146;
    padding: 5px;
}

.check__area-item p {
    color: #ffffff;
    font-family: var(--heading-font);
    font-weight: 700;
    margin: 0;
}

.banner__two-content {
   
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 170px;
}
.deluxe__area-item-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 19, 23, 0)), to(#0E1317));
    background-image: linear-gradient(180deg, rgba(14, 19, 23, 0) 0%, #0e131745 100%);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services__two-item {
    
    margin-bottom: 20px;
}
.header__area{
    background-color: #000;
}

.whatsapp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-whatsapp{
	margin-top:10px;
}

.call-btn{
	position:fixed;
    width: 50px;
    height: 50px;
    bottom: 140px;
    right: 20px;
	background-color:#008a00;
	color:#FFF;
	border-radius:50%;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.call-btn-icon{
	margin-top:10px;
    color: #fff !important;
}
