.inline{
    display: inline!important;
}

.ml{
    margin-left: 25px!important;
}

.pl{
    padding-left: 25px!important;
}
.book-bg{
    background-color: red;
    height: 60px;
    padding-top: 18px;
}
.color-white{
    line-height: 24px;
    font-weight: 500;
    font-size: var(--font-15);
    text-transform: capitalize;
    color: var(--black-color)!important;
}
.box{
    width: 130px;
    height: 140px;
    border: 1px solid #e31e24;
    border-radius: 10px;
}
.internal{
    padding: 10px;
}
.img-circle{
    width: 80px;
    height: 80px;
    border: 1px solid #e31e24;
    border-radius: 100px;
    margin-left: 15px;
}
.img-ml{
    width: 40px;
    margin-left: 18px;
    margin-top: 18px;
}
.line-height{
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.fabs {
  position: fixed;
  /*right: 20px;*/
  bottom: 20px;
  z-index: 999;
}

.action {
   background: rgb(6 49 114);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 7px 0px gray;
  transition: background-color 0.4s ease-in-out;
}

.action i {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  cursor: pointer;
}

.action:hover {
      background-color: rgb(216 0 0);
}

.btn {
  position: absolute;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.btn i {
  position: absolute;
  font-size: 18px;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btns {
  position: absolute;
  bottom: 0px;
  margin-bottom: 5px;
  height: 35px;
  width: 35px;
  transition: 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.btns.open {
  bottom: 50px;
}




#myBtn {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #002858;
    color: #ffffff;
    border-radius: 3rem;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    bottom: 1%;
    left: 90%;
    padding: 0.2rem 0.2rem;
    position: fixed;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    /* width: -webkit-max-content !important; */
    /* width: max-content !important; */
    width: 100px;
    z-index: 10000;
}

.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 150px;
    background-color: #00509a;
}

.btn-floating.phone:hover {
    background-color: #00509a;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 85px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.hr-m{
    margin-top: 8px;
    margin-bottom: 8px;
}


/*gallery css*/
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}