/*********---------footer wrapper------------**************/
.footer_wrapper{
	width:100%;
	position: relative;
	background-image: url('../../../img/ftr-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	/* overflow: hidden; */
}
.footer_wrapper:before{content:'';position: absolute;width: 100%;height: 100%;background: #000000e0;}
.ftr_flex {
    display: flex;
    gap: 30px;
    z-index: 1;
    position: relative;
}
.footer_widget_add{
	/* padding-top:100px; */
	text-align:left;
	position:relative;
}
.footer_ul_wrapper ul {padding-left:10px}
.address_main{
	 text-align:left;
	 float:left;
	position:relative;
}
.footer_ul_wrapper span{cursor: pointer;}
.box_1_wrapper{
	width:30%;
	margin-top: -20px;
	background: var(--bs-dark);
	padding: 26px;
	position: relative;
}
.box_1_wrapper:before{content:'';position: absolute;left: -20px;width: 10px;height: 10px;top: 0;border-bottom: 10px solid #464646;border-top: 10px solid #ffffff00;border-right: 10px solid #464646;border-left: 10px solid #ffffff00;}
.box_1_wrapper:after{content:'';content: '';position: absolute;RIGHT: -20px;width: 10px;height: 10px;top: 0;border-bottom: 10px solid #464646;border-top: 10px solid #ffffff00;border-right: 10px solid #ffffff00;border-left: 10px solid #464646;}
.footer_main_wrapper{
	width:100%;
	padding-bottom:16px;
	display: flex;
	justify-content: space-between;
	gap: 31px;
}
.footer_main_wrapper .respons_footer_nav {
    width: 30%;
}
.footer_main_wrapper .two-in-one {
    flex: 1;
    width: 60%;
    overflow: hidden;
}
.two-in-ones {display:flex;justify-content: space-between;}
.footer_main_wrapper .two-in-one .respons_footer_nav{
    width: max-content;
}
.booking_box_div{
	width:70%;
	flex:1;
}

.footer_widget_add p{
	font-size:16px;
	color:#fff;
	padding-top:35px;
	margin-bottom:20px;
	line-height: 24px;
}
.footer_widget_add a{
	font-size:14px;
}
.footer_box_add{
	float:left;
	margin-top:35px;
	width:100%;
	margin-bottom:30px;
}
.footer_box_add ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	font-size:14px;
}
.footer_box_add ul li{
	float:left;
	width:auto;
	color:white; margin-bottom:10px;
	list-style:none;
	display: flex;
	width: 100%;
}
.footer_box_add ul li i{
	margin-right: 10px;
    line-height: 33px;
    color: white;
    border: 2px solid #373636;
    width: 10%;
    height: 34px;
    text-align: center;
    float: left;
}
.footer_box_add ul li a{
	width: 90%;
}
.footer_box_add ul li a{
	color:white;
}
.footer_box_add ul li a:hover{
	color:#035d47;
	transition:0.4s;
}
/****footer_2******/
.footer_heading{
	padding-top: 50px;
	text-align:left;
	width:100%;
}
.footer_heading h1{
	font-size:20px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}
/****footer_3******/
.footer_ul_wrapper{
	float:left;
	width:100%;
}
.footer_ul_wrapper{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	margin-top:30px;
	text-transform:capitalize;
}
.footer_ul_wrapper ul li{
	width:auto;
	margin-bottom:10px;
	list-style:none;
}
.footer_ul_wrapper ul li i{
	margin-right:10px;
	color: #6e6e6e;
}
.footer_ul_wrapper ul li a{
	color:#fff;
}
.footer_ul_wrapper ul li a:hover{
	color:#035d47;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_menu{
	/* margin-left:30px; */
}

.footer_menu h2, .footer_heading h2{
	color: #fff;
}

/****footer_4******/
.footer_cnct{
	text-align:left;
	width:100%;
	margin-top:40px;
}
.contact_last_div{
	padding-left:61px;
}
.footer_cnct p{
	font-size:16px;
	color:#757575;
	text-transform:capitalize;
}
.footer_cnct p span{
	font-weight:500;
	color:#ffffff;
	margin-left:10px;
}
/****footer_5******/
.footer_botm_wrapper{
	width:100%;
	padding: 6px 0px;
	display: flex;
	align-items: center;
	gap: 117px;
}

.bottom_footer_copy_wrapper span{
	margin:0;
	color: #757575;
	font-size: 16px;
	font-weight: 600;
}
.bottom_footer_copy_wrapper a{
	margin-right:5px;
	color: #3f2f27;
	font-size: 16px;
	font-weight: 600;
}
.bottom_footer_copy_wrapper a:hover{
	color:#035d47;
	transition:0.5s;
}
.footer_btm_icon{
}
.bottom_footer_copy_wrapper{
	display:inline;
}
.footer_btm_icon ul{
	margin:0px;
	padding:0px;
	width:100%;
	font-size:16px;
	display: flex;
	gap: 8px;
}
.footer_btm_icon ul li{
	list-style:none;
	/* display: flex; */
	/* width: 35px; */
	/* height: 35px; */
}
.footer_btm_icon ul li i{
	line-height:33px;
	color:#373636;
	background-color:transparent;
	text-align:center;
}
.footer_btm_icon ul li a{
	border: 1px solid #f5f1f1;
	width: 100%;
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	padding: 4px;
}
.footer_btm_icon ul li a:hover{
	background-color:#035d47;
	color:white;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_btm_icon ul li a:hover i {
    color: #fff;
}

.pay_secure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 20px;
}
.pay_secure .box{
    width: 100%;
    border: 1px solid #757575;
    border-radius: 10px;
}
.pay_secure .box h3{
    background: #757575;
    margin: -17px 0 0 16px;
    width: max-content;
    padding: 8px;
    border-radius: 45px;
    font-size: 15px;
    padding: 8px 20px;
    color: #fff;
}
.pay_secure .box .cd {
    flex-wrap: nowrap;
}
.pay_secure .box ul{
    padding: 10px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}
.pay_secure .box ul li{}
.pay_secure .box ul li img{
    width: 100%;
}

.side_socal_media {
    display: flex;
    width: 100%;
    margin-top: 15px;

}
.side_socal_media a{
    padding: 8px;
    width: 40px;
    height: 40px;
}
.side_socal_media a img {
    width: 100%;
    filter: invert(1);
}
.side_socal_media a:nth-child(1){
    background: #006ff9;
}
.side_socal_media a:nth-child(2){
    background: #1e7eb9;
}
.side_socal_media a:nth-child(3){
    background: #000;
}
.side_socal_media a:nth-child(4){
    background: #e43833;
}
.side_socal_media a:nth-child(5){
    background: #a83a82;
}

.ftr_appointment {
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translate(0px, -50%);
    rotate: 90deg;
    z-index: 9;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
}
.ftr_appointment a{
    background: #035dc0;
    display: block;
    padding: 10px 20px;
    color: #fff;
}

.ftr_copyright{
	background-color: #090b0d;
}




/* floating icons  */

.get-numbers-absolute {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .get-numbers-absolute li {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
  }
  .get-numbers-absolute li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    /* Default: only icon visible — text hidden via max-width */
    max-width: 58px;
    transition: max-width 0.4s ease, padding 0.4s ease, border-radius 0.4s ease;
  }
  /* Text hidden by default (overflow hidden on parent + max-width trick) */
  .get-numbers-absolute li a span {
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
  }
  /* Hover: expand to show text */
  .get-numbers-absolute li a:hover {
    max-width: 180px;
    padding: 10px 14px;
  }
  .get-numbers-absolute li a:hover span {
    opacity: 1;
    transform: translateX(0);
  }
  /* Icon styles */
  .get-numbers-absolute li a img {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    order: 1; /* icon on the RIGHT */
  }
  .get-numbers-absolute li a span {
    order: 2; /* text on the LEFT */
  }
  /* Call button */
  .contact-numbers {
    border-top-left-radius: 10px;
  }
  .contact-numbers a {
    background: 
#4caf50;
    border-top-left-radius: 10px;
  }
  .contact-numbers a:hover {
    border-top-left-radius: 10px;
  }
  /* WhatsApp button */
  .whatsapp-numbers {
    border-bottom-left-radius: 10px;
    margin-top: 3px;
  }
  .whatsapp-numbers a {
    background: 
#25d366;
    border-bottom-left-radius: 10px;
  }
  .whatsapp-numbers a:hover {
    border-bottom-left-radius: 10px;
  }
  .whatsapp-numbers img {
    border-radius: 50%;
  }

    /* Vertical Inquire Button */
  .inquire-vertical {
    margin-top: 20px;
  }
  .inquire-vertical a {
    writing-mode: sideways-lr;
    text-orientation: mixed;
    background: 
#007aff;
    padding: 20px 12px !important;
    border-radius: 25px;
    max-width: none;
    width: auto;
    transition: background 0.3s ease;
      padding: 40PX 9PX;
    white-space: normal;
    width: 58PX;
    font-size: 16PX;
  }
  .inquire-vertical a:hover {
    background: 
#156969;
    max-width: none;
    padding: 20px 12px;
  }
  
  .book-appointment {
  margin-top: 3px;
  border-bottom-right-radius: 10px;
  overflow: visible !important;
}
.book-appointment a {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  background: var(--careon-black);
  border-top-right-radius: 10px;
  max-width: none !important;
  width: 55px;
  padding: 18px 10px !important;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
  justify-content: center;
}
.book-appointment a:hover {
  background: var(--healthanza-green);
  max-width: none !important;
  padding: 18px 10px !important;
  transform: rotate(180deg) !important;
}
.book-appointment a span {
  opacity: 1 !important;
  transform: none !important;
  order: 1;
}

.footer_ul_wrapper2 ul{
  display: flex;
  flex-wrap: wrap;
}
.footer_ul_wrapper2 ul li{
  width: 50%;
}
/* floating icons  */

.footer-box-next .containers{
  width: 90%;
  margin: auto;
}

@media (max-width:992px) {
  .footer_ul_wrapper2 ul li{
    width: 100%;
  }
  .footer_wrapper{
    margin-top: 50px;
  }
}