*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Poppins", sans-serif !important;
}

img{
  object-fit: cover;
}

/*1-tab section*/
.tabs-container {
  background-color:#EDF2FE;
  padding: 14px;
  text-align: center;
}

.tabs-menu {
  list-style: none;
  display: inline-flex;
  gap: 50px;
  align-items: center;
  padding: 0;
  margin: 0;
}

.tab-item {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color:#28334E;
}
.anch{
    text-decoration: none !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color:#28334E !important;
}

/*3-card section*/
.bg-colr{
  background-color: #F8F8F8;
}
.blog-cardd {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blog-cardd:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.spac{
	padding: 0 10px 0 10px;
}
.blog-cardd img {
  width:100%;
  padding:10px 10px 0 10px ;
}
.frfrfe{
	font-size: 13px;
	font-weight: 600;
	color: #303030e0;
	line-height: 23px;
}
.line-head{
  line-height: 23px;
  color: #000000;
  font-size:16px;
  font-weight:600;
  overflow: hidden;
  min-height:52px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}

.hhead{
  color:#343434;
  font-size:14px;
  font-weight:500;
}

.muted{
  color:#343434;
  font-size:14px;
  font-weight:400;
}

.blog-cardd .author-info {
  display: flex;
  align-items: center;
}
.author-info img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
}
.read-more {
  font-size: 14px;
  font-weight: 500;
  color:#2A52BE;
  text-decoration:none;
  text-transform:capitalize;
}
.lern-more {
  font-size: 14px;
  font-weight: 600;
  color:#2A52BE;
  text-decoration:none;
  text-transform:capitalize;
}
.lern-more:hover{
	text-decoration:none;
}
.read-more:hover{
	text-decoration:underline;
}
.stricky-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    border-radius: 0;
}
#mainheader {
    padding: 11px 0px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 0 6px #0000004D;
    background: white;
}
#mainheader .logo {
    float: left;
    margin-top: 0 !important;
}
#mainheader .logo img {
    width: 150px;
}
.callsec {
    justify-content: flex-start;
}
.dfhuje {
    line-height: 18px;
}
.dfsdfh {
    color: #303030;
    font-size: 11px;
}
.dfyhr5 {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
	text-decoration:none;
}
@media (max-width: 576px) {
    #mainheader .logo img {
        width: 134px !important;
    }
	.grgr {
	    width: 25px;
	}
	.dfyhr5 {
	    font-size: 14px !important;
	}
  .efeedw{
   width: 26px;
  }
}
.blog-content-area h3{
  font-size: 24px;
}
@media screen and (max-width:576px) {
  .ribbon-hty{
  font-size: 18px;
  font-weight: 600;
  color: #26314c;
}
.tabs-container {
    padding: 10px;
}
.tabs-menu {
    gap: 10px;
}
.tab-item {
    padding: 4px 9px;
    font-size: 12px;
}
.anch{
    font-size: 13px !important;
}
}
   

.banner {
  position: relative;
}

.social-half {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
    height: 215px;
  background: #27304D;
  border-radius: 200px 0 0 200px;
  padding: 0 8px 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.social-half p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}
/* hide initially */
.social-icons {
  position: absolute;
  left: -46px;
  width: 100px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

/* show state */
.social-icons.active {
  opacity: 1;
  pointer-events: auto;
}
.toggle{
  font-size: 14px;
  font-weight: 500;
}
/* icon style */
.social-icons a {
  position: absolute;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: left 0.6s ease; 
}
@media screen and (max-width: 576px) {
.social-half {
        display: none;
}
.detail-section h2 {
    font-size: 18px;
}
    .detail-section h1 {
        line-height: 29px;
        font-size: 20px;
        padding-bottom: 17px;
    }
    .detail-section ul{
          padding-left: 15px;
    }
     .detail-section ol{
          padding-left: 15px;
    }
.detail-section p {
    font-size: 12px;
}
.detail-section ul li{
  font-size: 12px;
}
.detail-section ol li{
  font-size: 12px;
}
.title {
    font-size: 16px;
}
.top-article-heading {
    font-size: 18px;
}
.blog-content-area h3{
  font-size: 16px !important;
}
.detail-section {
    padding: 20px;
}
.line-head {
    line-height: 20px;
    font-size: 14px;
}
/* .toggle {
    font-size: 10px;
}
.social-icons img{
  width: 12px;
}
.social-icons.active {
    opacity: 1;
    pointer-events: auto;
}
.social-icons {
    left: -53px;
} */
}
