@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

.logo_img img {
    width: auto;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*header animation css start*/

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.content {width:1000px;margin:0 auto;padding:30px;}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0;
    animation: slide-down 0.7s;
    background: #fff;
    z-index: 10;
}

/*header animation close*/

.fa-envelope:before{
 content: "\f0e0";
}
.fa-clock-o:before{
 content: "\f017";
}
.fa-share-alt:before{
 content: "\f1e0";
}
.fa-facebook:before{
 content: "\f09a";
}
.fa-twitter:before{
 content: "\f099";
}
.fa-instagram:before{
 content: "\f16d";
}
.fa-pinterest-p:before{
 content: "\f231";
}
.fa-linkedin:before{
 content: "\f0e1";
}
.fa-google-plus:before{
 content: "\f0d5";
}
.fa-tumblr:before{
 content: "\f173";
}
.fa-skype:before{
 content: "\f17e";
}
.fa-long-arrow-left:before{
 content: "\f177";
}
.fa-long-arrow-right:before{
 content: "\f178";
}
.fa-calendar:before{
 content: "\f073";
}
.fa-search:before{
 content: "\f002 ";
}
.fa-home:before{
 content: "\f015";
}
.fa-angle-left:before{
 content: "\f104";
}
.fa-angle-right:before{
 content: "\f105";
}
.fa-eye:before{
 content: "\f06e";
}
.fa-heart:before{
 content: "\f004";
}
.fa-comments:before{
 content: "\f086";
}
.fa-plus:before{
 content: "\f067";
}
.fa-home:before{
content: "\f015"; 
}
.fa-share-square-o:before{
   content: "\f045";  
}
.fa-angle-double-up:before{
   content: "\f102"; 
}   
.container_main {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
}
.top_hdr .content_outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_hdr {
    background: #f5f5f5;
    padding: 8px 0;
    box-shadow: 0px 1px 6px 1px #dfdfdf;
    border-top: 4px solid #00ad9c;
}
.top_hdr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_hdr ul li {
    display: inline-block;
}
p#date {
    font-family: 'Roboto-Regular';
    color: #00aa99;
    font-size: 12px;
    margin: 0;
}
p#date i{
    color: #000;
    padding: 0 4px 0 0;
    font-size: 14px;
}
.top_hdr ul li a {
    color: #151414;
    text-decoration: none;
    margin: 0 5px 0 0;
    font-size: 16px;
    transition: 0.5s;
}
.top_hdr ul li a:hover{
color: #03a898;
}
.hdr_ad img {
    width: 100%;
    height: auto;
}
.md_hdr {
    padding: 25px 0;
}
.mn_hdr {
    background: #151414;
    padding: 18px 0;
    border-bottom: 4px solid #00ad9c;
    position: relative;
}
.main_menu ul#head_menu{
	margin: 0;
}
.main_menu ul#head_menu li a {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    padding: 0 10px;
    text-decoration: none;
}
button.sub-menu-toggle {
    display: none;
}

.sf-menu a{
    padding: 0;
    display: inline;
}

ul.sub-menu li{
    padding: 5px 10px;
}
.sf-menu > li {
    float: unset;
    display: inline-block;
}
header .search form.search-form label {
    display: none;
}
header .search form.search-form {
    display: flex;
    border: 2px solid #00ad9c;
}
header .search form.search-form input{
    width: 100%;
    border: none;
    padding: 3px 5px;
    outline: none;
    color: #fff;
    background: none;
    font-size: 14px;
}
header .search button.search-submit {
    border: none;
    background: #00ad9c;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 3px 8px;
    font-size: 15px;
}
header ul.sub-menu {
    border-top: 2px solid #00ad9c;
    background-color: #111111;
    -webkit-box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 3%);
    box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 3%);
    min-width: 80%;
    position: absolute;
    top: 30px;
}

.automtv img {
    width: 100%;
    height: auto;
}
 section.auto_bsnss form.search-form label {
    display: none;
}
 section.auto_bsnss form.search-form {
    display: flex;
}
 section.auto_bsnss form.search-form input{
    width: 100%;
    border: 1px solid #00ad9c;
    padding: 8px 10px;
    border-radius: 30px 0 0 30px;
    outline: none;
}
 section.auto_bsnss form.search-form button.search-submit {
    background: #00ad9c;
    border: none;
    outline: none;
    padding: 0 18px;
    font-size: 20px;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    color:#fff;
}
.side_sec h3 {
    font-size: 20px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 25px 0;
}
 .ctgry ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 .ctgry ul li a{
    font-family: 'Roboto-Regular';
    color: #181818;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    border-bottom: 1px dashed #cccccc;
    transition: 0.5s;
    align-items: center;
    padding: 12px 10px;
}
 .ctgry ul li span.count {
    background: #fff;
    color: #181818;
    font-size: 14px;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    border:1px solid #0fb2a2;
    transition: 0.5s;
}
 .ctgry ul li:hover a{
color: #0fb2a2;
}
 .ctgry ul li:hover span.count{
    background-color: #00ad9c;
    color: #fff;
}
 section.auto_bsnss .search{
    margin: 0 0 30px 0;
}
 .ctgry {
    margin: 0 0 30px 0;
    border: 1px solid #e7e7e7;
    padding: 10px 10px;
}
.populr_posts .post {
    display: flex;
    margin: 0 0 22px 0;
}
.populr_posts .text_sec{
        width: 74%;
    padding: 0 0 0 15px;
}
.populr_posts .img_sec {
    width: 30%;
}
.populr_posts .text_sec h4, .populr_posts .text_sec h4 a {
    color: #2a2a2a;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    transition: 0.5s;
}
.populr_posts .text_sec h4:hover{
    color: #00ad9c;
}
.populr_posts .catgorydate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.populr_posts .catgorydate .cat a {
    color: #2a3135;
    font-size: 12px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 2px 5px;
}
.populr_posts .catgorydate p {
    margin: 0 0 0 10px;
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.populr_posts {
    border: 1px solid #e7e7e7;
    padding: 10px 10px;
}
.automtv h3 a, .automtv h3{
    font-size: 22px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 25px 0;
    text-decoration:none;
}
.automtv .img_sec{
    position: relative;
}

.automtv .single_post{
    position: relative;
}
.automtv .single_post .text_sec {
    position: absolute;
    bottom: 0;
    padding: 15px 22px;
    z-index: 2;
}
.automtv .single_post .catgory {
    text-align: center;
    margin: 0 0 35px 0;
}
.automtv .single_post .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
}
.automtv .single_post .date {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto-Medium';
}
.automtv .single_post .text_sec h4,
.automtv .single_post .text_sec h4 a {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    margin: 5px 0 10px 0;
}
.automtv .single_post .text_sec p {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto-Regular';
}
.auto_post h4, .auto_post h4 a {
    font-size: 18px;
    color: #121212;
    text-decoration: none;
    margin: 0 0 8px 0;
    font-family: 'Roboto-Regular';
    transition: 0.5s;
}
.auto_post h4 a:hover{
    color: #00ad9c;
}
.auto_post .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 13px;

}
.auto_post {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 5px 0;
    margin: 0 0 14px 0;
}
.automtv{
    border-bottom: 1px solid #dddddd;
    padding: 0 0 22px 0;
    margin: 0 0 30px 0;
}
.business h3 a, .business h3{
    font-size: 22px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 25px 0;
    text-decoration:none;
}
.single_bsnss .img_sec{
    position: relative;
}
.single_bsnss .catgory {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}

