
@font-face {
    font-family: 'Shopify Sans Web';
    src: url('../font/ShopifySansWeb-Regular.woff2') format('woff2'),
        url('../font/ShopifySansWeb-Regular.woff') format('woff');
    font-weight: normal;font-display: swap;
}

@font-face {
    font-family: 'Shopify Sans Web';
    src: url('../font/ShopifySansWeb-Medium.woff2') format('woff2'),
        url('../font/ShopifySansWeb-Medium.woff') format('woff');
    font-weight: 500;font-display: swap;

}

@font-face {
    font-family: 'Shopify Sans Web';
    src: url('../font/ShopifySansWeb-Bold.woff2') format('woff2'),
        url('../font/ShopifySansWeb-Bold.woff') format('woff');
    font-weight: bold;font-display: swap;
}

@font-face {
    font-family: 'Shopify Sans Web';
    src: url('../font/ShopifySans-Black.woff2') format('woff2'),
        url('../font/ShopifySans-Black.woff') format('woff');
    font-weight: 900;font-display: swap;
}

:root {
    --base-color: #367DF9;
    --heading-color: #162D5A;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --text-color: #212326;
    --shopify-sans-web: 'Shopify Sans Web' , sans-serif;
}

.wp-theme-qeblog.header_sticky {
   overflow-x: visible;
}

.wp-theme-qeblog.header_sticky .header {
    z-index: 1000;
}

@media only screen and (max-width:1400px){
.wp-theme-qeblog .header {padding: 15px 0;}
}

@media only screen and (max-width:675px){
.main_content_parent_wrap .content_left_data_main {
    margin-top: 50px;
}
}

@media only screen and (max-width:595px){
.main_content_parent_wrap .content_left_data_main {
    margin-top: 0px;
}
}

/* New Site CSS */
::-moz-selection{background:var(--base-color); color:var(--white-color);}
::selection{background:var(--base-color); color:var(--white-color);}
html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}
body {margin: 0px;padding: 0px;font-weight: 400;font-family: var(--shopify-sans-web);background: var(--white-color);overflow-x: hidden;}
body.open {position: relative;overflow: hidden;}
p:empty{display: none;margin: 0px !important;}
p:last-child{margin-bottom: 0px;}
p{margin-bottom: 20px;font-size: 18px;line-height: 1.55;padding: 0px;color: var(--text-color);}
a {transition: all 0.3s ease;text-decoration: none;outline: none;color: var(--base-color);}
a:hover{color: var(--base-color);text-decoration: none;outline: none;}
dl , ol , ul {margin: 0px;}
ul {padding: 0;list-style: none;}
img {max-width: 100%;max-height: 100%;width: auto;height: auto;}
.bg-main{background: var(--base-color);}
.container-sm{max-width: 1030px;}
.container{max-width:1460px;}
.fit img {width: 100%;height: 100%;object-fit: cover;max-width: 100%;max-height: 100%;}
.claerfix {clear: both;}

h1,h2,h3,h4,h5,h6 {padding: 0px;margin: 0px;color: var(--heading-color);font-weight: 700;font-family: var(--shopify-sans-web)}
.h1,h1{font-size: 2.625em;line-height: 1.5;}
.h2,h2{font-size: 2.0625em;line-height: 1.35;}
.h3,h3{font-size: 1.5625em;line-height: 1.2;margin-bottom: 10px;}
.h4,h4{font-size: 1.125em;line-height: 1;margin-bottom: 10px;}
.h5,h5{font-size: 1em;margin-bottom: 10px;}

#primary.blog_details h1, #primary.blog_details h1 a {font-size: 2.625em;line-height: 1.5;font-weight: 700;font-family: var(--shopify-sans-web);}
#primary.blog_details h2, #primary.blog_details h2 a {font-size: 2.0625em;line-height: 1.35;margin-bottom: 15px;font-weight: 500;font-family: var(--shopify-sans-web);color: var(--heading-color);}
#primary.blog_details h3, #primary.blog_details h3 a {font-size: 1.7550em;line-height: 1.2;margin-bottom: 10px;font-weight: 500;font-family: var(--shopify-sans-web);color: var(--heading-color);}
#primary.blog_details h4, #primary.blog_details h4 a {font-size: 1.5em;     color: #162D5A !important;line-height: 1;margin-bottom: 15px;font-weight: 500;font-family: var(--shopify-sans-web);}
#primary.blog_details h5, #primary.blog_details h5 a {font-size: 1.125em;line-height: 1;margin-bottom: 30px;font-family: var(--shopify-sans-web);}
#primary.blog_details h6, #primary.blog_details h6 a {font-size: 1.125em;line-height: 1;margin-bottom: 10px;font-weight: 400;font-family: var(--shopify-sans-web);}
#primary.blog_details h3 span, #primary.blog_details h2 span{font-weight:400 !important;}

