@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@font-face {
    font-family: gjFont;
    src: url(/agri/fonts/gjFont-new.ttf),url(//agri/fonts/gjFont-new.woff2);
}
a:focus,
a{
    text-decoration: none !important;    
}

.respo-header a:hover{
    opacity: 1 !important;
    color:white !important;
}   


#right-web img,
#left-web img{
    width: 100%;
    border-radius:5px
}

#left-web-2 img,
#right-web-2 img{
    width: 100%;
    margin-top:10px;
    border-radius:5px
}
/* ------------------------------------------
          03 Footer css start
------------------------------------------ */
ul{
	padding:0px !important;
}

.spfont{
    font-family: gjfont;
}

.footer-bg{
    background-color: #005e33 !important;
    /* background-color: #3d884e; */
    /* background-color: #008F4E; */
    /* background-color: #0d1824; */
    box-shadow: 0px 1px 21.25px 0.75px rgb(0 0 0 / 6%) !important;
    width: 100% !important;
    background-image: url(/agri/img/ghau-img.png), url(/agri/img/ghau-img-right.png) !important;
    background-size: 200px, 200px !important;
    background-position: bottom left, bottom right !important;
    background-repeat: no-repeat, no-repeat !important;
    background-blend-mode: saturation !important;
}

.footer-qui-link li a{
    font-family: gjfont;
}

.footer-social-link li a,
.footer-qui-link li a,
.footer-que .que-icon,
.footer-que .que-text,
.footer-bg p{
    color: #ffffffc2;
}

.footer-heading {
    font-size: 16px;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
    font-family: gjfont;
}

.footer-heading:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 40px;
    height: 1px;
    border-bottom:1px solid #f4c900;
}

.footer-que li{
   margin-bottom: 8px;
   display: block;
}

.footer-que .que-icon,
.footer-que .que-text{
    display: table-cell;
}

.footer-que .que-icon{
    width: 24px;
}