.single_bsnss .img_sec:hover .catgory{
visibility: visible;
opacity: 1;
}
.single_bsnss .img_sec:hover:after{
opacity: 0.2;
transform: scale(1);
}
.single_bsnss .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
}
.single_bsnss .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    margin: 15px 0 0 0;
}
.single_bsnss h4, .single_bsnss h4 a {
    color: #3f3f3f;
    font-size: 22px;
    font-family: 'Roboto-Bold';
    text-decoration: none;
    margin: 10px 0 0 0;

}
.single_bsnss {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px 0;
    margin: 0 0 40px 0;
}
.bsnss_posts .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.bsnss_posts h4 a, .bsnss_posts h4{
    color: #3f3f3f;
    font-size: 22px;
    font-family: 'Roboto-Bold';
    text-decoration: none;
    margin: 10px 0 8px 0;
}
.bsnss_posts p {
    color: #171717;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    margin: 0;
}
.bsnss_posts img {
    border-right: 4px solid #00ad9c;
}
.bsnss_posts {
    margin: 0 0 30px 0;
}
.bsnss_posts .img_sec{
    position: relative;
}
.bsnss_posts .catgory {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}
section.top_recent_post .img_sec a {
    display: block;
}
.bsnss_posts .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
}
.bsnss_posts .img_sec:hover .catgory {
    visibility: visible;
    opacity: 1;
}
.bsnss_posts .img_sec:hover:after {
    opacity: 0.2;
    transform: scale(1);
}
.ad_sec {
    display: flex;
    justify-content: center;
    padding: 35px 0;
}
.home_imp h4, .home_imp h4 a {
    color: #0e0e0e;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    margin: 8px 0 8px 0;
}
.home_imp .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.home_imp img {
    width: 100%;
    height: auto;
}
.home_imp .post {
    border-bottom: 1px solid #dddddd;
    min-height: 245px;
    margin: 0 0 20px 0;
}

.home_imp .img_sec{
    position: relative;
}

.home_imp .catgory {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}
.home_imp .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
}
.home_imp .img_sec:hover .catgory{  
    visibility: visible;
    opacity: 1;
}
.home_imp .img_sec:hover:after {
    opacity: 0.2;
    transform: scale(1);
}
section.hm_edu h3, section.hm_edu h3 a{
    font-size: 22px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 25px 0;
    text-transform: uppercase;
    text-decoration:none;
}
.education .img_sec{
position: relative;
}

.education .img_sec img{
    width: 100%;
    height: auto;
}
.education .post {
    position: relative;
    margin: 0 0 25px 0;
}
.education .text_sec {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 15px 15px 15px;
}
.education .text_sec h4 a,
.education .text_sec h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
}
.education .date {
    color: #e7e7e7;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.education .catgory {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}
.education .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
    
}
.education .img_sec:hover .catgory{  
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
section.health h3, section.health h3 a{
    font-size: 22px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.recent_posts .post {
    display: flex;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px 0;
}
.recent_posts .post .img_sec {
   width: 34%;
}
.recent_posts .post .text_sec {
    width: 68%;
    padding: 0 0 0 15px;
}
.recent_posts .post .catgory a {
    color: #00ad9c;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    padding: 2px 10px;
    background-color: #ebebeb;
    transition: 0.5s;
}
.recent_posts .post .catgory a:hover{
    background-color: #00ad9c;
    color: #fff;
}

.recent_posts .post h4 a,
.recent_posts .post h4{
    color: #0e0e0e;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    margin: 8px 0 8px 0;
}
.recent_posts .post .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.recent_posts {
    border: 1px solid #e7e7e7;
    padding: 10px 10px;
}
.hlth_single img {
    width: 100%;
    height: auto;
}
.hlth_single .img_sec{
    position: relative;
}
.hlth_single .catgory {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}
.hlth_single .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
}

.hlth_single .img_sec:hover .catgory{
    visibility: visible;
    opacity: 1;
}
.hlth_single .img_sec:hover:after {
    opacity: 0.2;
    transform: scale(1);
}
.hlth_single h4 a, 
.hlth_single h4{
    color: #0d0d0d;
    font-size: 20px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    margin: 15px 0 8px 0;
}
.hlth_single .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.hlth_single p {
    color: #171717;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    margin: 10px 0 0 0;
}
.hlth_single {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 35px 0;
}
.hlth_posts {
    display: flex;
    margin: 0 0 20px 0;
}
.hlth_posts .img_sec {
    width: 33%;
}
.hlth_posts .text_sec {
    width: 68%;
    padding: 0 0 0 10px;
}
.hlth_posts h4 a,
.hlth_posts h4{
    color: #0e0e0e;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    margin: 0 0 8px 0;
}
.hlth_posts .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.health_sec {
    border-top: 1px solid #dddddd;
    padding: 12px 0 0 0;
}
.recent_posts .post:nth-last-child(1){
    margin: 0;
    border-bottom: none;
    padding: 0;
}
.health .side_ad_Sec h3{
    font-size: 12px;
    color: #919191;
    font-family: 'Roboto-Regular';
    margin: 0 0 4px 0;
    text-align: center;
    text-transform: capitalize;
    border-top: 1px solid #dddddd;
    padding: 12px 0 0 0;
}
.random_post h4 a, 
.random_post h4{
    color: #0d0d0d;
    font-size: 17px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    margin: 0 0 8px 0;
}
.random_post .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.random_post {
    margin: 0 0 12px 0;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 20px 0;
}
.side_ad_Sec {
    margin: 0 0 30px 0;
}
section.health {
    padding: 30px 0 30px 0;
}
.trvl_lfstyl_rlst .side_ad_Sec h3{
    font-size: 12px;
    color: #919191;
    font-family: 'Roboto-Regular';
    margin: 20px 0 4px 0;
    text-align: center;
    text-transform: capitalize;
}
.archives .select {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}
.archives .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0;
    background-image: none;
    flex: 1;
    padding: 8px 13px;
    cursor: pointer;
    color: #a7a7a7;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
.archives .select::after {
    content: '\25BC';
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0 12px;
    color: #00ad9c;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    font-size: 15px;
    line-height: 28px;
    margin: 5px 0 6px 0;
    border-left: 1px solid #cecece;
}
section.trvl_lfstyl_rlst h3 a, section.trvl_lfstyl_rlst h3{
    font-size: 22px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.archives {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 35px 0;
}
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 245px;
}
.tags ul li{
    display: inline-block;
}
.tags ul li a{
    color: #181818;
    background: #e9e9e9;
    font-size: 14px;
    padding: 1px 10px;
    display: block;
    margin: 8px 8px;
    text-decoration: none;
    transition: 0.5s;
}
.tags ul li a:hover{
    background-color: #00ad9c;
    color: #ffffff;
}

.tags ul::-webkit-scrollbar {
width: 5px;
height: 15px;
}
.tags ul::-webkit-scrollbar-track-piece  {
background-color: #C2D2E4;
}
.tags ul::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #00ad9c;
}
.tags {
    margin: 18px 0 10px 0;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 35px 0;
}
.travel .item .img_sec{
    position: relative;
}

