/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/




@font-face {
	font-family: 'fontello';
	src: url(./fonts/icons/fontello.eot);
	src: url(./fonts/icons/fontello.eot?#iefix) format('embedded-opentype'),
		url(./fonts/icons/fontello.woff2) format('woff2'),
		url(./fonts/icons/fontello.woff) format('woff'),
		url(./fonts/icons/fontello.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

i {
	display: inline-block;
	font: normal 14px/1 icons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-forward:before { content: '\e800'; font-family: fontello;} 
.icon-download:before { content: '\e801'; font-family: fontello;} 
.icon-right-hand:before { content: '\e802'; font-family: fontello;} 
.icon-star:before { content: '\e804'; font-family: fontello;} 
.icon-right-circle:before { content: '\e805'; font-family: fontello;} 
.icon-link:before { content: '\f07b'; font-family: fontello;}
.icon-link-ext:before { content: '\f08e'; font-family: fontello;}
.icon-facebook:before { content: '\f09a'; font-family: fontello;} 
.icon-circle:before { content: '\f111'; font-family: fontello;}
.icon-youtube:before { content: '\f167'; } 
.icon-youtube-play:before { content: '\f16a'; font-family: fontello;} 
.icon-instagram:before { content: '\f16d'; font-family: fontello;} 
.icon-whatsapp:before { content: '\f232'; font-family: fontello;} 
.icon-telegram:before { content: '\f2c6'; font-family: fontello;}

/* Custom Header and logo  */


.logo-img img {
  width: 115px
}

.mylogoarea {
  text-align: left;display:flex;
}

.logo-text{margin-left:15px;}

.logo-title {
  font-size: 48px;
  font-weight: 700;display:inline;color:#fff;
}


.logo-tagline {
  font-size: 23px;
  font-weight: 600;
  margin-top: 0px;text-align:left;color:#ffd600;
}




/* Custom primary menu  */
.main-navigation {
	box-shadow: 1px 0px 3px #787575;
	border-bottom: 1px solid #999
}

.mymenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mymenu li {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.mymenu li a {
	font-size: 14px;
	display: block;
	padding: 12px 17px;
	text-decoration: none;
	color: #fff;
	transition: background-color 0.3s ease;
	white-space: nowrap;
	border-right: 1px solid
}

.mymenu li a:hover {
	background-color: #ff5000;
}

/* Styling the scrollbar in menu */
.mymenu::-webkit-scrollbar {
	height: 3px;
}

.mymenu::-webkit-scrollbar-track {
	background: #eee;
}

.mymenu::-webkit-scrollbar-thumb {
	background: #999;
	*/ border-radius: 10px;
}

.mymenu::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.mymenu li a.active {
	background-color: #ff5000;
	color: #fff;
}

/* Homepage */
.mainconbox {
	float: none;
	text-align: center;
}

.mainbox {
	background-image: url("https://sarkarinotice.in/wp-content/uploads/2024/12/Sarkari-Notice-4.png");
	background-size: repeat;
	background-position: center;
	background-blend-mode: overlay;
	background-color: rgba(255, 255, 255, 0.97);
}

.mainbox hr{margin:0}



.hinline-links {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
	padding: 2px;
} 

.hinline-links a {
	padding: 2px 0;
	font-size: 21px;
	margin: 10px
}



.hinline-links a:nth-child(1) {
	color: #FF6347;
}

.hinline-links a:nth-child(2) {
	color: #4682B4; 
}

.hinline-links a:nth-child(3) {
	color: #195; 
}

.hinline-links a:nth-child(4) {
	color: #ff5000; 
}

.hinline-links a:nth-child(5) {
	color: #8A2BE2; 
}

.hinline-links a:nth-child(6) {
	color: #FF1493;
}

.mainbox .advtnm {
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	color: #ff0097;
}

.conbox {
	border: 1px solid #f00;
	max-width: 32.5%;
	display: inline-flex;
	margin: 2px;
	margin-bottom: 25px;
	background: #fff;
}

.conbox h2 {
	text-align: center;
	background: #6a0014;
	color: #fff;
	font-size: 20px;
	padding: 5px 0;
}

.conbox .display-posts-listing {
	margin: 0 2px 0 25px;
	padding: 0;
	list-style-type: disc
}

.conbox li a {
	text-decoration: none;
	color: #0017b9;
	font-weight: 700
}

.conbox .display-posts-listing .listing-item {
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	margin-top: 15px;
	border-bottom: 0px dotted #f00
}

.conbox .viewall {
	border: 1px solid #f00;
	max-width: 120px;
	border-radius: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	float: right;
	margin-right: 15px;
	padding: 2px 10px;
	margin-top: 15px
}

.daysleft {
	color: #f00;
	font-size: 15px;
	display: block;
	font-weight: 600;position:relative;text-align:left
}

.daysleft i{font-size:18px;margin-right:5px}

.lastday{color:#f00}


.mysup {
  color: #d80000; /* Dark red text */
  background-color: #ffeb3b; /* Bright yellow */
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 6px rgba(255, 193, 7, 0.6);
  animation: gentleShake 1s infinite;
  display: inline-block;
}

@keyframes gentleShake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-1px); }
  50% { transform: translateX(1px); }
  75% { transform: translateX(-1px); }
  100% { transform: translateX(0); }
}


.mainbox h4{text-align:center;color:#0800eb;font-size:21px;margin-top:15px}


.mainbox ol {
    margin: 15px 30px;
}

.mainbox ol li {
    margin: 20px 0;
}



.mainbox ol ul {
    margin: 15px 2px;
}





/* Homepage Pinned buttons */
.ntccontainer {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	max-width: 1050px;
	float: none;
	margin: auto;
	margin-bottom: 40px
}

.ntcbtn {
	flex: 1 1 calc(25% - 10px); 
	display: inline-flex;
	justify-content: center;
	align-items: center;        
	text-decoration: none;
	color: white;
	font-size: 19;
	font-weight: bold;
	text-align: center;
	padding: 8px 12px;border-radius:10px
}



.ntc1 { background-color: #ff5496; } 
.ntc2 { background-color: #007d5a; color: #fff } 
.ntc3 { background-color: #5479ff;color:#fff } 
.ntc4 { background-color: #222; } 
.ntc5 { background-color: #123; } 
.ntc6 { background-color: #2e1fbf; } 
.ntc7 { background-color: #fcec03; color: #000; }
.ntc8 { background-color: #DC3545; } 



.ntcbtn:hover {
	background-color: #ffcc00; 
	color: #333; 
	transform: translateY(-3px); 
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
	border-bottom-color: #cc9900; 
}


/* Slider on homepage */


.breaking-news-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e7e7e7;
    background: #fff;border:1px solid #f00;
    padding: 0;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    overflow: hidden;margin-top:30px;margin-bottom:20px;
}

.breaking-label {
    background-color: #b70000;
    color: white;
    padding: 1px;
    text-align: center;
    margin-right: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    min-width: 90px;
}


.breaking-label .text {
    font-weight: bold;
    font-size: 15px;
}

.breaking-slider {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}


.scrolling-items {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 28s linear infinite;
    white-space: nowrap;
}

.breaking-slider:hover .scrolling-items {
    animation-play-state: paused;
}

.bn-item {
    display: inline-block;
    color: #ff2a49;
    font-weight: bold;
    margin: 0 20px;
    text-decoration: none;font-size:18px;
}

.divider {
    color: #211717;
    margin-left: -10px;
    font-weight: bold;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}











/* Content setting */
.inside-article .entry-header {
	padding-left: 4px
}

.single .entry-content p {
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 18px
}

.custom-post-meta {
	margin-top: 10px
}

.updated-label {
	font-weight: bold;
	color: #f00; 
	font-size: 20px;
	margin-right: 5px;
}

a {
	text-decoration: none;
	color: #f00
}

ol, ul {
	margin: 0 0 1.5em 1em;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 10px 10px;
}

/* Table like entry header */
.job-header-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;border:0;
}

.job-header-table th,
.job-header-table td {
    padding: 0;
    border: 0;
    vertical-align: top;
    text-align: left;padding:5px 0;
}

.job-header-table th {
    font-weight: bold;
    width:50px;
    color: #f00;font-size:17px;
}

.job-header-table h1 {
    margin: 0;
    font-size: 23px;
    line-height: 1.3;
    color: #ff00f7;
}

.job-header-table td {
    color: #870048;
    font-size: 17px;padding-left:40px;
}


.theintro {
	font-size: 18px;
	margin-bottom: 15px;margin-top:-5px;padding-right:15px}


.abca {
  float: left;
  max-width: 90px;
  margin-right: 0px;
}

.abcx {
  font-weight: bold;
  margin: 0;
}


.theintro .abcx {
    color: #f00;
    font-weight: 600;
    font-size: 16px;line-height:1.4
}

.theintro P{text-align;color:#000; }

.gb-container-inside {
  overflow: hidden;
}


/* Table like design for job posting */
.justify {
	text-align: justify
}


.siteadd {
	border: 2px solid #000;
	border-bottom: 0;
}

.siteadd p {
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding:0;
	margin-bottom: 0 !important;
	background: #080089
}

.mainbox p,
.mainbox ul {
	padding: 0 10px;
	font-size: 18px
}

.single .entry-content .mainbox p {
	margin: 12px 0
}

.mainbox ul {
	margin: 1em 0 1.5em 1em;
}

.mainbox ul li {
	margin-bottom: 14px
}

.mainbox {
	border: 0;
	padding: 0px;
	border: 2px solid #000;
	background: #fff
}

.mainbox h3 {
    text-align: center;
    color: #ff00f7;
    margin-bottom: 0px;
    padding: 2px 2px;
    font-size: 25px;
    border-top: 2px solid #222 ;
}


.mainbox h3::after {
  content: "";
  display: block;
  max-width: 350px;
  height: 40px; 
  margin: 8px auto 0 auto; 
  background-image: url("https://jobalertlive.com/wp-content/uploads/2025/07/line.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;margin-top:-10px;margin-bottom:-15px
}



.mainbox table {
	margin-bottom: 0;
}

.mainbox table ul {
	margin: 5px
}

.mainbox table ul li {
	margin-bottom: 15px
}

.mainbox table td {
	padding: 10px 5px
}

.mainbox table th {
	padding: 5px 5px
}

.mainbox .wp-block-table td, 
.mainbox .wp-block-table th {
	border: 2px solid #000;
}


.mainbox .wp-block-table table thead {
	border: 0
}

.mainbox .wp-block-table table th {
    border: 2px solid #000;
    background: #f4ff4a;
    color: #000;
    font-size: 17px;
}



.department {
	font-size: 24px;
	text-align: center;
	margin-top: 15px;
	color: #ff2146;
	margin-bottom: 2px
}

.mainbox .position {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	color: #0500d1;
	margin: 20px 0;
}

.myimptable h3 {
	background: #ff7373;
	padding: 4px 0;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 20px;
	text-align: center
}

.myimptable table {
	margin-bottom: 0
}

.myimptable table td {
	background: #ec98;
	font-weight: 600;
	text-align: center;
	border: 2px solid #000;
	padding: 16px 2px;
	font-size: 19px;
}

.myimptable table a {
	color: #001eff;
	text-decoration: underline
}	

.myimptable table a:after {
	content: '\f08e'; 
	font-family: fontello;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 15px;
}	

.myimptable table tr:first-child td:first-child {
	color: red; 
}

.myimptable table tr:nth-child(2) td:first-child {
	color: green; 
}
	
.myimptable .mysoctable table td {
	border-top: 0
}

.classiccont {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

/* Extra Content */

.hwtofill {
	background: #fff;
	border: 2px solid #000;
    margin-top:25px;padding:15px;border-radius:15px;
}

.hwtofill h3 {
	color:#8e0081;font-size:25px;
	border-bottom:double #000;
	padding: 8px 5px;
	text-align: center;
}

.hwtofill h4 {
	font-size: 22px;
	color: #000;
	padding: 0 5px;
	margin-bottom: 5px
}

.hwtofill h5{font-size:19px; color: #008394;padding:0 5px}

.hwtofill ul {
	padding: 2px;
	margin-bottom: 0
}

.hwtofill ul li {
	margin: 0 0 10px 0
}

.hwtofill ol {
	margin: 0 0 15px 25px;
}


.hwtofill table th{color:#f00;background:#eee;padding:4px}








.faqssect{border:2px solid #f00;margin:35px 0;padding:15px;border-radius:15px;background:#f0fffe}

.faqssect .wp-block-heading{text-align:center;color:#8e0081;font-size:25px;padding:15px;border-bottom:double #000}

/* --- FAQ Card Container --- */
#rank-math-faq .rank-math-list-item {
    margin-bottom: 15px;
    margin-top: 0;
    border: 2px solid #dfe9f5;
    border-radius: 14px;
    background: #f6faff;
    box-shadow: 0 4px 12px rgba(18, 52, 86, 0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.25s ease;padding:15px
}

#rank-math-faq .rank-math-list-item:hover {
    box-shadow: 0 8px 28px rgba(18, 52, 86, 0.10);
    transform: translateY(-2px);
}

/* --- Question Styling --- */
#rank-math-faq .rank-math-question {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    margin: 0;
    gap: 10px;
    background: #f6faff; /* Matches the card */
    font-weight: 600;
    line-height: 1.5;
    color: #7a3a7a;
    border-radius: 14px; font-size:19px; /* Keeps corners smooth when closed */
    letter-spacing: -0.01em;
    user-select: none;
    transition: background 0.25s ease, color 0.25s ease;
}

#rank-math-faq .rank-math-question:hover {
    background: #eef4fc; /* Slightly deeper light blue on hover */
    color: #0d1f32;
}

#rank-math-faq .rank-math-question:focus-visible {
    outline: 2px solid #1d6bff;
    outline-offset: -2px;
    border-radius: 12px;
}


#rank-math-faq .rank-math-question .question-text {
    flex: 1;
    padding-right: 4px;
}


#rank-math-faq .rank-math-question:after {
    position: relative;
    right: auto;
    top: auto;
    content: "+";
    transform: none;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    color: #1d6bff;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f0fe; /* Light blue circle background */
    border-radius: 50%;
    font-family: 'Inter', system-ui, sans-serif;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#rank-math-faq .rank-math-question:hover:after {
    background: #d4e4fc;
    color: #0f4fd9;
    transform: scale(1.06);
}

/* --- Expanded State (Minus Icon) --- */
#rank-math-faq .rank-math-question.collapse:after {
    content: "−";
    transform: rotate(0deg);
    background: #1d6bff;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(29, 107, 255, 0.30);
}

#rank-math-faq .rank-math-question.collapse:hover:after {
    background: #0f4fd9;
    box-shadow: 0 6px 20px rgba(29, 107, 255, 0.35);
}

/* --- Answer Content (Uses a distinct light tone) --- */
#rank-math-faq .rank-math-answer {
    padding: 0 24px 20px 10px;
    margin: 0;
    background: #f0f6fe; /* Lighter, distinct blue-grey (different from card) */
    border-top: 1px solid #dfe9f5;
    color: #2d435c;
    font-size: 0.98rem;
    line-height: 1.7;
    font-weight: 400;
    animation: faqSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#rank-math-faq .rank-math-answer p {
    margin: 0.8em 0;
}

.faqssect .rank-math-answer p {
   font-size:18px;
    color: #222;
}
   
@keyframes faqSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-6px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}






li>ol, li>ul {
	margin-bottom: 0;
	margin-left: 0px;
}

/* Breadcrumb */
.breadcrumb-container {
	margin: 5px 0;
	line-height: 1
}

.breadcrumb-container ol {
	margin: 0 0 5px 0;
}

.breadcrumb-container.theme1 a {
	margin: 0 2px !important;
	padding: 0px 0px !important;
	text-decoration: none;
}

/* Inside page setting */
.pagedbox ul li {
	margin-bottom: 14px;
}

.pagedbox ul li a {
	color: #2039f5;
	font-weight: 600
}

.home .inside-article {
	margin: 0
}

.home .inside-article {
	padding-top: 0px;
	border: 0
}

.home .inside-article .entry-content {
	padding: 0
}


.page .entry-header .entry-title{
	color: #0008f0;
	text-align: center;
	font-size: 28px;
	border-bottom: 1px solid;margin-bottom:25px;
}

.custom-post-table td, 
.custom-post-table th {
	border: 0px solid #000;
	border-bottom: 1px solid #ccc
}

.custom-post-table {
	font-size: 16px;font-weight:600;color:#000;
}

.custom-post-table tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.custom-post-table tr:nth-child(even) {
	background-color: #ffffff;
}

.custom-post-table .vacancy-details {
	font-size: 14px;
	color: #195
}

.custom-post-table th {
	background: #000;border:1px solid #fff;
	color: #fff
}

.custom-post-table a {
	font-size: 15px;
	text-decoration: underline;
}







/* Sidebar setting */
.sidebar .widget {
	max-width: 330px;
	margin: auto;
	margin-bottom: 30px;
}

.sidebar .widget ul li {
	margin: 10px 0 0 25px;
	list-style-type: disc;
	font-size: 14px;
}

.sidebar .widget ul li a {
	color: #000
}

.inside-right-sidebar .widget {
	border: 1px solid;
	border-radius: 10px;
	padding: 0;
	padding-bottom: 20px
}

.inside-right-sidebar .widget h2 {
	background: #80032a;
	color: #fff;
	text-align: center;
	font-size: 19px;
	border-radius: 10px 10px 0 0;
	padding: 2px 0
}



.sidebarupdates{border:1px solid;padding:0px;margin-bottom:25px}

.sidebarupdates .display-posts-listing{margin:0 10px}

.sidebarupdates .listing-item{font-size:13px;margin-bottom:10px;list-style-type:none;border-bottom:1px solid #ccc;line-height:1.3;font-weight:600}

.sidebarupdates .listing-item a{color: #802000}

.sidebarupdates h3{text-align:center;background:#f00;color:#fff;font-size:18px;padding:2px;border-bottom:2px solid #999;margin-bottom:12px}



/* social follow above entry header  */

.social-btns-unique {
    display: flex;
    gap: 10px;margin-bottom:10px}

.social-btns-unique .btn-unique {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-btns-unique .btn-unique i {
    margin-right: 8px;
    font-size: 25px;
}

.social-btns-unique .btn-unique:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.social-btns-unique .btn-whatsapp-unique {
    background: #25D366;
}

.social-btns-unique .btn-telegram-unique {
    background: #0088cc;
}



/* Social follow inside article  */
.joinushere {
	margin: 0;
	border: 2px solid #000
}

.joinushere i {
	font-family: fontello;
	vertical-align: top;
}

.joinushere a {
	border-radius: 20px
}

.whatsapp-card a {
	background: #195;
	padding: 4px 12px;
	color: #fff;
}

.telegram-card a {
	background: #169;
	padding: 4px 12px;
	color: #fff;
}

.whatsapp-card {
	max-width: 350px;
	margin: auto;
	margin-top: 10px
}

.telegram-card {
	max-width: 350px;
	margin: auto;
	margin-bottom: 15px !important
}

.group-card {
	margin-bottom: 8px;
	color: #000;
	position: relative;
	border: 2px dotted #999;
	border-radius: 5px;
	background: #c963;
	display: flex;
	align-items: center;
	padding: 5px;
	justify-content: space-between;
	overflow: hidden;
}




/* Footer menu  */
.menu-footer-menu-container {
	text-align: center;
	background: #ff1259;
	padding: 10px;
	border-bottom: 1px solid #e7e7
}

.menu-footer-menu-container a {
	color: #fff;
	font-weight: 600;
	line-height: 2.2
}

.menu-footer-menu-container li {
	display: inline;
	text-align: center;
	font-size: 14px;
	padding: 1px 5px;
	border-right: 2px solid #fff;
}

@media (max-width: 768px) {
	 .hide-mobile-unique {
        display: none;
    }
	
	.mainbox {
		background-color: rgba(255, 255, 255, 0.95);
	}
	
	
	.hinline-links a {
		font-size: 15px;
		line-height: 1.7
	}
	
	.parentcont .babycont {
		max-width: 46%;
	}	
	
	.main-navigation .menu-toggle {
		display: none !important;
	}
	
	.main-navigation ul {
		display: flex;
	}
	
	
	.hinline-links a {
		font-size: 15px;
		line-height: 1.7
	}
}

@media only screen and (max-width: 600px) {

.logo-img img {width: 75px;}
	
.logo-title {font-size: 24px;}

.logo-tagline {font-size: 18px;}

.logo-text{margin-top:3px}
	
	
	.mymenu li a {
		padding: 8px 10px;
		font-size: 13px
	}

	.theintro {
		font-size: 14px
	}
	
	.theintro .abcx {font-size:14px}

	.department {
		font-size: 20px
	}

	.mainbox h3 {
		font-size: 22px
	}
	.mainbox h3::after {max-width:250px;height:40px}


	.mainbox h4 {
		font-size: 16px
	}

	.mainbox p,
	.mainbox ul {
		font-size: 15px
	}

	.mainbox .position {
		font-size: 19px
	}

	.social-icon {
		display: flex;
		align-items: center;
	}

	.social-icon span {
		display: none;
	}

	.social-share a {
		padding: 5px 20px
	}

	.conbox {
		border: 1px solid #f00;
		margin: 0px;
		max-width: 48%;
		margin-bottom: 25px;
		padding: 0
	}
	
	.conbox .display-posts-listing {
		margin: 0 2px 0 10px
	}

	.conbox .display-posts-listing .listing-item {
		font-size: 12px;
		text-align: left;
		margin-bottom: 17px;
		margin-left: 5px
	}
	
	.conbox .viewall {
		float: none;
		margin: 20px auto
	}

	.custom-post-table {
		grid-template-columns: repeat(2, 1fr);
	}
	
		.job-header-table th {width:62px;font-size:14px}
	
	.job-header-table h1 {font-size:17px}
	.abca{max-width:60px}
	
	.job-header-table td {padding-left:0px}
	
	.page .entry-header .entry-title{font-size:20px}
		

}

@media (max-width: 580px) {					
	.ntcbtn {
		flex: 1 1 calc(50% - 10px); 
		display: inline-flex;
		font-size: 15px;
	}
	
	.ntccontainer .ntcbtn:nth-child(n+7) {
		display: none; 
	}
}