#exTab1 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
  }

.tab-pane {
    display: flex;
    background: #ffffff5c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
  .tab-pane img{
    width: 400px;
    height: 100%;
  }
  .tab-content>.active {
    display: flex !important;
}
.nav-pills{
    align-items: center;
    margin: auto;
    width: 100%;
    justify-content: center;
}
.pagetitle{
    margin: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;

}
.nav-link{

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: linear-gradient(90deg, rgba(37,118,231,1) 28%, rgba(0,57,136,1) 100%);


}
@media only screen and (max-width: 700px) {
  .tab-pane{
    flex-direction: column;
    margin-top: 25px;
  }
  .tab-pane img{
    width: 100%;
    margin-bottom: 25px;
  }
}