.travel .item {
    position: relative;
}
.travel .item .text_sec {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 15px 20px 15px;
}
.travel .item .catgory a{
    color: #00fde4;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    border: 1px solid #00fde4;
    padding: 1px 5px;
    text-decoration: none;
}
.travel .item .catgory{
    text-align: center;
    margin: 0 0 148px 0;
}
.travel .item h4 a, .item h4{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    transition: 0.5s;
}
.travel .item h4 a:hover{
    color: #00fde4;
}
.travel .item .date{
    color: #ffffff;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.travel .owl-nav{
    margin: 0 !important;
}
.travel .owl-nav button{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 32px !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 20px !important;
    border: 1px solid #ffffff !important;
    transition: 0.5s;
    background: none !important;
    outline: none;
    border-radius: 50% !important;
}
.travel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: 15px;
}
.travel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: 15px;
}
.lifestyle .post {
    display: flex;
    margin: 0 0 25px 0;
}
.lifestyle h4, .lifestyle h4 a {
    color: #292a32;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
}
.lifestyle h4 a:hover{
color: #00ad9c;
}
.lifestyle .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.lifestyle .post .text {
    padding: 0 0 0 15px;
    width: 70%;
}
.lifestyle .img_sec {
    position: relative;
    width: 30%;
}

.lifestyle .img_sec .catgory{
    position: absolute;
    text-align: center;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}
.lifestyle .img_sec .catgory a {
    color: #00fce3;
    font-size: 13px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00fce3;
    padding: 2px 8px;
}
.lifestyle .img_sec:hover:after {
    opacity: 0.2;
    transform: scale(1);
}
.lifestyle .img_sec:hover .catgory{
    visibility: visible;
    opacity: 1;
}
.real_estate img {
    width: 100%;
    height: auto;
}
.real_estate .date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.real_estate h4 a, .real_estate h4 {
    color: #292a32;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    text-decoration: none;
    transition: 0.5s;
    margin: 5px 0 10px 0;
}
.real_estate h4 a:hover{
    color: #00ad9c;
}
.real_estate p {
    color: #171717;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    margin: 0;
}
.real_estate .post {
    margin: 0 0 30px 0;
}
.real_estate {
    border-top: 1px solid #dddddd;
    padding: 36px 0 0 0;
}
.real_estate .img{
    position: relative;
}
.real_estate .img .catgory{
    position: absolute;
    text-align: center;
    top: 38%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}
.real_estate .img .catgory a{
    color: #00fce3;
    font-size: 13px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00fce3;
    padding: 2px 8px;
}

.real_estate .img:hover .catgory {
    visibility: visible;
    opacity: 1;
}
.real_estate .img:hover:after {
    opacity: 0.2;
    transform: scale(1);
}
.other_posts .img_sec {
    position: relative;
}

.other_posts .text_sec {
    position: absolute;
    bottom: 0;
    padding: 15px 40px;
    z-index: 2;
    text-align: center;
}
.other_posts .catgory {
    text-align: center;
}
.other_posts .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00fce3;
    padding: 4px 10px;
}
.other_posts .date {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto-Medium';
}
.other_posts h4 a, .other_posts h4 {
    color: #ffffff;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    text-decoration: none;
    transition: 0.5s;
    margin: 5px 0 10px 0;
}
.other_posts h4 a:hover{
    color: #00fce3;
}
.other_posts .owl-carousel .owl-nav.disabled {
    display: block;
}
.other_posts .item {
    position: relative;
}
.other_posts .owl-nav button {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 28px !important;
    width: 35px;
    max-height: 295px !important;
    height: 100%;
    text-align: center;
    line-height: 20px !important;
    transition: 0.5s;
    background: #00000091 !important;
    outline: none;
    border-radius: unset !important;
}
.other_posts .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
}
.other_posts .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
}
section.other_posts h3{
    font-size: 22px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
section.other_posts {
    padding: 20px 0 0 0;
}

footer.footer .content_outer {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #464646;
    align-items: center;
    padding: 0 0 10px 0;
}
footer ul#footer_social_icons li a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 16px 0 0;
    font-size: 20px;
    transition: 0.5s;
}
footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
footer ul#pg_links li a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 16px 0 0;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
}
footer.footer {
    background: #151414;
    padding: 14px 0 0 0;
    position: relative;
}
footer.footer .cpyrgt p {
    margin: 0;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #fff;
}
footer.footer .cpyrgt p span {
    color: #00ad9c;
    font-family: 'Roboto-Bold';
}
footer.footer .cpyrgt {
    padding: 8px 0;
}
footer.footer button.btm_to_top {
    border-radius: 5px;
    position: absolute;
    bottom: 18px;
    right: 3px;
    border: none;
    background: #f7f7f7;
    color: #00ad9c;
    padding: 2px 11px;
    font-size: 22px;
    outline: none;
    box-shadow: 0 0 3px 1px #00ad9c;
}
.trending_posts h1 {
    font-size: 17px;
    background: #00ad9c;
    display: inline-block;
    margin: 0;
    color: #fff;
    font-family: 'Roboto-Regular';
    padding: 10px 12px;
    width: 14%;
}
.trending_posts h2 a {
    color: #00ad9c;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    text-decoration: none;
}
.trending_posts h2 {
    display: inline-block;
    margin: 0 15px;
}
.trending_posts .post_outer {
    display: flex;
    align-items: baseline;
    position: relative;
}
.trending_posts marquee {
    width: 40%;
    background: #fff;
}
.trending_posts {
    padding: 40px 0 25px 0;
}
.trending_posts .post_outer:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #ebebeb;
    top: 50%;
    height: 3px;
    z-index: -1;
}

