.state_list {
		    background: #fff;
		    padding: 25px;
		    border-radius: 10px;
		    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
		    overflow: hidden;
		        margin: 0 0 40px;
		}
		.main_cat_section {
		    padding: 50px 0;
		}
		.main_cat_section .state_list_left {
		    float: left;
		    max-width: 250px;
		    margin-right: 30px;
		    position: relative;
		    overflow: hidden;
		}
		.main_cat_section .state_list_left img {
		    border-radius: 10px;
		}
		.main_cat_section .state_list_left h2 {
		    position: absolute;
		    bottom: 6px;
		    left: 0;
		    text-align: center;
		    width: 100%;
		    background: rgba(0, 0, 0, 0.7);
			margin: 0;
			font-size: 22px;
			padding: 15px 0;
			font-weight: 700;
			text-transform: uppercase;
			color: #ffffff;
			letter-spacing: 0.4px;
			border-radius: 0 0 10px 10px;
		}
		
		.main_cat_section .state_list_left h1 {
			position: absolute;
			bottom: 6px;
			left: 0;
			text-align: center;
			width: 100%;
			background: rgba(0, 0, 0, 0.7);
			margin: 0;
			font-size: 22px;
			padding: 15px 0;
			font-weight: 700;
			text-transform: uppercase;
			color: #ffffff;
			letter-spacing: 0.4px;
			border-radius: 0 0 10px 10px;
		}

.state_list_right h2 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

		.main_cat_section .state_list_left h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		.main_cat_section .state_list_right h4 {
		    margin: 0 0 10px;
		    font-weight: 600;
		    font-size: 16px;
		    text-transform: capitalize;
		}
	/*	.main_book_section .state_list_right p {
		    font-size: 15px;
		    line-height: 27px;
		    color: #444444;
		    letter-spacing: 0.3px;
		}*/
		.main_cat_section .state_list_right ul {
		    list-style: none;
		    margin-left: 0;
		    display: flex;
		    flex-wrap: wrap;
		}
		.main_cat_section .state_list_right {
		    overflow: hidden;
		}
		.main_cat_section .state_list_right ul li {
		    width: 33%;
		    margin: 0 0 10px;
		}
		.main_cat_section .state_list_right ul li a {
		    /* display: table; */
		    color: #222;
		    font-size: 15px;
		    font-weight: 500;
		}

        .main_cat_section .state_list_right ul li a:hover {
		    /* display: table; */
		    color: #0d9c78;
		    font-size: 15px;
		    font-weight: 500;
		}

		.main_cat_section .state_list_right ul li a span {
		    font-size: 23px;
		    line-height: 10px;
		    height: 17px;
		    margin-right: 2px;
		}

        span.gp-icon.icon-arrow-right {
    color: #0d9c78;
}


/*SK CSS*/		

.main_cat_section .state_list_left h1 a{
	color: #fff;
}

/* SP CSS */
.blog_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        padding: 40px 0 20px;
}
.blog_grid a.overlay_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.blog_grid .blog_grid_content {
    width: 23%;
    background-color: #fff;
    border: 5px solid #efefef;
    padding: 50px 20px 20px;
    border-radius: 5px;
    position: relative;
    margin: 0 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
min-height: 250px;
}
.blog_grid .blog_grid_content:hover {
    border-color: #21b681;
}
.blog_grid .blog_grid_content h3 {
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog_grid .blog_grid_content span.articles {
    position: absolute;
    top: 15px;
    right: 10px;
    /*background-color: #21b681;*/
    background-image: linear-gradient(135deg, #218194 0%, #21b681 100%);
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.5px;
    color: #fff;
}
.blog_grid .blog_grid_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
/* SP CSS */


/*SM css */

	/*
.hfeed .site-content{
	display: block;
} */

.dictionary_area{
	width: 100%;
    text-align: center;
    background: #cfcfd0;
}
.dictionary_area.sticky{
	position: fixed;
    top: 60px;
    left: 0;
}
.dictionary_area ul{
	font-size: 0;
}
.dictionary_area ul li{
	display: inline-block;
}
.dictionary_area ul li a{
	display: block;
	padding: .5rem 1rem .25rem;
	background: #cfcfd0;
	color: #333;
    font-size: 1.18rem;
}
.dictionary_area ul li a:hover{
	background: #39e8ad;
}
.dictionary_info{
	padding: 50px 30px 60px;
    padding-bottom: 150px;
    border-bottom: thin solid #e0e0e0;
}
.dictionary_info ul{
	/*column-count: 4; */
	margin: 0;
}
.dictionary_info ul li{
    margin-bottom: 12px;
    list-style: none;
	width: 25%;
    display: inline-block;
    vertical-align: top;
}
.dictionary_info ul li a{
	color: #333;
    font-size: 1rem;
}
.dictionary_info ul li a:hover{
	color: #21b681;
}
a.details_but{
	float: right;
    margin: 15px 0 0;
}

li.is-active{
	background: #39e8ad !important;
}


/* SM css */

@media (max-width: 768px) {
	.blog_grid_content {
	    width: 47%;
	}
}


@media (max-width: 767px) {
	.blog_grid {
	    padding: 20px 15px;
	}
	/*.blog_grid .blog_grid_content {
	    margin: 0 0 15px;
	}*/
	.blog_grid .blog_grid_content h3 {
	    font-size: 18px;
	}
	.blog_grid .blog_grid_content p {
	    font-size: 14px;
	    letter-spacing: 0px;
	}


	.main_book_section .state_list_left {
    float: left;
    max-width: 350px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.main_book_section .state_list_right {
    overflow: hidden;
    width: 100%;
}
.state_list_right h2, .main_book_section .state_list_right h4 {
    font-size: 22px;
    text-align: center;
    margin: 15px 0;
}
.main_book_section .state_list_right p {
    letter-spacing: 0;
    text-align: justify;
}
.main_book_section .state_list_right ul li {
    width: 100%;
    margin: 0 0 10px;
}
.main_book_section {
    padding: 15px 0;
}
}


@media only screen and (min-width:900px) and (max-width:1000px){

.blog_grid .blog_grid_content {
	    width: 30%;
}
}


@media only screen and (min-width:650px) and (max-width:900px){

.blog_grid .blog_grid_content {
	    width: 45%;
}
}

@media only screen and (min-width:150px) and (max-width:650px){

.blog_grid .blog_grid_content {
	    width: 100%;
}
}

/* -- */

@media (max-width: 1199px){
.dictionary_area ul li a{
	padding: .5rem .8rem .25rem;
}
.dictionary_area.sticky {
    top: 58px;
    padding: 0;
}
}
@media (max-width: 1050px){
.dictionary_area.sticky {
    top: 0px;
    padding: 20px 0;
}
.dictionary_area ul li a {
    padding: .5rem .6rem .25rem;
}
}
@media (max-width: 840px){
.dictionary_area.sticky {
    top: 0px;
    padding: 15px 0;
}
.dictionary_area ul li a {
    padding: .5rem 1rem .25rem;
}
.dictionary_info ul {
    column-count: 3;
}
}
@media (max-width: 640px){
.dictionary_area.sticky {
    top: 0px;
    padding: 15px 0;
}
.dictionary_area ul li a {
    padding: .5rem .7rem .25rem;
}
.dictionary_info ul {
    column-count: 3;
}
}
@media (max-width: 480px){
.dictionary_area.sticky {
    top: 0px;
    padding: 5px 0;
}
.dictionary_area ul li a {
    padding: .5rem .7rem .25rem;
}
.dictionary_info ul {
    column-count: 2;
}
.dictionary_info {
    padding: 50px 15px 60px;
}
}