body::-webkit-scrollbar {
  display: none;
}

body {
  font-family: 'Roboto', sans-serif;
}

.pad {
  padding: 20px;
}

.mb-2 {
  margin-bottom: 15px;
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-0 {
  padding: 13px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-19 {
  margin-top: 19px;
}

.p-15 {
  padding: 15px;
}

.mt-55 {
  margin-top: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.fs-16 {
  font-size: 16px;
}

.row-head {
  margin-bottom: 22px;
}

.banner-head {
  background-image: url('../myimages/slider/3.jpg');
  padding: 50px 100px 50px 100px;
  background-size: cover;
}

.banner-head h2 {
  color: #ffffff;
  margin-top: 55px;
  text-transform: uppercase;
}

.banner-head .breadcrumb {
  background-color: transparent;
}

.banner-head .breadcrumb li a {
  color: white;
  font-weight: bold;
}

.banner-head .breadcrumb .active a {
  color: #c31776;
}

.text-pur {
  color: #904a8e;
}

.text-white {
  color: #ffffff;
}

.text-red {
  color: #ae100f;
}

.btn-red {
  background-color: #ae100f;
  color: white;
}

.text-blue {
  color: #c31776 !important;
  
}

.sec-head-n {
  text-transform: uppercase;
}

.sec-subhead-n {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #848282;
}

.shadow {
  box-shadow: 0px 2px 5px grey;
}

.text-purple {
  color: #c31776;
}

.bg-purple {
  background-color: #c31776;
}

.bg-lightgrey {
  background-color: #f8f8f8;
}

.bg-darkgrey {
  background-color: #f1f1f1;
}

.btn-purple {
  background-color: #c31776;
  padding: 8px 15px;
  border-radius: 0;
  color: white;
  font-size: 16px;

}

/*---------------------------top bar css*/
#neeche {
  display: none;

}

#upar {
  display: none;
}

.top-bar {
  background: #c31776;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.top-bar-left-absolute {
  width: 32%;
  height: 100%;
  background: #555958;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.top-bar-left-absolute img {
  display: block;
  position: absolute;
  right: -75px;
  top: 0;
  bottom: 0;
}

.top-bar .social-icon {
  position: absolute;
}

.top-bar .social-icon .fa {
  color: #fff;
  font-size: 17px;
  margin-left: 10px;
}

/*---------------------------navbar css*/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: none;
}

.navbar .navbar-header .navbar-brand h1 {
  /*font-family: 'Lobster', cursive;*/
  /*font-family: 'Berkshire Swash', cursive;*/
  font-family: 'Courgette', cursive;
  color: #c31776;
  margin: 0
}

.navbar .navbar-header .navbar-brand p {
  color: black;
  font-size: 15px;
  margin: 0
}

.navbar-custom {
  background-color: #ffffff;
  border-color: transparent;
}

.navbar-custom .navbar-nav li:hover a::before,
.navbar-custom .navbar-nav .active a::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #c31776;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s ease;
  color: #c31776;
}


.navbar-custom .navbar-nav>li>a {
  margin-right: 5px;
  font-weight: 400;
  font-size: 16px;
  /*padding-bottom: 15px;
  padding-top: 15px;*/
  padding-bottom: 20px;
  padding-top: 20px;
  letter-spacing: 0.05em;
  color: #000000;
  background: #ffffff;
}

.navbar-custom .navbar-nav>li>a:hover {
  color: #c31776;
  background: #f9f9f9;
}

.navbar-custom .navbar-brand {
  font-size: 27px;
  padding: 20px;
  ;
}

.navbar-custom .navbar-brand h1 {
  margin: 6px;
  font-size: 29px;
}

.navbar-custom .navbar-brand img {
  width: 100%;
  margin-top: 30px;
}

.navbar-custom .navbar-header {
  margin-left: 6% !important;
}

.navbar-custom .navbar-right {
  margin-right: 3%;
}

.navbar-custom .dropdown:hover>.dropdown-menu {
  display: block;
  top: 100px;
  left: -5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  min-width: 205px;
}

.navbar-custom .dropdown-menu>li>a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000000;
  white-space: nowrap;
  border-bottom: none;
}