section.top_recent_post .img_sec img {
    width: 100%;
    height: auto;
}
section.top_recent_post .single_post {
    position: relative;
    margin: 0 0 25px 0;
}
section.top_recent_post .single_post .text-sec{
    position: absolute;
    bottom: 10px;
    padding: 15px 22px;
    z-index: 2;
}
section.hm_edu {
    padding: 25px 0 0 0;
}
section.top_recent_post .post {
    position: relative;
    margin: 0 0 25px 0;
}
section.top_recent_post .post .text-sec {
    position: absolute;
    bottom: 0;
    padding: 15px 22px;
    z-index: 2;
}
section.top_recent_post .img_sec{
    position: relative;
}

section.top_recent_post .single_post .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
}
section.top_recent_post .single_post .catgory {
    text-align: center;
    margin: 0 0 35px 0;
}


section.top_recent_post .post .catgory a {
    color: #00fce3;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #00ad9c;
    padding: 4px 10px;
}
section.top_recent_post .post .catgory {
    text-align: center;
    margin: 0 0 35px 0;
}
section.top_recent_post span.date {
    margin: 0 0 10px 0;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    display: block;
}
section.top_recent_post span.date i{
    padding: 0 5px 0 0;
}
section.top_recent_post .single_post h4 a, section.top_recent_post .single_post h4{
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Roboto-Bold';
}
section.top_recent_post .post h4 a, section.top_recent_post .post h4{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Roboto-Bold';
    line-height: 1.4;
}
section.auto_bsnss {
    padding: 22px 0 0 0;
}
.sidebar h3 {
    font-size: 20px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

section.cat_cont_outer .cat_heading h1 {
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    font-size: 22px;
    margin: 0;
    padding: 30px 0 0 0;
}
section.cat_cont_outer .cat_heading {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 50px 0;
}
.sidebar .archives {
    padding: 20px 0 35px 0;
}
.sidebar .recent_posts {
    margin: 30px 0 0 0;
}

section.cat_cont_outer .post_item{
    position: relative;
    margin: 0 0 30px 0;
}
section.cat_cont_outer .img_sec .cat_ctgry{
    position: absolute;
    text-align: center;
    top: 42%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    font-size: 24px;
}
section.cat_cont_outer .post_item .img_sec {
    position: relative;
}

section.cat_cont_outer .post_item .img_sec:hover .cat_ctgry{
    visibility: visible;
    opacity: 1;
}
section.cat_cont_outer .post_item .img_sec:hover:after{
    opacity: 0.2;
    transform: scale(1);
}
section.cat_cont_outer .img_sec .cat_ctgry a{
    color: #00fce3;
    font-size: 22px;
    text-decoration: none;
}
section.cat_cont_outer .post_item h3.entry-title a, 
section.cat_cont_outer .post_item h3.entry-title{
    color: #0e0e0e;
    font-size: 20px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    line-height: 1.2;
    margin: 15px 0 12px 0;
    transition: 0.5s;
}
section.cat_cont_outer .post_item h3.entry-title a:hover{
    color: #0fb2a2;
}
section.cat_cont_outer .post_item .date_sec p {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    margin: 0 0 12px 0;
}
section.cat_cont_outer .post_item .date_sec i{
    margin: 0 5px 0 0;
}
section.cat_cont_outer .post_item p {
    color: #171717;
    font-size: 16px;
    font-family: 'Roboto-Regular';
   margin: 0 0 12px 0;
}

section.cat_cont_outer .post_item .read_link a {
    font-size: 13px;
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    text-decoration: none;
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.navigation ul li a {
    background: #151414;
    padding: 5px 12px;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    margin: 0 8px 0 0;
    text-decoration: none;
}
section.cat_cont_outer {
    padding: 0 0 45px 0;
}
.navigation ul li.active a{
    background: #00ad9c;
}
.sidebar .search{
    margin: 0 0 30px 0;
}
 .sidebar form.search-form label {
    display: none;
}
 .sidebar form.search-form {
    display: flex;
}
 .sidebar form.search-form input{
    width: 100%;
    border: 1px solid #00ad9c;
    padding: 8px 10px;
    border-radius: 30px 0 0 30px;
    outline: none;
}
.sidebar form.search-form button.search-submit {
    background: #00ad9c;
    border: none;
    outline: none;
    padding: 0 18px;
    font-size: 20px;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    color:#fff;
}
section.post_pg_cntnt .social_icons .shared-counts-wrap{
    margin: 0;
}
section.post_pg_cntnt .social_icons {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 13px 0 12px 0;
    margin: 0 0 10px 0;
}

a.shared-counts-button.facebook.shared-counts-no-count {
    background: #3B5998;
    border-radius: 50%;
        margin: 0 5px 0 0;
}
section.post_pg_cntnt .social_icons .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    text-align: center;
}
section.post_pg_cntnt .social_icons .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
    fill: #fff;
    width: 21px;
    height: 15px;
}


a.shared-counts-button.twitter.shared-counts-no-count{
    background-color: #00B6F1;
    border-radius: 50%;
        margin: 0 5px 0 0;
}
a.shared-counts-button.pinterest.shared-counts-no-count{
    background-color: #CB2027;
    border-radius: 50%;
        margin: 0 5px 0 0;
}
a.shared-counts-button.linkedin.shared-counts-no-count{
    background-color: #007BB6;
    border-radius: 50%;
        margin: 0 5px 0 0;
}
a.shared-counts-button.email.no-scroll.shared-counts-no-count{
    background-color: #424345;
    border-radius: 50%;
        margin: 0 5px 0 0;
}

section.post_pg_cntnt .social_icons i.fa.fa-share-square-o {
    color: #00ad9c;
    font-size: 18px;
    padding: 0 8px 0 0;
}

section.post_pg_cntnt .single_post p {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #131313;
    line-height: 1.5;
}