.footer-news-img{
    background-image: url(/agri/img/banners/hbanner-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    flex: 0 0 60px;
    transition: all 0.3s;
    background-color: lightgray;
}
.footer-news-img:hover{
    filter: brightness(0.8);
}

.footer-news-text p{
    max-height: 40px;
    overflow: hidden;
    margin: 0;
    font-family: gjfont;
}
.footer-news-text span{
    font-size: 11px;
    color: #f4c900;
    margin-top: 8px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 700;

}

.footer-qui-link li{
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding: 0px 15px;
    border-right: 1px solid #ffffff99;
}
.footer-qui-link li a:hover{
    color:white;
}
.footer-qui-link li:nth-child(1){
    padding: 0px 15px 0px 0px;
}
.footer-qui-link li:last-child{
    border-right: 1px solid transparent;
}

.news-g{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 298px;
    width: 100%;
    background-color: white;
    border-radius: .25rem;
    margin-bottom: 8px;
}
.news-g input{
    padding: 9px 15px;
    border: 0px;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    outline: none;
}

.submit-btn{    
    padding: 5px 18px;
    background: #c7c7c7;
    margin-right: 4px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #525252;
    border:none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.news-g:hover .submit-btn{    
    padding: 5px 18px;
    background: #008F4E;
    margin-right: 4px;
    margin-top: 4px;
    text-transform: uppercase;
    color: white;
    border:none;
    border-radius: 5px;
}

.footer-social-link ul li{
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.footer-social-link ul li::after{
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    transition: all 0.4s;
}
.footer-social-link ul li:hover::after{
    background-color: #ffffff1c;
    width: 35px;
    height: 35px;
}
.footer-social-link ul li a{
   position: absolute;
   z-index: 1;
}
.footer-social-link ul li:hover a{
   /* color:#008F4E; */
   color: #ffffffc2;
}

/* .developed a{
    font-size: 10px;
    color:#ffffff99
}
.developed a:hover{
    color:#008F4E;
} */

.copyright{
    margin:16px 0 0;
    color: #999;
    font-size: 12px;
}


.mede-with{
    color: #999;
    font-size: 12px;
    margin: 16px 0 0;
}

.mede-with a{
    color: #ffffffc2;
}

.mede-with a:hover{
    color: #dd1627;
}

.icons-box-made{
    /* border: 1px solid red; */
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3px;
}

.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o{
    position: absolute;
}

.mede-with .fa-heart-o{
    color: #999;
    font-size: 13px;
    transition: all 0.3s;
    opacity: 1;
}

.mede-with .fa-heart{
    color: #999;
    font-size: 13px;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0);
}

.mede-with:hover .fa-heart-o{
    opacity: 0;
}

.mede-with:hover .fa-heart{
    opacity: 1;
    color: #dd1627;
    transform: scale(1);
}

.footer-bg-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* ------------------------------------------
          03 Footer css end
------------------------------------------ */

body {
    padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
}

a{
    text-decoration: none !important;
}


.wrapper-3col .col3{
	width: 240px;
}
.redesign1 .col1 {
    width: calc(100% - 480px);
}
.page-wrapper {
    min-height: 91vh;
}

.wrapper-3col .col1{
	min-height: 81vh;
}


.bajarbhav-ibx{
    border-radius: 20px;
    background-color: #fafafa;
    /* box-shadow: rgb(0 0 0 / 15%) 0px 25px 20px -23px; */
    background-image: url(/agri/img/leaf.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 140px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    height: 90px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}


.bajarbhav-ibx h2{
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    font-family: gjfont;
    margin: 0;
    transition: all 0.3s ease-in-out;
    margin-right: 14px;
    line-height: 24px;
    width: 102px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bajarbhav-ibx.krushi-bx h2{
    position: relative;
    z-index: 1;
}

.bajarbhav-ibx img{
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0.8;
    right: 20px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.bajarbhav-ibx:hover img{
    opacity: 1;
}


.bajarbhav-ibx:hover{
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 7px 0 rgb(218 220 230 / 60%);
    background-size: 150px;
}
.bajarbhav-ibx:hover h2{
    color: #008F4E;
}


.home-table table{
    border-collapse: separate;
    border-spacing: 0px 3px;
}

.home-table tbody tr td{
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
}

.home-table tbody tr{
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    --bs-table-accent-bg: transparent !important;
    background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, #fcfcfc00 50%, rgba(0,0,0,0.0) 100%) !important;
}

.home-table tbody tr:nth-of-type(even){
    background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, #e4e4e4 50%, rgba(0,0,0,0.0) 100%) !important;
}


.home-table tbody tr:hover{
  /* background-color: #008F4E; */
  background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, #008f4f28 50%, rgba(0,0,0,0.0) 100%) !important;
  /* color: rgb(255, 255, 255); */
  color: #008F4E;
  
}

.home-table tr th,
.home-table tr td{
    padding: .5rem 1rem;
    white-space: nowrap;
    border: none !important;
    font-family: gjfont;
}

.home-table tr th a,
.home-table tr td a{
    color: currentColor;
    display: block;
}

.home-table .yojna-tbody tr td:first-child,
.home-table .yojna-thead tr th:first-child{
    width: 50px;
}
.home-table .yojna-tbody tr td:nth-child(2){
    text-align: left;
}


.home-table thead tr{
    background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, #008f4f28 50%, rgba(0,0,0,0.0) 100%);
}

.home-table tr th{
    font-weight: bold;
    color:#008F4E;
    font-size: 17px;
    vertical-align: baseline;
}

.home-table tr td:first-child{
    border-radius: 50px 0 0 50px;
    font-weight: bold;
    padding: .5rem 1.5rem;
    padding:  8px;
    font-family: 'gjfont';
    font-size: 16px;
}

.home-table tr td:first-child img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
}


.home-table tr td:last-child{
    border-radius: 0px 50px 50px 0px;
}

.table-top-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-top-detail span{
    color: #525252;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 5px 10px;
}

.pak-name-tag{
    max-width: 80px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.fade.in{
    opacity: 1 !important;
  }
  .s_btn.back_arrow{
    color:#727272 !important;
  }

  .not_home .menu-right {
    position: absolute;
    left: 0;
    top: 0;
}


.modal-open .modal-backdrop.in {
    height: auto;
    background: rgba(10, 10, 10, 0.5) !important;
    opacity: 0.8;
}

@media only screen and (max-width: 1150px){
.wrapper-3col .col1 {
    width: 100%;
}
.wrapper-3col .col3{
    display: none;
}
}

@media (max-width:900px){
    .page-wrapper{
        padding-top: 36px;
    }
    
}
@media (max-width:768px){
    .page-wrapper{
        padding-top: 0px;
    } 
}
@media only screen and (max-width: 470px){
    .bajarbhav-ibx.krushi-bx{
        align-items: end !important;
        padding: 5px 0 5px !important;
    }
    .bajarbhav-ibx h2 {
        margin-right: 0px;
        margin-left: 10px;
    }

    .bajarbhav-ibx.krushi-bx img{
        top: 1px;
        right: inherit;
    }
    
}

/* @media only screen and (max-width: 400px){
    .bajarbhav-ibx img{
        width: 40px;
        height: 40px;
    }
    
} */
@media only screen and (max-width: 380px){
    .bajarbhav-ibx h2{
        font-size: 18px;
    }
    .bajarbhav-ibx{
        background-size: 120px;
    }
    .bajarbhav-ibx:hover{
        background-size: 120px;
    }

}
@media only screen and (max-width: 360px){
    .bajarbhav-ibx h2{
        font-size: 16px;
    }
}