
*{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    font-family: sans-serif;
}
.bgimg{
    background-image: url(/assets/uploads/images/back\ ground\ photo.jpeg);
    background-size: cover;
    height: 30vh;
    background-position: center;
}
.none{
    color:white; 
    text-decoration: none;
}
.c1{
    background-color: #092759;
    color: white;
    height: 30vh;
    opacity: 0.9;
}
.d{
    display: flex;
}
.p1{
    padding-left: 150px;
}
.t1{
    left: 500px;
    padding-left: 150px;
    color: #513096;
}
.t2{
    padding-left: 150px;
    padding-top: 1px;
} 
.t3{
    padding-left: 150px;
}
.t4{
    padding-left: 30px;
    width: 300px;
}
.t5{
    padding-left: 30px;
    width: 400px;
}
.t6{
    padding-left: 150px;
    width:550px;
}
.t7{
    padding-left: 30px;
    width: 400px;
}
.t8{
    padding-left: 30px;
    width: 400px;
}
.section{
    padding: 40px 0px;
}
.section1{
    padding: 20px 0px;
}
.img1{
    padding-left: 150px;
    width: 530px;
    height: 300px;
}
.img2{
    padding-left: 30px;
    width: 400px;
    height: 300px;
}
.img3{
    padding-left: 30px;
    width: 400px;
    height: 300px;
}
.img4{
    padding-left: 150px;
    width: 530px;
    height: 300px;
}
.img5{
    padding-left: 30px;
    width: 400px;
    height: 300px;
}
.img6{
    padding-left: 30px;
    width: 400px;
    height: 300px;
}
.n1{
    margin-top: 30px;
    margin-left: 150px;
    border: 2px solid orange;
    width: 40px;
}
.n2{
    margin-top: -12px;
    margin-left: 200px;
}
.n3{
    margin-left: 150px;
}
.n4{
    margin-left: 150px;
}
.n5{
    margin-top: -10px;
    margin-left: 200px;
    border: 2px solid white;
    width: 40px;
}
.n6{
    margin-top: -10px;
    margin-left: 250px;
}
.n7{
    border: 2px solid orange;
    width: 40px;
    margin-top: 15px;
}
@media screen and (min-width:769px) and (max-width:1025px) {
    .bgimg{
        width: 100%;
    }

    .t1{
        margin-left: -70px;
    }
    .t2{
        margin-left: -70px;
    }
   
    #imagesss{
   width: 240px;
   padding-left: 30px;
    }

    #texts{
        width:250px;
        padding-left: 30px;
    }
    .t4{
        width: 250px;
    }
    .t5{
        width: 300px;
    
    }
} 
/* tab view */
@media screen and (min-width:426px) and (max-width:769px) {
    #ca{
        margin-left: 0px;
        padding-left: 10px;
        padding: px;
        margin: 1px;
    }
    #imagesss{
        width: 280px;
        margin: 1px;
        padding-left:-10px;
         }
    #nc{
        margin-left: -100px;
    }
    #texts{
        width:280px;
        padding-left:-8px;
    }
}
/* mobile view */
@media screen and (max-width:426px) {
    .d{
        display: block;
    }
    #nc3{
        margin-left: -120px;
        padding-left: -180px;
    }
    .t2{
        margin-left: -70px;
        font-size: 15px;
    }
    .t1{
        margin-left: -70px;
    }
    #nc5{
        margin-left: -70px;
    }
    
}
/* done */



/* header css */
*{
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}
/* header */
.header1{
display:flex;
}
.child1 img{
 height: 20px;
 width: 30px;
}
.child21{
    font-size: 15px;
}
.child2{
    width: 150px;
}
.header3{
    margin-left: 320px;
    display:flex;
    justify-content: space-evenly;
    gap: 25px;
    margin-top:5px;
    padding: 30px 30px 30px 30px;
    text-align: center;

}
.header3>p{
    border-right: 1px solid black;
    height: 30px;
    padding-right: 12px;
}
/* navbar */
ul{
    list-style-type: style type none;
    /* background-color: rgb(82, 82, 170); */
    margin-left: 100px;

}