section.post_pg_cntnt .single_post h1 {
    color: #00ad9c;
    font-size: 21px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

section.post_pg_cntnt .single_post h2{
    color: #333;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

section.post_pg_cntnt .single_post h3{
    color: #333;
    font-size: 19px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}
section.post_pg_cntnt .single_post h4,
section.post_pg_cntnt .single_post h5{
    color: #333;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

section.post_pg_cntnt .single_post .date_cat {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 18px 0;
}
section.post_pg_cntnt .single_post .date_cat div#date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
section.post_pg_cntnt .single_post .date_cat .post_cat a {
    font-size: 14px;
    font-family: 'Roboto-Medium';
    color: #fff;
    background: #111111;
    text-decoration: none;
    padding: 4px 10px;
}
section.post_pg_cntnt .post_outer .post_tags span {
    color: #141414;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    margin: 0 12px 0 0;
}
section.post_pg_cntnt .post_outer .post_tags p a {
    color: #131313;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    background: #efefef;
    padding: 3px 8px;
    text-decoration: none;
    transition: 0.5s;
}
section.post_pg_cntnt .post_outer .post_tags p a:hover{
    color: #9a9c9c;
}
.post_ad h3 {
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto-Regular';
    color: #bababa;
}

.post_ad {
    border-bottom: 1px solid #dddddd;
   padding: 20px 0 30px 0;
}
.post_ad img{
    width: 100%;
    height: auto;
}
section.post_pg_cntnt .post_outer .post_tags {
    padding: 22px 0 0 0;
}
.author_sec {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 8px 0px #dfdfdf;
    padding: 18px;
    margin: 40px 0 0 0;
}
.author_sec .img_sec {
    width: 15%;
}
.author_sec .img_sec img {
    width: 100%;
    height: auto;
    border: 4px solid #00ad9c;
    border-radius: 50%;
}
.author_sec .text_sec {
    width: 85%;
    padding: 0 0 0 30px;
}
.author_sec h3{
    color: #141414;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    font-style: italic;
}
.author_sec p{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #131313;
    line-height: 1.5;
    margin: 0;
}
.next_prev h3 a{
    color: #141414;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    text-decoration: none;
}
.next_prev .right_sec {
    text-align: end;
}
.next_prev h4 a{
    color: #141414;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
}
.next_prev {
    padding: 12px 0 18px 0;
    border-bottom: 1px solid #dddddd;
}   
.related_posts h3 {
    color: #00ad9c;
    font-size: 22px;
    font-family: 'Roboto-Bold';
    padding: 30px 0 10px 0;
}
.related_posts span.date {
    color: #696969;
    font-family: 'Roboto-Medium';
    font-size: 14px;
}
.related_posts .post h4 a, .related_posts .post h4{
    color: #00ad9c;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    text-decoration: none;
    margin: 5px 0 8px 0;
}
.related_posts .post p {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #131313;
    line-height: 1.5;
    margin: 0;
}
.related_posts .post {
    margin: 0 0 25px 0;
}
section.post_pg_cntnt {
    padding: 0 0 40px 0;
}

section.cat_cont_outer h1.page-title {
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    font-size: 22px;
    margin: 0;
    padding: 0 0 0 0;
}   
.page-header.alignwide {
    padding: 32px 0 15px 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 50px 0;
}
.nothing .page-header.alignwide h1{
    color: #00ad9c;
    font-family: 'Roboto-Bold';
    font-size: 22px;
    margin: 0;
    padding: 0 0 0 0;
}

.error_mn h1 {
    font-family: 'Roboto-Bold';
    font-size: 50px;
    color: #d2d2d2;
}
.error_mn h3 {
    font-family: 'Roboto-Bold';
    font-size: 40px;
    color: #111111;
}
.error_mn p {
    font-family: 'Roboto-Regular';
    font-size: 18px;
    color: #262626;
    padding: 15px 283px;
}
.error_mn h5 a {
    font-family: 'Roboto-Bold';
    font-size: 16px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    border:1px solid #00ad9c;
}
section#error_pg {
    text-align: center;
    margin: 50px 0;
}
.error_mn h2 {
    font-family: 'Roboto-Bold';
    color: #00ad9c;
    font-size: 150px;
}

.brdcrmb_heading h1.breadcrumb {
    background: none;
    border-radius: unset;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.brdcrmb_heading h1.breadcrumb a {
    background: #00ad9c;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
    font-size: 23px;
    margin: 0 8px 0 0;
}
.brdcrmb_heading h1.breadcrumb span a{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #1d1d1d;
    text-transform: uppercase;
    margin: 0;
    background: #fff;
    display: inline-block;
    padding: 0 10px 0 0;
}
.brdcrmb_heading h1.breadcrumb span.current{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #1d1d1d;
    text-transform: uppercase;
}
.brdcrmb_heading h1.breadcrumb span {
    display: flex;
}
.brdcrmb_heading .heading {
    display: inline-block;
    background: #fff;
    padding: 0 8px 0 0;
}
.brdcrmb_heading {
    position: relative;
    padding: 60px 0 20px 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 50px 0;
}
.brdcrmb_heading:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 4px;
    background-color: #ebebeb;
    bottom: 32%;
    z-index: -1;
    right: 0;
}
/*mobail header responshive menu start*/

@media screen and (max-width:767px)
{
    
   
    
    
    
.home section.top_recent_post {
    margin: 0 0 0 0;
}
.home .trending_posts {
    padding: 0px 0 25px 0;
    margin: 90px 0 0 0;
}    
.archive section.cat_cont_outer {
    margin: 80px 0 0 0;
}   
.single section.post_pg_cntnt {
    margin-top: 30px;
}
section.top_recent_post {
    margin: 40px 0 0 0;
}
body.search.search-results section.cat_cont_outer .sidebar {
    display: none;
}
    
body.archive.tag section.cat_cont_outer .sidebar {
    display: none;
}    
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-21 a {
    display: none !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-21 ul.sub-menu a {
    display: block !important;
}
div#sng_sdebar {
    display: none;
}
.single .brdcrmb_heading {
    display: none;
}
.single_post {
    margin-top: 20px;
}    
/*responsive menu css ends*/
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
header.navbar-fixed-top {
    display: none;
}
header#header {
    display: none;
}
/*responsive menu css starts*/
.sidenav.mySideBar {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}
.sidenav.mySideBar {
    width: 100%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    padding-top: 60px;
}

a.side-menu-button.actives {
    background-color: #00ad9c;
    color: #fff !important;
}

a.side-menu-button {
    display: flex;
    justify-content: space-around;
    padding: 6px 15px;
    background-color: #00ad9c;
    color: #fff !important;
    font-size: 25px;
    border-radius: 4px;
    z-index: 99999999999;
    position: relative;
    text-decoration: none;
}

.sidenav.mySideBar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidenav ul#mob_menu a {
    padding: 8px 0;
    font-family: 'Roboto-Bold';
    color: #6a6a6a;
    text-decoration: none;
    font-size: 20px;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
}

.sgpb-popup-dialog-main-div-theme-wrapper-2 {
    top: 60 !important;
}

.sidenav ul#mob_menu a:hover{
    color: #0bc6cb;
    transition: all 0.3s ease-in-out;
}

div#sgpb-popup-dialog-main-div {
    min-width: 85% !important;
    width: 85% !important;
    max-width: 85% !important;
}

img.sgpb-popup-close-button-2 {
    right: 20px !important;
}

#mobmenu_cstm {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 3px 3px 4px -1px #d4c1c1;
}

#mobmenu_cstm .menu_title img {
    width: 40%;
    height: auto !important;
}

.search section.cat_cont_outer {
    margin: 85px 0 0 0;
}

div#tp_menues {
    margin-top: 3px;
}
/*responsive menu css ends*/


