.callaction-contact-box {
    position: relative;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    margin: 15px 0;
    /*border: 1px solid #670B21;*/
}
/* a.wts-now {
    
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #670b21;
}

a.reserve-now {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: rgb(228 213 216 / 60%);
} */
.callaction-contact-box img {
    width: auto!important;
    margin-bottom: 0 !important;
    height: 90px!important;
    max-width: 200px;
}

.callaction-contact-box .overlay {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
	background: transparent; !important
   
}
.transparent {
     opacity:.8
}
.btns a {
    padding: 14px 35px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    font-size: 21px;
    transition:.35s ease;
    display: flex;
    align-items: center;
    position:relative;
    justify-content:center;
    overflow:hidden;
    z-index:1;
    margin-inline-end: 10px;
}

.btns a:hover {    
   transform:translateY(2px)
}
.btns a svg {
    margin-inline-end: 5px;
}

.btns {
	margin-left: 150px;
    margin-right: 150px;
    display:flex
}
.wts-now {
/*     margin-right:10px */
}
@media(max-width:767px) {
   .callaction-contact-box {
       flex-direction:column;
       flex-direction:column-reverse
       
   }
    .callaction-contact-box img {
        width:100px !important;
        margin-bottom:20px
    }
   
    .btns {
        width:100%;
        flex:1
    }
    .btns a {
        font-size: 16px;
        padding:10px;
        flex:1
    }
    .btns a svg {
        width:15px
    }
  
}

.btns.expanded {
    flex: 1;
}

.btns.expanded a {
    flex: 1;
}