
  /* ===================================== Footer Cover Style 
   ================================== */
  #newbatch .event_section .heading_container h3 {
    margin-bottom: 0;
  }
  #newbatch{
    margin-bottom: -15px !important;
  }
  
  #newbatch .event_section .heading_container h3::before {
    left: -2px;
  }
  
  #newbatch .event_section p {
    color: #a4a4a4;
  }
  
  #newbatch .event_section .event_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #cbcbcb;
    margin: 15px 0;
    border-radius: 5px;
  }
  
  #newbatch .event_section .event_container .box > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px;
  }
  
  #newbatch .event_section .event_container .box .img-box img {
    width: 100%;
  }
  
  #newbatch .event_section .event_container .box .detail-box {
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    -webkit-box-flex: 1.4;
        -ms-flex: 1.4;
            flex: 1.4;
    padding: 10px 0;
  }
  
  #newbatch .event_section .event_container .box .detail-box h4 {
    font-weight: bold;
  }
  
  #newbatch .event_section .event_container .box .detail-box h6 {
    color: #a4a4a4;
  }
  
  #newbatch .event_section .event_container .box .date-box h3 {
    color: #0b5356;
  }
  
  #newbatch .event_section .event_container .box .date-box h3 span {
    font-size: 1.2em;
    font-weight: bold;
  }
  
  #newbatch .event_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  #newbatch .event_section .btn-box a {
    display: inline-block;
    padding: 8px 45px;
    background-color: #133e3f;
    border: 1px solid #133e3f;
    color: #ffffff;
    margin-top: 35px;
  }
  
  #newbatch .event_section .btn-box a:hover {
    background-color: transparent;
    color: #133e3f;
  }
  @media (max-width:480px){
    #newbatch .event_section h4{
      font-size: 15px;
      padding: 0 5px;
    }
  }