.single_bsnss .img_sec img {
    width: 100%;
    height: auto;
}
.ad_sec img {
    width: 100%;
    height: auto;
}
.side_ad_Sec img {
    width: 100%;
    height: auto;
}
.bsnss_posts p{
font-size: 13px;
}
.trending_posts {
    padding: 0px 0 25px 0;
    margin: 60px 0 0 0;
}
.trending_posts h1 {
    font-size: 12px;
    padding: 5px 5px;
    width: 38%;
}
.trending_posts h2 a{
    font-size: 13px;
}
.trending_posts .post_outer:before {
    display: none;
}
.trending_posts marquee {
    width: 62%;
    background: #fff;
}
section.top_recent_post .single_post .text-sec {
    bottom: 0;
}
section.top_recent_post .single_post h4 a, section.top_recent_post .single_post h4 {
    font-size: 15px;
    line-height: 1.4;
}
section.top_recent_post span.date{
    font-size: 12px;
}
section.top_recent_post .post {
    margin: 0 0 20px 0;
}
section.auto_bsnss form.search-form input{
    padding: 5px 10px;
}
section.auto_bsnss .search {
    margin: 0 0 20px 0;
}
.side_sec h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}
.ctgry ul li a{
    font-size: 15px;
    padding: 8px 10px;
}
.ctgry {
    margin: 0 0 20px 0;
}
.populr_posts .text_sec {
    width: 70%;
    padding: 0 0 0 10px;
}
.populr_posts .img_sec img {
    width: 100%;
    height: auto;
}
.populr_posts .text_sec h4, 
.populr_posts .text_sec h4 a{
font-size: 14px;

}
.populr_posts .catgorydate p {
    margin: 0;
    font-size: 11px;
}
.populr_posts .catgorydate .cat a {
    font-size: 10px;
    padding: 2px 3px;
}
.populr_posts {
    margin: 0 0 20px 0;
}
.automtv h3 a, .automtv h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.automtv .single_post .text_sec p{
    font-size: 13px;
    margin: 0;
}
.automtv .single_post .text_sec h4, 
.automtv .single_post .text_sec h4 a{
margin: 5px 0 5px 0;
}
.automtv .single_post .catgory{
    margin: 0 0 10px 0;
}
.automtv .single_post .catgory a {
    font-size: 10px;
    padding: 3px 5px;
}
.automtv .single_post {
    margin: 0 0 15px 0;
}
.auto_post h4, .auto_post h4 a{
    font-size: 15px;
}
.auto_post .date{
    font-size: 12px;
}
.auto_post {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.automtv {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}
.business h3 a, .business h3{
    margin: 0 0 20px 0;
    font-size: 18px;
}
.single_bsnss .catgory{
    top: 30%;
}
.single_bsnss h4, .single_bsnss h4 a{
    font-size: 18px;
    margin: 5px 0 0 0;
}
.single_bsnss {
    padding: 0 0 12px 0;
    margin: 0 0 20px 0;
}
.bsnss_posts img {
    width: 100%;
    height: auto;
}
.bsnss_posts h4 a, .bsnss_posts h4 {
    font-size: 18px;
    margin: 10px 0 8px 0;
}
.bsnss_posts .text_sec {
    padding: 15px 0 0 0;
}
.bsnss_posts {
    margin: 0 0 20px 0;
}
.ad_sec {
    padding: 20px 15px;
}
section.hm_edu h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.home_imp h4, .home_imp h4 a {
    font-size: 14px;
    margin: 8px 0 5px 0;
}
.home_imp .post {
    min-height: 175px;
    margin: 0 0 20px 0;
}
.education .text_sec h4 a, .education .text_sec h4{
    font-size: 18px;
}
section.health {
    padding: 0;
}
section.health h3{
margin: 0 0 20px 0;
font-size: 18px;
}
.recent_posts .post .img_sec img {
    width: 100%;
    height: auto;
}
.recent_posts .post .text_sec {
    width: 70%;
    padding: 0 0 0 10px;
}
.recent_posts .post h4 a, .recent_posts .post h4{
    font-size: 14px;
    margin: 8px 0 4px 0;
}
.recent_posts .post .date {
    font-size: 13px;
}
.recent_posts .post .catgory a{
    font-size: 12px;
}
.hlth_single h4 a, .hlth_single h4{
    font-size: 18px;
}
.hlth_single p{
    font-size: 14px;
}
.hlth_single{
    padding: 0 0 15px 0;
}

.hlth_posts .img_sec {
    width: 40%;
}
.hlth_posts .text_sec {
    width: 70%;
    padding: 0 0 0 10px;
}
.hlth_posts .img_sec img {
    width: 100%;
    height: auto;
}
.hlth_posts h4 a, .hlth_posts h4{
    font-size: 15px;
}
.random_post h4 a, .random_post h4{
    font-size: 16px;
    margin: 0 0 5px 0;
}
.random_post {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.side_ad_Sec {
    margin: 0 0 20px 0;
}
section.trvl_lfstyl_rlst h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.archives {
    padding: 0 0 20px 0;
}
.tags ul li a {
    font-size: 12px;
    padding: 1px 5px;
    margin: 5px 5px;
}
.tags {
    margin: 18px 0 20px 0;
    padding: 0 0 20px 0;
}
section.trvl_lfstyl_rlst .lifestyle {
    margin: 20px 0 0 0;
}
.lifestyle .img_sec {
    width: 40%;
}
.lifestyle .post .text {
    width: 70%;
    padding: 0 0 0 10px;
}
.lifestyle .img_sec img {
    width: 100%;
    height: auto;
}
.lifestyle h4, .lifestyle h4 a{
    font-size: 15px;
}
.real_estate {
    padding: 20px 0 0 0;
}
.real_estate h4 a, .real_estate h4{
    font-size: 18px;
    margin: 5px 0 8px 0;
}
.real_estate p {
    font-size: 14px;
}
.real_estate .post .text {
    padding: 15px 0 0 0;
}
.real_estate .post {
    margin: 0 0 20px 0;
}
section.other_posts h3{
    font-size: 18px;
    margin: 0 0 20px 0;
}
.other_posts .text_sec{
    padding: 30px 40px;
}

footer ul#pg_links li a{
    margin: 0 12px 0 0;
    font-size: 14px;
}
footer ul#footer_social_icons li a{
    margin: 0 12px 0 0;
    font-size: 16px;
}
.top_hdr {
    display: none;
}
.md_hdr {
    display: none;
}
body.archive.category .sidebar {
    display: none;
}
section.cat_cont_outer {
    padding: 0 0 45px 0;
    margin: 60px 0 0 0;
}
section.cat_cont_outer .cat_heading {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
section.cat_cont_outer .cat_heading h2{
    font-size: 20px;
    margin: 0;
    padding: 25px 0 0 0;
}    
section.cat_cont_outer .cat_heading:before{
    top: 38%;
}
.sidebar h3{
    font-size: 20px;
    margin: 0 0 20px 0;
}
.sidebar .search {
    margin: 0 0 20px 0;
}
section.cat_cont_outer h1 {
    font-size: 14px;
    margin: 0;
    padding: 0 10px 0 0;
}
.sidebar form.search-form input {
    padding: 5px 10px;
}
.sidebar .recent_posts {
    margin: 20px 0 0 0;
}
.sidebar .archives {
    padding: 20px 0 20px 0;
}
section.cat_cont_outer .post_item h3.entry-title a, 
section.cat_cont_outer .post_item h3.entry-title {
    font-size: 18px;
    margin: 15px 0 5px 0;
}
section.cat_cont_outer .post_item .date_sec p {
    font-size: 13px;
    margin: 0 0 6px 0;
}
section.cat_cont_outer .post_item p {
    font-size: 14px;
    margin: 0 0 5px 0;
}
section.cat_cont_outer .post_item {
    margin: 0 0 15px 0;
}
section.post_pg_cntnt .single_post .img_sec img{
    width: 100%;
    height: auto;
}
section.post_pg_cntnt {
    padding: 60px 0 20px 0;
}
.brdcrmb_heading {
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
}
.brdcrmb_heading h1.breadcrumb span.current {
    font-size: 15px;
    padding: 0 0 0 55px;
}
.brdcrmb_heading h1.breadcrumb span a{
    font-size: 15px;
}
section.post_pg_cntnt .single_post h2 {
    font-size: 18px;
}
section.post_pg_cntnt .single_post .date_cat{
    padding: 8px 0 18px 0;
}
.post_ad {
    padding: 10px 0 20px 0;
}
section.post_pg_cntnt .post_outer .post_tags {
    padding: 20px 0 0 0;
}
.author_sec {
    padding: 12px;
    margin: 20px 0 0 0;
    align-items: end;
}
.author_sec .img_sec {
    width: 30%;
}
.author_sec .text_sec {
    width: 70%;
    padding: 0 0 0 15px;
}
.author_sec h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
}
.author_sec p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}
.next_prev h3 a {
    font-size: 15px;
}
.next_prev h4 a, .next_prev h4{
    font-size: 14px;
}
.next_prev {
    padding: 12px 0 10px 0;
}
.related_posts h3 {
    font-size: 20px;
    padding: 20px 0 10px 0;
}
.related_posts .post .img_sec img {
    width: 100%;
    height: auto;
}
.related_posts .post h4 a, .related_posts .post h4 {
    font-size: 15px;
    margin: 0 0 5px 0;
}
.related_posts .post p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}
.related_posts .post {
    margin: 0 0 15px 0;
}
.page-header.alignwide {
    padding: 20px 0 15px 0;
    margin: 0 0 20px 0;
}
section.cat_cont_outer h1.page-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.nothing {
    margin: 60px 0 0 0;
}
.not_fond h1.page-title {
    font-size: 22px;
}
.not_fond p {
    font-size: 14px;
}
section#error_pg {
    margin: 60px 0 50px 0;
}
.error_mn h1 {
    font-size: 30px;
    padding: 15px 0;
    margin: 0;
}
.error_mn h2 {
    font-size: 75px;
    margin: 0;
}
.error_mn h3 {
    font-size: 20px;
}
.error_mn p {
    font-size: 14px;
    padding: 0;
}
.error_mn h5 a {
    font-size: 13px;
    padding: 7px 13px;
}

}

