.sub-text {
    font-size: 20px;
}
.border-blue::before,
.border-green::before{
    content: "";
    height: 12px;
    top: -1px;
    background-color: #10294e;
    border-radius: 20px;
}
.border-green::before {
	    background-color: #489592;
}
.light-border.border-green::before {
    background-color: #489592AB;
    border: none;
}
.icon-line::before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #489592;
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 40px;
}
.logged-in .login-text {
    display: none;
}
.header-button-wrapper {
    width: auto;
}
.post-text h2, .post-text h3 {
    color: #10294e;
    margin: 30px 0 20px;
    font-weight: 700;
}
.post-text h2 {
    font-size: 30px;
}
.post-text h3 {
    font-size: 26px;
}
.post-text a.wp-block-button__link {
    background-color: #489592;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #489592;
    border-radius: 5px 5px 5px 5px;
    padding: 13px 30px 13px 30px;
    color: #fff;
    margin: 10px 0 0;
    display: inline-block;
}
.post-text a.wp-block-button__link:hover {
    background: #fff;
    color: #489592;
}

.post-text div.jp-relatedposts {
    display: none !important;
}
.header-top .e-con-inner {
    position: relative;
}
.blog-wrap .elementor-element.e-con-boxed {
    height: 100%;
}
@media screen and (min-width:768px) {
	li.last-menu {
        display: none !important;
	}
}
@media screen and (min-width:1024px) {
	.banner-section {
min-height: calc(100vh - 150px) !important;
	overflow:hidden;
}
	.banner-section *{
		height:100% !important;
	}
}
@media screen and (max-width:1023px) {
	.banner-image {
    position: static !important;
		min-height: auto !important;
}
}
@media screen and (max-width:500px) {
	.grid-sec .e-con-inner {
		grid-template-columns: 1fr !important;
	}

    .post-text h2 {
        font-size: 24px;
    }

    .post-text h3 {
        font-size: 20px;
    }

    .post-text h2, .post-text h3 {
        color: #10294e;
        margin: 20px 0 15px;
        font-weight: 700;
    }
}