/*@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: #8e1e78;
    color: #ffffff;
  }
  
  ::selection {
    background: #8e1e78;
    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: #8e1e78 !important;
  }

  .header-top i {
    color: #fec804;
}
.icon-top a i {
    border-right: solid #fec804 1px;
    padding: 10px 20px;
    font-size: 20px;
}
.apex-row {
    padding: 10px 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;
    text-transform: uppercase;
}
.menu_tik ul.navbar-nav li a.active, .menu_tik ul.navbar-nav li a:hover, .menu_tik ul.navbar-nav li.nav-item.active a {
    background: #8e1e78;
    color: #fff !important;
    border-radius: 0px;
}
.logo_title h2 {
    color: #8e1e78;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0px;
}
.logo_title img {
    width: 100%;
    max-width: 270px;
}
.banner-section .carousel-inner img {
    height: 100%;
    width: 100%;
}
.about-title span, .title_about {
    color: #8e1e78;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
}

h2.title {
    font-size: 35px;
    font-weight: 600;
    color: #8e1e78;
    position: relative;
}

div#main_nav ul li a {
    padding: 10px 14px !important;
    font-weight: 500;
    transition: transform 0.9s;
    margin: 0px 5px;
}
.titel_logo a {
    text-align: center;
    color: #fff;
    line-height: 25px;
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.login a {
    /*background-color: #8e1e78;*/
    color: #fff;
    padding: 0px 1px;
    border-radius: 5px;
    font-weight: 100;
    font-size: 15px;
}

