a:hover {
    text-decoration: none;
  }
  
  

 
  
  .mainheadlinewrapperpage {
 
    float: left;
    width: 100%;
    padding: 14px 0;
    background: #1c2747;
     margin-top:0px;
  }
  
  .mainheadlinepage h1 {
    margin: 0;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    color: #fde07e;
  }
  
  ol.breadcrumb {
    padding-left: 4px;
    background: transparent;
  }
  ol.breadcrumb li {
    margin-bottom: 0px;
  }
  .breadcrumb  a {
    color: #fff !important;
    
  }

  .breadcrumb li {
      font-size: 14px;
  }
  
  h4 {
    font-size: 27px;
  }

  #playlist_input{
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    box-shadow: rgb(28 39 71) 4px 4px 6px;
    height: 35px;
    width: 300px;
    background-image: url(.././images/search2.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .search_div{
      padding: 40px;
      float: right;
  }

  .btn.btn-clearall{
    background: #394669;
    color: #fff;
    vertical-align: middle;
    padding: 4px;
    margin: 0px 0 0;
    border-radius: 0px 0px 0px 0px;
  }

  .homeblogmeta {
    padding: 12px 0;
    text-align: center;
    width: 100%;
    float: left;
  }

  .homeblogmeta p.no-border{
    border-right: none;
  }


  .homeblogmeta p {
    display: inline-block;
    width: 49%;
    float: left;
    margin: 0;
    border-right: 1px solid #1c2747;

}


.blog_divs .col-sm-4 .col-xs-12{
    padding-left: 15px !important;
    padding-right: 15px !important;

}

.blog_divs a{
    color: #1c2747;;
}

/* 
a:link, a:visited {
    outline: none;
    text-decoration: none;
    color: grey;
    transition: all .5s ease;
} */

breadcrumb-item a{
    color: white !important;
}


.btn-2{
    height: 45px;
    line-height: 1;
    background: #1c2747;
}


.blogdescmain{
    height: 80px;
    overflow: hidden;
    width: 100% !important;
    border-right: none !important;
}

.btn-2 {
    height:45px;
    line-height:1;
    background:#1c2747; 
  }
  a.btn.btn-2:link, 
  a.btn.btn-2:visited {
    color:#fff; 
  }
  .btn-2b:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;  
  }
  .btn-2b:hover,
  .btn-2b:active {
    background: #394669;
  }
  .btn-2b:hover:after,
  .btn-2b:active:after {
    height: 100%;
  }

.showmoreblogbtn{
    padding: 12px;
    border-radius: 0px;
}
  

p, p.paragraphbig{
    margin: 0 0 22px;
    color: #1c2747;
    font-family: Open Sans,arial,san-serif;
    font-weight: 400;
    line-height: 1.6;
}

.img-thumbnail{
    border-radius: 0px;
    border: 1px solid white;
}


.btn{
    border-radius: 0px;
}

.btn-5 {
  background: #fde07e;
  height: 44px;
  min-width: 10px;
  line-height: 1;
  font-size: 14px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
        backface-visibility: hidden;
}
.btn-5:hover {
  /*background: #1c2747;*/
  background: #fde07e;
  color: #fff !important;
  transition: none;
}

  @media only screen and (max-width: 420px) {
  
    #playlist_input{
      border-radius: 5px;
      padding: 5px;
      margin: 20px 0px 25px -5px;
      box-shadow: rgb(28 39 71) 4px 4px 6px;
      height: 35px;
      width: 250px;
      background-image: url(.././images/search2.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .search_div{
      padding: 40px;
      float: none !important;
  }


  .col-sm-12{
    text-align: center !important;
  }
  
  .blog_divs{
          display: flex !important
  }
  
  .row{
      margin-right:0px !important;
  }
  }
  
      @media only screen and (min-width: 320px) and (max-width: 419px) {
        .mainheadlinewrapperpage {
   
      margin-top:0px !important;
      }
      #playlist_input{
        width: 190px;
      }
  }
  
  @media only screen and (min-width: 420px) and (max-width: 461px) {
    #playlist_input{
      width: 250px;
    }
  }
  @media only screen and (min-width: 420px) and (max-width: 768px) {
        .mainheadlinewrapperpage {
   
      margin-top:0px !important;
      }
  }
  
  
    @media(max-width:991px){
       .mainheadlinewrapperpage {
   
     margin-top:0px;
  }
  }