.jumbotron{
      width:100%;
      box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
      border-radius:2px;
      background-color: #fff;
      margin-top:20px;
    }
    .footer-text{
      color:#327eb2;
      margin-top:25px;
    }
    .discription{
      color:#327eb2;  
      font-size:14px;
    }
    hr{
      margin-top:1px;
    }
    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: left;
    }
    .margin-bottom{
      margin-bottom:10px;
    }
/*    body {
    background-repeat: repeat;
    background-size: 200px 250px;
  margin-right:8px !important;
}*/
/*.container {
    width:90% !important;
}*/
#maindiv_animation_link {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    background-attachment: fixed;
    opacity: 1.8;
    filter: alpha(opacity = 80);
    z-index: -1;
}
#loopvideo123{
  width: 100%; 
}
.margin-top{
  margin-top:35px;
}
.card {
  	/* margin-bottom: 1.5rem; */
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 3px solid #1997c6;/*#6b15a1;*/
    border-radius: 10px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 2px 5px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}
.card-related {
  border-radius: 10px 10px 0 0;
  margin-bottom: 1.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 2px 5px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}
.card-header {
  border-radius: 10px 10px 0 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #d1d4d7;
    margin-bottom: 0;
    padding: 15px;
}
.card-header > i {
    margin-right: 0.5rem;
}
.mr-1 {
    margin-right: 1rem !important;
}
.card-block {
    flex: 1 1 auto;
    margin-bottom: -5px;
}
.card-block-related {
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #f8f9fa;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 660px;
}
.card-footer {
  border-radius: 0 0 10px 10px;
    background-color: #f8f9fa;
    border-top: 1px solid #d1d4d7;
    padding: 10px 20px;
}
.card-footer ul {
    display: table;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
.card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center;
}
.text-muted {
    color: #d1d4d7 !important;
}
.custom-text-muted{
  color: #666 !important;
}
.mt-h {
    margin-top: 0.5rem !important;
}
.progress-xs {
    height: 4px;
}
.progress {
    background-color: #f5f6f8;
    display: flex;
    font-size: 0.75rem;
    line-height: 1rem;
    overflow: hidden;
    text-align: center;
}
.bg-success {
    background-color: #4dbd74 !important;
    color: #fff !important;
}
.bg-info {
    background-color: #63c2de !important;
    color: #fff !important;
}
.bg-danger {
    background-color: #f86c6b !important;
    color: #fff !important;
}

.card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center;
}
.cravler-img{
  display: none;
}
#soundmsg{
  color: #59595b; 
  position: absolute; 
  font-size: 14px; 
  padding: 7px 10px; 
  opacity: 0.7;
  margin-left:5px;
  margin-top:5px;
  background:rgba(255,255,255,0.8);
  border:1px solid #ddd;
  border-radius: 3px;
  z-index:10;
}
h3{
  margin-top: 5px;
}
/* h4{
  font-size: 22px;
} */
.card-footer h5{
    line-height: 0.50rem;
}
.related-list{
  padding:5px 10px;
  background:#fff;
  border-radius:4px;
  margin:2px 0;
  box-shadow: 0 0 4px #ddd;
}
.related-list-text{
  text-decoration: none;
}
.copytight{
        font-size: 11px;
    }
@media screen and (max-width: 767px) {
  .container {
    width:100% !important;
  }
  .related-list-text{
    font-size: 12px;
  }
  .card-header h4{
    /* font-size: 15px; */
  }
  .card-block-related {
      overflow-y: scroll;
      overflow-x: hidden;
      max-height: 400px
  }
    #soundmsg{
        font-size: 10px; 
    }
    .card-footer h3{
        font-size: 16px;
    }
    .card-footer h5{
        font-size: 11px;
        line-height: 0.30rem;
    }
    .copytight{
        font-size: 10px;
    }
}

.alert{
  margin:5px;
  margin-bottom:10px;
}

#valid-url, #invalid-url{
  display: none;
}

#invalid-url{
  text-align: center;
}

.iframe-video-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  z-index: 9999;
}
.iframe-video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.animation-link-top-space{
  margin-top: 20px;
}


/* Smartphones */
/* portrait */
/* @media only screen and (max-width: 575px) and (orientation: portrait){
  #player{
    height: 185px;
  }
  .animation-link-top-space{
    margin-top: 15px;
  }
} */

/* landscape */
/*@media only screen and (max-width: 575px) and (orientation: landscape){
  #player{
    height: 165px;
  }
  .animation-link-top-space{
    margin-top: 15px;
  }
  .card-header{
    padding: 2px;
  }
}
*/
/* Small devices (landscape phones, 576px and up) */
/*@media only screen and (min-width: 576px) and (orientation: landscape){
  #player{
    height: 200px;
  }
  .animation-link-top-space{
    margin-top: 15px;
  }
  .card-header{
    padding: 2px;
  }
}
*/
/* Medium devices (tablets, 768px and up) */
/* portrait */
/*@media only screen and (min-width: 768px) and (orientation: portrait){ 
  #player{
    height: 264px;
  }
  .animation-link-top-space{
    margin-top: 65px;
  }
  .card-header{
    padding: 2opx;
  }
}
*/

/* landscape */
/*@media only screen and (min-width: 768px) and (orientation: landscape){ 
  #player{
    height: 210px;
  }
  .animation-link-top-space{
    margin-top: 15px;
  }
  .card-header{
    padding: 2px;
  }
}
*/

/* Large devices (desktops, 992px and up) */
/* portrait */
/*@media only screen and (min-width: 992px) and (orientation: portrait) {
  #player{
    height: 346px;
  }
  .animation-link-top-space{
    margin-top: 65px;
  }
  .card-header{
    padding: 20px;
  }
}
*/

/* landscape */
/*@media only screen and (min-width: 992px) and (orientation: landscape) { 
  #player{
    height: 346px;
  }
  .animation-link-top-space{
    margin-top: 65px;
  }
  .card-header{
     padding: 20px; 
  }
}
*/

/* Extra large devices (large desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) { 
  #player{
    height: 421px;
  }
  .animation-link-top-space{
    margin-top: 30px;
  }
  .card-header{
     padding: 20px; 
  }
}
*/