@media (max-width: 1160px){
  .desktop-header .logo img {
    width: 80px;
}
.btn-padding {
  padding: 12px 18px;
  font-size: 14px;
}
.banner-con{
  padding-block: 180px 80px;
}
h1 {
  font-size: 44px;
}
h4 {
  font-size: 16px;
}
}
@media (max-width: 1025px){
  .section-padding {
    padding-block: 80px;
}
h2 {
  font-size: 26px;
}
.card-title {
  font-size: 16px;
}
.product-card .card-content {
  padding: 20px;
}
.owl-dots button{
  width: 12px;
  height: 12px;
}
.under-line {
  font-size: 14px;
}
.service-card .service-slide-content {
  padding: 90px 40px;
}
.service-slide-title {
  font-size: 26px;
}
.section-4-box .box-4-content{
  padding: 40px;
}
h3 {
  font-size: 24px;
}
.accordion button{
  font-size: 16px;
}
.accordion .accordion-content p {
  font-size: 14px;
}
.accordion .accordion-item {
  padding: 22px 24px;
}
.footer-form .patient-form form {
  flex-wrap: wrap;
  gap: 10px;
}
.footer-form .patient-form button{
  width: auto;
}
.footer-form .patient-form{
  padding: 40px 20px 20px 20px;
}
.footer-section .logo img {
  width: 120px;
}
.footer-form .patient-form{
  margin-top: -30%;
}
.footer-section {
  padding-block: 170px 20px !important;
}
.footer-title {
  font-size: 18px;
}

}
@media only screen and (max-width:991px){
    /*RESPONSIVE NAVIGATION*/
    .desktop-header{
      display: none;
    }
    .mobile-menu{
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      padding-block: 20px;
    }
    .mobile-menu .logo img{
      width: 80px;
    }
    /*RESPONSIVE NAVIGATION*/
    .banner-con {
      padding-block: 140px 60px;
  }
  h1 {
    font-size: 36px;
    margin-block: 20px;
}
h4 {
  font-size: 14px;
}
.section-padding {
  padding-block: 60px;
}
h2 {
  font-size: 22px;
}
p {
  font-size: 14px;
}
.two-btn {
  margin-top: 16px;
}
.about-section .about-content {
  padding-left: 0px;
}
.btn-padding {
  padding: 12px 18px;
  font-size: 12px;
}
.card-title {
  font-size: 14px;
}
.product-card span {
  width: 30px;
  height: 30px;
}
.product-card span i {
  font-size: 14px;
  }
  .service-slide-title {
    font-size: 24px;
}
.service-section .owl-nav button {
  width: 34px;
  height: 34px;
}
.section-4-box .box-4-content {
  padding: 40px 30px;
}
h3 {
  font-size: 20px;
}
.accordion {
 padding-inline: 40px;
 margin-top: 30px !important;
}
.review-section h2{
  margin-bottom: 30px !important;
}
.review-card .review-starts {
  width: 100px !important;
  margin-bottom: 14px;
}
.review-card .client-name{
  font-size: 15px;
}
.footer-section {
  padding-block: 160px 20px !important;
}
.footer-form .patient-form {
  margin-top: -36%;
}
.footer-content {
  margin-top: 20px;
}
.footer-form .patient-form input{
  font-size: 14px;
}
.contact-section .icons-box ul li i {
  padding: 16px;
}
.contact-section .icons-box ul li a {
  font-size: 14px;
}
.form-con input, .form-con textarea{
  font-size: 14px;
}
}
@media (max-width: 576px){
  .footer-form .patient-form input{
    width: 48%;
  }
  .footer-form .patient-form button {
    width: 100% !important;
    margin-top: 6px;
  }
  .footer-form .patient-form form{
    justify-content: space-between;
  }
  .footer-form .patient-form {
    margin-top: -54%;
}
.footer-section {
  padding-block: 200px 20px !important;
}
.footer-form .patient-form{
  width: auto;
}
h1 {
  font-size: 28px;
}
.banner-con {
  padding-block: 120px 60px;
}
.about-content{
  margin-top: 30px;
}
.service-slide-title {
  font-size: 20px;
}
.service-card .service-slide-content {
  padding: 50px 30px;
}
.accordion {
  padding-inline: 0px;
}
.accordion button {
  font-size: 14px;
}
.owl-dots button {
  width: 10px;
  height: 10px;
}
.product-section .justify-content-end, .service-section .justify-content-end{
  justify-content: start !important;
  margin-top: 20px;
}
.footer-form .patient-form {
  width: 94%;
}
.form-con {
  margin-top: 30px;
}
}

@media (max-width: 500px) {
  .footer-form .patient-form {
    margin-top: -70%;
}
.footer-section {
  padding-block: 180px 20px !important;
}
.copy-rigth {
  justify-content: start !important;
}
.copy-rigth p{
  font-size: 14px;
}
.copy-right-container {
  margin-top: 30px;
  padding-top: 10px;
}
}
@media (max-width: 375px){
  .footer-form .patient-form input {
    width: 100%;
}
.footer-section {
  padding-block: 330px 20px !important;
}
.footer-form .patient-form {
  margin-top: -114%;
}
}
@media (max-width: 320px) {
  .footer-form .patient-form {
    margin-top: -130%;
}
}