*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h2,h3,h4{
    
    font-weight: 300;
}

.bg-main{
    width: 100%;
    height: 100vh;
    background: url(images/image1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* form */
    
.cards {
    padding: 30px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.blue-text {
    color: #00bcd4;
}
.form-control-label {
    margin-bottom: 0;
}
input,
textarea,
button {
    padding: 8px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300;
    
}
input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00bcd4;
    outline-width: 0;
    font-weight: 400;
}
.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer;
}
.btn-block:hover {
    color: #fff !important;
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

/* form */


/* navcss */


.header-area {
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.5)),
    url(https://images.unsplash.com/photo-1528353518104-dbd48bee7bc4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2089&q=80);
    background-position: center center;
    background-size: cover;
  }
  /* default css end */
  
  
  /* navbar regular css start */
  .navbar-area {
    background:white;
    border-bottom: 1px solid #ffffff;
  }
  .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  a.site-logo {
    font-size: 26px;
   
   
    color: #000000;
    text-decoration: none;
  }
  .site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .site-navbar ul li a {
    color: #000000;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-navbar ul li a:hover {
    background: rgba(255,255,255,.1);
  }
  /* navbar regular css end */
  
  
  /* nav-toggler css start */
  .nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  /* nav-toggler css start */
  
  
  /* intro-area css start */
  .intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .intro-area p {
    font-size: 18px;
  }
  /* intro-area css end */
  
  
  /* mobile breakpoint start */
  @media screen and (max-width: 767px) {
    .container {
      max-width: 720px;
    }
    /* navbar css for mobile start */
    .nav-toggler{
      display: block;
    }
    .site-navbar {
      min-height: 60px;
    }
    .site-navbar ul {
      position: absolute;
      width: 100%;
      height: calc(100vh - 60px);
      left: 0;
      top: 60px;
      flex-direction: column;
      align-items: center;
      border-top: 1px solid #444;
      background-color: rgba(0,0,0,.75);
      max-height: 0;
      overflow: hidden;
      transition: .3s;
    }
    .site-navbar ul li {
      width: 100%;
      text-align: center;
    }
    .site-navbar ul li a {
      padding: 25px;
    }
    .site-navbar ul li a:hover {
      background-color: rgba(255,255,255,.1);
    }
    .site-navbar ul.open {
      max-height: 100vh;
      overflow: visible;
    }
    .intro-area h2 {
      font-size: 36px;
      margin-bottom: 15px;
    }  
    /* navbar css for mobile end */
  }
  /* mobile breakpoint end */

footer a{
    text-decoration: none;
}
.iedu_ul {
    list-style-type: none;
}
/* navcss */
/* cardio_section */
.cardio_img {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.cardio_img_tag{
    width: 600px;
}
.bg-text {
    background: url(images/overlyimg.jpg);
    height: 100px;
    background-attachment: fixed;
    background-size: contain;
    display: flex;
    align-items: center;
    color: green;
}
.bg-text > h1{
    margin-left: 8%;
}

/* cardio_section */


/* aayushman_section */

.aayush > h2,h3,h4{
    color: #1fb775;
}

.aayush2 > h3,h2,h4{
    color: #1fb775;
   
}

.aayush2{
    background-color: #fafafa;
    padding: 50px 82px;
}

/* aayushman_section */


/* pmjy_section */
p.pmjy_para {
    font-size: 1.3rem;
    font-weight: 350;
    line-height: 36px;
    text-align: justify;
}

p.pmjy_para2 {
    font-size: 1.1rem;
    line-height: 28px;
    font-weight: 350;
    text-align: justify;
}
ul.pmjy_ul {
    font-size: 1.2rem;
    /* list-style: none; */
    line-height: 36px;
    text-align: justify;
}

/* pmjy_section */
.footer_div {
    width: 404px;
    text-align: justify;
}



/* contact_us */
    
/* contact_us */

/* media_query */
@media screen and (max-width:1200px){
    .pmjy-row {
        display: flex;
        flex-direction: column;
    }
    .pmjy-col{
        width: 100%;
        margin: 17px 0;
    }
}

@media screen and (max-width:768px) {
    
    /*.container{*/
    /*    margin: 0;*/
    /*}*/
    
    .footer_div {
        width: 100%;
        text-align: justify;
    }
  
    .nav_contn {
    max-width: 100%;
    padding: 0;
}
    
    .nav div.logo{
        margin-left: 15px;
    }
    
    .nav div.main_list{
        width: 100%;
        margin-top: 65px;
        height: 0px;
        overflow: hidden;
    }
    
    .nav div.show_list{
        height: 200px;
    }
    
    .nav div.main_list ul{
        flex-direction: column;
        width: 100%;
        height: 200px;
        top: 80px;
        right: 0;
        left: 0;
        padding:0;
    }
    
    .nav div.main_list ul li{
        width: 100%;
        height: 40px;
        background-color:rgb(0 0 0 / 80%);
    }
    
    .nav div.main_list ul li a{
      text-align: center;
        line-height: 40px;
        width: 100%;
        height: 40px;
        display: table;
    }
    
    .nav div.media_button{
        display: block;
    }
    
 

    
}


@media screen and (max-width:508px){
 

.footer_div {
    width: 100%;
    text-align: revert;
}

}


/* media_query */