.mobile-6reason .boxex-con {
    min-height: 230px;
    padding: 20px 10px 10px;
}


/* progaram tabs start */

.journey-tabs{
    width: 100%;
    margin-top: 30px;
}

.journey-tabs iframe{
 width: 100%;
min-height: 600px;
}

.journey-tabs .nav-tabs{
  border-bottom: none;
}

.journey-tabs .nav-tabs li{
margin-bottom: 0;
text-align: center;
float: inherit;
display: inline-block;
}

.journey-tabs .nav-tabs li a{
  margin-right: 2px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0px 0px 0 0;
    background: #f9f9f9;
    color: #222;
    padding: 8px 25px;
    font-weight: 600;
}

.journey-tabs .nav-tabs li.active > a,
.journey-tabs .nav-tabs li > a:hover{
  color: #9d254d;
    cursor: pointer;
    background-color: #eaebf5;
    border: none;
    border-bottom-color: transparent;
}

.journey-tabs .responsivetabs-more .dropdown-menu{
padding: 0;
height:160px;
overflow-y: scroll;
z-index: 9;
}

.journey-tabs .responsivetabs-more .dropdown-menu li{
    margin-bottom: 1px;
}


.fade.show {
    opacity: 1;
}

.modal-content,
.modal-body{
  float: left;
  width: 100%;
}

.tab-content {
background-color: #fff;
margin-bottom: 20px;
float: left;
width: 100%;

}

.tab-content .tab-pane{
  float: left;
  width: 100%;
  background-color: #eaebf5;
}

.tabinner{
  text-align: center;
background-color: #ffffff;
padding: 10px;
border: 1px #e8e5e5 solid;
float: left;
width: 100%;
margin-bottom: 30px;
-moz-box-shadow: 2px 2px 8px -1px rgb(227, 225, 227);
-webkit-box-shadow: 2px 2px 8px -1px rgb(227, 225, 227);
box-shadow: 2px 2px 8px -1px rgb(227, 225, 227);
}

div#January {
    padding: 0;
}

.journey-tabs.child{
margin-top: 0;
}

.child .nav-tabs {
    padding: 10px 0;
}

.child .nav-tabs>li>a {
    font-weight: 400;
    padding: 5px 12px;
    font-size: 13px;
}

.child .tab-content {
    background: inherit;
    border: inherit;
    max-width: 100%;
    padding: 0 20px;
}

.child .nav-tabs>li.active>a,
.child .nav-tabs>li.active>a:focus {
    color: #9d254d;
    cursor: default;
    background-color: #ffffff;
    border: none;
    border: 1px solid #9d254d;
}
.child .nav-tabs>li>a:hover{
  background-color: #eee;
  color: #222;
}


@media only screen and (max-width: 767px) {
    .nav-tabs>li>a {
        margin-right: 0px !important;
        padding: 5px 5px !important;
        font-size: 11px;
    }
    .child .nav-tabs>li>a {
        font-weight: 400;
        padding: 1px 5px !important;
        font-size: 9px !important;
    }
    .journey-tabs iframe {
        min-height: 400px !important;
    }
    
}