.epilepsy_title marquee {
    font-size: 18px;
}
.epilepsy_title {
    padding: 20px 0px 16px !important;
}
.services_img img {
    width: 100%;
    max-width: 130px;
    margin: auto;
    display: block;
}
.services-section .card {
    box-shadow: 0 1rem 3rem rgba(0 0 0 / 10%);
    height: 100%;
    border-radius: 10px;
    background: #fff;
}
.services-section .card h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0px;
    color: #8e1e78;
}
.services-section .card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}
h2.titel {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #8e1e78;
}
.about-title h2 {
    font-size: 40px !important;
}
.about-title strong {
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px 0px 20px;
}
.about_dr {
    margin-right: 30px;
}
.epilepsy_content p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    color: #000;
}
.epilepsy_affects strong {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px !important;
    display: block;
    text-align: justify;
}
.epilepsy_affects p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
.about_read a:hover {
    background: #f1daae !important;
    color: #000;
}
.about_read a {
    padding: 12px 15px;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
    display: inline-block;
    margin-top: 16px;
}
ul.list-group {
    background: #8e1e78;
    list-style: none;
    padding-left: 0px;
}
ul.list-group li a:hover {
    background: #f1daae;
    color: #000;
}
ul.list-group li a {
    padding: 15px 10px;
    display: block;
    font-weight: 500;
    color: #fff;
    border-bottom: solid #ffffff7a 1px;
    font-size: 16px;
}
.celebration .owl-dots {
    display: none;
}
.epilepsy-day h5 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    padding: 20px 0px;
}
.celebration .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.national_epilepsy, .epilepsy_education {
    background: #e6e6e6;
    padding: 50px 0px;
}
.celebration .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    background: #8e1e78;
    width: 40px;
    height: 40px;
    font-size: 35px;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    padding: 9px 0px 16px 0px !important;
}
.celebration .owl-nav button.owl-prev{
    position: absolute;
    left: -50px;
    background: #8e1e78;
    width: 40px;
    height: 40px;
    font-size: 35px;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    padding: 9px 0px 16px 0px !important;
}
.featured {
    width: 87%;
    margin-left: auto;
    padding: 25px 15px !important;
    border-radius: 40px 0px 40px 0px;
}
.featured h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 15px;
}
ul.list_fes li a {
    color: #fff;
    padding-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
ul.list_fes {
    list-style: none;
    padding-left: 0px;
}
ul.list_fes li a span i {
    font-weight: 500;
    font-size: 20px;
    margin-right: 5px;
}
.secretary strong {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px;
    display: block;
}
.secretary p {
    font-size: 17px;
    line-height: 26px;
}
.national_title {
    padding-bottom: 5px;
}
section.larger_section .card img {
    width: 100%;
    height: 500px;
}
.larger_box .owl-nav, .larger_box .owl-dots {
    display: none;
} 
.larger_click img {
    max-width: 16px;
    height: 20px !important;
}
.larger_click h4 {
    font-size: 18px;
    padding: 0px 8px 0px 0px;
}
.epilepsy_care img {
    width: 100%;
    border-radius: 25px;
    transition: transform 0.9s;
}
.epilepsy_care {
    border: solid #c4bbbb 1px;
    padding: 10px 10px;
}
.epilepsy_care img:hover {
    transform: scale(1.1);
}
.epilepsy_education p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
.epilepsy_education .col .epilepsy_care {
    overflow: hidden;
} 
.testimonials_title .titels {
    font-size: 25px;
}
.test_item p {
    font-size: 17px;
    line-height: 28px;
    padding: 0px 20px;
}
.test_item span i {
    color: #8e1e78;
    font-size: 25px;
    padding: 0px 5px;
}
.test_item h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}
.great {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0 0 0 /25%);
    padding: 35px 15px;
    border-radius: 0px 50px 0px 50px;
}
.footer_logo {
    /* background: #fffffff7; */
    padding: 15px 0px;
    text-align: center;
    border-radius: 13px;
}
.footer-icon a i:hover {
    background: #000;
    color: #ffffff;
    border: solid #fff 2px;
}
.footer-icon a i {
    background: #8e1e78;
    width: 50px;
    height: 50px;
    border: solid #8e1e78 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
ul.menu-ft li a {
    color: #fff;
    padding-bottom: 20px;
    display: block;
}
ul.menu-ft li span i {
    color: #f1daae;
}
ul.menu-ft li span i {
    color: #fec804;
}
h3.ft-title {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
}
h3.ft-title.cont_title {
    padding-left: 0px;
}
.Contact-info a {
    color: #fff;
    text-align: left !important;
    display: block;
    line-height: 27px;
}
.Contact-info span {
    color: #fec804;
}
.Contact-info {
    display: flex;
}
.Contact-info span {
    color: #fec804;
    padding-top: 7px;
    font-size: 20px;
    padding-right: 7px;
}
.Contact-info {
    display: flex;
    padding-bottom: 15px;
}
.footer-icon a {
    padding-right: 15px;
    padding-top: 30px;
}
.footer-icon {
    display: flex;
}
.footer-icon a i {
    background: #fec804;
    width: 50px;
    height: 50px;
    border: solid #fec804 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 50px;
    font-size: 20px;
}
ul.menu-ft li {
    list-style: none;
}
.footer-middle {
    border-top: solid #fec804 1px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.footer-copyright p {
    color: #fff;
}
div#main_navs ul li a:hover {
    background: #f1daae;
    color: #000;
}
div#main_navs ul li a {
    font-size: 16px;
    color: #fff;
    padding: 10px 7px !important;
    border-right: solid #f1daae 1px;
    display: inline-block;
}
a.nav-link.press-link {
    border-right: none !important;
}

