.text-black-80{color: rgb(0 0 0 / 80%);}
.awards .w-33 {
    width: 33%;
    transition: 0.2s ease-in all;
    border-radius: 10px;
}
.awards .w-33:hover {
    box-shadow: 0 0 12px 5px #ddd;
}
.awards .w-33 {
    width: 28%;
    transition: 0.2s ease-in all;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 5px;
    padding: 10px 0 !important;
}
.awards-img img{transition: 0.5s ease-in all; border-radius:10px;}
.awards-img img:hover{transform:scale(.95);}
#bod-list tr td , .Board-comm-table tr td{
    border: 1px solid #000;
    height: 60px;
    width: 50%;
    text-align: center;
}
.dividend-rate tr td{
    border: 1px solid #000;
    height: 60px;
	width:33%;
    text-align: center;
}
#bod-list tr:nth-child(odd) , .Board-comm-table tr:nth-child(odd) , .dividend-rate tr:nth-child(odd){
    background: #cdcdcd;
    color: #000;
}
.Board-outer{overflow-x:auto;}
.policies li a {
    display: flex;
}
.policies li {
    transition: 0.5s ease-in all;
}
.policies li:hover {
    background: #000;
}

.policies li:hover a {color: #fff !important;}
#quarter-form select {
    height: 36px !important;
    width: 140px!important;
}
.map-icon i {
    font-size: 25px;
}
.pdf-box img {
    max-width: 100px;
}
.agm-info .w-20 {
    width: 28%;
    transition: 0.5s ease-in all;
}
.agm-info .w-20:hover{box-shadow: 0 0 12px 5px #ddd;}
.text-red{color: #ff0000;}
.enquire-form-inner label span {
    color: #ff0000;
}
.enquire-form-inner .terms input {
    height: 17px;
}
.policies1 li::marker {
    color: transparent;
}
.policies1 {
    text-align: left;
}
.policies1 ul.numeric {
    padding: 15px 0;
    margin-bottom: 0;
}
#importance-table tr:nth-child(odd) {
    background: #efefef;
    color: #000;
}
#importance-table tr {
    height: 45px;
    text-align: left;
    border: 1px solid #ddd;
}
#importance-table{width:100%;}
#importance-table tr td {
    padding: 0 20px;
}
.policies1 ul.numeric li {
    padding: 3px 0;
}
ul.roman li {
    margin-bottom: 10px;
}
.policies1 li a {
    color: #000;
}
.policies1 ul {
    margin: 0;
    padding: 0;
}
.policies1 table td {
    height: auto;
    padding: 10px 0;
}
.pdf-box .btn-primary {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    bottom: 20px;
}
.pdf-box {
    position: relative;
    padding-bottom: 60px !important;
}
.mis-image img {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s ease-in all;
    height: 200px;
    justify-content: center;
    width: auto;
    margin: auto;
}
.mis-image img:hover {
    box-shadow: 0 0 10px 0 #dddddd96;
}
.mis-pdfbox {padding-bottom: 70px !important;}

p.btn-primary.d-inline-block.bg-red.text-white.py-2.px-3.mb-0.miscss {
    border: none;
}
.investor-contact .address {
    width: 48%;
}





/****Media-starts*****/

@media(max-width:1400px){
    .awards .w-33 {
        padding: 15px !important;
    }
.pdf-box p {
    font-size: 14px;
}	
}

@media (max-width: 1200px){
    .awards .w-33 {
        padding: 8px !important;
    }
	.pdf-box p {
    font-size: 12px;
}
}

@media (max-width: 992px){
    .awards .w-33 {
        width: 44%;
    }
    .awards-certificate h2 {
        margin-bottom: 15px !important;
    }
    .awards {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px){
    .contact-us {
        padding: 15px !important;
    }
    .agm-info .w-20 {
        width: 47%;
    }
    .enquire-form-inner .terms input {
        height: 16px;margin-right:5px ;
        width: 26px;
    }
    .enquire-form-inner .terms {
        flex-wrap: nowrap !important;
        display: flex;
        padding: 0 !important;
    }

}

@media (max-width: 576px){
    .agm-info .w-20 {
        width: 100%;
    }
    .year-month .session {
        margin: 0 0 10px 0 !important;
    }
    .year-month {
        flex-wrap: wrap;
        flex-direction: column;
    }
		.investor-contact .address {
    width: 100%;
}
 }
 @media only screen and (min-width: 768px) and (max-width: 990px) {
    .agm-info .w-20 {
        width: 80%;
    }
}