@media only screen and (max-width: 486px) {
  .abt-clinic {
    padding: 8px 80px 0 00;
    font-size: 18px!important;
  }
  .abt-clinic p  a{
    color: #000;
    font-size: 16px!important; 
    font-weight: bold; 
  }
  .abt-clinic .fa-phone{
    display: flex;
    align-items: center;
    height: 40px;
  }

  ul.services-ul-footer {
    column-count: auto;
  }
  w .navigation {
    height: 80px;
    /*background: #262626;*/
  }
  .banner-text h1 {
    margin-bottom: 20px;
    width: 80%
  }
  .brand {
    /*  position: absolute;*/
    padding-left: 0px;
    /*  float: left;
  line-height: 70px;*/
    text-transform: uppercase;
    font-size: 1.4em;
  }
  .brand a,
  .brand a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-container {
    /*  max-width: 1000px;
  margin: 0 auto;*/
    display: flex;
    align-items: center;
    height: 80px;
  }

  nav {
    float: right;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 80px;
    left: 0px;
  }
  nav ul li {
    float: left;
    position: relative;
  }
  nav ul li a,
  nav ul li a:visited {
    display: block;
    padding: 10px 30px !important;
    line-height: 70px;
    background: #262626;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #2581DC;
    color: #ffffff !important;
  }
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
  }
  nav ul li ul li {
    min-width: 190px;
  }
  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
  }
  .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }
  /* Mobile navigation */
  .nav-mobile {
    position: static;
    top: 0;
    right: 0;
    background: #262626;
    height: 0;
    width: 0;
  }
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    /*    padding: 70px 0 15px;*/
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
  #nav-toggle {
    position: absolute;
    right: 25px;
    top: 30px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 30px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
  }
  #nav-toggle span:before {
    top: -8px;
  }
  #nav-toggle span:after {
    bottom: -8px;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before,
  #nav-toggle.active span:after {
    top: 0;
  }
  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
  .top-header {
    display: none !important;
  }
  #ny-sec .container {
    margin-top: -30px;
  }
  h2.main-head {
    font-size: 20px;
  }
  p {
    font-size: 13px;
    line-height: 28px;
  }
  /*.container { padding: 0 30px !important;}*/
  #home-contact-us {
    background-color: #d9e5f1;
    background-image: none;
    text-align: center;
  }
  .contact-us-desc {
    padding: 0px 0px;
  }
  .contact-us-desc h2    {
    text-align: center;
    line-height: 28px;
    font-size: 22px;
  }
  .contact-us-desc h5 {
    font-size: 16px;
  }
  .client-desc p:first-child {
    width: 91%;
    text-align: justify;
  }
  .about-us-desc {
    text-align: justify;
  }
  .about-us-desc h1 {
    text-align: center;
  }
  .ny-desc-sec {
    display: none;
  }
  .ny-desc-sec-mb-slider .owl-item img {
    width: 12% !important;
    margin: 20px auto;
  }
  .ny-desc-sec-mb-slider .item {
    text-align: center;
  }
  #ny-sec .container {
    box-shadow: none;
  }
  .heart-ny-sec {
    padding: 30px 0px;
  }
  .serv-head {
    margin: 10px 15px 30px;
  }
  .inner-banner-head h1 {
    font-size: 22px;
    display: none !important;
  }
  #inner-banner {
    padding: 30px 20px;
  }
  .breadcrump li i {
    margin-left: 5px;
    font-size: 10px;
  }
  .breadcrump li {
    margin-right: 15px;
    font-size: 16px;
  }
  .gallery-desc h5 {
    font-size: 16px;
  }
  .gallery-desc img {
    width: 48%;
    margin-right: 1px;
  }
  .client-review h2 {
    font-size: 20px;
  }
  .client-review p {
    font-size: 14px;
  }
  .tab {
    display: none
  }
  .tabcontent {
    padding: 0px 25px !important;
    width: 100%
  }
  .tabcontent img {
    width: 100%;
    margin-bottom: 15px;
  }
  .tabcontent h3 {
    font-size: 20px;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .ny-desc-sec-mb-slider {
    display: block !important;
  }
  .nav-list li a.active {
    background: #007bff !important;
  }
  #about-us .col-sm-6:last-child img {
    width: 70%;
  }
  .overlay {
    width: 70%;
    font-size: 12px;
  }
  img.img-fluid.rounded {
    width: 70%;
    margin: 10px auto !important;
  }
  .tab-content .row a {
    text-align: center;
  }
  .tab-content .row {
    margin-bottom: 0;
  }
  .main-banner .owl-carousel .owl-item img {
    height: 350px;
    object-fit: cover;
  }
  .banner-text h1 {
    font-size: 30px;
  }
  .banner-text p,
  .banner-text a {
    font-size: 15px;
  }
  footer {
    padding: 30px 15px 0px;
  }
  .dr-profile-desc {
    padding: 15px 15px 10px;
  }
  .dr-profile {
    padding: 10px;
  }
  .dr-profile-desc>div {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .dr-profile-desc h3 {
    font-size: 21px
  }
  .dr-profile p {
    line-height: 21px;
    j
  }
  #inner-banner {
    background-size: cover;
    padding: 30px 0px;
    height: 165px;
    margin: 10px 0px 45px;
    background-position: right;
  }
  .breadcrump {
    display: flex;
    margin: 150px 25px 0;
  }
}

@media only screen and (min-device-width: 763x) and (max-device-width: 1024px) and (orientation:portrait) {
  .navbar-dark .navbar-nav .nav-link,
  .dropdown-toggle {
    padding: 10px !important;
  }
  h1.main-head {
    font-size: 22px;
  }
  .contact-us-desc h1 {
    font-size: 25px;
  }
  #about-us .col-sm-6:last-child img,
  .overlay {
    width: 100%;
  }
  footer a,
  footer p {
    font-size: 11px;
  }
  #inner-banner {
    padding: 50px 0px;
  }
  .modal-content {
    width: 80% !important;
    margin: 0 auto;
  }
  .contact-sec {
    flex-direction: column;
  }
  .row.contact-sec .col-sm-4 {
    max-width: 100% !important;
    margin-bottom: 40px;
  }
  .off-desc {
    height: 280px;
  }
  #ny-sec .container {
    margin-top: 20px !important
  }
}