li ul li a:hover{
   color: white;
   border-radius: 5px;
}
.moin>ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#0E1F4D;
  }
  
  
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
 
  .dropdown {
    float: left;
    overflow: hidden;
  }
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .navbar a:hover, .dropdown:hover.dropbtn {
    background-color: #0E1F4D;
  } 
  .dropdown-content a {
    float: none;
    color:rgb(42, 39, 39);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    /* background-color: blue; */
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown-content a:hover{
    background-color:#0E1F4D;
    color: white;
  }

@media  screen and (min-width:769px) and (max-width:1026px) {
  .moin>ul{
    width: 100%;
  }
  .header3{
    margin-left: 200px;
  }
  
}
 @media screen  and (min-width:554px) and (max-width:769px) {
  .header3{
    margin-left: 30px;
  }
  .moin>ul{
    width: 100%;
  }  .dropdown .dropbtn {
    font-size: 13px;  
    border: none;
    outline: none;
    color: white;
    padding: 10px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  .header1{
    height: 100px;
  }

   
}
@media  screen and (max-width:426px) {
  .moin>ul{
    
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#0E1F4D;
  }
  .header3{
    margin-left: 80px;
    margin-top: 30px;
    
    width: 10%;
    display: block;
  }
  .child2{
    margin-top: 10px;
  

  }
  .child21{
    margin-top: 10px;


  }
  .child3{
    margin-top: 10px;

  }
  .child4{
    margin-top: 10px;


  }
  
   
    
} 







/* footer */

.ironman{
    background-color: #092759;
    font-size: 15px;
}
.spiderman{
    display: flex;
    justify-content: space-evenly;
}
.pantherchild1{
    height:20px;
    width: 20px;
}
.blackpanther1{ 
padding:20px;
color:white;
width:350px;
}
.blackpanther2{ 
    padding:20px;
    color:white;
    }
    .gamora>li>a{
        text-decoration: none;
        color: white;
    }
    .gamora>li{
        list-style-type: none;
    }
    .gamora li:hover{
        text-decoration: underline;
    }
    .blackpanther3>li>p>img{
        height: 20px;
        width: 20px;
        /* display: flex; */
    }
    
    .blackpanther3>li>p>a{
        margin-left: 40px;
        position:absolute;
        position-left:3px;
        color:white;
        list-style-type: none;
        text-decoration: none;
    }
    .pantherchild4{
        position: absolute;
        margin-top: 10px;


    }
    .blackpanther4{ 
            margin-top: 40px;
            margin-left: 140px;
            width: 250px;
            padding-left: 40px;
            padding-top: 20px;
 }
 .pantherchild1{
border-radius: 50px;
 }
 h3{
    color:white;

 }

 .blackpanther3{
    padding: 20px 20px 20px 20px;
 }
    
 .thor{
    color:white;
 }
 .thor>img{
    height:30px;
    width: 30px;
    margin-left: 960px;
    margin-top: -270px;
 }
 .thor>p{
    margin-left: 10px;
 }
 .thor>li{
    text-decoration:aliceblue;
    margin-left: 950px;
    margin-top: -40px;
    padding: 30px 30px 30px 30px;
    list-style-type: none;
 }
 .thor>li>a:hover{
    text-decoration:underline;
 }
 .thorchild1:hover{
     background-color:rgb(40, 30, 107);
     box-shadow:5px;
     border-radius: 5px;
     position: sticky;
 }
 .thor>img{
    margin-left: 1490px;
 }
 .thorchild2{
    color: white;
    text-decoration: none;
    margin-left: 1450px;
    
 }
 #rock{
    margin-left: 1200px;
 }
 .thorchild2{
    margin-left: 1150px;
 }
  @media  screen and (min-width:769px) and (max-width:1025px) {
    .ironman{
        width:100%;
    } 


    #rock{
        margin-left: 800px;
    }

    .thorchild2{
        margin-left: 850px;
    }

} 
@media  screen and (min-width:426px) and (max-width:769px) {
    .ironman{
        width:100%;
    } 

    #rock{
        margin-left: 700px;
    }
    .thorchild2{
        margin-left: 650px;
    }

} 
 @media  screen and (max-width:426px) {
    .ironman{
        width:100%;
        font-size: 25px;
    } 

    #rock{
        margin-left: 480px;
    }
    .thorchild2{
      margin-left:420px ;
    }
    .ironman{
        width:550px
    }

 #spiderdisplaybreak{
    display: block;
  }
}