/*ipad responsive start*/
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px){
.logo_img img {
    width: 34%;
}
.main_menu ul#head_menu li a {
    font-size: 10px;
    padding: 0 2px;
}
header .search form.search-form input {
    padding: 1px 5px;
}
header .search button.search-submit {
    padding: 3px 8px;
    font-size: 12px;
}
.mn_hdr {
    padding: 10px 0;
}
.md_hdr {
    padding: 20px 0;
}
.trending_posts h1{
    font-size: 15px;
    padding: 10px 12px;
    width: 20%;
}
.trending_posts h2 a {
    font-size: 16px;
}
.trending_posts {
    padding: 15px 0 20px 0;
}

section.top_recent_post .single_post h4 a, 
section.top_recent_post .single_post h4{
font-size: 20px;

}

section.top_recent_post .post .text-sec {
    padding: 10px 10px;
}
.single_bsnss img {
    width: 100%;
    height: auto;
}

section.top_recent_post .post h4 a, 
section.top_recent_post .post h4{
font-size: 12px;
margin: 0;
}
section.top_recent_post .post .catgory a{
    font-size: 12px;
    padding: 3px 5px;
}
section.top_recent_post .post .catgory {
    margin: 0 0 8px 0;
}
section.top_recent_post span.date {
    margin: 0 0 5px 0;
    font-size: 12px;
}
.side_ad_Sec img {
    width: 100%;
    height: auto;
}
.bsnss_posts img {
    width: 100%;
    height: auto;
}
.automtv .single_post .text_sec p{
    margin: 0;
    font-size: 13px;
}
.automtv .single_post .text_sec{
    padding: 15px 15px;
}