.navbar-custom .navbar-brand {
  padding: 5px;
}

/*-------------------carousel css*/
.carousel-control.left {
  background-image: none !important;
}

.carousel-control.right {
  background-image: none !important;
}

.service-name {
  background-color: #904a8e;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
}

.carousel-caption {
  padding-bottom: 95px;
}

.carousel-indicators {
  bottom: 50px;
}


/*------------------------------------------------------------------------------banner bottom css*/
.banner-bottom-z {
  margin-top: -15px;
}

.banner-bottom-z .col-md-4 {
  padding: 15px;
  color: white;
}

.banner-bottom-z .cataract {
  background-color: #D44E97;
}

.banner-bottom-z .phaco {
  background-color: #CA3486;
}

.banner-bottom-z .glaucoma {
  background-color: #A6095F;
}

.banner-bottom-z .fa {
  font-size: 50px;
}

.banner-bottom-row {
  margin-top: 20px;
}

.bottom-col-n {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 20px 25px 30px 25px;
  position: relative;
  overflow: hidden;
}

.bottom-col-hover-n {
  position: absolute;
  top: 93%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #c31776;
  background: -webkit-linear-gradient(left, #c31776, #caabbc);
  background: -o-linear-gradient(right, #c31776, #caabbc);
  background: -moz-linear-gradient(right, #c31776, #caabbc);
  background: linear-gradient(to right, #c31776, #caabbc);
  transition: all .5s ease;
}

.bottom-col-n:hover .bottom-col-hover-n {
  top: 0;
  transition: 0.5s;
}

.bottom-col-n img {
  margin-top: 25px;
}

.bottom-col-n h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bottom-col-n p {
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  padding-right: 20px;
}

.bottom-col-n a {
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
}

.bottom-col-n a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------------------about section css*/
.head-fa {
  color: #c31776;
}

.about-section-n {
  padding: 60px 0;
}

.about-section-n p {
  font-size: 16px;
  line-height: 25px;
}

.about-section-n h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #848282;
}

.about-section-n .nav-pills {
  margin: auto;
  display: table;
  margin-bottom: 20px;
}

.about-section-n .nav-pills li a {
  font-size: 19px;
}

.about-section-n .bordered-one-n {
  border: 2px solid #c31776;
  border-radius: 20px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #c31776;
}

.about-section-n a {
  color: #000000;
}

.time-n {
  font-size: 21px !important;
  color: #000;
  text-align: center !important;
}

/*------------------------------------------------------------------------------Home gallery css*/
.sec-gallery img {
  width: 100%;
}

.sec-gallery {
  background: linear-gradient(to right, #c31776, #caabbc);
  padding: 60px 0;
}

.sec-gallery h2 {
  color: #fff;
}

/*------------------------------------------------------------------------------parallax section css*/
.parallax-section-n {
  text-align: center;
  background-image: url('../myimages/gallery/c3.jpg');
  background-size: cover;
  position: relative;
  padding: 170px 130px;

}

.tech-reports img {
  height: 240px;
}

.overlay {
  position: absolute;
  background-color: #c31776;
  opacity: 0.6;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.overlay-text {
  position: absolute;
  z-index: 10;
  width: 80%;
  top: 22%;
  color: #ffffff;
}

.btn-contact-n {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 25px;
  padding: 9px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  background-color: transparent;
}

.btn-contact-n:hover {
  background-color: #ffffff;
  color: #c31776;
}
/*-------------------------------*/
.btn-appoinment {
  border: 2px solid #c31776;;
  color: #ffffff;
  border-radius: 25px;
  padding: 9px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
 background: linear-gradient(to right, #c31776, #caabbc);;
}

.btn-appoinment:hover {
  background-color: #f2bdda;
  color: #fff;
}
/*------------------------------------------------------------------------------facility section css*/

.facility-section-n {
    position: relative;
  color: white;
  background-image: url('../myimages/gallery/c5.jpg');
  background-size: cover;
  color: black;
}
.facility-section-n::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(195, 23, 118, 0.3), rgba(202, 171, 188, 0.3));
  background: -o-linear-gradient(right, rgba(195, 23, 118, 0.3), rgba(202, 171, 188, 0.3));
  background: -moz-linear-gradient(right, rgba(195, 23, 118, 0.3), rgba(202, 171, 188, 0.3));
  background: linear-gradient(to right, rgba(195, 23, 118, 0.3), rgba(202, 171, 188, 0.3));
  pointer-events: none; /* Ensures the overlay does not interfere with clicking or other events */
  z-index: 1; /* Ensures the overlay is on top */
}
.facility-section-n > * {
  position: relative;
  z-index: 2; /* Ensures content is on top of the overlay */
}





.facility-section-n img {
  height: 80px;
  margin: auto;
}

.sec-subhead-n {
  color: #1b1b1b;
}

.service-box .content {
  background-color: white;
  color: #1b1b1b;
  padding: 18px 15px;
  height: 350px;
}

.service-box .content .fa-eye {
  font-size: 25px
}

.service-box .content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.service-box .content a {
  text-decoration: none;
}

.overlay1 {
  position: absolute;
  background-color: #000000;
  opacity: 0.85;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.overlay-text1 {
  position: absolute;
  z-index: 10;
  width: 80%;
  top: 22%;
  color: #ffffff;
}

.btn-facility-n {
  margin: auto;
  display: table;
}

/*------------------------------------------------------------------------------testimonial section css*/
/* .testimonial-section-n{
  background-color: #fafafa;
} */
.testimonial-image-n {
  width: 80%;
}

.testimonial-para-n {
  font-size: 19px;
}

.testimonial-fa {
  font-size: 50px !important;
  margin-top: 17px;
  color: #e8e8e8;
}

/*------------------------------------------------------------------------------contact section css*/
.contact-section-n {
  background-image: url('../myimages/contact-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.contact-sec-form-n {
  background-color: #c31776;
  padding: 25px 40px;
  opacity: 0.87;
  margin-top: 56px;
}

.contact-sec-form-n .form-control {
  border-radius: 0px;
}

.contact-sec-form-n h4 {
  color: #cec8c8;
  font-size: 17px;
}

/*------------------------------------------------------------------------------facility page css*/

.facilities-list-n .tabs-left>li.active>a,
.facilities-list-n .tabs-left>li.active>a:hover,
.facilities-list-n .tabs-left>li.active>a:focus {
  color: #ffffff;
  background: #c31776;
  background: -webkit-linear-gradient(left, #c31776, #caabbc);
  background: -o-linear-gradient(right, #c31776, #caabbc);
  background: -moz-linear-gradient(right, #c31776, #caabbc);
  background: linear-gradient(to right, #c31776, #caabbc);
}

.facilities-list-n .tabs-left>li>a:hover {
  color: #ffffff;
  background: #c31776;
  background: -webkit-linear-gradient(left, #c31776, #caabbc);
  background: -o-linear-gradient(right, #c31776, #caabbc);
  background: -moz-linear-gradient(right, #c31776, #caabbc);
  background: linear-gradient(to right, #c31776, #caabbc);
}

.facilities-list-n .tabs-left>li>a {
  border-radius: 0;
  margin-right: 0;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e5453;
}

.facilities-content-n p {
  font-size: 15px;
  text-align:left;
}


.facilities-list-n .tabs-left>.active:after,
.facilities-list-n .tabs-left>li:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #caabbc;
  position: absolute;
  right: -10px;
  top: 14px;
}

/*------------------------------------------------------------------------------contact page css*/
.contact1-n {
  background-image: url('../myimages/gallery/mpct.png');
  padding: 0px;
  background-size: cover;
  border-right: 2px solid #fff;
  margin: 0 15px;
}

.contact2-n {
  background-image: url('../myimages/gallery/c9.jpg');
  padding: 0px;
  background-size: cover;
  margin: 0 15px;

}

.contact-box {
  background: rgba(0, 1, 14, 0.73) none repeat scroll 0 0;
  float: left;
  padding: 60px 40px 57px;
  position: relative;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

.contact-box .fa {
  display: table;
  padding: 20px;
  background-color: #c31776;
  margin: auto;
  font-size: 19px;
  margin-bottom: 25px;
}

.contact-box strong {
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin-bottom: 20px;

}


/*------------------------------------------------------------------------------modal css*/
.row-head h3 {
  margin-top: 0px;
}

.contact-btn {
  border: 2px solid #ae100f;
  color: #ae100f;
  background-color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
}

.modal-body .ctform {
  padding: 30px;
}

.modal-content {
  border-radius: 0px;
}

.modal-title {
  color: #ae100f;
  font-size: 22px;
}



/*------------------------------------------footer css*/
footer {
  background-color: #1b1b1b;
  background-size: cover;
  padding-top: 35px;
  color: white
}

footer .fa {
  color: #c31776;
  font-size: 25px;
  margin-right: 12px;
}

footer .fa-eye {
  font-size: 40px;
}

footer .fa-heart {
  font-size: 15px;
  margin: 0
}

footer .fa-code {
  font-size: 18px;
  margin: 0
}

footer .footer-social-n {
  margin-left: 7%;
}

footer .footer-social-n .fa {
  color: #ffffff !important;
  font-size: 20px;
}

footer h3 {
  display: inline-block;
}

footer h1 {
  /*font-family: 'Lobster', cursive;*/
  /*font-family: 'Berkshire Swash', cursive;*/
  font-family: 'Courgette', cursive;
}

footer .contact {
  background-color: #fa5c5d;
  padding: 20px
}

footer .contact input {
  margin-bottom: 30px;
  /*margin-top: 20px;*/
  border-radius: 0;
  background-color: transparent;
  color: white;
}

footer .contact textarea {
  /*margin-top: 20px;*/
  background-color: transparent;
}

footer .contact .btn-white {
  background-color: white;
  color: grey;
  padding-left: 30px;
  padding-right: 30px;
}

.widget1 h4 {
  color: #ffffff;
}

.widget1 p {
  color: #ffffff;
}

.widget1 a {
  color: #ffffff;
}

footer h5 {
  font-size: 15px;
  line-height: 24px;
  margin-left: 7%;
}

footer form {
  padding: 10px;
  border: 1px solid white;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  padding: 10px;
}

footer ul li a {
  color: white;
  font-weight: bold;
}

footer ul li a:hover {
  text-decoration: none;
  color: white;
}

/*
================================================================================ Service Page
*/
.service-page-n {
  background-image: url('../myimages/bg-testimonial-clinic.png');
  background-size: cover;
}

.service-page-n .service-box-n {
  border: 1px solid #c31776;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s ease;
  padding: 15px 10px;
}

.service-page-n .service-box-n:hover {
  background: linear-gradient(to right, #c31776, #caabbc);
  color: #ffffff;
}

.service-page-n .service-box-n img {
  height: 80px;
  margin: auto;
}

.service-page-n .service-box-n .content {
  background-color: transparent
}

.service-page-n .service-box-n:hover .btn-purple {
  background-color: #ffffff;
  color: #c31776;
}

/*------------------------------------------------------------------------------about page css*/
.about1-n {
  background-color: #eb77a6;
  color: #ffffff;
  padding: 25px 35px;
}

.about2-n {
  background-color: #caa3be;
  color: #ffffff;
  padding: 25px 35px;
}

.about3-n {
  background-color: #9daec8;
  color: #ffffff;
  padding: 25px 35px;
}

.about4-n {
  background-color: #85bcef;
  color: #ffffff;
  padding: 25px 35px;
}

.about-bottom-n .fa {
  font-size: 50px;
  margin-top: 20px;
}

.about-col-n:hover .fa {
  transform: scale(1.4) rotate(-18deg);
  transition: 0.7s;
}

.about-page-n p {
  font-size: 16px;
}

.about-page-n ul li {
  font-size: 16px;
}


@media only screen and (max-width:500px) {
  .top-bar .social-icon .fa {
    color: #fff;
    font-size: 13px;
    margin-left: 3px;
  }

  .top-bar .call-n {
    float: right;
  }

  .service-box {
    margin-bottom: 30px;
  }

  .parallax-section-n {
    padding: 157px 37px;
  }

  .overlay-text {
    top: 7%;
  }

  textarea {
    width: 100%;
  }

  .bottom-col-n img {
    width: 25%;
  }

  .testimonial-image-n {
    width: 30%;
  }

  .navbar-custom .navbar-nav>li>a {
    text-align: center;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .navbar-brand {
    float: none;
  }

  .navbar-custom .navbar-right {
    margin: 7.5px -15px;
  }

  .banner-head {
    padding: 36px 36px 20px 36px;
  }

  .banner-head h2 {
    margin-top: 35px;
    font-size: 25px;
  }

  .service-page-n .service-box-n {
    margin-bottom: 20px;
  }

  .contact1-n {
    margin-top: 15px;
    border-right: none;
  }

  .contact-box {
    background: rgba(0, 1, 14, 1) none repeat scroll 0 0;
    border-bottom: 2px solid #fff;
  }

  footer {
    padding-top: 20px;
    padding-bottom:55px;
  }

  footer h5 {
    font-size: 14px;
    line-height: 21px;
  }

}


/*new*/
.title-bg{
  background: linear-gradient(to right, #c31776, #caabbc);  
}
 .myover {
      color: #fff;
    }
 .myover:hover {
      color: #fff;
    }
/*navbar*/
 .navbar-custom {
      background-color: #f8f8f8;
      border-color: #e7e7e7;
    }
    .sticky-navbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1000;
      background-color: #fff; /* Optional: To ensure the navbar has a background color when it becomes sticky */
    }
/*FAQ*/
  #faq__accordian-main-wrapper {
            max-width: 1140px;
            margin: 0 auto;
            padding: 20px;
            font-family: 'Montserrat', sans-serif;
            line-height: 1.6;
        }

        .faq__accordion-content p {
            margin: 0;
        }

        .faq__accordian-heading {
            background-color: #eeeeee;
            padding: 10px 30px 10px 45px;
            display: block;
            margin-bottom: 15px;
            position: relative;
            font-weight: 500;
            text-decoration: navajowhite;
            color: #000000;
        }

        .faq__accordian-heading::before {
            content: "\f059";
            color: #c31776;
            font-family: fontawesome;
            position: absolute;
            left: 20px;
            top: 50%;
            -webkit-transition: 0.3s linear all;
            -moz-transition: 0.3s linear all;
            -ms-transition: 0.3s linear all;
            -o-transition: 0.3s linear all;
            transition: 0.3s linear all;
            -webkit-transform: translateY(-50%) rotate(0deg);
            -moz-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
            -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
        }

        .faq__accordian-heading.active {
            background-color:#c31776;
            color: #ffffff;
        }

        .faq__accordian-heading.active::before {
            -webkit-transition: 0.3s linear all;
            -moz-transition: 0.3s linear all;
            -ms-transition: 0.3s linear all;
            -o-transition: 0.3s linear all;
            transition: 0.3s linear all;
            -webkit-transform: translateY(-50%) rotate(360deg);
            -moz-transform: translateY(-50%) rotate(360deg);
            -ms-transform: translateY(-50%) rotate(360deg);
            -o-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
        }

        .faq__accordian-heading.active::before {
            color: #ffffff;
        }

        .faq__accordion-content {
            display: none;
            padding: 10px 20px;
        }
/*list style*/
 .custom-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .custom-list li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size:18px;
        }
        .custom-list li i {
            margin-right: 10px;
            color: #c31776; /* Set icon color */
            font-size: 1em; /* Increase font size */
        }
    /*----------*/
    
    .custom-list1 {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .custom-list1 li {
           
            margin-bottom: 10px;
            font-size:18px;
        }
        .custom-list1 li i {
            margin-right: 10px;
            color: #c31776; /* Set icon color */
            font-size: 1em; /* Increase font size */
        }
        
/**/
p{
    font-size:18px  !important;
}    
.new-list{
    margin-top:10px;
        padding: 20px;
    background-color: #f7e6e9;
}
.linking{
    color:#c31776 !important;
}
.ab-title{
        font-weight: 900!important;
}
.tro{
    padding-right:8px;
    color:#c31776 !important;
}
.copyright{
    font-size:14px !important;;
}