/* custom scroll */
* {box-sizing: border-box;}
* {scrollbar-width: thin;scrollbar-color: #2C6AD4 #ebebeb;}
*::-webkit-scrollbar {width: 12px;}
*::-webkit-scrollbar-track {background: #ebebeb;}
*::-webkit-scrollbar-thumb {background-color: #2C6AD4;border-radius: 20px;border: 3px solid #ebebeb;}

nav,header,section,img,figure,small,select {margin: 0px;padding: 0px;color: var(--heading-color);}
section{position: relative;}
.py-40{padding-top: 40px;padding-bottom: 40px;}
.pb-40{padding-bottom: 40px;}
.pt-40{padding-top: 40px;}
.py-50{padding-top: 50px;padding-bottom: 50px;}
.pb-50{padding-bottom: 50px;}
.pt-50{padding-top: 50px;}
.py-60{padding-top: 60px;padding-bottom: 60px;}
.pb-60{padding-bottom: 60px;}
.pt-60{padding-top: 60px;}
.py-70{padding-top: 70px;padding-bottom: 70px;}
.pb-70{padding-bottom: 70px;}
.pt-70{padding-top: 70px;}
.py-80{padding-top: 80px;padding-bottom: 80px;}
.pb-80{padding-bottom: 80px;}
.pt-80{padding-top: 80px;}
.py-100{padding-top: 100px;padding-bottom: 100px;}
.pb-100{padding-bottom: 100px;}
.pt-100{padding-top: 100px;}

.button:focus , .btn:focus {outline: 0;box-shadow: none;}
.link {font-size: 16px;font-size: 0.89rem;font-weight: 600;line-height: 1;color: var(--base-color);letter-spacing: 0.05em;display: block;}
.button {border-radius: 30px;background: var(--base-color);color: var(--white-color);font-size: 16px;line-height: 1;text-transform: capitalize;
    border: 1px solid transparent;min-width: 140px;padding: 16px 39px;transition: all 0.3s ease;font-weight: 700;cursor: pointer;position: relative;
    text-decoration: none;box-shadow: 0px 15px 15px -5px #c4c4c4;text-shadow: none;text-align: center;letter-spacing: 0.05em;display: flex;align-items: center;
    justify-content: center;column-gap: 10px;}
.button:hover {background: var(--heading-color);color: var(--white-color);box-shadow: 0px 15px 15px -5px #162d5aa1;}
.button-outline {border-radius: 30px;background: transparent;color: var(--white-color);font-size: 14px;line-height: 1;text-transform: capitalize;
    border: 1px solid var(--white-color);min-width: auto;padding: 12px 23px;transition: all 0.3s ease;font-weight: 700;cursor: pointer;position: relative;
    text-decoration: none;text-shadow: none;display: block;text-align: center;letter-spacing: 0.05em;}
.button-outline:hover {background: var(--base-color);border-color: var(--base-color);color: var(--white-color);}
.button-outline-bl {border-radius: 30px;background: transparent;color: var(--base-color);font-size: 16px;line-height: 1;text-transform: capitalize;border: 1px solid var();
    min-width: 140px;padding: 16px 39px;transition: all 0.3s ease;font-weight: 700;cursor: pointer;position: relative;text-decoration: none;text-shadow: none;
    text-align: center;letter-spacing: 0.05em;box-shadow: 0px 15px 15px -5px #c4c4c4;display: flex;align-items: center;justify-content: center;}
.button-outline-bl:hover {background: var(--base-color);border-color: var(--base-color);color: var(--white-color);}

/* button animation  */
.btn_effcet1,
.button.dark.button-pulse,
.cta_btn .button.button-pulse,
.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

/* blick btn */
.blink {
  animation: blink 0.9s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* button effect 2 */
.btn_effcet2 {
  animation: glow 2s infinite;
  transition: 0.5s;
}
@keyframes glow {
  0% {
    background: linear-gradient(317deg, #00c931 0%, #367df9 100%);
  }

  50% {
    /* background: #00c931; */
    background: linear-gradient(317deg, #367df9 0%, #00c931 100%);
    transition: all ease 0;
  }
  100% {
    /* background: linear-gradient(317deg, #367df9 0%, #00c931 100%); */
    background: #002954;
  }
}
body.header_sticky {
  padding-top: 0px !important;
}
.header_sticky .top_bar {
  top: -50px;
}
.header_sticky .header {
  position: sticky;
  top: -1px;
  background: #2c6ad4;
}
.header_reverse .header {
  transform: translateY(-100%);
  position: sticky;
  top: -1px;
  opacity: 0;
  visibility: hidden;
}

/***    Blog page   ***/
.menu-top-main .blog_list_tab_top_bar li:last-child{position:relative;}
.menu-top-main .blog_list_tab_top_bar li:last-child:after {background: url(../images/holiday_season.png) no-repeat;background-size: 100%;content: "";position: absolute;width: 100%;
    height: 65px;right: -12px;top: -20px;z-index: 0;border-radius: 20px 8px 30px;}
.blog_menu_wrap .blog_list_tab_top_bar li:last-child {position: relative;}
.blog_menu_wrap .blog_list_tab_top_bar li:last-child a {color: var(--white-color);}
.blog_menu_wrap .container{max-width:1460px; padding:0 15px; margin:0 auto;}
.menu-top-main{background: #162D59;     margin: -35px 0 50px 0;
    padding: 90px 0 30px 0;} 
.menu-top-menu-container .blog_list_tab_top_bar {margin: 0px auto 0px; display: flex; flex-flow: row wrap; justify-content: center;}
.blog_list_tab_top_bar li a {padding: 5px 30px;font-weight: 400;font-size: 22px;letter-spacing: 0.05em;color: #ffffff; display: block; line-height: 26px;     z-index: 1;
    position: relative;}
.blog_list_tab_top_bar .current-menu-item a {color: var(--base-color);}
.blog_list_tab_top_bar li:first-child a {padding-left: 0;}

.blog-section .content-area, .search .content-area {padding-top: 0;}
.mini_banner {min-height: 300px; padding: 110px 0px;background: url(../images/blog_banner.webp) no-repeat;background-size: cover; display: flex; align-items: center; justify-content: center;}
.single .mini_banner{min-height: 650px; padding: 128.5px 0px;}
.group-blog .breadcrumb{background-color: transparent; z-index: 2;
    position: relative; align-items: center; padding: 0;
}
.group-blog .breadcrumb .breadcrumb-item a{font-size: 15px; font-weight: 600; color: #ffffff; line-height: 26px;}
.group-blog .mini_banner.overlay:after{z-index: 1;}
.overlay:after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #162d5a99; transition: all ease 0.5s;}  

.search_wrap{margin-top: -36px;position: relative;z-index: 1;padding: 0 150px;}
.input_search {border: 1px solid #BCCDE4;border-radius: 50px;padding: 10px 10px 10px 30px;min-height: 70px;display: flex;justify-content: space-between;
    background: var(--white-color);}
.input_search form{display: flex;justify-content: space-between;width: 100%;position: relative;}
.input_search .form-control {height: 100%;background: transparent;border: 0px;font-size: 22px;font-weight: 500;color: var(--heading-color);width: calc(100% - 220px);
    box-shadow: none;outline: none;}
.input_search .form-control::placeholder{color: #96A0B5;}
.input_search .button {min-width: 200px;font-size: 22px;font-weight: 500;padding: 10px 20px;height: 100%;border-radius: 50px;border: 0;letter-spacing: 0.05em;
    box-shadow: none;background: transparent;z-index: 2;}
.search_btn_txt {display: flex;align-items: center; cursor: pointer; min-width: 220px; position: absolute; right: 0; font-size: 22px; font-weight: 500; padding: 10px 20px;
    background: var(--base-color); height: 100%; border-radius: 50px; border: 0; letter-spacing: 0.05em; color: var(--white-color); justify-content: center;}
.search_btn_txt img {margin-right: 10px;max-width: 30px;z-index: 0; background: var(--base-color);}

.related-post , .blog-section .post-grid .grid-items, .search_result_page .grid-items {display: flex;justify-content: space-between;flex-wrap: wrap; width: 100%;}
.related-post .post-details , .post-grid .skin.flat.item, .search_result_page .item {box-shadow: inherit;border-radius: 10px !important;
    border: none;margin: 0 0 60px 0 !important;}
.related-post .post-details a, .skin.flat .layer-content .title a, .search_page_deta_mains .btmttls a {font-weight: 400;margin-bottom: 10px; color: var(--heading-color); max-width: 100%;
    font-size: 22px;line-height: 1.4;font-family: var(--shopify-sans-web);}
.related-post .post-details .content-body {padding: 30px;}
.related-post .post-details .post-thumbnails img {border-radius: 10px 10px 0px 0px;}
.grid .grid-items .layer-content .categories a, .search_page_deta_mains .tags a {font-size: 13px;color: var(--base-color);letter-spacing: 0.05em;
    text-transform: capitalize;font-weight: 500;border: 1px solid #64646424;padding: 2px;margin: 0 6px 0 0;font-family: var(--shopify-sans-web);}
.post-grid .skin.flat.item .layer-content {padding: 27px 27px 0px 0px;}
.post-grid .skin.flat.item, .search_result_page .item {width:calc(50% - 20px) !important; overflow: hidden;}
.post-grid .layer-content .element_5.title  {padding: 0;}
.post-grid .layer-content .element_5.title a{margin: 0px;padding: 0px;}
.pagination {justify-content: center;}

.primary-sidebar .widget-title {font-size: 28px !important; line-height: 1.5 !important; margin-bottom: 20px !important; padding: 0 !important; 
    background: transparent !important;font-family: var(--shopify-sans-web) !important; text-transform: none !important; font-weight: 600 !important; 
    letter-spacing: normal !important;color: var(--heading-color) !important;}
.recent-posts-widget-with-thumbnails ul li {padding: 0px !important;margin: 0 0 20px 0 !important;border: none !important;}
.recent-posts-widget-with-thumbnails ul li a {font-family: var(--shopify-sans-web);overflow: auto;}
.recent-posts-widget-with-thumbnails ul li a img {margin: 0 20px 0 0;border-radius: 10px;}
.recent-posts-widget-with-thumbnails ul li a span {font-size: 18px; color: #555; font-weight: 400;font-family: var(--shopify-sans-web); }
.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date { font-size: 14px;line-height: 1.4;color: var(--base-color);letter-spacing: 0.05em;
    text-transform: uppercase;font-weight: 500;margin-top: 10px;}
.search_page_deta_mains img {border-top-left-radius: 10px;border-top-right-radius: 10px;width: 100%; object-fit: cover;object-position: top center;min-height: 210px;
    max-height: 210px;}
.search_page_deta_mains .tags {padding:30px 30px 0 30px;display: block;}
.search_page_deta_mains .btmttls {padding:10px 30px 30px;}
    
.single-post article .entry-title {color: var(--text-color);letter-spacing: -0.828571px;}
.single-post article.post h1 {margin-bottom: 30px;}



.blog-section .group-post-grid .post-other-content:before, .blog-section .group-post-grid .post-other-content:after{display:none;}
.blog-section .group-post-grid .post-other-content{display: flex;
    align-items: center;
    justify-content: space-between;}
.blog-section .group-post-grid{margin-top:70px; margin-bottom:0px;}
.recommonded_block {padding: 0 10px 20px;}
.recommonded_block h4 {font-size: 40px !important; line-height: 54px !important; margin-bottom: 21px;}

.recommonded_block ul li:last-child {margin-bottom: 0;}
.recommonded_block ul li a{font-size: 20px;font-weight: 600;color: var(--heading-color); line-height:26px; margin-bottom:10px; display: inline-block; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.recommonded_block ul li a:hover {color: #7E8698;}
.author_wrap {display: flex;align-items: center;justify-content: space-between;}
.author_wrap span {color: #7E8698;font-size: 16px;}

.blog-inner-box {box-shadow: 0px 0px 25px rgb(0 0 0 / 6%);border-radius: 10px;margin-bottom: 40px;}
.blog-inner-box a {height: 100%;display: block;font-size: 18px;}
.blog-inner-box .image_wrap img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.blog-inner-box .text_wrap{padding: 30px;}
.blog-inner-box h5 {margin-bottom: 15px;color: var(--heading-color);max-width: 100%;font-size: 24px; line-height: 1.4;
    display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;font-weight: 500;}
.blog-inner-box .author_wrap .separator_pipe{color:#E4E8F0;}
.blog-inner-box .author_wrap{justify-content: start; gap: 10px; margin-bottom: 10px;}
.blog-inner-box .author_wrap span{color: #A1ACC0; font-weight:600;}
.blog-inner-box a .read_more_btn{font-weight:600; letter-spacing:5%;}
.recommonded_block ul li{border:1px solid #E0E0E0; border-radius:10px;     padding: 9px 30px 9px 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;}
.recommonded_block ul li .featured_thumbnail_image{border-radius:10px; border:2px solid #367DF9; max-width:150px; height:100%; overflow: hidden;}
.recommonded_block ul li .featured_thumbnail_image img{height:100%;}
.group-blog .banner_title{ z-index: 2; position: relative;}
.group-blog .banner_title h1{color:#ffffff; font-size: 3.25em;
 line-height: 3.85rem; text-align:center;}
.blog_detail_banner .blog_detail_banner_title h1{text-align:left;}
 
.recommonded_block .author_wrap .author_nm{color:#367DF9; font-weight:600; line-height: 20px;}
.recommonded_block .author_wrap .date{color:#A1ACC0; font-weight:600; line-height: 20px;}
.group-post-grid .layer-wrapper .categories a{
    padding: 4px 10px !important;
    margin: 0 5px 5px 0 !important;
    border-radius: 25px;
    display: inline-block;
    letter-spacing: 0 !important;
    color: #367DF9 !important;
    font-weight: 600 !important;
    }
.group-post-grid .layer-wrapper .title{
    margin-top: 5px;
    margin-bottom:20px;
 }
.group-post-grid .layer-wrapper .title a{
    font-weight: 600 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.group-post-grid .layer-wrapper .post_date, .group-post-grid .layer-wrapper .author{
    font-size:16px;
    font-weight:600;
    color:#A1ACC0;
}
.group-blog .blog-section{margin-bottom:50px;}
.group-blog .blog-section #load-more-wrap button{border-radius:8px;     background: linear-gradient(180deg, #367df9 0%, #0c51ca 100%);;
    color: var(--white-color);
    height: 45px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.50px;
    box-shadow: inherit;}
.group-blog .blog-section #load-more-wrap button:hover{opacity:0.7;}


.post-cta-banner{background: #E4EBFF;
background: linear-gradient(90deg, rgba(228, 235, 255, 1) 70%, rgba(252, 229, 220, 1) 100%);}
.post-cta-banner .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 15px;
    border-radius: 0;
    min-height: 200px;
}

.cta-banner-text {
    font-size: 42px;
    font-weight: 700;
    color: #1e3158;
    line-height: 1.2;
}

.cta-banner-text span {
    color: #3b82f6;
}
.cta-banner-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    background: linear-gradient(180deg, #367df9 0%, #0c51ca 100%);
    border-radius: 8px;
    cursor: pointer;
    gap:12px;
    transition: all 0.3s ease;
    white-space: nowrap;
    height:55px;
    &:hover{
        opacity:0.7;
    }
}
.cta-banner-btn a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}



/***    Blog Details Page   ***/
.blog_details article.post {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}
.blog_details .heateor_sss_vertical_sharing {width: 100% !important;position: initial;padding: 0; text-align: center;}

.blog_details ol li {margin-bottom: 15px;font-size: 18px;}
.blog_details ol li::marker {color: #3399ff;font-size: 18px;}
.blog_details ol li a, .entry-content .section_points-bg-box a {font-size: 18px;text-decoration: none !important;font-family: var(--shopify-sans-web);}
.blog_details table {width: 100%;height: auto;margin-bottom: 30px;text-align: center;}
.blog_details table , .blog_details th ,.blog_details td {border: 1px solid #ccc;}
.blog_details table td ,.blog_details table th{padding: 8px 5px;}
.blog_details table td:first-child {
    /* width: 610px; */
}
.single-post article.post .entry-content ol {
    padding-left: 30px;
}
.single-post article.post .entry-content ul {list-style: disc;padding-left: 20px;     margin-bottom: 20px;}
.single-post article.post ul li {color: #505766 !important; font-size: 18px;     padding-bottom: 5px; line-height: normal;}
.single-post article.post ul li a {font-size: 18px;font-family: var(--shopify-sans-web)}
.single-post article.post ul li h4, .single-post article.post ul li h3{font-size:18px !important;}
.single-post article.post ul li span {font-family: var(--shopify-sans-web);}
.entry-content .section_points-bg-box {background: #EEF6FE; padding: 35px; margin-bottom: 40px; border: none;}
.entry-content .section_points-bg-box a, .entry-content .section_points-bg-box li {font-weight: 400 !important; color: var(--base-color) !important; 
    font-family: var(--shopify-sans-web);font-size: 20px;}
.paging-navigation {width: 100%;}
.ree_feed_cls {max-width: 40px;}
.post-grid .post_date {font-size: 14px;text-align: left;}
.holiday_banner a img {width: 100%;height: 100%;object-fit: cover;}

/* New Site Footer CSS */
.footer-bg-main{background:#162d59; padding:50px 0 25px 0px;}
.footer-bg-main .row + .row{ /*display: flex;*/align-items: center;}
.footer-bg-main h3{color:var(--white-color); font-size:24px; font-weight:600; padding: 0; padding-top: 20px; margin: 0; line-height: 1.5;}
.footer-left-logo .address{margin:33px 0 0 0px;}
.footer-left-logo .address p{color:#CBDAFA; font-size:16px; line-height:26px; font-weight:400; margin:0px; padding:0px;}
.footer-left-logo .address p a{line-height:1.3; color:#CBDAFA;font-size: 16px;}
.footer-left-logo .address p a:hover{color:var(--white-color);}
.footer-menu ul{ width:100%; display: inline-block; margin:0px; padding:13px 10px 0 0px;column-count: 3;}
.footer-menu ul li{display:inline-block; width:100%; margin-top: 20px;}
.footer-menu ul li a{color:#CBDAFA; font-size:16px; font-weight:400;}
.footer-menu ul li a:hover{color:var(--white-color);text-decoration: none;}
.footer-bg-main hr{margin-top:36px; margin-bottom:25px; border: 0; border-top: 1px solid #1d3c75;}
.footer-social-media{margin:0px; padding:0px;}
.footer-social-media li{margin:0px; padding:0px; display:inline-block;}
.footer-social-media li a{color: #9CAED4; font-size: 16px; margin: 0 14px 0 5px;}
.footer-social-media li a:hover{color:var(--white-color);}
.footer-social-media li a svg {
    fill: #9CAED4;
    display: inline-block;
    height: 18px;
    width: 18px;
}
.footer-copy-right{text-align:right;}
.footer-copy-right p{margin:0px; padding:0px; color:#9CAED4; font-size:12px; font-weight:400; line-height: 1.56;}
.footer-newsletter-right .inner-newsletter{ margin-bottom: 70px;}
.footer-newsletter-right .inner-newsletter p{font-size:16px; font-weight:400; color:#CBDAFA; margin:20px 0; padding:0px; line-height:24px;}
.footer-newsletter-right .input-group .form-control{height:49px; border:none; font-size:16px; color:var(--black-color); box-shadow:inherit;     border-radius: 8px; padding:0 20px;
    font-weight:400;}
.footer-newsletter-right .input-group .form-control::-webkit-input-placeholder {color:#C6C6C6;}
.footer-newsletter-right .input-group .form-control::-moz-placeholder {color:#C6C6C6;}
.footer-newsletter-right .input-group .form-control:-ms-input-placeholder {color:#C6C6C6;}
.footer-newsletter-right .input-group .form-control:-moz-placeholder {color:#C6C6C6;}
.footer-newsletter-right .input-group .input-group-btn .btn{background:var(--base-color); color:var(--white-color); border-radius:0px 8px 8px 0px; height:49px; padding:0 29px; 
    font-size:16px;font-weight:700; letter-spacing: 0.50px; box-shadow:inherit;}
.footer-newsletter-right .input-group .input-group-btn .btn:hover{background:#568eef;}
.parthner-logos{text-align:center;}
.parthner-logos ul{display: -ms-flexbox; display: flex;  align-items: center; margin: 0; padding: 0;
    text-align: left; justify-content:flex-start; min-width: 100%; width: 100%;}
.parthner-logos ul li{display: inline-block; padding: 0 9px;}
.footer-bg-main .chat_option_left {position: initial;width: auto;display: flex;flex-wrap: wrap;justify-content: flex-start;column-gap: 10px;transform: initial;margin-top: 20px;}
.footer-bg-main .chat_option_left .link_btn_left {border-radius: 50%;float: none;transform: initial;text-align: left;font-size: 0;width: 50px;height: 50px;
    display: flex;align-items: center;justify-content: center;padding: 0px;}
.footer-bg-main .chat_option_left .link_btn_left i {position: initial;}

.footer-bg-main *:not(.fa) {
    font-family: 'Manrope', sans-serif;
}
.footer-newsletter-right .parthner-logos .box-client-logo.logo_agency a img {
    max-width: 100px;
}
.footer-newsletter-right .parthner-logos .box-client-logo a img {
    max-width: 160px;
}

.blog_details ol li , .blog_details ul li{
    /* list-style-position: inside; */
}
.blog_details ol li>h5 , .blog_details ul li>h5  {display: inline-block}
.blog_details ol li>h1 ,.blog_details ol li>h2, .blog_details ol li>h3, .blog_details ol li>h4 , .blog_details ol li>h5, .blog_details ol li>h6 ,
.blog_details ul li>h1 ,  .blog_details ul li>h2 ,  .blog_details ul li>h3,  .blog_details ul li>h4,  .blog_details ul li>h5 ,  .blog_details ul li>h6 {display: inline-block}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {margin: 0 0 2rem 0;}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {position: relative;margin: 0 20px;top: -20px;}
.rmp-icon--smile-o:before {content: "";width: 45px;height: 45px;position: absolute;top: 0px;padding: 0;opacity: 0.8;}
.rmp-rating-widget__icons ul li .rmp-icon--smile-o:hover:before {opacity: 1;}
.rmp-rating-widget__icons ul li:first-child .rmp-icon--smile-o:before{background: url("../images/rating_ic_01.png") no-repeat;background-size: 100%;}
.rmp-rating-widget__icons ul li:nth-child(2) .rmp-icon--smile-o:before{background: url("../images/rating_ic_02.png") no-repeat;background-size: 100%;}
.rmp-rating-widget__icons ul li:nth-child(3) .rmp-icon--smile-o:before{background: url("../images/rating_ic_03.png") no-repeat;background-size: 100%;}
.rmp-rating-widget__icons ul li:nth-child(4) .rmp-icon--smile-o:before{background: url("../images/rating_ic_04.png") no-repeat;background-size: 100%;}
.rmp-rating-widget__icons ul li:nth-child(5) .rmp-icon--smile-o:before{background: url("../images/rating_ic_05.png") no-repeat;background-size: 100%;}

.date_and_author{display: inline-block; margin: 13px 0 0 0;}
.blog_post_sticky_box {padding: 16px 24px;background: #2e475d;text-align: center;color: var(--base-color);position: fixed;right: 0px;bottom: 0;max-width: 400px;z-index: 99;
    border-top: 0.75rem solid #fb5606; width: 100%;}

    .blog_post_sticky_box.demo2 {
        background: #edb5b5;
        padding: 0;
        border: 0;
        font-family: 'Manrope';
    }

.blog_post_sticky_box .sticky_cta_button {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.blog_post_sticky_box .sticky_cta_button span {
    color: #FACC15;
    margin: 0 2px;
}
.blog_post_sticky_box.demo2 .sticky_cta_button {
    background: #5B0604;
    padding: 10px;
    font-size: 17px;
    letter-spacing: 0.2px;
    font-family: 'Manrope';
}
.blog_post_sticky_box.demo2 .sticky_box_content {
    background: #edb5b5 url(../images/pet_mockup.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 20px 55px 180px;
    text-align: center;
}
.blog_post_sticky_box .sticky_box_content p {font-size: 18px;color: var(--white-color);margin: 16px 0;}

.blog_post_sticky_box.demo2 .sticky_box_content h5 {
    color: #5B0604;    
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Manrope';
    /* max-width: 285px; */
}
.blog_post_sticky_box.demo2 .sticky_box_content p {
    color: #5B0604;    
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Manrope';
    /* max-width: 285px; */
}
.blog_post_sticky_box.demo2 .form-group {
    margin-bottom: 10px;
}
.blog_post_sticky_box.demo2 label {    
    font-size: 16px;
}
.blog_post_sticky_box.demo2 .lbl {
    color: #000;
}
.blog_post_sticky_box.demo2 .sticky_form {
    padding: 15px;
    margin: 0;
}
.blog_post_sticky_box.demo2 .form-group .form-control {
    height: 36px;
}

.claim_btn,
.blog_post_sticky_box.demo2 .sticky_cta_form_toggler {
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    max-width: max-content;
    margin: 0 auto;
    padding: 14px 30px;
    text-transform: initial;
}

.submit_btn,
.blog_post_sticky_box.demo2 .button {
    margin: 20px auto 0;
    background: #5b0604;
    box-shadow: none;
}

.blog_post_sticky_box .sticky_cta_form_toggler {display: block;text-align: center;width: 100%;padding: 15px 0;text-transform: uppercase;font-weight: 700;font-size: 16px;}
.blog_post_sticky_box .sticky_cta_button:after {content: "\f107";font: normal normal normal 18px/1 FontAwesome;font-size: 26px;padding-left: 5px; transition: all eas 0.5s;}
.blog_post_sticky_box .sticky_cta_button.active:after {
    content: "\f106";
}
.blog_post_sticky_box .sticky_cta_button.collapsed:after {content: "\f106";}
.blog_post_sticky_box .sticky_form {text-align: left;margin-top: 15px;}
.blog_post_sticky_box.demo2 .sticky_form {
    padding: 15px;
}
.blog_post_sticky_box .sticky_box_content.collapse.show.open {display: none !important;}
.blog_post_sticky_box .button {background: #fb5606;box-shadow: none;}
.submit_btn:hover,
.blog_post_sticky_box .button:hover {background: #cb4200;}
.blog_post_full_width_cta {max-width: 700px;margin: 10px auto;background: #f0f4fc;padding: 40px;margin-bottom: 30px;text-align: center;}
.blog_post_full_width_cta .full_width_content ul {column-count: 2;margin-bottom: 15px;text-align: left;}
.blog_post_full_width_cta .full_width_content ul li {padding: 0 0 15px 20px;margin: 0;font-weight: 700;list-style-type: none;position: relative;}
.blog_post_full_width_cta .full_width_content ul li::before {content: "";background: url(../images/check-circle-green.png);display: inline-block;height: 22px;width: 22px;
    position: absolute;left: -10px;top: 4px;}
.blog_post_full_width_cta .full_width_content .cta_btn button {margin: 0 auto;}
.heateor_sss_sharing_ul a {margin: 0 5px;}
.full_width_form input , .sticky_form input {float: inherit;}
.full_width_form form {display: flex;flex-wrap: wrap;text-align: left;margin: 0 -10px;}
.full_width_form .form-group {max-width: 50%;flex: 50%;padding: 0 10px;}
.post-grid .item .layer-media img {min-height: 250px;object-fit: cover; border-bottom:3px solid #367DF9; max-height: 250px;}

.full_width_form {
    margin-top: 40px;
}
.full_width_form .form-group .submit_btn {
    margin: 10px 0 0;
}

#primary .entry-content, #primary .entry-content #post-grid-4542, .blog-section .post-grid.grid {padding:0px;}
#primary-sidebar aside {background: #EEF6FE;padding: 30px 20px;border-radius: 0px;margin: 0px;}
#primary-sidebar aside ul {float: none;}
#primary-sidebar .widget_search .search-form {display: flex;justify-content: flex-start;align-items: center;position: relative;}
#primary-sidebar .widget_search .search-form label {width: 100%;margin: 0px;}
#primary-sidebar .widget_search .search-form .search-field {height: 56px;padding: 10px 90px 10px 20px;border: 1px solid #BCCDE4;font-size: 16px;
    color: var(--black-color);border-radius: 30px;box-shadow: none;box-sizing: border-box;}
#primary-sidebar .widget_search .search-form .search-submit {padding: 14px 25px 14px;border-radius: 30px;position: absolute;right: 5px;}
#primary-sidebar #views-plus-2.widget_views-plus { background: var(--white-color) !important;border: none !important;}
#primary-sidebar .widget_views-plus ul li {border: none; border-bottom: 1px solid #CBDAFA;padding: 0 0 12px 0;margin-bottom: 12px;}
#primary-sidebar .widget_views-plus ul li:last-child {border-bottom: none;}
#primary-sidebar .widget_views-plus ul li a {font-size: 18px; font-weight: 400; color: #555;font-family: var(--shopify-sans-web);}
#primary .site-content {width: 100%;}
#primary .page-header {padding: 0px; max-width: 100%; margin: 0 0 30px 0px; border-bottom: 1px solid #CBDAFA;}
#primary .page-header .page-title {padding-bottom: 10px;float: none;}
/* #primary.blog_details .entry-content {padding: 50px 82px !important; } */
#primary .section_points-bg-box h3 {margin-bottom: 10px;font-size: 28px !important; line-height: 1.5;font-weight: 600 !important;font-family: var(--shopify-sans-web);}
#primary .full_width_content h2 {font-size: 32px !important;font-weight: 600;line-height: normal;}
#primary-sidebar aside ul li a {font-family: var(--shopify-sans-web);}

a#back-to-top {display: none !important;}
.main_content_parent_wrap div#ez-toc-container .ez-toc-title {font-weight: 700; font-size: 28px !important;}
div#ez-toc-container {margin: 0 auto;margin-bottom: 1rem; border: 0;     box-shadow: inherit; padding: 0;}
.main_content_parent_wrap div#ez-toc-container ul li a {
    text-decoration: underline;
}
ul.ez-toc-list-level-2 {padding: 0px !important;margin: 0px !important;}
ul.ez-toc-list-level-3 {margin-left: 0px !important;}
body.single .blog_details .entry-meta {display: none;}

.breadcrumb ul {
    gap: 10px;
    align-items: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    font-family: monospace, sans-serif;
    color:#879ECC;
        font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item.active {
    color: #879ECC;
}
.breadcrumb-item+.breadcrumb-item{font-size:15px; line-height:1; display: flex;
    align-items: center; font-weight: 600;}

.main_content_parent_wrap .heateor_sss_sharing_container{
    margin-top:50px;
}

.main_content_parent_wrap .heateor_sss_sharing_ul {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px !important;
}
.main_content_parent_wrap .heateor_sss_sharing_ul a{
    margin:0px !important;
}
.main_content_parent_wrap .heateor_sss_sharing_ul a span {
    width: 32px !important;
    height: 32px !important;
    border-radius: 100%;
}

.main_content_parent_wrap .heateor_sss_sharing_title {
    position: relative;
    color: #162D5A;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 34px;
    margin-bottom: 10px;
}
.heateor_sss_sharing_title:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #C9C9C9;
}

.content_left_data #ez-toc-container {
    background: transparent!important;
}

.blog_details blockquote ul {
    margin: 0 !important;
}

.faq-section .faq-item .faq-question {
    padding-right: 15px;
}

.content_left_data_main .blog_contact_form{
    border:1px solid #D4E5F5;
    border-radius:10px;
    padding:30px 25px 10px 25px;
    background:#EEF6FE;
    margin-top:20px;
        .contact_form_title{
            font-size:28px;
            font-weight:600;
            line-height:34px;
            color:#162D5A;
            margin-bottom:14px;
        }
        .contact_form_desc{
            color:#505766;
            font-size:18px;
            font-weight:400;
            line-height:24px;
            margin-bottom:5px;
        }
}

.blog_contact_form  .wpcf7-form{
    p:last-child{
        margin-bottom:0px !important;
    }
    input{
        border:0px;
        padding: 0px 0 12px 0;
        border-bottom: 1px solid #C1CDE8;
        margin: 15px 0 0 0;
        background: transparent;
        width:100%;
            &::placeholder{
                color:#8A96AF;
                font-size:16px;
                font-weight:400;
                line-height:28px;
            }
    }
    
    textarea{
        border:0px;
        padding:0px 0 14px 0;
        border-bottom:1px solid #C1CDE8;
        margin:20px 0 0 0;
        background: transparent;
        height:65px;
            &::placeholder{
                color:#8A96AF;
                font-size:16px;
                font-weight:400;
                line-height:28px;
            }
    }
    
    .wpcf7-submit{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 25px;
        background: linear-gradient(180deg, #367df9 0%, #0c51ca 100%);
        border-radius: 8px;
        cursor: pointer;
        gap: 12px;
        transition: all 0.3s ease;
        white-space: nowrap;
        height: 50px;
        color: #ffffff;
        margin-top: 30px;
        font-weight:600;
    }
}




/* window popup */
.modal_ps {
    display: none; /* Hidden initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000;
}

/* Popup content box */
.popup_content_pet {
    position: relative;
    margin: 10% auto;
    /* padding: 30px 80px; */
    width: 100%;
    max-width: 800px;
    /* background: #00a79e url(../images/pet_mockup_window.png) no-repeat; */
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 50px 0px #0000002E;
    border-radius: 24px;
    min-height: 390px;
    font-family: 'Manrope';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.claim_content {
    color: #fff;
    max-width: 315px;
    margin-right: 70px;
}
.claim_form {
    max-width: 315px;
    margin-right: 70px;
}
.claim_form .submit_btn {
    background: #037081;
}
.claim_form .submit_btn:hover {
    background: #00323a;
}
.popup_content_pet .img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get_free_lbl {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #162D5A;
    border-radius: 7px;
    padding: 4px 10px;
    background: #00FFFF;
    display: block;
    margin-bottom: 5px;
}
/* Close button (X) */
.modal_ps .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #178DA4;
}

/* Close button hover effect */
.modal_ps .close:hover {
    color: red;
}

.claim_content h5 {
    font-size: 24px;
    color: inherit;
    font-family: inherit;
}
.claim_content p {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
}
.claim_form .form-group {
    margin-bottom: 10px;
}
.claim_form label {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
}
.claim_form .form-control {
    height: 32px;
    border: 1px solid #037081;
}

.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---reset {
    max-width: 35%
}

.freeprivacypolicy-com---reset.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 2rem
}

/* blog table and content css */
.main_content_parent_wrap .content_left_data_main .content_left_data nav{max-height:425px; overflow:auto; padding-right: 10px;}
.main_content_parent_wrap{display:flex; margin-top: 55px;}
.main_content_parent_wrap .content_left_data_main{max-width:335px; width:100%; margin-right:55px; position: sticky; top: 20px; height: fit-content;}
.main_content_parent_wrap .content_right_data{width: calc(100% - 390px);
    margin-left: auto;}
.content_right_data .post-thumbnail img{margin:0px; border:1px solid #CDCDCD; border-radius:10px;}

.content_right_data p img{margin:0px; border:1px solid #CDCDCD; border-radius:10px;}
.blog_details .content_right_data p{margin-bottom:20px; color:#505766 !important; font-weight:400; line-height:25px !important; font-size:18px !important; font-family: var(--shopify-sans-web) !important;}
.main_content_parent_wrap .ez-toc-title-container .ez-toc-title {
    font-size: 28px !important;
    color: #162D5A !important;
}
.main_content_parent_wrap div.ez-toc-title-container {
    margin-bottom: 0px !important;
}
.main_content_parent_wrap div#ez-toc-container ul {
    padding-left: 0;
    padding-top: 12px;
}

.main_content_parent_wrap div#ez-toc-container ul.ez-toc-list-level-1{
    padding-top:0px;
}
.main_content_parent_wrap div#ez-toc-container ul .ez-toc-heading-level-2 ul li:last-child{margin:0px !important;}
.main_content_parent_wrap div#ez-toc-container ul .ez-toc-heading-level-2{
    border-bottom:1px solid #DFDFDF;
    padding: 10px 0 20px 0px;
    &:last-child{border-bottom:0px;}
     .ez-toc-list-level-3{
        padding:10px 0 0 15px;
     }
}
.main_content_parent_wrap div#ez-toc-container ul li a{
    font-size:16px;
    font-weight:400; line-height:22px;
    color:#505766;
    text-decoration:none !important;
}




/* author box css */
.post-author-bio-box {
    display: flex;
    gap: 24px;
    padding: 20px 35px;
    margin: 30px 0;
    border-radius: 10px;
    background: #EEF6FE;
    max-width: 100%;
    width: 100%;
    justify-self: center;
    align-items: center;
}

.post-author-image{max-width:112px; width:100%;}

.post-author-image img{
    max-width: 112px;
    max-height: 112px;
    width:100%;
    border-radius:100%;
    border:5px solid #ffffff;
}

.post-author-info h3 {
    margin: 0 0 5px;
}

.post-author-position {
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
}
#primary .post-author-info .post-author-name{
    margin-bottom: 5px;
    color:#367DF9;
    font-weight:700;
    line-height: 20px;
    font-size:20px;
}

.blog_details .post-author-info .post-author-position{
    margin-bottom: 10px;
    color:#485368 !important;
    font-weight:600;
    font-size:12px !important;
    line-height: 16px !important;
}
.blog_details .post-author-info .post-author-description{
    margin-bottom: 0px;
    color:#505766 !important;
    font-weight:400;
    font-size:17px !important;
    line-height: 22px !important;
}
.blog_details .blue_blockquote{background: #EEF6FE;
    padding: 20px 30px;
    min-height: auto;
    border-radius: 10px;
    border-left:4px solid #367DF9;
    margin-left:0px !important;
    margin-bottom:15px !important;
}
.blog_details .blue_blockquote blockquote{
    margin: 0 !important;
    padding: 0 !important;
}
.faq-section h2{margin-bottom:5px !important;}
.faq-section .faq-question {
    font-size: 1.20em !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
    width: 100%;
    display: inline-block;
    position: relative;
}

.faq-section .faq-question .faq-icon{
    position: absolute;
    right: 0;
    top: 0;
}

.blog_details .red_blockquote{background: #FFF5F5;
    padding: 20px 30px;
    min-height: auto;
    border-radius: 10px;
    border-left:4px solid #D62828;
    margin-bottom:20px;
}
.blog_details .red_blockquote blockquote{
    margin: 0 !important;
    padding: 0 !important;
}

.blog_details .red_blockquote blockquote h3{margin-bottom:10px !important; color:#D62828 !important; font-size:20px !important; line-height:30px !important; font-weight:700 !important;}


.blog_details .blue_blockquote blockquote h3{margin-bottom:10px !important; color:#367DF9 !important; font-size:20px !important; line-height:30px !important; font-weight:700 !important;}

#primary blockquote p:last-child{margin:0px !important;}
#primary blockquote ul li {padding-bottom: 0; font-size:17px;}
#primary blockquote p{margin-bottom:10px !important; color:#505766 !important; font-size:17px !important; font-weight:400 !important; line-height:25px !important;}





/***     Responsive Media CSS    ***/

@media screen and (min-width: 1200px){
    .primary-sidebar { padding-left: 10px; }
}

@media screen and (min-width: 1401px){
    html{font-size: 18px;}
}

@media screen and (max-width: 1600px) {
.menu-top-main .blog_list_tab_top_bar li:last-child:after{width: 105%;
        height: 60px;
        right: -14px;
        top: -16px;}
    .blog_menu_wrap .container {max-width: 1230px;}
    .blog_list_tab_top_bar li a {padding: 5px 20px;}
    .post-grid .item .layer-media img {min-height: 210px; max-height: 210px;}
    .blog_menu_wrap .blog_list_tab_top_bar li:last-child:after {width: 105%;height: 60px;right: -14px;top: -16px;}
    .content_left_data_main .blog_contact_form {margin-top: 12px; }
    .main_content_parent_wrap div#ez-toc-container ul .ez-toc-heading-level-2{ padding: 10px 0px 10px;}
    .blog_contact_form .wpcf7-form {
        input {
            padding: 0px 0 6px 0;
            margin: 10px 0 0 0;
        }
    }
    .blog_contact_form .wpcf7-form {
        .wpcf7-submit {
            padding: 10px 25px;
            margin-top: 18px;
        }
    }
    .content_left_data_main .blog_contact_form {
        padding: 15px 25px 10px 25px;
    }
    .error{
        font-size: 12px;
    }
    .blog_contact_form .wpcf7-form {
        textarea {
            padding: 0px 0 11px 0;
            margin: 10px 0 0 0;
        }
    }
}

@media screen and (max-width: 1500px) {
.blog_detail_banner .author_details{left: calc((100% - 1340px) / 2) !important;}
.content_left_data_main .blog_contact_form {margin-top: 10px; }
.main_content_parent_wrap div#ez-toc-container ul .ez-toc-heading-level-2{ padding: 10px 0px 10px;}
}


@media screen and (max-width: 1400px){
    
    .content_left_data_main .blog_contact_form {margin-top: 10px; }
    .main_content_parent_wrap div#ez-toc-container ul .ez-toc-heading-level-2{ padding: 10px 0px 10px;}
    .blog_contact_form .wpcf7-form {
        input {
            padding: 0px 0 6px 0;
            margin: 10px 0 0 0;
        }
    }
    .blog_contact_form .wpcf7-form {
        .wpcf7-submit {
            padding: 10px 25px;
            margin-top: 18px;
        }
    }
    .content_left_data_main .blog_contact_form {
        padding: 15px 25px 10px 25px;
    }
    .error{
        font-size: 12px;
    }
    .blog_contact_form .wpcf7-form {
        textarea {
            padding: 0px 0 11px 0;
            margin: 10px 0 0 0;
        }
    }

.contact_form_desc {
    font-size: 16px;
    line-height: 20px;}
.blog_detail_banner .author_details{left: calc((100% - 1240px) / 2) !important;}
.post-cta-banner .container{min-height: 160px; padding: 30px 15px;}
.post-cta-banner .cta-banner-text {font-size: 38px;}
    .recommonded_block h4 {
        font-size: 35px !important;
        line-height: 35px !important;
        margin-bottom: 16px;
    }
.menu-top-main .blog_list_tab_top_bar li:last-child:after{width: 109%;
        height: 50px;
        right: -14px;
        top: -12px;
        border-radius: 16px 6px 22px;}
    .menu-top-main {padding: 40px 0 10px 0;}
    .mini_banner {min-height: 350px;}
    .single .mini_banner {min-height: 600px;}
    .skin.flat .layer-content .title a, .search_page_deta_mains .btmttls a{font-size: 18px;}
    .blog_menu_wrap .container {max-width: 1130px;}
    .single-post article .entry-title {font-size: 30px;}
    .blog_list_tab_top_bar li a {padding: 5px 15px;font-size: 16px;}
    .menu-top-menu-container .blog_list_tab_top_bar {margin: 30px auto 30px;}
    .single-post article.post h1 {margin-bottom: 22px !important;}
    .blog_details p {font-size: 17px !important;}
    .blog_details p a {font-size: 17px !important;text-decoration: none;}
    .single-post article.post ul li , .single-post article.post ul li a{font-size: 17px;text-decoration: none;}
    .blog_details ol li , .blog_details ul li , .blog_details ol li a {font-size: 17px;}
    .search_wrap {padding: 0 220px;}
    .blog_search .input_search {min-height: 62px;}
    .input_search .button,
    .input_search .form-control, .search_btn_txt {font-size: 18px;} 
    .blog_post_sticky_box {padding: 12px 14px;width: 330px;}
    .blog_post_sticky_box.demo2 {
        width: 100%;
    }
    .single-post .related-post .post-details a {font-size: 18px;line-height: 1.2;}
    .single-post .related-post .post-details .content-body {padding: 20px;}
    .post-grid .item .layer-media img {min-height: 190px; max-height: 190px;}
    .author_wrap span {font-size: 13px;}
    .recommonded_block ul li a {font-size: 17px; line-height: 22px;}
    .blog_menu_wrap .blog_list_tab_top_bar li:last-child:after {width: 109%;height: 50px;right: -14px;top: -12px;border-radius: 16px 6px 22px;}
    .blog_post_sticky_box .sticky_box_content p {font-size: 16px;}
    .h1,h1{font-size: 2.5em;line-height: 1.25;}
    .h2,h2{font-size: 2em;line-height: 1.2;}
    .h3,h3{font-size: 1.5em;line-height: 1.38;}
    .h4,h4{font-size: 1.0625em;line-height: 1;}
    #primary.blog_details .entry-content {padding: 0px 0px 20px!important;}
    #primary.blog_details h1, #primary.blog_details h1 a {font-size: 2.5em;line-height: 1.25;}
    #primary.blog_details h2, #primary.blog_details h2 a {font-size: 2em;line-height: 1.2;}
    #primary.blog_details h3, #primary.blog_details h3 a {font-size: 1.5em;line-height: 1.38;}
    #primary.blog_details h4, #primary.blog_details h4 a {font-size: 1.0625em;}
    div#ez-toc-container {padding: 15px; margin-bottom:0px;}
}

@media screen and (max-width: 1300px){
.blog_details .content_right_data p {font-size:19px !important;}
.main_content_parent_wrap .content_left_data_main {margin-right: 30px;}
.main_content_parent_wrap {margin-top: 25px;}
.blog_detail_banner .author_details{left: calc((100% - 1140px) / 2) !important;}
.group-blog .banner_title h1{font-size: 2.5em;
    line-height: 3rem;}
.mini_banner {min-height: 250px;padding: 100px 0;}
.single .mini_banner{min-height: 550px;}
.related-post .post-details, .post-grid .skin.flat.item, .search_result_page .item {
    margin: 0 0 40px 0 !important;
}
.group-post-grid .layer-wrapper .post_date, .group-post-grid .layer-wrapper .author{
    font-size: 15px;
}
    .recommonded_block h4 {
        font-size: 32px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
    }
    .h1,h1{font-size: 2.25em;}
    .h2,h2{font-size: 1.8750em;}
    .h3,h3{font-size: 1.3750em;}
    #primary.blog_details h1, #primary.blog_details h1 a {font-size: 2.25em;}
    #primary.blog_details h2, #primary.blog_details h2 a {font-size: 1.8750em;}
    #primary.blog_details h3, #primary.blog_details h3 a {font-size: 1.3750em;}
}

@media screen and (max-width: 1199px){
.blog_detail_banner .author_details{left: calc((100% - 1040px) / 2) !important;}
.blog_detail_banner {padding: 50px 0; min-height: 650px;}
.blog_detail_banner .breadcrumb_and_thumbnail {gap:20px !important;}
.post-author-bio-box {padding: 18px 25px;}
.post-cta-banner .cta-banner-text {font-size: 32px;}
.menu-top-main .blog_list_tab_top_bar li:last-child:after{right: -17px; top: -13px;}
    .blog_list_tab_top_bar li a{padding: 5px 20px;font-size: 16px;}
    .footer-left-logo .address {margin: 20px 0 0 0px;}
    .footer-left-logo .address p{font-size: 14px;}
    .footer-menu ul li{margin-top: 10px;}
    .footer-menu ul li a{font-size: 14px;}
    .footer-newsletter-right .inner-newsletter{margin-bottom: 40px;}
    .footer-newsletter-right .input-group .input-group-btn .btn{padding: 0 20px;}
    .search_wrap{padding: 0 50px;}
    .related-post .post-details a, .skin.flat .layer-content .title a, .search_page_deta_mains .btmttls a , .skin.flat .layer-content .title a {font-size: 18px;}    
    .primary-sidebar .widget-title {font-size: 22px !important;}
    .blog_menu_wrap .blog_list_tab_top_bar li:last-child:after {right: -17px;top: -13px;}
}

@media screen and (min-width: 992px) and (max-width: 1199px){ 
    .recent-posts-widget-with-thumbnails ul li a span {font-size: 15px;}
    #primary-sidebar .widget_views-plus ul li a {font-size: 16px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){ 
.recommonded_block ul li{
    flex-direction: column; gap: 10px; align-items: self-start;
}
    .search .content-area {padding-left: 15px;padding-right: 15px;padding-top: 0;}
    #primary.blog_details .entry-header {padding: 0px 5px 10px 5px !important}
}

@media screen and (min-width: 768px) {

    .related-post .post-details , .blog-section.three .grid .grid-items .item {width: calc(50% - 10px) !important;}
}

@media screen and (min-width: 992px){
  .related-post .post-details , .blog-section.three .grid .grid-items .item {width: calc(33% - 10px) !important;}
}


@media screen and (min-width: 991px){
.main_content_parent_wrap .content_left_data_main .content_left_data nav {
    max-height: 240px;
}
}

@media screen and (max-width: 1024px){
 .blog_detail_banner .author_details {
    left: 15px !important;
}
.blog_details .red_blockquote, .blog_details .blue_blockquote {
    padding:16px;
}
}



@media screen and (max-width: 991px){
div#ez-toc-container {
    padding: 15px;
    margin: 0px;
    width: 100%;
}
.main_content_parent_wrap .content_right_data {
    width: 100%;
    margin-left: 0;
}
.blog_contact_form .contact_form_desc {
    font-size: 16px;
}
.main_content_parent_wrap div#ez-toc-container .ez-toc-title,     .blog_contact_form .contact_form_title {font-size: 20px !important;}
.main_content_parent_wrap .heateor_sss_sharing_ul {
    margin-bottom: 20px !important;
}
.main_content_parent_wrap .content_left_data_main .content_left_data{
    border:1px solid #dcdcdc; 
    border-radius:10px;
    padding:15px;
        margin-bottom:15px;
}
.main_content_parent_wrap .content_left_data_main {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}
.main_content_parent_wrap {
    margin-top: 30px;
    flex-direction: column;
}
.blog_detail_banner {
    min-height: 650px;
}
.blog_detail_banner .breadcrumb_and_thumbnail {
    align-items: self-start !important;
    flex-direction: column;
}
.post-cta-banner .cta-banner-btn{height:45px;}
.post-cta-banner .container {
    padding: 20px 15px;
    min-height: 140px;
    flex-direction: column;
        gap: 20px;
}
.group-post-grid .layer-wrapper .post_date, .group-post-grid .layer-wrapper .author{
    font-size: 14px;
}
.recommonded_block h4 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 15px;
}
.menu-top-main .blog_list_tab_top_bar li:last-child:after{
        width: 120%;
        height: 40px;
        right: -20px;
        top: -8px;
        border-radius: 14px 4px 18px;
    }
    .menu-top-main {
        margin: -35px 0 50px 0;
        padding: 30px 0 20px 0;
    }

    .freeprivacypolicy-com---reset.freeprivacypolicy-com---nb .cc-nb-title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .freeprivacypolicy-com---reset.freeprivacypolicy-com---nb .cc-nb-text {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---reset {
        max-width: 100%;
    }
    .freeprivacypolicy-com---reset.freeprivacypolicy-com---nb .cc-nb-main-container {
        padding: 1rem;
    }

    .modal_ps {
        padding-left: 20px;
        padding-right: 20px;
    }

    .related-post .post-details .content-body {padding: 20px;}      
    .parthner-logos ul{flex-wrap: wrap;}
    .parthner-logos ul li{width: 100%;margin-bottom: 20px;}
    .footer-bg-main h3{font-size: 20px;}
    .footer-menu ul{column-count: 2;padding-right: 0;}
    .footer-left-logo .address p a{display: block;}
    .footer-newsletter-right .input-group-btn , .footer-newsletter-right .input-group .form-control, .footer-newsletter-right .input-group .input-group-btn .btn {
        width: 100%;border-radius: 0;}
    .footer-newsletter-right .input-group-btn{margin-top: 10px;}
    .blog_list_tab_top_bar li a {font-size: 14px;padding: 6px;}
    .grid .grid-items .layer-content .categories a {font-size: 14px !important;}
    .post-grid .skin.flat.item .layer-content {padding: 20px 20px 0px 0px;}
    .blog_details.content-area {padding-top: 0;}
    .single-post article.post h1 {margin-bottom: 20px !important;}
    .blog_details p {margin-bottom: 15px;}
    .blog_post_full_width_cta {padding: 30px;}
    .post-grid .item .layer-media img {min-height: auto; max-height: max-content;}
    .blog_menu_wrap .blog_list_tab_top_bar li:last-child:after {width: 120%;height: 40px;right: -20px;top: -8px;border-radius: 14px 4px 18px;}
    .blog-inner-box h5 {font-size: 22px;line-height: 1.3;}
    .h1,h1{font-size: 2em;}
    .h2,h2{font-size: 1.625em;}
    .h3,h3{font-size: 1.3125em;}
    #primary.blog_details .entry-content {padding: 10px !important; }
    #primary .full_width_content h2 {font-size: 28px !important;}
    #primary.blog_details h1, #primary.blog_details h1 a {font-size: 2em !important;}
    #primary.blog_details h2, #primary.blog_details h2 a {font-size: 1.625em;}
    #primary.blog_details h3, #primary.blog_details h3 a {font-size: 1.3125em;}
    body.single-post:not(.home) {padding-top: 0;}

}


@media screen and (min-width: 768px) {

    .mobile_view {
        display: none;
    }    
}
@media screen and (max-width: 767px) {
.faq-section .faq-question {
    font-size: 1.10em !important;
}
.post-grid .item .layer-media img {
    height: auto;
}
.blog_details .content_right_data p{font-size:18px !important;}

.blog_detail_banner {
    min-height: 650px;
}
.group-blog .banner_title h1 {
    font-size: 2.25em;
    line-height: 2.5rem;
}
.post-author-bio-box {
    padding: 15px 20px;
}
.post-cta-banner .container {
    padding: 20px 0px;
    min-height: 120px;
    flex-direction: column;
    gap: 10px;
}
.post-cta-banner .cta-banner-text {
    font-size: 25px;
}
    .post-cta-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .cta-banner-text {
        font-size: 28px;
    }

.blog-inner-box {
    margin-bottom: 20px;
}
.blog-inner-box h5 {font-size: 20px;}
.blog-inner-box a .read_more_btn {font-size: 16px;}
    .menu-top-main .blog_list_tab_top_bar li:last-child:after{
        top: -12px;
    }
    .desktop_view {
        display: none;
    }
    .blog_post_sticky_box.demo2 .sticky_box_content {
        padding: 20px 20px 180px;
    }
    
    .modal_ps .close {
        width: 28px;
        height: 28px;
    }
    .popup_content_pet {
        flex-wrap: wrap;
        justify-content: center;
        background: linear-gradient(180deg, #5ABDC8 0%, #1693A6 100%);
    }
    .popup_content_pet .img {
        width: 100%;
        position: initial;
        z-index: initial;
    }
    .claim_form,
    .claim_content {
        padding: 30px 35px;
        max-width: 100%;
        margin: 0;
    }
    .claim_content {
        text-align: center;
        background: url(../images/paw_icon.png) no-repeat;
        background-position: bottom right;
        background-position-x: 95%;
        background-position-y: 95%;
    }
    .get_free_lbl {
        font-size: 14px;
    }
    .claim_content h5 {
        font-size: 22px;
    }
    .claim_content p {
        font-size: 15px;
    }

    .single-post article.post .entry-content ul {
        margin-bottom: 20px;
    }
    .related-post .post-details a, .skin.flat .layer-content .title a, .search_page_deta_mains .btmttls a {font-size: 17px;}
    .singular .site-content .hentry.has-post-thumbnail{margin-bottom: 0;}
    .post-navigation .nav-links a {text-align: center;width: 100%;}
    .footer-newsletter-right .input-group-btn {margin-top: 0px;}
    .inner-newsletter .input-group {flex-wrap: nowrap;}
    .box-client-logo img {display: block;margin: 0 auto;}
    .footer-social-media {justify-content: center;text-align: center;}
    .footer-copy-right {text-align: center;}
    .footer-left-logo img {max-width: 140px;}
    .input_search .button, .search_btn_txt {min-width: auto;font-size: 20px;}
    .search_wrap {padding: 0 30px;}
    .input_search{padding: 7px;}
    .input_search .form-control{font-size: 18px;width: calc(100% - 110px);}
    .blog_list_tab_top_bar li a {padding: 2px 5px 3px 5px;}
    .related-post .post-details , .post-grid .skin.flat.item, .search_result_page .item {width: 100% !important; margin-bottom: 20px !important;}
    .menu-top-menu-container .blog_list_tab_top_bar {margin: 30px auto 10px;}
    .search-results .content-area {padding-left: 15px;padding-right: 15px;}
    .blog_post_full_width_cta .full_width_content ul {column-count: 1;text-align: left;}
    .full_width_form .form-group {max-width: 100%;flex: 100%;padding: 0 10px;}
    .blog_menu_wrap .blog_list_tab_top_bar li:last-child:after {top: -12px;}
    .widget-title, .widget-title a {color: var(--text-color);}
    .h1,h1{font-size: 2em;}
    .h2,h2{font-size: 1.625em;}
    .h3,h3{font-size: 1.3125em;}
    #primary.blog_details .entry-header {width: 100%; padding: 0;}
    #primary.search_result_page  .page-title {font-size: 2em;}
    #primary.blog_details h1, #primary.blog_details h1 a {font-size: 2em !important;}
    #primary.blog_details h2, #primary.blog_details h2 a {font-size: 1.625em;}
    #primary.blog_details h3, #primary.blog_details h3 a {font-size: 1.3125em;}
    div#ez-toc-container {max-width: 100%; margin: 0; padding:0px; width:100%;}

}

@media screen and (max-width: 575px) {
.post-cta-banner .cta-banner-text {
    font-size: 21px;
}
.blog_details .content_right_data p {
    font-size: 16px !important;
}
.blog_details .post-author-info .post-author-description {
    font-size: 15px !important;
    line-height: 20px !important;
}
.post-author-image {
    max-width: 95px;
    width: 100%;
}
.post-author-bio-box {
    gap: 15px;
    padding: 15px;
    margin: 20px 0;
    align-items: self-start;
    flex-direction: column;
}
.recommonded_block ul li {align-items: self-start; gap: 10px; flex-direction: column;}
.recommonded_block h4 {
    font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
}
    .blog_post_sticky_box {
        width: 100%;
        max-width: 100%;
    }
    .h4, h4, .rating_txt {font-size: 1.13rem;}
    .footer-menu{margin-top: 10px;}
    .footer-copy-right{margin-top: 10px;}
    .footer-newsletter-right .input-group .input-group-btn .btn {width: 100%;}
    .footer-newsletter-right .input-group .form-control{font-size: 15px;}
    .parthner-logos ul li {width: 100%;margin-bottom: 20px;}
    .parthner-logos ul li:last-child{margin-bottom: 0;}
    .input_search .button .ico, .search_btn_txt img {margin-right: 5px;max-width: 20px;}
    .search_wrap{padding: 0;}
    .blog_post_full_width_cta {padding: 15px;}
    .blog_search .input_search {min-height: 50px;}
    .blog-inner-box h5 {font-size: 22px;}
    .h1,h1{font-size: 1.750em;}
    .h2,h2{font-size: 1.5em;}
    .h3,h3{font-size: 1.25em;}
    #primary .full_width_content h2 {font-size: 22px !important;}
    #primary.blog_details .entry-header {width: 100%;}
    #primary.search_result_page  .page-title {font-size: 1.750em;}
    #primary.blog_details h1, #primary.blog_details h1 a {font-size: 1.750em !important;margin-bottom: 20px;}
    #primary.blog_details h2, #primary.blog_details h2 a {font-size: 1.5em;margin-bottom: 20px;}
    #primary.blog_details h3, #primary.blog_details h3 a {font-size: 1.25em;margin-bottom: 15px;}
}

@media screen and (max-width: 480px) {
    .footer-left-logo img {max-width: 100px;}
    .input_search .form-control {font-size: 16px;padding: 0 10px;padding-left: 5px;}
    .input_search .button, .search_btn_txt {font-size: 16px;padding: 10px 15px;}
    .post-grid .pagination .paginate a, .post-grid .pagination .paginate .dots {font-size: 15px !important;padding: 4px 6px;min-width: 15px;}
    .post-grid .pagination .paginate .current {padding: 4px 8px;}
}
@media screen and (max-width: 370px) { 
    .post-grid .pagination .paginate a, .post-grid .pagination .paginate .dots {font-size: 14px !important;padding: 4px 6px;min-width: 15px;}
    .post-grid .pagination .paginate .current {padding: 4px 8px;}
}


/* Prev / Next post navigation */
.post-prev-next-nav {display: flex;justify-content: space-between;gap: 20px; margin: 40px auto;max-width: 100%; flex-wrap: wrap; border-top: 1px solid #CBDAFA;
    padding-top: 30px;}
.post-prev-next-nav a {
    max-width: calc(47% - 10px);}
    
.post-prev-next-nav a .previous-button-content{
    display:flex;
    align-items:center;
}
.prev-post .previous-button-content .nav-thumb{margin-right:20px;}

.post-prev-next-nav a .nav-thumb{
    max-width:80px;
    width:100%;
    border-radius:10px;
}

.post-prev-next-nav a .nav-thumb img{
    max-width:80px;
    min-height: 80px;
    object-fit: cover;
    width:100%;
    border-radius:10px;
}

.post-prev-next-nav a .next-button-content{
    display:flex;
    align-items:center;
    flex-direction: row-reverse;
}

.next-post .next-button-content .nav-thumb{margin-left:20px;}

.post-prev-next-nav .next-post {margin-left: auto;text-align: right;}
.post-prev-next-nav .nav-label {font-size: 18px;
    font-weight: 600;
    color: var(--base-color);
    letter-spacing: 5%;
    text-transform: capitalize;
    margin-bottom: 13px;
    display:inline-block;
    }

.post-prev-next-nav .nav-title {font-size: 17px;font-weight: 700;line-height: 24px; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden; color:#505766;}

.blog_detail_banner{position:relative;}
.blog_detail_banner .author_details{position: absolute;
    left: calc((100% - 1430px) / 2);
    bottom: 27px;}
.blog_detail_banner .author_details span{color:#879ECC; font-size:16px; font-weight:600;}
.blog_detail_banner .author_details span.date_lbl, .blog_detail_banner .author_details span.author_lbl{color:#DFDFDF;}
.blog_detail_banner .author_details span.author_date{margin-right:10px;}    


.blog_detail_banner {padding: 0 0;
    background: url(../images/rectangle.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.blog_detail_banner .breadcrumb_and_thumbnail{display:flex; justify-content: space-between; align-items: center; gap:40px;}
.blog_detail_banner .breadcrumb_and_thumbnail .post-thumbnail{max-width:645px; width:100%; border: 5px solid #6886BF;
    border-radius: 30px;
    overflow: hidden;}
.blog_detail_banner .breadcrumb_and_thumbnail nav{max-width:720px; width:100%;}



@media screen and (max-width: 575px) {
    .post-prev-next-nav a {max-width: 100%;}
    .post-prev-next-nav{flex-direction: column;}
    .post-prev-next-nav .next-post .next-button-content{flex-direction: row;}
    .post-prev-next-nav .next-post .next-button-content .nav-thumb{margin-left:     0px; margin-right: 20px;}
    .post-prev-next-nav .next-post {text-align: left;}
}