* {
    box-sizing: border-box;
}
html {
    font-family: Verdana, Geneva, sans-serif;
}
.top {
    text-align: center;
    padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	float:right;
}
.top_text {
    position: relative;
	color:#03F;
    font-size: 16px;
}
.header {
/* background-color: #00A0E3;  #6ac140 green */
    background-color: #4CAF50;
	color: #ffffff;
    padding: 8px;
}
.ssheader {
	background-color: #ff6801; /* orange */
	color: #ffffff;
    padding: 8px;
}
.activity_header {
    background-color: #00A0E3; /* EARLIER 9933cc :  */
    color: #ffffff;
    padding: 5px;
}
.footer {
 /* background-color: #00A0E3;  4caf50 green 00A0E3 sbi blue */
    background-color: #4CAF50;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 2px;
}
.mimg:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.row::after {
    content: "";
    clear: both;
    display: table; /* block */
}
[class*="col-"] {
    float: left;
/*    padding: 15px;*/
}
.HomeTopScroller {
    background-color: #ffffff;
    color: green;
    font-size: 14px;
	padding: 2px;
	margin-top: 5px;
	}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 10px;
    margin-bottom: 7px;
    background-color :#33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
.aside {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
    background-color: #00A0E3; /* BLUE 00A0E3 */
    padding: 14px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
a:link {
/*	color: #85a337;*/
    text-decoration: none;
	}
.alinks:hover {
    text-decoration: underline;
	}
.intro {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
    padding: 12px;
    color: #03F; /* #717171; */
    text-align: justify;
    border: 1px solid #2a8000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: 0; 
}
.msg {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
    color: #006E29; /* #717171   */
    text-align: justify;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #717171;
  box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
/* adm_styles */
*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.33%; /* 33.3% */
  margin-bottom: 16px;
  padding: 0 14px; 
}
.card { 
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); /* 0 4 8 0 */
}
.image {
  opacity: 0; /* 1 */
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
.container {
  padding: 0 10px; /* 16px */
}
.container a{ color: blue; text-decoration: underline;
}

.container::after, .row::after { 
  content: "";
  clear: both;
  display: table;
}
.title {
  color: #333;
  font-size:12px;
  text-align:center;
  padding: 0px;
}
.title a{
  color: #000;
}
.title a:hover{
  color: #333;
}
.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.button:hover {
  background-color: #85a337;
}

 /*  */

.image:hover {
  opacity: 0.5;
}

.middle {
/*transition: .5e ease;*/
  opacity: 0;
  position: relative;
  text-align: center;
}
.text {
position: relative;
background-color: #4caf50;
color: white;
font-size: 16px;
}
.secondheader {
padding-left: 10px;
color: #000; 
font-weight: bold;
font-size: 16px;
}

/*  new addition */
.contain { background: #CCC; 
  position: relative; /* relative */
  width: 100%;
  max-width: 300px;
}

.imag {
  display: block;
  width: 100%;
  height: auto;
}
.imag:hover { 
  opacity: 0.3;
}
.over {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
.contain:hover .over {
  opacity: 1; /* 0.5 */
}
.contain:hover .imag { 
  opacity: 0.5; /* 0.5 */
  
}
/* adm_styles */

/* s_side-menu */
.vertical-menu { 
    font-size: 15px;
    min-width: 200px;
	box-shadow: 0 0.1px 0.1px rgba(0,0,0,0.1), 0 0.1px 0.1px rgba(0,0,0,0.1); margin-left: 0px;
    border: 1px solid #2a8000;
	}
.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 5px;
	padding-left: 25px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc;
	text-decoration: none;
}

.vertical-menu .active {
/*    background-color: #00A0E3;  4caf50 */
    text-transform: uppercase;
    background-color: #4CAF50;
    color: white;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
/* s_side-menu */

/* s_styles */
* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
/*    padding: 15px;*/
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}


/*----------------- added on 23042018for inclusion of font resizer ----------------*/
 #translate_font {  
                    margin-top: 13px; /* 13 */
					height: 29px; /* 29 */
					border-bottom: 1px solid #a29a97;
					margin-bottom: 1px;
				 }
			 .font-sizer {margin-left:10px;float: right;}
			#google_translate_element {margin-left:10px;float: right;}
			 
			 .font-sizer button{
					    border: 1px solid;
					    background-color: #FFF;
					    text-decoration: none;
					    cursor: pointer;
					    height: 24px;
					  }
