* {
    margin:0;
    padding: 0;
    box-sizing: border-box; 
}
ul li {
    list-style: none;
}

#pages > div ,
#sample-images > div {
    display: none;
}
.banner.banner-premium[role="obv"] img {
    display: inline-block;
}
.banner-premium[role="obv"] .action {
    margin-top: 50px;
}

.banner[role="obv"] {
    position: absolute;
    z-index: -1;
}
.banner[role="obv"] figure {
    height: 560px;
}
.banner[role="obv"] figure.vehicle {
    background: url(https://cdn1.orangebookvalue.com/photos/images/main-banners.jpg) center top no-repeat;
}
.banner[role="obv"] figure.mobile {
    background: url(https://cdn1.orangebookvalue.com/photos/banner-mobile.jpg) center top no-repeat;
}
.banner.banner-premium[role="obv"] {
    position: static;
    height: 160px;
    background: url(https://cdn2.droom.in/photos/images/web/beta/images/banner/pages/obv.jpg) center top no-repeat;
}
.banner.banner-premium[role="obv"] figure{
    height: auto;
}
.banner-premium[role="obv"] .title {
    margin-top: 60px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 700;
}
.obv-premium .header {
    margin-bottom: 20px;
    padding: 0;    
}
.obv-premium .header .heading {
    font-size: 18px;
    font-weight: 700;
}
.form[role="obv"] {
    padding: 20px;
    border-radius: 8px;    
    box-shadow: 0 0 3.6px 0.4px rgba(203, 203, 203, 0.6);
    border: solid 1px #435c7f;
    background-color: #ffffff;
}
.form[role="obv"] .title {
    margin: 0 0 30px 0;
    padding: 0;
    color: #3d3d3d;
    font-size: 20.3px;
    font-weight: bold;
}
.form[role="obv"] .form-control {
    height: 46px;
}
.form[role="obv"] .btn-warning {
    height: 50px;
    background-color: #fc712c;
}
.tab[role="tag"] {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.tab[role="tag"] .nav {
    display: table-row;
    width: 100%;
}
.tab[role="tag"] .nav li {
    float: none;
    display: table-cell;
}
.tab[role="tag"] .nav li a {
    position: relative;
    padding: 15px;    
    color: #909090;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.tab[role="tag"] .nav li a:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";    
    display: none;
    width: 10px;
    height: 10px;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #435c7f;
}
.tab[role="tag"] .nav li.active a {
    padding: 15px;
    background-color: #435c7f;
    color: #fff;
}
.tab[role="tag"] .nav li.active a:after {
    display: block;
}

.plan[role="obv"] li {
    min-height: 42px;
    padding: 10px 0;
    color: #5b5b5b;
}
.plan[role="obv"] li{
        font-size: 14px; 
}
.plan[role="obv"] li.heading {
    min-height: 70px;
    color: #30343e;
    font-size: 18px;
    font-weight: 700;
}
.plan[role="obv"] li.heading.blue {
    color: rgba(0, 158, 227, 0.94);
}
.plan[role="obv"] li.heading.orange {
    color: rgba(236, 102, 2, 0.94);
}
.plan[role="obv"] li .fa-right {
    color: #4da424;
}
.plan[role="obv"] li .fa-times {
    color: red;
}

/*Strip*/
.plan[role="obv"].strip {
    -webkit-box-shadow: 2px 0px 3px 0px #eee;
     -moz-box-shadow: 2px 0px 3px 0px #eee;
      -ms-box-shadow: 2px 0px 3px 0px #eee;
       -o-box-shadow: 2px 0px 3px 0px #eee;
        box-shadow: 2px 0px 3px 0px #eee;
}
.plan[role="obv"].strip li:nth-child(2n+2) {
    background-color: #f5f5f5;
}
.shadow {    
    border-radius: 5px;
    box-shadow: 1px 1.7px 6.4px 0.6px rgba(180, 180, 180, 0.38);
}
.shadow > div {
    padding: 0;
}
.img-assist2{
    margin-left: 0px;
    width: 100%;
    border: 4px solid;
}
.report_head[role="Report Heading"] {
    margin-top:40px;
    margin-bottom: 10px;
}
.report_head[role="Report Heading"] .header {
    margin: 0;
}
.report_head[role="Report Heading"] h2.heading {
    margin: 10px 0 20px 0;
}

@media(max-width:990px){
    .form[role="obv"] .title{
        font-size: 18px;
    }
    .form[role="obv"] .radio label{
        font-size: 13px;
    }
}

@media(max-width: 834px){
    .form[role="obv"] {
        margin-bottom: 30px;
    }
}