/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');*/

/*******************
    General
*******************/
@font-face {
    font-family: 'helvetica';
    src:  url('HelveticaNowDisplay-Thin') format('.otf'),
          url('HelveticaNowDisplay-RegIta') format('.otf'),
          url('HelveticaNowDisplay-MedIta') format('.otf'),
          url('HelveticaNowDisplay-Light') format('.otf'),
          url('HelveticaNowDisplay-ExtLt') format('.otf'),
          url('HelveticaNowDisplay-ExtBlk') format('.otf'),
          url('HelveticaNowDisplay-Bold') format('.otf'),
          url('HelveticaNowDisplay-Black') format('.otf'),
  }
  
  *{
      margin:0;
      padding:0;
      box-sizing: border-box;
  }   
  
  :root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
  }
  
  html {
      font-size: 62.5% !important;
      scroll-behavior: smooth;
  }
  
  body {
    font-size: 1.5rem !important;
    font-family: 'helvetica' !important;
    line-height: 1.5rem;
    position:relative;
    overflow-x: hidden;
    letter-spacing: 1px;
  }
  h1, h2, h3, h4, h5, h6 {
    color:#222;
  }
  
  a {
    text-decoration: none !important;
  
  }
  
  ::-moz-selection {
    background: #2a3d65;
    color: #ffffff;
  }
  
  ::selection {
    background: #2a3d65;
    color: #ffffff;
  }
  
  
  .text-justify {
      text-align: justify;
  }
  
  body .bg-light {
      background: #d8d8d838 !important;
  }
  .other_support .card-body span {
    width: 100%;
    height: 100%;
    max-width: 40px;
    background: none !important;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
}
.other_support .card-body span:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #283e68;
    z-index: -1;
    border-radius: 50px;
}
  
  
  
  /******************* Inner pages css start *******************/

  .bg-primary{
    background-color: #006fb9 !important;
  }

  .header-top i {
    color: #fdc904;
}
.icon-top a i {
    /* border-right: solid #ed3236 1px; */
    padding: 12px 15px;
    font-size: 20px;
}
.apex-row {
    padding: 15px 0px;
}
.menu_tik ul.navbar-nav li a {
    color: #000 !important;
    font-weight: 500;
    font-size: 17px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-align: center;
}
.menu_tik ul.navbar-nav li a.active, .menu_tik ul.navbar-nav li a:hover {
    background: #ed3236;
    color: #fff !important;
    border-radius: 3px;
}
.logo_title h2 {
    color: #006fb9;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0px;
}
.books A {
    background: #ed3236;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 4px;
}
.icon-top a i {
    font-size: 16px;
    color: #000;
    background: #fdc904;
    width: 35px;
    border: solid #fdc904 2px;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 50px;
}
.icon-top a i:hover {
    background: none;
    color: #fff;
}
.logo_title span {
    color: #000;
    display: block;
    padding-top: 5px;
    text-align: center;
    line-height: 20px;
}

.banner-section .carousel-inner img {
    height: 100% !important;
    width: 100%;
}
.about-title span, .title_about {
    color: #006fb9;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
}

.about-title .titles {
    color: #444;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
}
.about-title p {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.about-title a {
    color: #fff;
    padding: 10px 15px !important;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.5s;
}
section.about-section {
    padding: 70px 0px;
}
.about-title {
    /* padding-left: 40px; */
    padding-top: 20px;
}

.about-title a:hover {
    background: #ed3236 !important;
    color: #fff;
}

h2.title {
    font-size: 35px;
    font-weight: 600;
    color: #006fb9;
    padding-bottom: 30px;
    position: relative;
}
.why_title h2:before {
    top: 70px;
}
h2.title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #ed3236;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 5px;
}
p.Pulmocare_s {
    font-weight: 400;
}
.about-title span.apex_hospital {
    color: #000;
    font-size: 16px;
    margin-top: 15px !important;
}
section.services-section .card a.title_stone {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    height: 80px;
    overflow: hidden;
}
section.services-section .card p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 15px;
    color: #000;
    text-align: center;
}
section.services-section .card img {
    height: 230px;
    transition: transform .9s;
}
section.services-section .card img:hover {
    transform: scale(1.1);
}
.services-section .col .card {
    overflow: hidden;
}