/*----------------- added on 23042018for inclusion of font resizer ----------------*/


/* s_styles */

/* s_table */
table a:link {
	color: #03F;
    text-decoration: none;
	}
table alinks:hover {
	color: #009;
    text-decoration: underline;
	}

table a {
	color:#03F;
    text-decoration: none;
}

table a:hover {
	color: #009;
	text-decoration: underline;
}
table { 
	font-family: "Lucida Sans", sans-serif;
	font-size: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
	}

table th { 
      font-size:15px; 
      background-color: #4CAF50; /* blue 00A0E3 green 4CAF50 */
      color: #fff;
	  text-decoration: none;
}

th, td {
	font-size:15px;
	text-align: left;
    padding: 2px;
}

tr:nth-child(even) {
    background-color: #E4E3E3; /* #f2f2f2; */
}

.footer2 {
    background-color: #4CAF50;
    color: #FFF;
    text-align: center;
    font-size: 18px;
	font-family: 'Open Sans', 'sans-serif';
    padding: 10px;
}

/*
td:last-child {
	color:#03F;
    text-align: left;
    padding: 5px;
	}



*/
/* s_table */

/* s_top-menu */
body {
    margin: 0; 
/*    font-family: "Lucida Sans", sans-serif;*/
}

.topnav {
  overflow: hidden;
 /* background-color: #555;  #adc867333 */
  background-color: #4CAF50;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.topnav a {
  text-transform: uppercase;
  
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 14px; /* 14 16 */
  text-decoration: none;
  font-size: 14px; /* 17 */
  }
.topnav > a {
  border-right: 1px solid #000;
}
.topnav .dropdown {
  border-right: 1px solid #000;    
}
.active {
 /*
    background-color: #00A0E3;  green 4CAF50
    color: white; 
 */
}

.topnav .icon {
  display: none;
}
/*

.dropdown {
    float: left;
    overflow: hidden;
	}

.dropdown .dropbtn {

	text-transform: uppercase;
    font-size: 14px;  
    border: none;
    outline: none;
    color: white;
    padding: 10px 14px; 
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
	opacity: .9;
    }

.dropdown-content a {
    float: none;
    color: black;
    padding: 10px 14px; 
    text-decoration: none;
    display: block;
    text-align: left;
	}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #00A0E3; 
  color: white;
  }

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
	}

.dropdown:hover .dropdown-content {
    display: block;
	}
*/

