
/* New Design Blog Listing  */

section.blog-baner-main {
  background: #FAFAFA;
  background-image: url(../img/bkot_banner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 450px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-bg h2 {
  max-width: 900px;
  margin: 0 auto;
}

.resorceCont a {
  background: url(../img/play_bkot.svg) 0 0 no-repeat;
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}

.resorceCont a:hover {
  transform: rotate(0deg);
  background: url(../img/play_bkot_hover.png) 0 0 no-repeat;
  opacity: 1;
  background-color: #f60;
}

.Featured_Blog_Img a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.Featured_Blog_Img span {
  background: #FF0000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.Featured_Blog_Can {
  padding: 30px 30px 30px 0;
  position: relative;
  height: 100%;
}

.Featured_Blog_Can .resorceCont {
  margin-top: 0px;
  padding: 0;
  position: absolute;
  bottom: 30px;
  top: auto;
}



.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tabs {
  display: flex;
  justify-content: center; /* Center the tabs horizontally */
  margin-bottom: 20px;
  margin-top: 60px;
}
.tab-button {
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  margin-right: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.tab-button.active {
  background-color: #ccc;
  font-weight: bold;
}
.container {
  /* max-width: 1200px;
  margin: auto;
  padding: 20px; */
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.col-md-6, .col-xl-4 {
  padding: 10px;
  box-sizing: border-box;
}
.Featured_Blog_Img img, .resImg img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.Featured_Blog_Can h4, .resorceBox h3 {
  margin: 10px 0;
}
.resorceCont {
  font-size: 0.9em;
  color: #555;
}
.Sec_Title {
  margin: 20px 0;
  font-size: 1.5em;
}

.tabs .tab-button {
  border-radius: 4px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
  padding: 8px 14px;
  display: inline-block;
  border-color: #7162ea;
  margin-right: 30px;
}

.tabs .tab-button.active {
  border-radius: 4px;
  background: var(--Theme-Purple-500, #7162EA);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
}

.tabs .tab-button:last-child {
  margin-right: 0;
}


@media only screen and (max-width: 1919px){
 
}
@media only screen and (max-width: 1399px){
  
}

@media only screen and (max-width: 1200px){
 
}


@media only screen and (max-width: 1023px){

 
}
@media only screen and (max-width: 992px){
 
}
@media only screen and (max-width: 767px){
  
  .Featured_Blog_Can {
    padding: 16px;
    position: relative;
    height: 100%;
  }

  .Featured_Blog_Can .resorceCont {
    margin-top: 16px;
    padding: 0;
    position: relative;
    bottom: 0;
    top: auto;
  }



}