/* nav drop down start */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 350px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}


.list-inline-item a:hover {
  color: #fda700;
}


/* nav drop down end */



/* nav css start */


.list:before {
  padding: 38px 34px 33px 34px;
  content: "\f123";
  /* Unicode for home symbol in Flaticon */
  background: #ff1e00e3;
  font-family: Flaticon, Arial, sans-serif;
  /* Make sure Flaticon font is loaded */
  font-style: normal;
  margin-left: -16px;
  margin-right: 40px;
  font-size: 0px;


  /* Adjust font size as needed */
}

@media (max-width: 1000px) {
  .support-box {
    display: none;
  }
}

@media (max-width: 1000px) {
  .navlist {
    display: none;
  }
}

@media (max-width: 1200px) {
  .navtoplist {
    display: none;

  }


}

@media (max-width: 1000px) {
  .appointment {
    display: none;

  }
}



@media (max-width: 750px) {
  .menubar {

    margin-left: 270px;

  }
}

@media (max-width: 600px) {
  .menubar {

    margin-left: 220px;

  }
}

@media (max-width: 500px) {
  .menubar {

    margin-left: 180px;

  }
}

@media (max-width: 400px) {
  .menubar {

    margin-left: 80px;

  }
}

@media (max-width: 430px) {
  .menubar {

    margin-left: 70px;

  }
}

@media (max-width: 330px) {
  .menubar {

    margin-left: 40px;

  }
}




@media (min-width: 1000px) {
  #banner-position {

    position: relative;
    bottom: 50px;
  }

}



/* nav css end */



/* side button start  */

.chatnow {
  font-size: 18px;
  color: white;
  background-color: #05ee5a;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  bottom: 590px;
  /* Adjust the bottom distance as needed */
  right: -31px;
  /* Adjust the right distance as needed */
  z-index: 1000;
  vertical-align: top;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);

  animation: chatChange 1s infinite;
}

@keyframes chatChange {
  0% {
    background-color: #02245d;
  }

  50% {
    background-color: gray;
  }

  100% {
    background-color: #02245d;
  }
}

@media (max-width: 767px) {

  .chatnow {
    position: fixed;
    bottom: 290px;
    right: -31px;
    z-index: 1000;
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

}


.callnow {
  font-size: 18px;
  color: white;
  background-color: #ec4411;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  bottom: 470px;
  /* Adjust the bottom distance as needed */
  right: -27px;
  /* Adjust the right distance as needed */
  z-index: 1000;
  vertical-align: top;
  transform: rotate(7deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);

  animation: callChange 1s infinite;
}

@keyframes callChange {
  0% {
    background-color: gray;
  }

  50% {
    background-color: red;
  }

  100% {
    background-color: gray;
  }
}


/* moblie view */

@media (max-width: 767px) {

  .callnow {
    position: fixed;
    bottom: 410px;
    right: -27px;
    z-index: 1000;
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

}

/* side button start  */

@media(width:1200px) {
  .navlist .list-inline-item {
    margin: 20px 15px !important;
  }

  
}

@media(max-width:1199px) {
  .navlist .list-inline-item {
    margin: 20px 7px !important;
  }

  .list:before {
    margin-left: -7px;
    padding: 38px 20px 33px 33px;
    margin-right: 15px;
  }

}

@media(max-width:1200px) {
    .menu-area .mobile-nav-toggler {
    display: none !important;
  }
  .support-box {
    margin-left:0px !important;
  }
}

@media(max-width:1000px) {
  .menu-area .mobile-nav-toggler {
    display: block !important;
  }

  .main-header .outer-box {

    display: block;
  }
}

.service-details .text a {
  color: #E62009;
}

.service-details-content h3 {
  font-size: 25px !important;
}

.service-details .service-sidebar .accordion-box {
  background: #f9f9f9;
}

.service-sidebar .accordion-box .acc-content .service-list li {
  padding: 5px 5px;
}


.service-list li.active-li a {
  color: #eb7328 !important;
  font-weight: 600;
}