.footer_logo h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.footer_logo span {
    color: #fff;
    padding: 10px 0px;
    display: block;
    text-align: left;
    line-height: 24px;
}
.footer-icon a i {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    border: solid #fff 2px;
}
.footer-icon a i:hover {
    background: none;
    border: solid #fdc904 2px;
    color: #fff;
}
.footer-icon a {
    padding-right: 15px;
}
.footer-icon {
    margin-top: 15px;
}
ul.menu-ft li:hover {
    margin-left: 20px;
    transition: all 0.9s;
}


h3.ft-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}
ul.menu-ft {
    list-style: none;
    padding-left: 0;
}
ul.menu-ft li a {
    color: #fff;
    padding-bottom: 12px;
    text-transform: capitalize;
    font-size: 13px;
    display: flex;
    line-height: 20px;
}
ul.menu-ft li a  span {
    padding-right: 6px;
}
.Contact-info span {
    color: #fdc904;
    line-height: 27px;
    font-size: 20px;
    padding-right: 15px;
}

ul.menu-ft li a i {
    color: #fdc904;
    font-size: 16px;
    font-weight: 500;
}

.Contact-info a {
    color: #fff;
    line-height: 27px;
    font-size: 14px;
}
.Contact-info {
    display: flex;
    padding-bottom: 15px;
}
.footer-middle {
    border-top: solid #ffffff5c 1px;
    padding: 15px 0px 15px;
}

.footer-copyright p, .footer-copyright a {
    margin-bottom: 0;
    color: #fff;
}

.test_item p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 10px 42px
}
/*.test_item p:before {
    content: "\f10d";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 4px;
    top: 0px;
    font-weight: 600;
    color: #006fb9;
    font-size: 25px;
}*/
/*.test_item p::after {
    content: "\f10e";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 88px;
    bottom: 7px;
    font-weight: 600;
    color: #006fb9;
    font-size: 25px;
}*/
.Why-choose-section .carousel-inner img {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}
.media-body h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.media-body p {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
}
.why_title h2 {
    color: #fff;
    padding-bottom: 50px !important;
    padding-top: 15px;
}
section.Why-choose-section {
    padding-bottom: 70px !important;
}
.media {
    display: flex;
    justify-content: space-between;
}

