body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

/*****************************************************Event-List Start CSS********************************************************/

.container{
    max-width: 1170px;
    width: 100%;
    padding: 0;
}


.event_list_section{
    width: 100%;
    margin: 80px 0px 80px 0px;
}

.event_heading{
    font-size: 36px;
    color: #000101;
    font-weight: 600;
    letter-spacing: 9.2px;
    margin-left: 27px;
}

.list_color{
    color: #1975d0;
}

.body_tabs_div{
    width: 100%;
    margin-top: 0px;
}







  




  
 
  
  /* Animated background during transition */
  .background {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transform-origin: top left;
  }
  
  .tab-list {
    flex-direction: row;
    justify-content: space-evenly;
  }
  
  .tab {
    /* Resetting default button appearance */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    /* Customize text */
    color: inherit;
    font-size: 20px;
    /* Customize size */
    height: 3rem;
    position: relative;
    margin-right: 20px;
    z-index: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  /* Tab background color, expands on hover */
  .tab::before {
    content: '';
    
    /* Fills the whole tab */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-color: var(--color);
    z-index: -1;
    transition: transform .12s ease-out;
  }
  
  /* Expand background color of the tab on hover, as a hint it can expand further by clicking it */

  /* Make currently active tab unclickable */
  .tab.on {
    cursor: auto;
    pointer-events: none;
    color: #ff9600;
  }
  
  .tab:focus:hover {
    outline: none;
  }
  
  .active{
      color: #777777;
      margin-left: 20px;
  }
  /* Tab text underline */
  .tab::after {
    content: '';
    display: block;
    background-color: #ff9600;
    width: calc(100% - 2rem);
    height: 4px;
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    border-radius: 20px;
    z-index: 3;
    transform-origin: top left;
    transform: scaleX(0);
    transition: transform .1s ease-out;
  }
  
  /* Display the underline on active tab */
  .tab.on::after {
    transform: scaleX(1);
  }
  
  /* Change side of underline origin */
  .tab.fromright::after {
    transform-origin: top left;
  }
  
  .section-list {
    overflow-y: hidden;
    padding: 0 .5rem;
    grid-row: 2 / 3;
  }
  
  /* Hide sections by default */
  section {
    display: none;
    width: 100%;
  }
  
  /* Display section corresponding to active tab */
  section.on {
    display: block;
  }
/*****************************************************Event-List Close CSS********************************************************/



.tab_first_div{
    width: 100%;
    margin-top: 20px;
}

.tab_Second_div {
    width: 100%;
    margin-top: 20px;
}

.main_box_div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box1{
  width: 30%;
  margin-bottom: 30px;
  margin: 18px;
}

.marging_left{
    margin-left: 40px;
}
.margin_right{
    margin-right: 40px;
}

.img_section_box{
    width: 100%;
    /*background-image: url(../images/e-list-1.jpg);*/
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.Box-image {
    position: absolute;
    width: 100%;
    border-radius: 7px;
    height: 250px;
}

.text_bg {
    width: 60%;
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
}

.img_heading{
    position: absolute;
    top: 227px;
    left: 0px;
    right: 0px;
    background-color: #ff9600;
    color: #fff;
    font-size: 14px;
    padding: 6px 0px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2.2px;

}

.pragraph_div{
    width: 100%;
    margin-top: 28px;
}

.tqm_heading{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}

.description_text{
    font-size: 15px;
    color: #777777;
    font-weight: 100;
}

.accordion_div{
    width: 100%;
}
/*****************************************************Search Start CSS********************************************************/



  .pockets-main h1 {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #111;
    margin: 0 0px 35px;
  }
  .intro-cont h3 {
    font-size: 35px;
    font-weight: 600;
    color: #111;
  }
  .kind h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #111;
  }
  /*accordion*/
  .accordion-main {
  }
  .accordion-main:last-child .accordion_body {
    padding-bottom: 0;
  }
    .accordion_head {
        color: #1975d0;
        cursor: pointer;
        font-size: 18px;
        padding: 12px 33px 12px 0px;
        width: 50%;
        border-radius: 5px;
        border: 1px solid 29705a;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0px;
        letter-spacing: normal;
  }
  .accordion_body {
    background: transparent;
    font-size: 18px;
  }

  .div-bott h3 {
    font-size: 35px;
  }
  .div-bott {
    text-align: center;
  }
  .div-bott p {
    font-size: 24px;
  }
  .plusminus {
    float: right;
    font-size: 20px;
    margin-top: 13px;
  }
  .acc-main {
    margin-top: -18px;
}
  .hr-clc {
    height: 2px;
    background: #1975d0;
    margin-top: 0px;
    width: 9px;
    padding: 0;
    border: 0;
   float: right;
   margin-left: -15px;
  }


.cordinotor{
    padding-right: 7px;
}

.border_div_acc{
  width: 100%;
  border-bottom: 2px dotted #e1e1e1;
}

.more_btn_bottom{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.more_details_btn{
  color: #ff9600;
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
}
.more_details_btn:hover{
  text-decoration: none;
  color: #ff9600;
}

.accordion_down_div{
  width: 100%;
 padding: 10px 10px;
 background: #b3b3b312;
 display:flex;
 flex-direction:row;
}
.Second-coo{

}

.accordion_div_img_box {
    width: 12%;
    /* margin: auto;
  display: block;*/
}
.accordion_div_img_box img{
    height:30px;
}
    .accordion_name_down{
  font-size: 18px;
  margin-top: 14px;
  text-align: center;
  color: #1975d0;
  font-weight: 600;
}

.executive_p{
  text-align: center;
  font-size: 14px;
  color: #ff9600;
  margin: 0px;
  padding: 0px;
}

.contectes_img{
  text-align: center;
  font-size: 15px;
  padding-top: 4px;
}
/*****************************************************accordion  Start CSS********************************************************/

.TopHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999999;
    background: #0066cc;
    height: 79px;
}

.overlay_CIIlogo2 {
    /*height: 110px;*/ /*Commented by Somendra Pratap Singh;Date:20-11-2020;*/
   
}

.header1 {
    padding-left: 44px;
}






  
/*****************************************************accordion  Close CSS********************************************************/

/****************************************Sort By CSS Close**********************************************/

@media screen and (max-width:768px){
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
}

/****** Responsive css for desktop *****/
@media screen and (max-width:1170px){
    .container {
    max-width: 100%!important;
        padding: 0px 15px;
    }
    .accordion_head {
      width: 54%
    }

}

@media screen and (max-width:1152px){
  .box1 {
    width: 29%;
  }
  .tqm_heading {
    font-size: 16px;

}
.accordion_head {
  width: 54%
}
}

@media screen and (max-width:1130px){
.accordion_head {
  width: 57%
}
}

@media screen and (max-width:1136px){
  .accordion_head {
    width: 58%
  }
}

@media screen and (max-width: 1078px){
  .accordion_head {
    width: 60%
  } 
}

@media screen and (max-width: 1012px){
  .accordion_head {
    width: 64%
  } 
}

@media screen and (max-width: 1026px){
  .accordion_head {
    width: 63%
  } 
}

@media screen and (max-width: 1024px){
  .accordion_head {
    width: 63%
  } 
}

@media screen and (max-width: 954px){
  .accordion_head {
    width: 68%
  } 
}

@media screen and (max-width: 968px){
  .accordion_head {
    width: 179px
  } 
}

@media screen and (max-width: 980px){
  .accordion_head {
    width: 66%;
  } 
}


@media screen and (max-width: 936px){
  .accordion_head {
    width: 69%;
  } 
}


@media screen and (max-width: 872px){
  .box1 {
    width: 28%;
    margin-bottom: 30px;
    margin: 17px;
}
}

@media screen and (max-width: 876px){
  .box1 {
    width: 28%;
    margin-bottom:0px;
    margin: 17px;
}
}


@media screen and (max-width: 898px){
  .accordion_head {
    width: 72%;
}
}

@media screen and (max-width: 872px){
  .accordion_head {
    width: 77%;
}
}

@media screen and (max-width: 850px){
  .box1 {
    width: 29%;
}
}

@media screen and (max-width: 812px){
    .box1 {
      width: 45%;
  }
  .accordion_head {
    width: 52%;
}
}

@media screen and (max-width: 774px){
.accordion_head {
  width: 54%;
}
}

@media screen and (max-width: 740px){
  .accordion_head {
    width: 57%;
  }
  }
  

  @media screen and (max-width: 706px){
    .box1 {
      width: 44%;
  }
  .accordion_head {
    width: 61%;
}
    }

    @media screen and (max-width: 612px){
      .box1 {
        width: 43%;
        margin-bottom: 0px;
        margin: 19px;
    }
    .accordion_head {
      width: 73%;
  }
}

@media screen and (max-width:678px){
  .box1 {
    width: 100%;
    margin-bottom: 0px;
    margin: 17px;
}
    .event_heading {
        font-size: 28px;
        color: #000101;
        font-weight: 600;
        letter-spacing: 2px;
        margin-left: 27 px;
    }
}