/*responsive*/
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
/*
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	}
*/
}
/* s_top-menu */
.clearfix { clear: both; padding: 0%;}
.col { background: #ccc; padding:0; text-align:center;}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%; padding: 10px;}
    .col-s-2 {width: 16.66%; padding: 10px;}
    .col-s-3 {width: 25%; padding: 10px;}
    .col-s-4 {width: 33.33%; padding: 10px;}
    .col-s-5 {width: 41.66%; padding: 10px;}
    .col-s-6 {width: 50%; padding: 10px;}
    .col-s-7 {width: 58.33%; padding: 10px;}
    .col-s-8 {width: 66.66%; padding: 10px;}
    .col-s-9 {width: 75%; padding: 10px;}
    .col-s-10 {width: 83.33%; padding: 10px;}
    .col-s-11 {width: 91.66%; padding: 10px;}
    .col-s-12 {width: 100%; padding: 10px;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%; padding: 10px;}
    .col-2 {width: 16.66%; padding: 10px;}
    .col-3 {width: 25%; padding: 10px;}
    .col-4 {width: 33.33%; padding: 10px;}
    .col-5 {width: 41.66%; padding: 10px;}
    .col-6 {width: 50%; padding: 10px;}
    .col-7 {width: 58.33%; padding: 10px;}
    .col-8 {width: 66.66%; padding: 10px;}
    .col-9 {width: 75%; padding: 10px;}
    .col-10 {width: 83.33%; padding: 10px;}
    .col-11 {width: 91.66%; padding: 10px;}
    .col-12 {width: 100%; padding: 10px;}
}
@media (max-width: 1280px) {
    .item_content {
        padding-top: 0;
    }
}
@media (max-width: 1199px) {
    .topnav a {
        padding: 12px 8px;
    }
/*
    .dropdown .dropbtn {
        padding: 12px 8px;
        font-size: 14px;
    }
*/
}
@media (max-width: 1024px) {
    .topnav a {
    padding: 12px 8px;
        font-size: 12px;
    }
/*
    .dropdown .dropbtn {
        padding: 12px 8px;
        font-size: 12px;
    }
*/
    .new_scl a img {
        width: 100%;        
    }
    a.scl_width {
        width: 14px;
    }
}
@media (max-width: 420px) {

    .new_scl a {
        font-size: 10px;        
    }
    a.scl_width {
        width: 12px;
    }
}
/*
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/

/* Caption text */
.text {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0,0,0,0.5);
   color: #fff;
   text-align: center;
/*   text-shadow: 0 -1px 0 rgba(0,0,0,0.1);*/
  font-size: 14px;
  line-height: 18px;
  margin:0;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
}

/*** add owl carousel ***/
.content_slider .owl-prev{
	font-size: 0;
    position: absolute;
    background:url(../images/prev.png)no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    left: 2px;
    top: 50%;
    background-color: #fff;
    border-radius: 100%;
}
.content_slider .owl-next{
	font-size: 0;
    position: absolute;
    background:url(../images/next.png)no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    right: 2px;
    top: 50%;
    background-color: #fff;
    border-radius: 100%;
}