.media-left a span {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
    border: solid #fff 2px;
}
.media-left {
    padding-right: 20px;
}
.media-left a span:hover {
    background: none;
    border: solid #ed3236 2px;
    color: #fff;
}
.test_item i {
    color: #006fb9;
    font-size: 25px;
}
.breadcrumb_section {
    background-image: url(../image/bad.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    background-position-y: top;
    position: relative;
}

.breadcrumb_prostate {
    background-image: url(../image/bad-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    background-position-y: top;
    position: relative;
}
.breadcrumb_kidney {
    background-image: url(../image/bad-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    background-position-y: top;
    position: relative;
}

.breadcrumb_andrology {
    background-image: url(../image/bad-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    background-position-y: top;
    position: relative;
}
.breadcrumb_urethral{
    background-image: url(../image/bad-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    background-position-y: top;
    position: relative;
}
.breadcrumb_Pediatric{
    background-image: url(../image/bad-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    background-position-y: top;
    position: relative;
}
.appointment-area h3 {
    font-size: 20px;
    font-weight: 600;
    color: #006fb9;
    padding-bottom: 10px;
}
.address_clinic {
    display: flex;
    padding-bottom: 15px;
}
.address_clinic strong {
    line-height: 24px;
}
.address_clinic p {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    padding-left: 6px;
}

.address_clinic {
    display: flex;
    padding-bottom: 15px;
}
.breadcrumb_cancer{
    background-image: url(../image/bad-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
    background-position-y: top;
    position: relative;
}
.breadcrumb_prostate:before, .breadcrumb_section:before, .breadcrumb_kidney:before, .breadcrumb_andrology:before, .breadcrumb_urethral:before, .breadcrumb_Pediatric:before, .breadcrumb_cancer:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000007a;
}
.breadcrumb_title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.breadcrumb_section .container, .breadcrumb_prostate .container, .breadcrumb_kidney .container, .breadcrumb_andrology .container, .breadcrumb_urethral .container, .breadcrumb_Pediatric .container, .breadcrumb_cancer .container {
    height: 100%;
}
.appointment-imgs iframe {
    width: 100%;
}
.breadcrumb_title h2 {
    font-weight: 600;
    font-size: 35px;
    color: #ed3236;
    text-align: center;
}
.laser_cont .card img {
    height: 280px;
}
.advantages h3 {
    color: #006fb9;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
ul.kidney_list {
    margin: 10px 0px;
}
ul.kidney_list li {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
}
.advantages p {
    color: #000;
    line-height: 24px;
    font-size: 16px;
}
.advantages {
    padding: 10px 0px;
}
.form_cont h2 {
    color: #fff;
}
.form_cont .form-group label {
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
}
.form_cont .form-group input, .form-group select, .form-group textarea {
    border: solid #fff 1px;
    border-radius: 5px;
    font-size: 14px;
    background: #1a68bf;
    color: #fff;
    padding: 10px 10px;
}
.form_cont .form-group input::placeholder, .form-group textarea::placeholder{
    color: #fff;
}
.appointment-img {
    display: flex;
    justify-content: center;
    align-items: end;
}
.book_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
.book_cont a.contet_no {
    background: #ed3236;
    padding: 15px 15px;
    display: block;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 20px;
    color: #000;
}
.banner_cont.new-cont {
    background: none;
}
.banner_cont.new-cont.cont_new {
    padding-right: 40px;
}

.book_cont a.book_app {
    background: #ed3236;
    padding: 15px 16px;
    display: block;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    color: #000;
    line-height: 20px
}
.appointment-img iframe {
    height: 580px;
}
.appointment-img h3 {
    background: #fff;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 44px;
    width: 70%;
    text-align: center;
}
.appointment-form button.default-btn:hover {
    background: none;
    border: solid #fff 1px;
    color: #fff;
}

.appointment-form button.default-btn {
    background: #fdc904;
    border: solid #fdc904 1px;
    padding: 16px 20px;
    font-size: 20px;
    border-radius: 10px;
}
.form_cont .form-group {
    padding-bottom: 25px;
}
.why_title h2:before {
    top: 70px;
}
.services_more a {
    background: #006fb9;
    padding: 10px 15px !important;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 500 !important;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
}
p.Pulmocare_s  strong {
    font-size: 16px;
}
p.Pulmocare_s {
    font-weight: 400;
    text-align: justify;
}
.services_more a:hover {
    background: #ed3236;
}
.services_more {
    text-align: center;
}
.gallery .card img {
    height: 100%
}
.gallery .card img:hover {
    transform: scale(1.1);
}
.gallery .card img {
    height: 250px;
    transition: transform .9s;
}
.gallery  .col .card {
    overflow: hidden;
}
.search_box input {
    padding: 15px 20px;
    font-size: 16px;
    background: no-repeat;
    border-radius: 31px;
    color: #fff !important;
}

.search_box {
    width: 50%;
    margin: auto;
}
.urology_best_expert h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 22px;
}
.search_box input:focus {
    background: none;
    outline: 0;
    box-shadow: none !important;
}
.search_box input::placeholder{
    color: #fff;
}

section.banner-section .container {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}
.banner_cont {
    background: #ffffff63;
    padding: 15px 20px;
    border-radius: 10px;
}
.banner_cont h2 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 15px;
    color: #fff;
}
.banner_cont span {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}
.banner_cont a:hover {
    color: #000;
}
.menu_tik ul ul.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}

.menu_tik ul ul.dropdown-menu li {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}
.menu_tik ul ul.dropdown-menu li a {
    text-align: left;
    padding: 0;
    margin: 0 !important;
}
.menu_tik ul ul.dropdown-menu li a {
    text-align: left;
    padding: 10px 0px;
    margin: 0 !important;
    border-bottom: solid #ed3236 1px;
    border-radius: 0;
}
.menu_tik ul ul.dropdown-menu li a:hover{
    border-radius: 0 !important;
}
.qualification h3 {
    color: #006fb9;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.qualification p {
    color: #000;
    line-height: 26px;
    font-size: 16px;
    padding-top: 5px;
}
.qualification {
    padding-bottom: 25px;
}
ul.Skills_list li {
    line-height: 26px;
    font-size: 16px;
    color: #000;
    padding-bottom: 8px;
}
.qualification h6 {
    color: #006fb9;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
ul.air li {
    font-size: 16px;
    line-height: 26px;
    list-style: auto;
    padding-bottom: 10px;
    color: #000;
}
.form-group textarea.form-control:focus {
    background: none;
    color: #fff;
}
.galleyowl .owl-dots {
    padding-top: 25px;
}
.galleyowl .gallery-item .card img {
    height: 100% !important;
    transition: transform .9s;
}   
.galleyowl .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    width: 100%;
    align-items: center;
}
body .galleyowl .owl-nav .owl-prev {
    position: absolute;
    width: 40px;
    left: -60px;
    background: #4271b9 !important;
    font-size: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 16px 0px !important;
    line-height: 0;
    color: #fff !important;
    top: -4px;
}
.galleyowl .owl-dots button.owl-dot.active span {
    background: #006fb9;
}

body .galleyowl .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    right: -60px;
    background: #4271b9 !important;
    font-size: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 16px 0px !important;
    line-height: 0;
    color: #fff !important;
    top: 4px;
}
.test_item h5 {
    font-size: 18px;
    font-weight: 600;
}

  
  
  /*******************  Responsive *******************/

  @media (min-width: 1600px) and (max-width: 2400px){
    div#main_nav .navbar-nav li {
        padding-left: 15px;
    }

    .product .img-area img {
        height: 160px;
        object-fit: cover;
    }

  }
  
  
  @media (max-width: 1399px) {
  
  
  .navbar .navbar-nav .nav-link {
      font-size: 1.3rem !important;
  }
  
  }
@media (min-width: 1270px) and (max-width: 1280px){
    .search_contant span.search_icon {
        padding: 12px 20px !important;
    }

    .search_contant .cont-he {
        padding: 12px 18px !important;
    }
  
}

@media (min-width: 1200px) and (max-width: 1220px){
    .search_contant span.search_icon {
        padding: 12px 18px !important;
    }

    .search_contant .cont-he {
        padding: 12px 15px !important;
    }
        
    }

@media (min-width: 992px) and (max-width: 1005px){
    body .search_contant span.search_icon {
        padding: 9px 10px !important;
    }
    body .search_contant .cont-he {
        padding: 10px 10px !important;
    }
  
}


  
  @media (max-width: 1250px) {
  
  .navbar .navbar-nav .nav-link {
      font-size: 1.2rem;
  }
  
  .search_box span {
      padding: 5px !important;
  }
  
  }

  @media (min-width: 1200px) and (max-width: 1296px){
    .contact_head h2 {
        font-size: 21px !important;
    }
  }

  @media (min-width: 1200px) and (max-width: 1270px){
    div#main_nav .navbar-nav li {
        padding-left: 0px;
    }
  }
  
  
  @media (max-width: 991px) {
  html {
          font-size: 60%; 
  }
  
  
  .brand-wrap {
    width: 58% !important;
}
  
  
  
  
  .navbar {
      padding: 2rem 1rem;
      width: 100%;
      position: relative;
  }
  
  
  
  }
  
  
   @media (max-width: 767px) {
      html {
          font-size: 50%; 
      }
  
  
  
  .footer-one {
      padding-top: 20px;
  
  }
    
  
    .footer-one h5 {
      margin-top: 30px;
    }
  
    .footer-one-alt {
      text-align: center !important;
    }
  
  
  .footer-one a {
      font-size: 1.3rem;
  }
  
  .copyright {
      font-size: 1.3rem;
  }
  
  
  .title {
      font-size: 3rem;
  }
  
  
   }

  

   @media only screen and (min-width: 992px) and (max-width: 993px){
    .navbar .navbar-nav .nav-link {
        font-size: 1rem !important;
    }
   }

  
  
  
  
  /*******************  Responsive On All Tabe *******************/


  @media (max-width: 1199px){
.book_cont {
    justify-content: start;
}
.book_cont a.contet_no {
    font-size: 16px;
    margin-left: 5px;
}
.book_cont a.book_app {
    font-size: 16px;
}

section.services-section .card a {
    font-size: 15px;
}
section.services-section .card img {
    height: 200px;
}
section.services-section .card p {
    font-size: 14px;
    padding: 0px 3px;
}
.footer-icon a i {
    width: 31px;
    height: 31px;
    font-size: 15px;
}
.footer_logo span {
    font-size: 12px;
}
.books A {
    font-size: 16px;
}
.menu_tik ul.navbar-nav li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.about-title span, .title_about {
    font-size: 17px;
    padding-bottom: 15px;
}
.about-title p {
    font-size: 16px;
}
/*.services-section .col {
    margin-bottom: 30px;
}*/
.services_more a {
    padding: 10px 30px !important;
    margin-bottom: 25px;
}
.test_item p {
    padding: 10px 40px;
}
.footer_logo h2 {
    font-size: 25px;
}
.footer_logo span {
    line-height: 22px;
}
h3.ft-title {
    font-size: 25px;
}
ul.menu-ft li a {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
}
.Contact-info a {
    font-size: 15px;
}
.Contact-info span {
    font-size: 16px;
    padding-right: 10px;
}
.menu_tik ul ul.dropdown-menu li:last-child a {
    border-bottom: none;
}


}


  @media (max-width:  992px){
    .menu_tik button.navbar-toggler {
    background: #006fb9;
    color: #000 !important;
    font-size: 20px;
    padding: 4px 12px;
    border-radius: 7px;
}
.header-top a {
    font-size: 10px;
}
.menu_tik ul.navbar-nav {
    background: #ed3236;
    text-align: left !important;
}
.menu_tik ul.navbar-nav li {
    border-bottom: solid #ffffff9c 1px;
}
.menu_tik ul.navbar-nav li a {
    text-align: left !important;
    padding: 10px 0px;
}

.menu_tik ul.navbar-nav {
    background: #ed3236;
    margin-top: 10px;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .0rem !important;
}


.menu_tik ul.navbar-nav li a {
    color: #fff !important;
}
.navbar {
    padding: 0rem 1rem;
}
section.services-section .card p {
    font-size: 14px;
    padding: 0px 3px;
}
section.services-section .card a {
    padding: 20px 0px 10px;
}
.banner_cont span {
    font-size: 17px;
}
.book_cont a.book_app {
    font-size: 17px;
}
.books {
    margin-top: 20px;
}

.book_cont a.book_app {
    font-size: 18px;
}
section.about-section {
    padding: 40px 0px;
}
.about-title p {
    font-size: 15px;
}
.services-section .col {
    margin-bottom: 30px;
}

section.services-section {
    margin-bottom: 0px !important;
}
.media-body h4 {
    font-size: 16px;
}
.media-left {
    padding-right: 10px;
}
.media-body p {
    color: #fff;
    line-height: 26px;
    font-size: 15px;
    padding-right: 15px !important;
}
.test_item p::after {
    right: 12px;
}

.about-title {
    padding-left: 0px;
    padding-top: 20px;
}
body .galleyowl .owl-nav .owl-prev {
    width: 30px;
    left: -36px;
    background: #4271b9 !important;
    font-size: 30px !important;
    height: 30px;
    padding: 12px 0px !important;
}
body .galleyowl .owl-nav .owl-next {
    width: 30px;
    right: -36px;
    font-size: 30px !important;
    height: 30px;
    padding: 12px 0px !important;
}
.footer_logo span {
    text-align: left;
}



  }


  @media (max-width:  767px){
 h2.title {
    font-size: 25px;
    padding-bottom: 25px;
}
.books {
    width: 100%;
    text-align: center;
}
.text-start {
    text-align: center !important;
}

.apex-row {
    text-align: center;
}

.apex-row {
    padding: 0px 0px;
}
.header-info span {
    font-size: 18px;
}
.header-top a {
    font-size: 16px;
}
.header-top .col {
    border-bottom: solid #ffffff6e 1px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.logo_title span {
    font-size: 12px;
}
.logo_title h2 {
    font-size: 28px;
}
.navbar {
    padding: 0px 8px;
}
.banner_cont h2 {
    font-size: 26px;
}

.book_cont {
    display: block;
    margin-top: 18px;
    margin-bottom: 15px;
}
.book_cont a.book_app {
    margin-bottom: 10px;
}
.banner_cont span {
    font-size: 14px;
    line-height: 29px;
}
.whyChoose-right {
    margin-bottom: 20px;
}
section.testimon-section {
    margin-top: 40px;
}
.test_item p {
    padding: 10px 21px;
}
.test_item p::after {
    right: 4px;
}

section.services-section .card img {
    height: 100%;
}
.why_title h2 {
    padding-top: 0px;
}
section.contact-section {
    margin-top: 50px;
}
.appointment-form {
    padding: 25px 10px 0px 10px;
}
footer.footer {
    padding: 0px 5px;
}
h3.ft-title {
    padding-bottom: 10px;
}
.footer-icon {
    margin-bottom: 20px;
}
.india.text-end {
    text-align: center !important;
}
.footer-copyright {
    text-align: center;
    margin-bottom: 10px;
}
div#main_nav ul li ul li a {
    color: #000 !important;
}
body .navbar .navbar-nav .nav-link {
    font-size: 17px !important;
}
body .galleyowl .owl-nav .owl-next {
    right: -4px;
}
body .galleyowl .owl-nav .owl-prev {
    left: -4px;
}
.books {
    /* DISPLAY: NONE; */
    display: none;
}
a.navbar-brand.logo_title {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
span {
    text-align: center;
    text-align: center !important;
}
h2 {
    text-align: center;
}
.mkmk i.fab.fa-whatsapp.wts {
    color: white;
    background-color: #0ec143;
    padding: 5px !important;
    font-size: 24px !important;
    border-radius: 0px 27px 27px 0px !important;
}
.mkmk i.fas.fa-phone-alt {
    color: #ffff;
    background-color: #030303;
    padding: 5px !important;
    font-size: 20px !important;
    border-radius: 0px 27px 27px 0px !important;
}
  }


  @media only screen and (min-width: 320px) and (max-width: 375px){

    .logo_title span {
        font-size: 14px;
        text-align: left;
    }
.logo_title h2 {
    font-size: 23px;
}
.menu_tik button.navbar-toggler {
    padding: 3px 9px;
}
.banner_cont h2 {
    font-size: 21px;
}
.banner_cont h2 {
    padding-bottom: 5px;
}

.about-title .titles {
    font-size: 28px;
    padding-bottom: 10px;
}
.about-title span.apex_hospital {
    font-size: 15px;
}
h2.title:before {
    top: 43px;
}
.services-section .row {
    margin-top: 15px;
}
section.services-section .card img {
    height: 100%;
}
.media-body p {
    padding-right: 0px !important;
}



  }
  .box-time{
    background-color: #006eb9;
    padding: 10px;
  }
  .box-time.text-center p {
    line-height: 28px;
}
.box-time.text-center h4 {
    font-weight: 600;
}
.se-contact{
    height: 91px;
    margin-bottom: 12px;
}.se-p{
    text-align: center;
    padding-top: 33px;
}
.wi{
    width: 100% !important;
}
.peraghraf-line-h{
    line-height: 25px;
}
.se-contact p{
    font-weight:bold ;
}
.qaqq{

        width: 100%;
        max-width: 50px;
        margin: auto;
        display: block;
    
}
.jfrt {
    text-align: center !important;
}
p.tty {
    text-align: revert;
    line-height: 25px;
}

p.tty {
    color: #006fb9;
}
h3.mt-3.text-clor {
    color: #006fb9;
    font-weight: 700;
}
.makeappoinment a {
    background: #00b509;
    color: #fff;
    padding: 0px 10px 0px 0px;
    margin-top: 10px;
    font-size: 25px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
}
.makeappoinment a span {
    background: #00b509;
    font-size: 35px;
    padding: 0px 18px;
    margin-right: 20px;
    border-radius: 5px 0px 0px 5px;
    border-right: solid #fff 2px;
}
.makeappoinment a p {
    margin: 0;
    line-height: 28px;
    text-align: center;
    padding: 10px 20px 10px 0px;
    color: #fff !important;
    font-size: 18px;
}
.mkmk {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999;
}
.kmkm{
    position: fixed;
    top: 65%;
    transform: translateY(-50%);
    z-index: 9999999;
}
.mkmk i.fas.fa-phone-alt {
    color: #ffff;
     background-color: #030303;
    padding: 15px;
    font-size: 25px;
    border-radius: 0px 27px 27px 0px !important;

}
.mkmk i.fab.fa-whatsapp.wts{

    color: white;
    background-color: #0ec143;
    padding: 15px;
    font-size: 25px;
    border-radius: 0px 27px 27px 0px !important;
}

.mkmk a {
    display: block;
    margin-bottom: 5px;
}