.automtv .single_post .text_sec h4, .automtv .single_post .text_sec h4 a{
    font-size: 16px;
    margin: 5px 0 8px 0;
}
.automtv .single_post .catgory a {
    font-size: 12px;
    padding: 3px 6px;
}
.automtv .single_post .catgory {
    margin: 0 0 15px 0;
}
.trending_posts .post_outer:before{
    top: 55%;
}
section.auto_bsnss form.search-form input{
    padding: 5px 10px;
}
section.auto_bsnss .search {
    margin: 0 0 20px 0;
}
.automtv h3 a, .automtv h3{
    margin: 0 0 30px 0;
}
.ctgry ul li a{
    font-size: 14px;
    padding: 8px 5px;
}
.side_sec h3{
    margin: 0 0 10px 0;
}
.auto_post h4, .auto_post h4 a{
    font-size: 15px;
    margin: 0 0 4px 0;
}
.auto_post .date {
    font-size: 12px;
}
.auto_post {
    margin: 0 0 5px 0;
}
.automtv {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.business h3 a, .business h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
.single_bsnss h4, .single_bsnss h4 a {
    font-size: 18px;
    margin: 8px 0 0 0;
}
.single_bsnss {
    padding: 0 0 15px 0;
    margin: 0 0 22px 0;
}
.bsnss_posts h4 a, .bsnss_posts h4 {
    font-size: 16px;
    margin: 5px 0 5px 0;
}
.bsnss_posts p {
    font-size: 11px;
    margin: 0;
}
.bsnss_posts {
    margin: 0 0 18px 0;
}
.populr_posts .text_sec {
    width: 60%;
    padding: 0 0 0 8px;
}
.populr_posts .img_sec {
    width: 40%;
}
.populr_posts .img_sec img{
    width: 100%;
    height: auto;
}
.populr_posts .text_sec h4, .populr_posts .text_sec h4 a{
    font-size: 12px;
    margin: 0 0 5px 0;
}
.populr_posts .catgorydate {
    display: block;
}
.populr_posts .catgorydate .cat a {
    font-size: 10px;
    padding: 1px 4px;
}
.populr_posts .catgorydate p {
    margin: 4px 0 0 0;
    font-size: 12px;
}
.populr_posts .post {
    margin: 0 0 15px 0;
}
.ad_sec {
    padding: 25px 0;
}
.home_imp h4, .home_imp h4 a {
    font-size: 15px;
    margin: 8px 0 5px 0;
}
.home_imp .post {
    min-height: 190px;
    margin: 0 0 20px 0;
}
section.health {
    padding: 10px 0 20px 0;
}
.education .text_sec h4 a, .education .text_sec h4 {
    font-size: 18px;
}
.recent_posts .post .img_sec {
    width: 40%;
}
.recent_posts .post .text_sec {
    width: 60%;
    padding: 0 0 0 10px;
}
.recent_posts .post .img_sec img {
    width: 100%;
    height: auto;
}
.recent_posts .post .catgory a{
    font-size: 12px;
    padding: 2px 10px;
}
.recent_posts .post h4 a, .recent_posts .post h4 {
    font-size: 12px;
    margin: 5px 0 5px 0;
}
.recent_posts .post .date {
    font-size: 12px;
}
section.health h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
.hlth_single h4 a, .hlth_single h4 {
    font-size: 15px;
    margin: 10px 0 8px 0;
}
.hlth_single p {
    font-size: 13px;
    margin: 6px 0 0 0;
}
.hlth_single {
    margin: 0 0 10px 0;
    padding: 0 0 18px 0;
}
.hlth_posts .img_sec {
    width: 40%;
}
.hlth_posts .text_sec {
    width: 60%;
}
.hlth_posts .img_sec img{
    width: 100%;
    height: auto;
}
.random_post {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
}
.random_post h4 a, .random_post h4 {
    font-size: 15px;
    margin: 0 0 5px 0;
}
.random_post .date {
    font-size: 13px;
}
.recent_posts .post {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
section.trvl_lfstyl_rlst h3 {
margin: 0 0 20px 0;
}
.travel .item h4 a, .item h4 {
    font-size: 18px;
    transition: 0.5s;
}
.travel .item .catgory {
    text-align: center;
    margin: 0 0 95px 0;
}
.archives{
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
}
.tags ul li a {
    font-size: 14px;
    padding: 1px 5px;
    margin: 4px 4px;
}
.lifestyle .img_sec {
    width: 40%;
}
.lifestyle .post .text {
    padding: 0 0 0 10px;
    width: 60%;
}
.lifestyle .img_sec img{
    width: 100%;
    height: auto;
}
.lifestyle h4, .lifestyle h4 a {
    font-size: 13px;
}
.lifestyle .date {
    font-size: 13px;
}
.lifestyle .post {
    display: flex;
    margin: 0 0 10px 0;
}
.real_estate {
    padding: 20px 0 0 0;
}
.real_estate h4 a, .real_estate h4 {
    font-size: 17px;
    margin: 5px 0 5px 0;
}
.real_estate p {
    font-size: 14px;
    margin: 0;
}
.real_estate .post {
    margin: 0 0 18px 0;
}
section.other_posts h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
.other_posts h4 a, .other_posts h4 {
    font-size: 12px;
    margin: 5px 0 5px 0;
    line-height: 1.3;
}
.other_posts .catgory {
    margin: 0 0 25px 0;
}
.other_posts .catgory a {
    font-size: 8px;
    padding: 2px 5px;
}
section.cat_cont_outer .cat_heading {
    padding: 30px 0 15px 0;
    margin: 0 0 20px 0;
}
section.cat_cont_outer .cat_heading h2 {
    font-size: 20px;
    margin: 0;
    padding: 22px 0 0 0;
}
section.cat_cont_outer .cat_heading:before {
    top: 36%;
}
.sidebar form.search-form input {
    padding: 5px 10px;
    border-radius: 30px 0 0 30px;
}
.sidebar .search {
    margin: 0 0 20px 0;
}
section.cat_cont_outer .post_item h3.entry-title a, section.cat_cont_outer .post_item h3.entry-title {
    font-size: 16px;
    margin: 12px 0 8px 0;
}
section.cat_cont_outer .post_item .date_sec p {
    font-size: 14px;
    margin: 0 0 5px 0;
}
section.cat_cont_outer .post_item p{
    font-size: 13px;
    margin: 0 0 5px 0;
}
section.cat_cont_outer .post_item {
    margin: 0 0 18px 0;
}
.brdcrmb_heading {
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
}
.brdcrmb_heading:before {
    bottom: 50%;
}
section.post_pg_cntnt .single_post h2 {
    font-size: 20px;
}
section.post_pg_cntnt .single_post .date_cat {
    padding: 10px 0 18px 0;
}
section.post_pg_cntnt .single_post p {
    font-size: 14px;
}
.post_ad {
    padding: 8px 0 20px 0;
}
section.post_pg_cntnt .post_outer .post_tags {
    padding: 20px 0 0 0;
}
.author_sec {
    padding: 18px;
    margin: 20px 0 0 0;
}
.author_sec .img_sec {
    width: 20%;
}
.author_sec .text_sec {
    width: 80%;
    padding: 0 0 0 25px;
}
.author_sec p {
    font-size: 14px;
}
.author_sec h3 {
    font-size: 18px;
}
.next_prev h3 a {
    font-size: 16px;
}
.next_prev h4 a, .next_prev h4{
    font-size: 15px;
}
.related_posts h3 {
    font-size: 20px;
    padding: 20px 0 10px 0;
}
.related_posts .post .img_sec img {
    width: 100%;
    height: auto;
}
.related_posts .post h4 a, .related_posts .post h4 {
    font-size: 18px;
}
.related_posts .post p {
    font-size: 14px;
    margin: 0;
}
.related_posts .post{
    margin: 0 0 20px 0;
}
section.cat_cont_outer h1.page-title {
    font-size: 20px;
}
.page-header.alignwide {
    padding: 20px 0 15px 0;
    margin: 0 0 30px 0;
}
.not_fond h1.page-title {
    font-size: 28px;
}
.not_fond p {
    font-size: 14px;
}
section#error_pg {
    margin: 20px 0 50px 0;
}
.error_mn h1 {
    font-size: 35px;
}
.error_mn h2 {
    font-size: 98px;
}
.error_mn h3 {
    font-size: 25px;
}
.error_mn p {
    font-size: 18px;
    padding: 0;
}
.error_mn h5 a {
    font-size: 14px;
    padding: 8px 20px;
}


}