.content_slider .owl-dots {        
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.content_slider .owl-dot {
    display: inline-block;
}
.content_slider .owl-dot span {
	 border-radius: 100%;
     background-color: #ddd;
     border: 1px solid #ddd;
     width: 8px;
     height: 8px;
	 margin: 0;
     text-indent: 0; 
     display: inline-block;
     margin-left: 7px;
}
.content_slider .owl-dot.active span {
	background-color: #4CAF50;
	border: 1px solid #4CAF50;
    border-radius: 100%;
    width: 8px;
	height: 8px;
}
.content_slider.owl-carousel .owl-item img{
	width:100%;
}
.content_slider {
    margin-bottom: 20px;
}
.text.ext_text {
    bottom: 0;
    position: relative;
    z-index: 1;
    text-align: justify;
    background-color: #ddffcc;
    color: #000;
}
.item_content {
    display: block;
    position: relative;
    background-color: #fff;
    padding-top: 20px;
}
/*end-of-owl carousel*/
.top-container {
	background-color: #4CAF50;
	padding: 0 4px;
    margin: 0;
	text-align: right; 
}

.top-container.new_scl:nth-child(1) a,.top-container.new_scl:nth-child(2) a {
    display: inline-block;
} 
.new_scl a,.new_scl a:focus,.new_scl a:visited {
    color: #fff;
    vertical-align: middle;
}
a.scl_width {
       
}
.content {
  padding: 16px;
}
.top-container .textIncDec {
    display: inline-block;
}
.txtIncbtn {
    background-color: #007F00;
    border: 1px solid #007F00;
    color: #fff;
    font-size: 12px;
}
.txtIncbtn a {
    padding: 2px 6px;
}
/******searchbox****/
.search_box {
    width: 20%;
    margin: 0 0 0 auto;
}
.success_content card {
    margin-bottom: 20px;
}

.card-footer { padding-bottom: 15px;
	}
.socls {
    background-color: #4CAF50;
    display: inline-block;
}
.content_slider .item {
/*    border: 1px solid #2a8000;*/
} 
.content_slider .owl-controls {
    font-size: 0;
}
.right_panel.heading {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #4CAF50;
    padding: 5px;
}
.right_panel {
    padding: 12px;
    border: 1px solid #2a8000;
}
.announcement_body {
/*    height: 490px;*/
}
.mandate {
    border: 1px solid #2a8000;
    padding: 0 0 10px;
    margin-bottom: 15px;
/*    background-image: url("images/crijaf_bgimg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
/*    opacity: 0.5;*/
}
.mandateHead  {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #4CAF50;
    padding: 5px;
    text-align: left;
    margin-bottom: 3px;
}
.mandateBody {
    color: #000;
}
.mandateBody ol {
    margin: 0;
    padding: 10px 15px 10px 30px;
}
.mandateBody ol li p {
    margin-top: 0;
}
.row_mrgn.row {
    margin-bottom: 20px;
}
.jute_links {
    display: block;
    margin: 50px 0 auto;
    text-align: center;
}
.jute_links p {
    display: inline-block;
    /* text-align: center; */
    padding: 0 20px;
}
.agro_advis  marquee {
    height: 250px !important;
}
.agro_advis ol {
    padding-left: 20px;
}
.agro_advis ol li {
    margin-bottom: 5px;
}
.activity_section {
    padding: 30px 0;
}
.activity_section .img1 {
    padding-bottom: 15px;
}
.footer_outer {
    margin: 0 15px;
}
.vigil_cl {
    text-align: center;
}
.success_content [class*="col-"] {
        width: 33.33333333%;
}
.success_content .card a {
    color: #fff !important;
    text-decoration: none !important;
}
.stories_sliles .mySlides p {
    font-size: 14px;
}
.media_slider.owl-carousel .owl-item img {
/*
	max-width: 100%;
    width:100%;
*/
}
/*loging css*/
.log_form {
    width: 600px;
    margin: 0 auto;
    background-color: #328f1c;
    padding: 20px;
    border: 5px solid #ddd;
    border-radius: 10px;
}
.log_form label {
    color: #fff;
    font-weight: 600;
}
.log_form h3 {
    text-align: center;
    color: #fff;
}
/*end loging css*/
/* media-slider css */
.media_slider .owl-dots {        
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.media_slider .owl-dot {
    display: inline-block;
}
.media_slider .owl-dot span {
	 border-radius: 100%;
     background-color: #4CAF50;
/*     border: 1px solid #4CAF50;*/
     width: 6px;
     height: 6px;
	 margin: 0;
     text-indent: 0; 
     display: inline-block;
     margin-left: 7px;
}
.media_slider .owl-dot.active span {
	background-color: #000;
	border: 1px solid #000;
    border-radius: 100%;
    width: 6px;
	height: 6px;
}
.media_slider .owl-prev {
	font-size: 0;
    position: absolute;
    background: url(../images/prev2.png)no-repeat 0 7px;
    background-size: 24px 24px;
    width: 30px;
    height: 40px;
    left: 0;
    top: 45%;
    background-color: rgba(0,0,0,0.3);
    border-radius: 0 3px 3px 0;
}
.media_slider .owl-next{
	font-size: 0;
    position: absolute;
    background:url(../images/next2.png)no-repeat 5px 7px;
    background-size: 24px 24px;
    width: 30px;
    height: 40px;
    right: 0;
    top: 45%;
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px 0 0 3px;
}
.media_slider{
    padding: 0 120px;
}
.media_cover {
    border: 1px solid #045E02;
    height: 382px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 420px) {
    .media_cover {
        width: auto;
        height: auto;
    }
    .media_slider.owl-carousel .owl-item img {
        width: 100%;
    }
}
.media_cover_head {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #4CAF50;
    padding: 5px;
    text-align: center;
    margin-bottom: 3px;
}
.dir_cl {
    font-size: 16px;
}
.dirc_panel p, .dirc_panel h4 {
    margin: 0;
}
.dirc_panel {
    text-align: center;
}
.dir_img {
/*
    width: 260px;
    max-width: 260px;
*/
    border:1px solid #2a8000;
    margin: 0 auto 5px;    
}
.dir_img img {
    width: 100%;
}
.dir_msg {
    margin-top: 5px;
}
.dirc_panel h4 {
    font-size: 18px;
}
.cadr_Strnth h4 {
    margin-top: 5px;
}
.about_outer .heading h4, .howtoreach_outer.heading h4, .reserch_stn_outer .heading h4, .varieties_outer.heading h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #4CAF50;
    padding: 5px;
    margin-top: 0;
}
.about_box, .mandate_box, .division_box, .facility_box, .howtoreach_outer, .cadr_Strnth, .restn_box, .varieties_outer {    
    padding-bottom: 10px;
    border: 1px solid #2a8000;
    margin-bottom: 10px
}
.commonHeading h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #4CAF50;
    padding: 5px;
    margin-top: 0;
} 
.commonBox {
    padding-bottom: 10px;
    border: 1px solid #2a8000;
    margin-bottom: 10px;
}
.inner_box {
    padding: 5px;
}
.rstn_imgbox {
    border: 1px solid #2a8000;
    margin-bottom: 10px;
    display: inline-block;
}
.reserch_stn_outer .table-wrapper-scroll-y {
    max-height: 1150px;
}
.mediaCoverArch {
    text-align: center;
    margin-top: 10px;
    border: 1px solid #2a8000;
}
.mediaCoverArch .row {
    margin: 0;
}
.media_arch .card-body .btn-success {
    font-size: 10px;
    padding: 6px 8px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.card.media_arch {
    padding: 10px;
}
.media_arch .card-body {
    height: 100px;
}
.media_arch .card-body h5 {
    font-size: 14px;
    margin: 5px 0;
}
.media_arch .card-body p {
    font-size: 12px;
}
.media_arch_body {
    height: 60px;
}
.media_arch_hed, .agoAdv_arch_hed {
    text-transform: uppercase;
    background-color: #4CAF50;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
/*    text-align: left;*/
}
/**ago_Adv_arch css**/
.agroAdvArcive h2 {
    font-size: 30px;
    font-style: normal;  
    font-weight: 300;
    margin: 20px 0 10px;
}

.agroAdvArcive_box {
    text-align: center;
    margin-top: 10px;
    border: 1px solid #2a8000;
}
.agroAdv_arch {
    padding: 10px;
    background-color: #fef2e8;
}
.card_agohed h4 {
    color: #003300;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 12px;
}    
.agro_arch_body h5 {
    color: #403152;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0 0 12px;
}
.agro_arch_body p {
    font-size: 14px;
    margin: 0 0 10px;
}
.agroAdv_arch .card-body a {
    width: 100%;
    font-size: 12px;
    padding: 4px 8px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #85a337;
    border: 1px solid transparent;
    border-radius: 4px;
}
/**end ago_Adv_arch css**/
.rightPanelOuter .msg {
    margin-bottom: 15px;
}
.rightPanelOuter .msg:last-child {
    margin-bottom: 0;
}
.WorkStatus p {
    margin: 0;
}
.WorkStatus {
    margin-top: 10px;
}
.disclaimer p {
    margin: 0;
}
.disclaimer {
    margin: 12px 0 0;
}
.imgbox {
    margin-bottom: 10px;
}

/*** responsive ****/

@media (max-width: 1280px) {
    .item_content {
        padding-top: 0;
    }
}

/*** End responsive ****/