/*
 Theme Name:     Divi Child
 Template:       Divi
 Author:         Xweb Devlopers
 Author URI:     www.xwebdevelopers.com
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.firstTwonews article img {
	height: 377px !important;
	object-fit: cover;
}
.headClass .et_pb_module_header {
	position: absolute;
	top: -14px !important;
	background: #fff;
	width: 15%;
}
/*.round-post .et_pb_image_container img {
	height: 75px !important;
	object-fit: cover;
	max-width: 75px !important;
}
.round-post .et_pb_image_container {
	margin-right: 4px;
}*/
.tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.tab-link {
  display: block;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  text-transform: uppercase;
}
.tab-nav li {
	list-style: none;
}
.tab-link.active {
 color: #b20c0c;
  font-weight: bold;
}
.hindi, .punjabi, .sports {
	display:none;
}
/*.newsHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
}*/
.tab-nav {
	padding-bottom: 0px !important;
}
.tab-nav li {
	background: #e5a45e;
	padding: 8px;
}
.tab-nav li {
	background: #e5a45e;
	padding: 8px;
	width: calc(25% - var(--horizontal-gap-parent, 5.5%)*0.10);
}

.third-col-post .et_pb_post_main_image {
	height: 150px;
	width: 100%;
	object-fit: cover;
}
.second-col-post .et_pb_post_main_image {
	height: 500px;
	object-fit: contain;
	background: #dddddd42;
	width: 100%;
}