*,
body,
html,
p {
    font-family: var(--font);
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    opacity: 1;
}
p,
p span,
li,
span {
    font-size: 15px;
}
div#main {
    margin-top: 90px;
}
section.posts {
    margin: 30px 0;
    padding: 0;
}
.section {
    padding: 50px 0;
    position: relative;
}
.slider_section {
    padding: 0;
    margin: 0 0 8rem;
}
.slider_section .post-head {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.slider_section .post-head:before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 26%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider_section .post-head .blog_banner_cont {
    position: absolute;
    transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
	padding: 0 15px;
}
.slider_section .post-head .blog_header {
    color: #fff;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 600;
}
.slider_section .post-head img {
    height: 500px;
    object-fit: cover;
}
.slider_section .post .post-head a img {
    width: 100%;
}
.search-form {
    max-width: 650px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    height: 50px;
    margin: 15px auto 0;
    display: flex;
    padding: 0 0px 0 30px;
}
.search-form label[for="search-form-1"] {
    display: none;
}
.search-form #search-form-1 {
    height: 50px;
    border: 0;
    font-size: 17px;
    width: 100%;
}
.search-form #search-form-1:focus,
.search-form #search-form-1:focus-visible,
.search-form .search-submit:focus{
	outline: none;
}
.search-form .search-submit {
    width: 50px;
    height: 50px;
    border: 0;
    background: url(https://www.onlinemedicalcard.com/wp-content/uploads/2021/10/search-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
form.search-form .icon-search,
form.search-form .screen-reader-text {
    display: none;
}
.slider_section .post .post-body {
    background: linear-gradient(150deg,rgb(26 103 73) 0,rgb(42 180 195) 100%);
    padding: 40px;
    position: relative;
    width: 100%;
}
.slider_section .post .post-body:before {
    position: absolute;
    left: 50%;
    top: -25px;
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #37a99e;
    margin: 0 0 0 -25px;
}
.slider_section .post .post-body .post-date {
    color: #fff;
    font-size: 2.5rem;
    padding: 0 50px;
    display: block;
    align-items: center;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.slider_section .post .post-body .post-title {
    text-align: center;
	font-weight: 700;    
    font-size: 3.5rem;
    line-height: 4.5rem;
	color: #fff;
}
.slider_section .post .post-body .post-title a {
    color: #fff;   
    font-size: 3.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}
.slider_section .post .post-body .post-title a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slider_section .post .post-body .post-btn {
    font-size: 1em;
    padding: 1px 26px;
    border-color: #fff;
    background: #fff;
    color: #444;
    line-height: 34px;
    margin: 0 auto;
    display: block;
    width: 140px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider_section .post .post-body .post-btn:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    background: #444;
    color: #fff;
    border-color: #444;
}
.posts .post-horizontal {
    display: table;
    table-layout: fixed;
    border: 1px solid #ebeaea;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.posts .post-horizontal:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.posts .post-horizontal .post-head img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.posts .post-horizontal .post-body {
    padding: 15px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
.posts .post-horizontal .post-body .post-date {
    color: #666;
    line-height: 1;
    font-size: 1.8rem;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
}
.posts .post-horizontal .post-body .post-title {
    text-transform: none;
    padding: 0 0 10px 0;
    color: #333;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.posts .post-horizontal .post-body .post-title a {
    color: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 2rem;
}
.posts .post-horizontal .post-body .post-title:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.posts .post-horizontal .post-body .post-title:hover a {
    color: #1a6749;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.posts .post-horizontal .post-body .post-description p {
    color: #666;
}
.posts .post-horizontal .post-body .link-arrow {
    color: #1a6749;
    text-decoration: underline;
    font-weight: 500;
}
.recent-posts {
    background: #f5f5f5;
}
.recent-posts .nav-tabs {
    background-color: #fff;
    justify-content: center;
}
.recent-posts .nav-tabs li a {
    color: #999;
    border: none;
    font-size: 21px;
    padding: 8px 30px 8px 30px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.recent-posts .nav-tabs li a.active {
    background-color: #ffa046;
    color: #fff;
    position: relative;
}
.recent-posts .nav-tabs li.active a {
    color: #fff;
}
.recent-posts .nav-tabs li a.active:before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffa046;
    margin: 0 0 0 -10px;
}
.recent-posts .tab-content .tab-pane {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-posts .tab-content .tab-pane.active {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-posts .tab-content .post-body {
    padding: 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px #0000002b;
}
.recent-posts .tab-content .post-body .post-date {
    color: #666;
    line-height: 1;
    font-size: 1em;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
}
.recent-posts .tab-content .post-body .post-title {
    padding: 0 0 10px 0;
    color: #333;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 130px;
    overflow: hidden;
}
.recent-posts .tab-content .post-body .post-title a {
    color: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}
.recent-posts .tab-content .post-body .post-title:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.recent-posts .tab-content .post-body .post-title:hover a {
    color: #f73324;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.recent-posts .tab-content .post-body .link-arrow {
    color: #f73324;
    text-decoration: underline;
}
.pagination span .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination span .navigation ul li {
    display: inline-block;
    padding: 0;
    margin: 2px;
    font-size: 16px;
    vertical-align: top;
    line-height: normal;
}
.pagination span .navigation ul li a {
    text-transform: uppercase;
    width: auto;
    line-height: 32px;
    text-align: center;
    height: auto;
    display: block;
    font-size: 20px;
    border: none;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    padding: 0 11px;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.pagination span .navigation ul li.active a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-decoration: none;
    background: #fff;
    color: #1a6749;
}
.pagination span .navigation ul li:hover a,
.pagination span .navigation ul li:nth-last-child(1) a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-decoration: none;
    background: #1a6749;
    color: #fff;
    opacity: 1;
}
.single .post-description h2 {
    margin: 0 0 25px;
}
.post-description img {
    height: auto;
}
.post-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.post-nav .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.post-pagination {
    padding-bottom: 0;
}
.not_found {
    text-align: center;
    max-width: 750px;
    margin: 15rem auto 0;
    padding: 0 15px;
}
.not_found p {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}
.not_found form.search-form {
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 20px 10px rgb(0 0 0 / 5%);
    margin: 35px auto 0;
}
@media only screen and (min-device-width: 1400px) {
    p,
    p span,
    li,
    span {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    div#main {
        margin-top: 80px;
    }
    .slider_section .post-head,
    .slider_section .post-head img {
        height: 400px;
    }
    .single h2 {
        font-size: 28px;
    }
    .slider_section .post .post-body {
        padding: 15px;
    }
    .slider_section .post .post-body .post-date {
        font-size: 20px;
    }
    
	.slider_section .post .post-body .post-title {
		line-height: 3rem;
		font-size: 2.5rem;
	}
	.slider_section .post .post-body .post-title a {
		font-size: 2.5rem;
	}
    .slider_section .post .post-body .post-btn {
        font-size: 12px;
        padding: 1px 0;
        line-height: 24px;
        text-align: center;
        width: 100px;
    }
    .posts .post-horizontal .post-body {
        padding: 15px;
    }
    .posts .post-horizontal .post-body .post-date {
        margin: 0;
        font-size: 15px;
    }
    .posts .post-horizontal .post-body .post-title {
        font-size: 20px;
        margin: 0;
    }
    .posts .post-horizontal .post-body .post-description p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .posts .post-horizontal .post-body .link-arrow {
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
	.slider_section {
		margin: 0 0 5rem;
	}
    .slider_section .post-head,
    .slider_section .post-head img {
        height: 350px;
    }
    .single h2 {
        font-size: 26px;
    }
    .slider_section .post .post-body {
        padding: 15px;
    }
    .slider_section .post .post-body .post-date {
        font-size: 20px;
    }
    .slider_section .post .post-body .post-btn {
        font-size: 12px;
        padding: 1px 0;
        line-height: 24px;
        text-align: center;
        width: 100px;
    }
    .posts .post-horizontal .post-head {
        padding: 15px;
    }
    .posts .post-horizontal .post-head img {
        width: 100%;
        height: auto;
    }
    .slider_section .post .post-body .post-title,
	 .slider_section .post .post-body .post-title a{
        font-size: 2.5rem;
    }
	.not_found {
		margin: 10rem auto 0;
	}
	.not_found p {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 767px) {
    .slider_section .post-head {
        height: auto;
    }
	.slider_section .post-head img {
		height: 200px;
		object-fit: cover;
	}
	.search-form {
		padding: 0 0px 0 20px;
	}
	.search-form,
	.search-form #search-form-1{
		height: 45px;
	}
	.search-form #search-form-1 {
		font-size: 15px;
	}
	.search-form .search-submit {
		height: 45px;
		background-size: 18px;
	}
    .slider_section .post .post-body {
        padding: 15px 0;
    }
    .slider_section .post .post-body .post-date {
        font-size: 1.5rem;
        padding: 0;
    }
	.slider_section .post .post-body .post-title{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.slider_section .post .post-body .post-title a{
        font-size: 2rem;
    }
    .slider_section .post .post-body:before {
        top: -15px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom-width: 15px;
        margin: 0 0 0 -15px;
    }
    section.posts .container > .post-row {
        margin: 15px 0 0;
    }
    .posts .post-horizontal .post-head,
    .posts .post-horizontal .post-body {
        padding: 10px;
    }
    .posts .post-horizontal .post-body .post-title a {
        font-size: 1.75rem;
    }
    .posts .post-horizontal .post-body .post-date {
        font-size: 14px;
    }
    .post-pagination {
        padding-bottom: 5rem;
    }
    .pagination {
        padding: 0 15px;
    }
    .pagination span .navigation ul li a {
        line-height: 24px;
        font-size: 16px;
        padding: 0 5px;
    }
	.not_found {
		margin: 5rem auto 0;
	}
	.not_found p {
		font-size: 18px;
	}
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}