.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 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;
}

.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.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;
    }

}
/* @media only screen and (max-width:425px) {
    .bod_img, .bod_img_inner {
            height: 465px;
    }
}
@media only screen and (max-width:360px) {
    .bod_img, .bod_img_inner {
            height: 350px;
    }
} */