   .as_info_detail {
  background: #222629;
}

.as_info_detail {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 10px 0;
}

 .as_menu ul li a {
  /* padding: 20px 4px; */
  /* margin: 0; */
  list-style: none;
  color: black;
}

  .as_menu > ul > li .as_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.aruna{
border: 1px solid #808080a3;
border-radius: 10px;
box-shadow: 0px 0px 0px 1px #c3c3c3;
}

  .as_banner_wrapper 
  {
  padding: 20px 10px;
  }

  .as_banner_detail h5 
  {
  font-size: 26px;
  margin: 0 0 5px;
  font-family: "Philosopher";
  }

.as_banner_detail h1 
 {
  font-size: 54px;
  line-height: 62px;
  margin: 0 0 13px;
  font-family: Philosopher;
  font-weight: 600;
}

.as_banner_detail .as_btn {
  background: linear-gradient(to left, #f4a736 0%, #f37535 100%);
  color: var(--dark-color1);
  font-weight: 600;
  transition: all 0.3s linear;
  color: white;
}

.fa.fa-paw {
  color: white;
  font-size: 49px;
  background: #f4ab41;
  border: 2px solid black;
  padding: 10px;
  border-radius: 51px;
}

.as_heading{
   font-family: cursive;
font-size: 28px;
font-weight: 300;
font-weight: cursive;
}



.as_service_box {
  background-color: #ffffff;
  padding: 59px 22px 25px;
  margin-top: 30px;
  box-shadow: 1px 2px 4px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(231, 231, 231);
  position: relative;
  min-height: 322px;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s linear;
}

.as_service_box .as_subheading {
  margin: 40px 0 10px;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  transition: none;
  font-family: cursive;
  font-weight: 300;
}

.as_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-color1);
  margin: 0 0 2px;
  transition: none;
  transition: all 0.3s linear;
  font-family: cursive;
  font-weight:300;
}

/*.as_menu_wrapper {
  background: black;
  color: white;
  border-radius: 4px;
  margin: 10px;
}*/

.as_search_wrapper {
 margin: 7px 0px;
border-radius: 44px;
border: 1px solid #ff6f00;
}


.as_search_wrapper .form-control {
  height: 45px;
  border: 1px solid #fff;
  border-radius: 45px;
  background-color: transparent;
  color: #000;
}

.as_search_wrapper .form-control::placeholder {
  color: #060606;
}

.as_info_detail {
  background: #222629;
}

.as_menu > ul > li {
  font-weight: 600;
  font-size: 15px;
}

.as_product_box .as_subheading {
  margin: 12px 0px 9px;
  font-weight: 300;
  font-family: cursive;
}




.social-menu ul li{
    list-style: none;
   
}

.social-menu ul li .fab{
  font-size: 20px;
line-height: 34px;
transition: .3s;
color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
 position: relative;
display: block;
width: 32px;
height: 33px;
border-radius: 50%;
background-color: #fff;
text-align: center;
transition: .6s;
box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
background-color:#ff4500!important;;}
.social-menu ul li:nth-child(2) a:hover{
    background-color:#ff4500!important;;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #ff4500!important;;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #ff4500!important;;
}

.as_info_detail ul li {
  display: inline-flex;
  /* padding: 0 3px; */
  padding-left:1%!important;
  padding-right:1%!important;
}


@media only screen and (max-width: 768px) {
  .as_menu_wrapper {
     padding: 12px 10px;
  color: red !important;
  background: #222629;
  position: relative;
top: -53px;
right: 5px;
  }
}

.fa.fa-user {
  color: #ff6f00;
}


.fa.fa-user-plus {
  color: #ff6f00;
}

.as_sign:hover {
  transform: rotate(360deg);
}

.as_banner_wrapper::after {
  position: relative;
  content: '';
  background: url(../images/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(-1);
  z-index: 1;
}

.as_footer_wrapper::before {
  position: relative;
  content: '';
  background: url(../images/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .social-menu {
    margin-right: 102px;
  }
}




@media only screen and (max-width: 600px) {
  .as_menu {
    position: fixed;
  left: -200px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  width: 200px;
  border-right: 2px solid var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  }
}

.as_appointment_form .form-control {
  border: 1px solid #6c6c6c;
  border-radius: 45px;
}

.as_breadcrum_wrapper h1 {
  margin: 0px 0 15px;
  font-size: 28px;
  font-family: philo;
  font-family: Philosopher;
  font-size: 50px;
}

.as_breadcrum_wrapper {
  
  padding: 50px 0 100px;
 
}


