*{
    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;
}
.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;
	}
}
@media screen and (max-width:576px) {
.tabs-container {
    padding: 10px;
}
.tabs-menu {
    gap: 10px;
}
.tab-item {
    padding: 4px 9px;
    font-size: 12px;
}
.anch{
    font-size: 13px !important;
}
}
   