button.owl-dot.active span{
    background-color: #8e1e78 !important;
}
ul.menu-ft li a:hover {
    color: #f1daae;
    margin-left: 20px;
    transition: all 0.9s;
}
.testimonials_section .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-40%);
}
.testimonials_section .owl-nav button.owl-prev {
    position: absolute;
    left: -80px;
    width: 45px;
    background: #8e1e78;
    height: 45px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.testimonials_section .owl-nav button.owl-next{
    position: absolute;
    right: -80px;
    width: 45px;
    background: #8e1e78;
    height: 45px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.breadcrumb_section {
    background-image: url(../image/pro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_services {
    background-image: url(../image/ser-b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_contact{
    background-image: url(../image/contact-b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_camps{
    background-image: url(../image/camp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_query{
    background-image: url(../image/enq.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_about{
    background-image: url(../image/epilepsy1.jpg.crdownload);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}

.breadcrumb_seizure{
    background-image: url(../image/ser_new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}

.breadcrumb_children{
    background-image: url(../image/ser_new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}

.breadcrumb_women{
    background-image: url(../image/neurology.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_myth{
    background-image: url(../image/myth.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_dont{
    background-image: url(../image/dont.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}

.breadcrumb_photo{
    background-image: url(../image/pgb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}
.breadcrumb_press{
    background-image: url(../image/prb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}

.breadcrumb_fuq{
    background-image: url(../image/fuq.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    background-position-y: center;
}



.breadcrumb_section::before, .breadcrumb_services::before, .breadcrumb_contact::before, .breadcrumb_camps::before, .breadcrumb_query::before, .breadcrumb_about::before, .breadcrumb_seizure::before, .breadcrumb_women::before, .breadcrumb_myth::before, .breadcrumb_dont::before, .breadcrumb_photo::before, .breadcrumb_press::before, .breadcrumb_fuq::before {
    content: "";
    position: absolute;
    background: #00000096;
    height: 100%;
    width: 100%;
}
.breadcrumb_section .container, .breadcrumb_services .container, .breadcrumb_contact .container, .breadcrumb_camps .container, .breadcrumb_query .container, .breadcrumb_about .container, .breadcrumb_seizure .container, .breadcrumb_women .container, .breadcrumb_myth .container, .breadcrumb_dont .container, .breadcrumb_photo .container, .breadcrumb_press .container, .breadcrumb_fuq .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb_title h2{
    font-size: 25px;
    font-weight: 700;
}
.breadcrumb_title {
    position: relative;
}
.profile-title h5 {
    font-size: 20px;
}
.profile-title h5 span {
    color: #901d78;
    font-weight: 600;
}
ul.epilepsy_list li {
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 20px;
    list-style: auto;
    text-align: justify;
}
.profile_section p {
    font-size: 17px;
    line-height: 30px;
}
.other_doctors {
    font-size: 25px;
    font-weight: 600;
    color: #8e1e78;
}
.doctor_team {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0 0 0 / 30%);
}
.doctor_team {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0 0 0 / 30%);
    padding: 20px 0px;
    border-radius: 0px 50px 0px 50px;
}
.doctor_team h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.doctor_team h6 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
}
.doctor_team p {
    font-size: 17px;
}
.doctor_team:hover {
    background: #8e1e78;
    color: #fff;
}
.doctor_team:hover h6, .doctor_team:hover h3 {
    color: #fff;
}
.about_section p.ashok_heading {
    padding-top: 30px;
    font-size: 17px;
}
.services_title h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 8px;
    color: #8e1e78;
}
.services_title p {
    font-size: 17px;
    line-height: 30px;
}
.contact_jaipur {
    background: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
    padding: 20px 20px;
    margin-bottom: 0px;
    height: 100%;
    border-radius: 20px;
}
.contact_jaipur h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #8e1e78;
}
.heading_box h5 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #8e1e78;
}
.contact_jaipur .d-flex {
    padding-bottom: 20px;
}
.sureka_add {
    margin-right: 15px;
}
.sureka_add span {
    background: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 28%);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #8e1e78;
    font-size: 25px;
}
.contact_jaipur .d-flex {
    padding-bottom: 20px;
}
.heading_box p {
    font-size: 17px;
    line-height: 26px;
}
.contact_jaipur:hover {
    background: #8e1e78;
    color: #fff;
}
.contact_jaipur:hover h3, .contact_jaipur:hover .heading_box h5{
    color: #fff !important;
}
.camps_content p {
    text-align: justify;
    padding-top: 5px;
}
.camps_content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
}
.camps_img {
    width: 50%;
    border: solid #8e1e78 2px;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
}
.about-title h2 {
    font-size: 30px !important;
    font-weight: 600;
    color: #8e1e78;
}
.about-title h3 {
    font-size: 25px;
    padding-top: 10px;
    font-weight: 600;
}
section.volunteers_section {
    background: #8e1e78;
}
.camp_title-box h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #8e1e78;
}
ul.list_reasearch li {
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 30px;
}
ul.list_reasearch li span {
    color: #8e1e78;
    font-size: 25px;
}
ul.list_reasearch {
    list-style: none;
    padding-left: 0px;
}
.query_form {
    width: 70%;
    margin: 50px auto 0px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
    padding: 30px;
    border: solid #8e1e78 2px;
}
.camps_content p {
    margin-bottom: 0px;
}
.query_section{
    margin-top: 10px;
}
.query_section .form-group input, .query_section .form-group select {
    padding: 10px 10px;
    font-size: 16px;
    color: #000;
}
.query_section .form-group label {
    font-size: 18px;
    color: #000;
    padding-bottom: 6px;
}
.submit-box button {
    color: #fff;
    font-size: 17px;
    padding: 5px 20px;
    margin-right: 7px;
}
.disorders {
    line-height: 30px;
    padding-bottom: 10px !important;
}
.epilepsy_content h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px;
    text-transform: capitalize;
}
.seizure.card img {
    height: 370px;
}
.profile-title a {
    font-size: 20px;
    margin-right: 10px;
    color: #8e1e78;
}
.content p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
ul.febrile li {
    line-height: 26px;
    font-size: 17px;
    padding-bottom: 15px;
    text-align: justify;
}
/* ul.febrile {
    padding-left: 0;
} */
ul.febrile li ul.point_list {
    list-style: none;
}
ul.febrile li span i {
    color: #8e1e78;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}
ul.point_list {
    padding-top: 15px;
}
.children-auses h2, .seizures_hildren h2, section.suspected_section h2, .seizures_hildren h2 {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 8px !important;
    display: block;
}
.children-auses p, .seizures_hildren p {
    font-size: 17px;
    line-height: 28px;
}
.children-auses {
    padding-bottom: 15px;
}
ul.point_list li {
    display: flex;
}
.prevention strong, section.suspected_section strong {
    padding-bottom: 10px !important;
    display: block;
    font-size: 18px;
}
.prevention p {
    font-size: 17px;
    line-height: 28px;
}
.pregnant {
    padding-top: 50px !important;
}
section.children_women h2, section.medications-women h2 {
    font-size: 30px;
}
section.children_women p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
section.children_women {
    padding: 10px 0px;
}
p.rest {
    font-size: 17px;
    line-height: 30px;
    padding-top: 20px;
}
.myth_facts {
    background: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 30px;
}
.myth {
    display: flex;
}
.facts {
    display: flex;
}
.facts strong, .myth strong {
    width: 80px;
    font-size: 20px;
    line-height: 30px;
}

.myth p, .facts p {
    width: 88%;
    text-align: justify;
    margin-bottom: 0;
    line-height: 30px;
}
.myth {
    margin-bottom: 20px;
}
section.onic-clonic p {
    font-size: 17px;
    line-height: 30px;
} 
h3.titel.pb-3 {
    font-weight: 600;
    font-size: 25px;
    color: #8e1e78;
}
.photo_item img, .press-item img {
    height: 364px;
}
.photo_item h4, h4.press_title {
    background: #8e1e78;
    padding: 15px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
}
.photo_owl .owl-dots, .press_owl .owl-dots {
    display: none;
}
.photo_owl .owl-nav, .press_owl .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-40%);
}
.photo_owl .owl-nav button.owl-prev, .press_owl .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    background: #8e1e78;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #fff;
    padding: 10px 0px 20px !important;
}
.photo_owl .owl-nav button.owl-next, .press_owl .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    background: #8e1e78;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #fff;
    padding: 10px 0px 20px !important;
}
.carable_link a, .form_carable a {
    border: solid #bdb9b9 1px;
    padding: 5px 5px;
    display: inline-block;
    margin: 0px 5px;
}
section.curable_section {
    padding: 10px 0px;
    background: #ddd;
}
.hindi_fuq {
    text-align: center;
    margin: 25px auto 60px;
    border: solid #ddd 2px;
    border-radius: 10px;
    width: 61%;
    padding: 20px 0px;
}
.new_get h2.titel {
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.children-auses {
    padding-bottom: 0px;
}
.patient_form h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.heading_title h3 {
    font-weight: 600;
    padding: 15px 0px 10px 0px;
    font-size: 20px;
}
.response-form a {
    background: #8e1e78;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}
section.fuq_section {
    background: #8e1e78;
    padding: 10px 0px;
}
.response-form a {
    background: #f0dbae;
    padding: 8px 13px;
    color: #000;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}

form#fill-form {
    background: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
    border: solid #8e1e78 1px;
    max-width: 100%;
    border-radius: 6px;
}
form#fill-form .form-group label {
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
}
form#fill-form .form-group input {
    padding: 15px 10px;
    border: solid #00000042 1px;
    border-radius: 5px;
}
form#fill-form 
 .form-check.form-check-inline {
    padding-left: 0;
}
.medical-date h3 {
    font-weight: 600;
    font-size: 20px;
    color: #8e1e78;
}
.description_attack span {
    background: #8e1e78;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}
.description_attack h5 {
    font-size: 20px;
    color: #000;
}
.description_attack {
    align-items: center;
    padding-bottom: 10px;
    padding-top: 20px;
}
form#fill-form .form-check label {
    font-size: 17px;
    padding-left: 10px;
}
form#fill-form .form-check {
    align-items: center;
    padding-bottom: 15px;
    display: flex;
}
.logo_ad a img {
    width: 100%;
    max-width: 100px;
    margin-right: 10px;
    padding: 5px 0px;
}
form#form-control {
    border: solid #0000004d 1px;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}
.detailes .form-group {
    margin-bottom: 8px !important;
}
.heading_box h6 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: capitalize;
}
.heading_box h6 u {
    font-weight: 500;
    padding-left: 10px;
}
.heading_box h6 span {
    background: #8e1e78;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
form#form-control .form-group {
    margin-bottom: 20px;
}
.form-group label {
    font-size: 16px;
    line-height: 24px;
}
.form-group input {
    padding: 6px 10px;
    font-size: 16px;
    border-color: #0000006b;
}
.form_add .form-check.form-check-inline input {
    padding: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.form_add .form-check.form-check-inline label {
    padding-top: 2px;
    color: #000;
    font-weight: 500;
}
.dose_duration h5 {
    color: #000;
}
.dose_duration {
    padding-bottom: 5px;
}
.dose_duration h5 span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    color: #000;
    justify-content: center;
}
.submit_reset {
    text-align: center;
}
.submit_reset input {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.detailes.abailable .form-group label {
    width: 100px;
}
.detailes.abailable .form-group {
    display: flex;
}

.form-group textarea {
    font-size: 16px;
}
.epilepsy_content b {
    font-size: 20px;
    padding-bottom: 13px;
    display: block;
    margin-top: 20px;
}
ul.list-aboutus li {
    color: #000;
    padding-bottom: 6px;
    line-height: 25px;
} 
.sureka {
    text-align: center;
    background: #931b75;
    padding: 15px 0px;
    color: #fff;
}

a.nextcamp {
    display: block;
    background: #ff00f7;
    text-align: center;
    padding: 10px 0px;
    border-radius: 13px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
}
.epilepsy_content ul {
    padding-top: 10px;
}

.epilepsy_content ul li {
    line-height: 28px;
}
.aboutheadig b {
    line-height: 30px;
}
.aboutheadig h2 {
    font-weight: 600;
    padding-top: 30px;
    font-size: 30px;
}
.epilepsy_content p a {
    color: #ad3336;
}



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

  li.nav-item.active a {
    background: #8e1e78;
    color: #ffff !important;
}

.linkepil a {
    text-align: center;
    background: #8e1e78;
    display: block;
    padding: 15px 9px;
    height: 90px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px 30px 0px 30px;
}

section.epilepsylink {
    margin-bottom: 50px;
}

.headerlink a {
    width: 49%;
    background: #8e1e78;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff !important;
    font-weight: 600;
}
.headerlink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
.headerlinkins a {
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 600;
}

.headerlinkins {
    display: flex;
    justify-content: center;
}

.titlesab h2 {
    background: #8e1e78;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 800;
    font-size: 20px;
    color: #ffff;
    border-radius: 25px 0px 0px 25px;
}
.titlesab p {
    line-height: 30px;
    font-size: 16px;
    padding-top: 10px;
}

.titlesab ul li {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 25px;
}

section.aboutsection {
    padding: 50px 0px;
}
.titlesab ul {
    padding-top: 10px;
}
.titlesab img {
    width: 100%;
    border: solid #ddd 2px;
    padding: 10px;
}
.titlesab b {
    line-height: 30px;
    font-size: 18px;
}
.titlesab h3 {
    font-size: 35px;
    font-weight: 600;
    color: #8e1e78;
    padding-top: 12px;
}
.titlesab h4 {
    color: #f00;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.titlesab.md b {
    font-size: 15px;
}
.titlesab h5 {
    font-size: 22px;
    font-weight: 600;
}

.camp-date {
    background-color: magenta;
    color: white;
    padding: 12px 20px;
    border-radius: 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-top: 10px;
}

  
  @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;
    }
   }

  

  /*# sourceMappingURL=style.css.map */


  
    @media only screen and (max-width: 1199px){

    .logo_title img {
    max-width: 100%;
     }

     .hindi_fuq {
    width: 100%;
}

.hindi_fuq img {
    width: 100%;
}

     div#main_nav ul li a {
      padding: 10px 16px !important;
       margin: 0px 4px;
     }
     div#main_navs ul li a {
    font-size: 10px !important;
    padding: 8px 2px !important;
}
section.banner-section .carousel-item {
    height: 510px !important;
}
.icon-top a i {
    padding: 15px 15px;
    font-size: 15px;
}
.form_carable a img {
    width: 100%;
    max-width: 160px;
} 
.carable_link a img {
    width: 100%;
    max-width: 130px;
}
h2.titel {
    font-size: 30px;
}
.epilepsy_affects strong {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 10px !important;
}
.about_read a {
    padding: 13px 15px;
    border-radius: 5px;
    font-size: 15px;
}
.services-section .card.p-3 {
    padding: 0px 5px !important;
}
.services_img img {
    width: 100%;
    max-width: 110px;
}
.services-section .card h4 {
    font-size: 16px;
    padding: 10px 0px 5px;
}
.services-section .card p {
    font-size: 15px;
    line-height: 25px;
}
.about-title strong {
    font-size: 17px;
    padding: 0px 0px 20px;
}
h2.title {
    font-size: 30px;
}
.epilepsy_content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
.secretary strong {
    font-size: 19px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.epilepsy-day h5 {
    font-size: 18px;
    padding: 20px 6px;
}
.featured h3 {
    font-size: 22px;
}
ul.list_fes li a {
    padding-bottom: 15px;
    font-size: 16px;
    display: flex !important;
    line-height: 24px;
    font-weight: 400;
}
ul.list_fes li a span i {
    font-weight: 300;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 2px;
}
.larger_click h4 {
    font-size: 16px;
    padding: 0px 8px 0px 0px;
}
.footer_logo img {
    width: 100%;
    max-width: 150px;
}
.footer-icon a i {
    background: #fec804;
    width: 40px;
    height: 40px;
    font-size: 15px;
}
h3.ft-title {
    font-size: 20px;
    padding-bottom: 15px;
}
ul.menu-ft li span i {
    font-weight: 500;
}
ul.menu-ft li a {
    padding-bottom: 15px;
    font-size: 11px;
}
.Contact-info a {
    font-size: 11px;
}
.Contact-info i {
    font-size: 15px;
}
.footer-copyright p {
    font-size: 12px;
}
.footer-middle {
    padding-top: 10px;
    padding-bottom: 6px;
}
section.larger_section .card img {
    height: 100%;
}
section.national_epilepsy, .epilepsy_education {
    padding: 15px 0px 20px !important;
}
.about_section p.ashok_heading {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
}
ul.epilepsy_list li {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 6px;
}
.profile-title h5 span {
    font-size: 16px;
}
section.profile_section {
    padding: 0 !important;
}
.breadcrumb_section, .breadcrumb_services, .breadcrumb_contact, .breadcrumb_query, .breadcrumb_camps {
    height: 200px;
}
.menu_tik button {
    background: #8e1e78;
    margin-left: auto;
    font-size: 22px;
}
.services_title h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0px;
}
.larger_section .row {
    margin: 0 !important;
    padding: 0 !important;
}
.contact_jaipur {
    padding: 20px 9px;
}
.contact_jaipur h3 {
    font-size: 14px;
}
.heading_box h5 {
    font-size: 14px;
}
.sureka_add span {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.sureka_add {
    margin-right: 8px;
}
.heading_box p {
    font-size: 16px;
    line-height: 26px;
}
.heading_box p {
    margin-bottom: 0;
}
.camps_content p {
    padding-top: 0px;
    font-size: 16px;
}
.query_form {
    width: 80%;
    margin: 40px auto 0px;
    padding: 20px;
}
.query_section .form-group label {
    font-size: 16px;
}
.query_section .form-group input, .query_section .form-group select {
    padding: 7px 10px;
}
.profile_section p {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
}
.about-title h2 {
    font-size: 25px !important;
}
h3.titel.pb-3 {
    font-size: 20px;
}
.camp_title-box h2 {
    font-size: 25px;
    padding-bottom: 10px;
}
.camps_content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-top: 0px;
}



}

@media only screen and (max-width: 992px){
        .apex-row a {
    font-size: 11px;
}
.query_form {
    width: 100%;
    margin: 40px auto 0px;
    padding: 20px;
}
.contact_section .col {
    margin-bottom: 20px;
}
.contact_jaipur .d-flex {
    padding-bottom: 10px;
    align-items: center;
}
section.contact_section {
    padding: 0 !important;
    margin: 0 !important;
}
.contact_jaipur h3 {
    font-size: 18px;
}
.header-info span {
    font-size: 11px;
}
.header-top i {
    font-size: 14px;
}
.icon-top a i {
    padding: 15px 15px;
    font-size: 17px;
}
.menu_tik {
    padding: 0 1rem;
}
.sab_menu-section button {
    font-size: 22px;
    border-color: #fff !important;
}
section.banner-section .carousel-item {
    height: 380px !important;
}
.carable_link a img {
    max-width: 110px;
}
.epilepsy_title marquee {
    font-size: 16px;
}
.epilepsy_title {
    padding: 15px 0px 11px !important;
}
.form_carable a img {
    width: 100%;
    max-width: 115px;
}
h2.titel {
    font-size: 25px;
}
.epilepsy_affects strong {
    font-size: 15px;
    line-height: 23px;
}
.epilepsy_affects p {
    font-size: 16px;
    line-height: 26px;
}
.about_read a {
    margin-top: 10px;
}
.services-section .card.p-3 {
    padding: 0px 15px !important;
}
.services-section .col {
    margin-bottom: 20px;
}
.epilepsy_content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
h2.title {
    font-size: 25px;
}
section.national_epilepsy .mt-5 {
    margin-top: 15px !important;
}
.national_title {
    padding-top: 10px;
}
.epilepsy-day h5 {
    font-size: 18px;
    padding: 0px 6px 25px;
}
.featured {
    width: 100%;
}
.larger_section .col {
    margin-bottom: 15px;
}
section.larger_section {
    padding: 0px !important;
}
ul.menu-ft li a {
    padding-bottom: 15px;
    font-size: 15px;
}
.Contact-info a {
    font-size: 15px;
}
.footer-copyright p {
    font-size: 14px;
    line-height: 20px;
}

.text-end.icon-top {
    display: none;
}
div#main_navs ul li a {
    font-size: 15px !important;
    color: #fff;
    padding: 16px 7px !important;
    border-right: solid #f1daae 0px;
    display: inline-block;
    border-bottom: solid #ffffff85 1px;
    width: 100%;
}
div#main_navs ul li:last-child a {
    border-bottom: none;
}
.doctor_team {
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 30%);
    margin-bottom: 16px;
}
.breadcrumb_section, section.breadcrumb_services, .breadcrumb_contact, .breadcrumb_query, .breadcrumb_camps {
    height: 111px;
}
.profile-title h5 {
    font-size: 16px;
    line-height: 24px;
}



}

@media only screen and (max-width: 767px){
    
.headerlinkins a {
    background: #8e1e78;
    color: #fff;
    width: 48%;
    margin: 0 2px 10px 2px;
    font-size: 14px;
    text-align: center;
}
    
.headerlinkins {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .headerlink {
    display: inline-flex;
}

    .linkepil {
    margin-bottom: 20px;
}

    .d-flex.justify-content-center.d-block.d-lg-none.align-items-center {
        display: none !important;
    }
    .login.ms-auto {
        margin: auto;
        display: block;
        padding-bottom: 15px;
    }
.menu_tik button.navbar-toggler {
    background: #8e1e78;
    font-size: 22px;
}
.breadcrumb_title h2 {
    font-size: 18px;
}
section.sab_menu-section nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 1rem 1rem;
}
.background_baneer {
    height: 111px !important;
}
section.volunteers_section .card {
    margin-bottom: 20px;
}
.camp_title-box h2 {
    font-size: 20px;
}
.camps_content h5 {
    font-size: 16px;
}
.about-title h2 {
    font-size: 20px !important;
}
.query_form {
    width: 100%;
    margin: 15px auto 0px;
    padding: 10px;
}
.profile-title h2 {
    margin: 0;
    padding-top: 20px !important;
}
.query_section .form-group label {
    padding-bottom: 0px;
}
.needs-validation .form-group {
    margin-bottom: 17px;
}
.query_section .form-group label {
    font-size: 15px;
}
.submit-box {
    padding: 6px 8px;
}
.contact_jaipur .d-flex {
    padding-bottom: 10px;
    align-items: flex-start;
}
.epilepsy_content img {
    width: 100%;
}
.about_dr {
    margin-right: 0;
}
.apex-row .col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    text-align: center;
}
.about-title h2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.other_doctors {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
.header-info span {
    font-size: 15px;
}
.apex-row a {
    font-size: 15px;
    padding-top: 15px;
    display: inline-block;
}
.menu_tik button.navbar-toggler {
    font-size: 22px;
    margin-left: auto;
}
section.banner-section .carousel-item {
    height: 100% !important;
}
.carable_link {
    text-align: center !important;
}
.form_carable a img {
    width: 100%;
    max-width: 100%;
}
.form_carable {
    text-align: center;
}
.form_carable a {
    margin-bottom: 10px;
}
.carable_link a img {
    max-width: 100%;
}
.carable_link.text-end a {
    margin-bottom: 10px;
}
.epilepsy_affects strong {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    padding: 10px 10px !important;
}
.epilepsy_affects p {
    font-size: 16px;
    line-height: 23px;
    padding: 0px 10px;
}
.testimonials_section .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    display: none;
}
.testimonials_section .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    display: none;
}
.test_item p {
    font-size: 16px;
}
.india {
    text-align: center !important;
}
ul.menu-ft {
    padding-left: 0;
}
h3.ft-title {
    padding-left: 0px;
}
h3.ft-title {
    padding-bottom: 8px;
}
.footer-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.about-title strong {
    font-size: 16px;
}
.about-title h2 {
    font-size: 20px !important;
}
.about_epilepsy h2 {
    padding-bottom: 10px !important;
}
section.children_women h2, section.medications-women h2 {
    font-size: 20px;
    line-height: 30px;
}
section.children_women h2, section.medications-women h2 {
    font-size: 16px;
    line-height: 25px;
}
.photo_item img, .press-item img {
    height: 100%;
}
.photo_item h4, h4.press_title {
    padding: 10px 5px;
    font-size: 15px;
}
section.larger_section.pb-5.mb-sm-5 {
    margin-top: 20px;
}
.epilepsy_content h3 {
    font-size: 18px;
    padding: 10px 0px;
}
section.section_photo.pt-5, section.press_section.pt-5.mb-sm-5 {
    padding-top: 10px !important;
}
.children-auses h2, .seizures_hildren h2, section.suspected_section h2, .seizures_hildren h2 {
    font-size: 20px;
}
ul.navbar-nav.mx-auto {
    margin-top: 10px;
}
.menu_tik {
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}
div#main_navs ul li a {
    font-size: 15px !important;
    color: #fff;
    padding: 16px 7px !important;
    border-right: solid #f1daae 0px;
    display: inline-block;
    border-bottom: solid #ffffff85 1px;
    width: 100%;
}
div#main_navs ul li:last-child a {
    border-bottom: none;
}
.national_title {
    padding-top: 0px;
    padding-bottom: 0px;
}
h2.title {
    font-size: 20px;
}
.featured h3 {
    font-size: 20px;
}
.epilepsy-day h5 {
    padding: 5px 6px 10px;
}
h2.titel {
    font-size: 20px;
}
.education_title h2 {
    padding: 10px 0px !important;
}
.testimonials_title .titels {
    font-size: 20px;
    padding: 0 !important;
}
}


nav.navbar.navbar-expand-lg.navbar-dark.bg-white.fixed-onscroll.menu_tik {
    background: #ffe5ee !important;
}

.footer_logo img {
    width: 100%;
}