.bod_card{
    margin-bottom: 40px;
} 
.bod_img{
    height: auto;
    overflow: hidden;
}

.bod_img img{
    width: 100%;
}

.bod_card h5{
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}
.bod_card>.bod-text{ 
    position: absolute;
    width: 75%;
    text-align: center;  
    /* transform: translateX(10%); */
    background: white;
    border-radius: 25px;
    transform: translate(10%,-25%);
    padding: 10px 10px;

}

.bod-text a::after{
    content: '';
    background: url('/css/images/arrow-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 12px;
    right: 40px;
    width: 18px;
    height: 18px;
}

.pb-15{
padding-bottom: 15%;
}
.pb-10{
    padding-bottom: 10%;
    }

.bod_card p{
    font-size: 13px;
    line-height: 20px;
    margin: 6px 0;
}

.bod_card a{
    color: #283680;
    font-weight: 500;
}

.bod_img_inner{
    height: 360px;
    overflow: hidden;
}

.mb-140{
	margin-bottom:140px
}

.list{
    margin-bottom: 30px;
}

.list ul li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.list ul li::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #283680;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

.list ul li.font-weight-bold a{
    color: #283680;
}
.list ol{
    padding-left: 20px;
}

.list ol li, .ul.list li ol li:before{
    list-style: lower-alpha;
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
}
.list ol li:before,  ul.list li ol li:before{
    content: none;
}


.list ol li.font-weight-bold a{
    color: #283680;
}


.list{
    margin-bottom: 30px;
}

ul.list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

ul.list li::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #283680;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

ul.list li.font-weight-bold a, p a{
    color: #283680;
    text-decoration: underline;
}
ol.list{
    padding-left: 20px;
}

ol.list li{
    list-style: lower-alpha;
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
}
ol.list li:before{
    content: none;
}


ol.list li.font-weight-bold a{
    color: #283680;
}


.ipo_upi_tabs{
    margin-bottom: 20px;
}

.ipo_upi_tabs ul li{
    margin-right: 20px;
}
.ipo_upi_tabs ul li:last-child{
    margin-right: 0;
}
.ipo_upi_tabs.bbp_tabs ul li{
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ipo_upi_tabs ul li > a{
    background-color: #dddddd;
}

.ipo_upi_tabs ul li > a.active{
    color: #ffffff;
    background: #283680;
}

.ipo_upi a.know_ipo{
    color: #ffffff;
    background: #283680;
    padding: 10px 20px;
    border-radius: 4px;
}

.input_container small{
    font-size: 12px;
}

/************/

.nine_nine_slider.owl-carousel .owl-nav button{
    font-size: 0;
}

.nine_nine_slider.owl-carousel .owl-nav button.owl-next,
.nine_nine_slider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: #e2e2e2;
    position: relative;
    margin-right: 20px;
    opacity: 0.8;
}

.nine_nine_slider.owl-carousel .owl-nav button.owl-next::before,
.nine_nine_slider.owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.nine_nine_slider.owl-carousel .owl-nav button.owl-next::before {
    transform: rotate(135deg);
    left: 13px;
}

.nine_nine_slider.owl-carousel .owl-nav button.owl-prev::before {
    transform: rotate(-45deg);
    right: 13px;
}

/************/

@media only screen and (max-width:991px) {
    
    .bod_img {
        height: 400px;
    }

    .bod_img_inner {
        height: 300px;
    }

}

@media only screen and (max-width:767px) {

    .onRight {
        order: inherit;
    }
    
    .bod_img,
    .bod_img_inner {
        height: auto;
    }

    .bod_img_inner{
        margin-bottom: 30px;
    }
	.mb-140{
		margin-bottom:0;
	}

}
@media only screen and (max-width:991px) {
    
    .bod_img {
        height: 400px;
    }

    .bod_img_inner {
        height: 300px;
    }
    .mb-140{
        margin-bottom: 0;
    }
}

@media only screen and (max-width:767px) {
    .mb-140{
        margin-bottom: 0px;
    }
    .onRight {
        order: inherit;
    }
    
    .bod_img,
    .bod_img_inner {
        height: auto;
    }

    .bod_img_inner{
        margin-bottom: 30px;
    }
    .bod_card{
        margin-bottom: 126px;
        padding: 20px;
    } 
   
}
 @media only screen and (max-width:495px) {
    .bod_card>.bod-text{
        transform: translate(7%,-25%);
    }
}  
/* @media only screen and (max-width:360px) {
    .bod_img, .bod_img_inner {
            height: 350px;
    }
} */  