/* #year_css */
*{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    font-family: sans-serif;
  }
  .year_image{
      background-image: url('/assets/uploads/images/project_main_image.jpeg');
      background-size: cover;
      background-position: center;
      width:100%;
      height:30vh;
    }
    .style_g{
      color: orange;
      padding-left: 10px;
    }
    .image_main{
      background-color:#092759;
      height: 30vh;
      opacity: 0.9;
      color: white;
    }
    .year_underline{
      padding-left:100px;
      padding-top: 20px;
    }
    .under_line_first{
      display:flex;
      padding: 10px;
  
      }
    .year_head{
      color: white;
    }
    .year_space{
      margin:10px;
    }
    .year_para{
      color: white;
      padding-top:20px;
      padding-left: 10px;
    }
    .year_finance{
      color: #091c57;
      font-size:40px;
    }
    .crore_heading{
      text-align: end;
      font-size:20px;
      color: #091c57;
    }
    .heading{
      font-size:12px;
      background-color: #091c57;
      color: white;
      height:50px;
      width:74px;
      text-align:center;
      padding-top:15px;
      border-right: 1px solid white;
    }
    .heading_para{
      font-size:12px;
      background-color:#f5f4f2;
      color:black;
      height:30px;
      width:74px ;
      text-align: center;
      padding-top:3px;
      border-right: 1px solid #091c57;
    }
    .back_color{
      background-color: gray;
      height:30px;
      width:74px;
    }
    .years_card{
      color: white;
      height: 50px;
      text-decoration: none;
      border-width: 0px;
      padding-left: 23px;
      padding-top: 20px;
      font-size:15px;
    }
    .card a:hover{
      background-color: white;
      color:#091c57;
      text-decoration: none;
      border-radius: 8px;
      width: 100px;
    
    }
    .card{
      background-color: #091c57;
      padding:25px;
      height:150px;
      width:250px;
      margin: 10px;
      border-radius: 8px;
      cursor: pointer;
    }
    .list_card{
      background-color: #091c57;
      color: white;
      padding: 10px;
      font-size:14px;
      padding-left:20px;
      height:38px;
      width:150px;
      padding:5px;
      margin:1px;
    }
    .card>p>a{
      font-size:12px;
      height: 200px;
      width: 200px;
    }
    .list_card_a{
      color:white;
      text-decoration: none; 
      font-size: 10px;
      background-color: white;
      height: 100px;
      width: 100px;
    }
    .list_card:hover{
      background-color: white;
      color:#091c57;
      border-radius:7px;
      width:180px;
    }
    
    .year_white{
      padding-top:20px;
      text-align: center;
      color: white;
      font-size: 10px;
      background-color: #091c57;
      height: 50px;
      width:70px;
      margin:1px;
    }
    .year_white_para{
      padding-top:17px;
      text-align: center;
      color:black;
      font-size: 10px;
      background-color:gray;
      height:40px;
      width:70px;
      margin:1px;
    }
    .year_white_para_w{
      padding-top:17px;
      text-align: center;
      color:black;
      font-size: 10px;
      background-color:#f5f4f2;
      height:40px;
      width:70px;
      margin:1px;
    }
  
  
    /*#annualsec*/
  
  .annual_para{
    background-color:#f5f4f2;
    width:400px;
    height:30px;
    color: black;
    font-size: 13px;
    padding-top: 10px;
    text-decoration: none;
    margin: 5px;
    padding-left: 20px;
  }
  /* #quarterly */
  .drop-down-content{
    display:none;
    position: absolute;
    background-color: white;
    z-index: 1;
    padding-left:30px;
    width: 300px;
    border: 1px solid black;
  }
  .drop_down1{
    position:relative;
    display: inline-block;
  }
  .button1{
    background-color: #091c57;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border: none;
    height: 28px;
    width: 300px;
  }
  .drop-down-content a{
    color:black;
    text-decoration: none;
    font-size: 12px;
    width:300px;
  }
  .drop_down1:hover .drop-down-content{
    display: block;
  }
  
  /* #header */
  *{
      margin: 0;
      padding: 0px;
      box-sizing: border-box;
  }
  .drop_down{
    position: relative;
  }
  .dropdown-content_a{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:130px;
  }
  .drop_down_a:hover .dropdown-content_1{
    display: block;
  }
  .dropdown-content_1{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:130px;
  }
  .drop_down:hover .dropdown-content_a{
    display: block;
  }
  .drop_down:hover .dropdown-content_a{
    display: block;
  }
  
  
  
  /* header */
  .header1{
  display:flex;
  }
  .child1 img{
   height: 20px;
   width: 30px;
  }
  .child21{
      font-size: 15px;
  }
  .child2{
      width: 150px;
  }
  .header3{
      margin-left: 320px;
      display:flex;
      justify-content: space-evenly;
      gap: 25px;
      margin-top:5px;
      padding: 30px 30px 30px 30px;
      text-align: center;
  
  }
  .header3>p{
      border-right: 1px solid black;
      height: 30px;
      padding-right: 12px;
  }
  /* navbar */
  ul{
      list-style-type: style type none;
      /* background-color: rgb(82, 82, 170); */
      margin-left: 100px;
  
  }
  
  
  li ul li a:hover{
     color: white;
     border-radius: 5px;
  }
  .moin>ul{
      list-style-type: none;
      margin:0px;
      padding:0px;
      padding-left:140px;
      overflow: hidden;
      background-color:#0E1F4D;
    }
    
    
    
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
   
    .dropdown {
      float:left;
      overflow: hidden;
    }
    .dropdown .dropbtn {
      font-size: 16px;  
      border: none;
      outline: none;
      color: white;
      padding: 14px 16px;
      background-color: inherit;
      font-family: inherit;
      margin: 0;
    }
    .dropdown-content {
      display:none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
  
    .navbar a:hover, .dropdown:hover.dropbtn {
      background-color: #0E1F4D;
    }
    .dropdown-content a {
      float: none;
      color:rgb(42, 39, 39);
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
      /* background-color: blue; */
    }
    .dropdown:hover .dropdown-content {
      display: block;
    }
    .dropdown-content a:hover{
      background-color:#0E1F4D;
      color: white;
    }
  
    /* #Footer */
    
  .ironman{
    background-color: #092759;
    font-size: 15px;
    width: 100%;
  }
  .image_map3{
    height: 30px;
    width: 30px;
  }
  .map_anchor{
    text-decoration: none;
    color:#f5f4f2;
  }
  .spiderman{
    display: flex;
    justify-content: space-evenly;
  }
  .pantherchild1{
    height:20px;
    width: 20px;
  }
  .blackpanther1{ 
  padding:20px;
  color:white;
  width:350px;
  }
  .blackpanther2{ 
    padding:20px;
    color:white;
  }
    .gamora>li>a{
        text-decoration: none;
        color: white;
        margin-left: -100px;
    }
    .gamora>li{
        list-style-type: none;
    }
    .gamora li:hover{
        text-decoration: underline;
    }
    .blackpanther3>li>p>img{
        height: 20px;
        width: 20px;
        /* display: flex; */
    }
    
    .blackpanther3>li>p>a{
        margin-left: 40px;
        position:absolute;
        position:3px;
        color:white;
        list-style-type: none;
        text-decoration: none;
    }
    .pantherchild4{
        position: absolute;
        margin-top: 10px;
  
  
    }
    .blackpanther4{ 
            margin-top:0px;
            margin-left:30px;
            width: 250px;
            padding-left:20px;
            padding-top:20px;
  }
  .pantherchild1{
  border-radius: 50px;
  }
  h3{
    color:white;
  
  }
  
  .blackpanther3{
    padding: 20px 20px 20px 20px;
  }
    
  .thor{
    color:white;
  }
  .thor>img{
    height:30px;
    width: 30px;
    margin-left: 960px;
    margin-top: -270px;
  }
  .thor>p{
    margin-left: 10px;
  }
  .thor>li{
    text-decoration:aliceblue;
    margin-left: 950px;
    margin-top: -40px;
    padding: 30px 30px 30px 30px;
    list-style-type: none;
  }
  .thor>li>a:hover{
    text-decoration:underline;
  }
  .thorchild1:hover{
     background-color:rgb(40, 30, 107);
     box-shadow:5px;
     border-radius: 5px;
     position: sticky;
  }
  .thor>img{
    margin-left: 1490px;
  }
  .thorchild2{
    color: white;
    text-decoration: none;
    margin-left:5px;
    
  }
  #rock{
    margin-left: 1200px;
  }
  .thorchild2{
    margin-left:0px;
  }
  /* #Year_mediea quireies */
  /* #Laptop_View @header*/
  @media  screen and (min-width:769px) and (max-width:1025px){
  
  }
  @media  screen and (min-width:426px) and (max-width:769px) {
  .card{
    width:180px;
  }
  .list_card{
    font-size: 10px;
    width:50px;
  }
  .year_white{
    width:50px;
    font-size: 8px;
  }
  .year_white_para{
    font-size: 8px;
    width: 50px;
  }
  .year_white_para_w{
    font-size: 8px;
    width: 50px;
  }
  .moin{
    width:898px;
    font-size:17px;
    margin-left: -130px;
  }
  }
  @media  screen and (max-width:426px){
  .moin{
    width:425px;
    font-size: 10px;
  }
  .header_boxes{
  width:20px;
  font-size:5px;
  }
  .thorchild1{
    width: 50%;
    margin-left: -50px;
  }
  .ch123{
    margin-left: -20px;
    margin: 0px;
    width: 10px;
  }
  #bh1{
    margin-left: -20px;
    margin-top: 50px;
  }
  #ch143{
    margin-left: -10px;
  }
  .child2{
    margin-left: -40px;
  }
  .child3{
    margin-left: -10;
  }
  .child4{
    margin-left:-10px;
  }
  }
  /* #footer_media quireies */
  
  @media  screen and (min-width:769px) and (max-width:1025px) {
    .ironman{
        width:100%;
    } 
  
  
    #rock{
        margin-left: 800px;
    }
  
    .thorchild2{
        margin-left: 850px;
    }
  
  } 
  
  @media  screen and (min-width:769px) and (max-width:1025px) {
    .moin>ul{
      width: 100%;
    }
    .header3{
      margin-left: 200px;
    }
  
    
  }
   @media screen  and (min-width:426px) and (max-width:769px) {
    .header3{
      margin-left: 30px;
    }
    .moin>ul{
      width: 100%;
    }  
    .dropdown .dropbtn {
      font-size: 13px;  
      border: none;
      outline: none;
      color: white;
      padding: 10px 10px;
      background-color: inherit;
      font-family: inherit;
      margin: 0px;
    }
    .header1{
      height: 100px;
    } 
    .blackpanther4{
      display: flex;
    }
    #rock{
      margin-left:700px;
    }
  }
  @media  screen and (max-width:426px) {
    .moin>ul{
      
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color:#0E1F4D;
    }
    .blackpanther1{
      font-size:17px;
    }
  
    .gamora{
      font-size:17px;
      margin-bottom: -20px;
    }
    .ironman{
      width: 100%;
      font-size:17px;
    }
    #rock{
      margin-left: 350px;
    }
    #fo1{
      font-size: 10px;
      margin-left:0px;
    }
    #fo2{
      width:50%;
    }
    .thorchild2{
      margin-left:45px;
      font-size:17px;
    }
    .thorchild1{
      width: 50%;
      margin-left: -50px;
    }
    #spiderdisplaybreak{
      display: block;
    }
    .header3{
      margin-left: 80px;
      margin-top: 30px;
      
      width: 10%;
      display: block;
    }
    .child2{
      margin-top: 10px;
    
  
    }
    .child21{
      margin-top: 10px;
  
  
    }
    .child3{
      margin-top: 10px;
  
    }
    
    .child4{
      margin-top: 10px;
    }
    .year_white{
      width:27px;
      font-size:8px;
    }
    .year_white_para{
      font-size:8px;
      width:27px;
    }
    .year_white_para_w{
      font-size: 8px;
      width: 27px;
    }
       
      
  } 
  /* #Annual_media_Quiries */
  @media screen and (min-width:426px) and (max-width:769px){
    .card{
      width:px;
    }
    .list_card{
      margin-top:px;
      font-size:px;
      width:px;
      height:px;
    }
  }
  @media screen and (max-width:426px){
    .card{
      width:140px;
      margin-top: 10px;
    }
    .list_card{
      font-size:9px;
      width:120px;
      height:20px;
    }
    .year_finance{
      font-size:25px;
    }
    .annual_sec{
      font-size:14px;
    }
    .annual_para{
      font-size: 10px;
      width:200px;
    }
  }
  /* #Quarterly_media_Quiries */
  @media screen and (min-width:769px) and (max-width:1024px){
    #rock{
      margin-left:900px;
    }
    .moin{
      width:1150px;
      font-size:17px;
      margin-left: -130px;
    }
  }
  /* *#Tab View */
  @media screen and (min-width:426px) and (max-width:769px){
     .card{
      margin-top: 25px;
     }
  }
  @media screen and (max-width:426px){
    .card{
      width:115px;
      margin-top:20px;
    }
    .list_card{
      width:95px;
      font-size: 10px;
    }
    .year_finance{
      font-size:25px;
    }
  }
  
  
  /* #Laptop View */
  @media screen and (min-width:769px) and (max-width:1024px){
   
    /* #b1{
      width:80px;
      height:400px;
      margin-left: 1px;
      font-size:5px;
    } */
    .list_card{
      font-size: 10px;
      width: 150px;
      height:30px;
    }
    .b2{
      margin-left:20px;
    } 
    .crore_heading{
      text-align:end;
      margin-right:30px;
    }
    .heading{
      width:50px;
      height:60px;
    }
    .heading_para{
      width:50px;
      height:50px;
    }
   }
  /* #Tab View */
  @media screen and (min-width:426px) and (max-width:769px){
    .list_card{
      font-size: 10px;
      width:140px;
      height:20px;
    }
    .crore_heading{
      text-align:end;
      margin-right:15px;
    }
    .heading{
      font-size:10px;
      width:40px;
      height:50px;
    }
    .heading_para{
      font-size: 10px;
      width:40px;
      height:30px;
    }
    .year_finance{
      font-size: 20px;
      margin-top: 10px;
    }
  }
  /* #mobile View */
  @media screen and (max-width:426px){
    .card{
      width:80px;
      margin-top:10px;
    }
    .list_card{
      font-size:7px;
      width:40px;
  }
  .heading{
    width:25px;
    height: 40;
    font-size:7px;
  }
  .heading_para{
    font-size:7px;
    width:25px;
    height:20px;
  }
  .mainview{
    margin-left:px;
  }
  .year_finance{
    font-size: 15px;
    margin-top: 5px;
  }
  .crore_heading{
    margin-right: 13px;
  }
  }