
.Dividend_Content{
    display: flex;
}

.Dividend_Content_img{
    max-width: 100%;
}

.sharebar {
    text-align: center;
    display: block;
}
.sharebar a{
    padding: 8px;
    width: 80px;
    display: inline-block;
}
.sharebar a img{
    width: 80px;
    height: 80px;
}

.foot-note-txt{
    font-size: 13px !important;
}

.con_title img{
    width: auto;
    max-width: 100%;
}
.content{
    max-width: 1000px;
}

.text{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    padding:1.5em 3em ;
    /* background-color: #03367c; */
    color: white;
    max-width: 1300px;
    width: 80%;
}


.text .title{
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.text .info-txt{
    display: block;
    color: #222;
    /* font-weight: bold; */
    width: 100%;    
}
.text .note-txt span{
    /* display: inline-block; */
}
.text .btn-list{
    padding-top: 30px;
    padding-bottom: 15px;
  display: block;
  text-align: center;
}
.text .btn-list a{
    display: inline-block;
    max-width: 240px;
    margin: auto;
    
}
.note-txt{
    display: block;
    padding-top: 1rem;
    color: #222;
    font-size: 15px;
}

.comapny_inform_social_gp1 p{
    font-size: 13px !important;
}

.footer_bottom_color{
    height: auto;
    background-color: #04327a;
}

.footer_bottom_color .wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;    
    text-align: center;    
}
.footer_bottom_color .wrapper p{
    font-size: 15px !important;
}

.maincolor_block_dividend{
        height: 1200px;
}

@media only screen and (max-width : 1024px){
    .footer_bottom_color .wrapper{
        padding-bottom: 7rem;  
    }
}

@media only screen and (max-width : 980px){
    .maincolor_block_dividend{
        height: 900px;
    }
    .footer_bottom_color .wrapper{
        padding-bottom: 6rem;  
    }
}

@media only screen and (max-width : 720px){
    .text {
        padding:1.5em 1.5em ;
        width: 90%;
    }
    .maincolor_block_dividend{
        height: 880px;
    }
    .text .btn-list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);  
        grid-gap: 1rem;
      
      }
      .footer_bottom_color .wrapper{
        padding-bottom: 6rem;  
    }
}

@media only screen and (max-width : 550px){
    .content{
        max-width: 90vw;
    }
    .text{
        padding:0em 0em ;
    }
    .text li{
        font-size: 1rem;        
    }
    .text .title{
        width: 70%;
        margin-left: 15%;
        padding-bottom: 10px;
    }
    .maincolor_block_dividend{
        height: 1050px;
    }
    .footer_bottom_color .wrapper{
        padding-bottom: 5rem;  
    }
    .con_title{
        
        width: 60%;
        padding-bottom: 15px;
    }
    .con_title img{
        max-width: 100%;
    }
    .con_text{
        padding: 10px;
        width: 100%;
        overflow: scroll;
    }
    .con_text img{
        width: 200%;
        max-width: 200%;
    }
    .note-txt{        
        padding-top: 0rem;        
        font-size: 13px;
    }
    
    
}
@media only screen and (max-width : 360px){
    .text{
        padding:0em 0em ;
    }
    .maincolor_block_dividend{
        height: 1100px;
    }

}


