.home-image::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cg clip-path='url(%23clip0_3733_19331)'%3E%3Cpath d='M17.9945 7.98535C17.9945 8.5127 17.5258 8.92578 16.9945 8.92578H15.9945L16.0164 13.6191C16.0164 13.6982 16.0102 13.7773 16.0008 13.8564V14.3311C16.0008 14.9785 15.4414 15.5029 14.7508 15.5029H14.2508C14.2164 15.5029 14.182 15.5029 14.1477 15.5C14.1039 15.5029 14.0602 15.5029 14.0164 15.5029L13.0008 15.5H12.2508C11.5602 15.5 11.0008 14.9756 11.0008 14.3281V13.625V11.75C11.0008 11.2314 10.5539 10.8125 10.0008 10.8125H8.00078C7.44766 10.8125 7.00078 11.2314 7.00078 11.75V13.625V14.3281C7.00078 14.9756 6.44141 15.5 5.75078 15.5H5.00078H4.00391C3.95703 15.5 3.91016 15.4971 3.86328 15.4941C3.82578 15.4971 3.78828 15.5 3.75078 15.5H3.25078C2.56016 15.5 2.00078 14.9756 2.00078 14.3281V11.0469C2.00078 11.0205 2.00078 10.9912 2.00391 10.9648V8.92285H1.00391C0.441406 8.92285 0.00390625 8.5127 0.00390625 7.98242C0.00390625 7.71875 0.0976562 7.48438 0.316406 7.2793L8.32578 0.734375C8.54453 0.529297 8.79453 0.5 9.01328 0.5C9.23203 0.5 9.48203 0.558594 9.66953 0.705078L17.6508 7.28223C17.9008 7.48731 18.0258 7.72168 17.9945 7.98535Z' fill='%23191919'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3733_19331'%3E%3Crect width='18' height='15' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.blog-home h1{
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
    font-family:'Raleway', sans-serif;
}
.blog-home h2{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin: 30px 0;
    color: #606060;
}
.blog-home .dropdown{
    display: none;
}
.blog-home .blog-categories-pages{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-left: 0;
}

.blog-info-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:16px;
}
.blog-info-author a {
    text-decoration: none;
}
.blog-info-author a:hover {
    color:#191919;
    text-decoration: none;
}

.blog-info-author .author-image img {
    width: 35px!important;
    height: 35px!important;
    aspect-ratio: 1 / 1;
}
.blog-info-author .author-name {
    color: #464851!important;
    font-family: 'Montserrat',sans-serif!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 24px;
}
.blog-home .blog-categories-pages li.active{
    border-bottom: 3px solid #191919;
    background-color: transparent;
    color:#191919;
    font-size: 18px;
    font-family: 'Raleway',sans-serif;
    line-height: 14px;
    font-weight: 600;
}

.blog-home .blog-categories-pages li.active a{
    color:#191919;
}
.blog-home .blog-categories-pages li{
    border-bottom: 1px solid #D8D8D8;
    background-color: transparent;
    color:#606060;
    font-size: 18px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    min-width: 60px;
    justify-content: center;
}
.blog-home .blog-categories-pages li:hover{
    color:#191919;
    border-color: #191919;
}
.blog-home .blog-categories-pages li:hover:after,.blog-home .blog-categories-pages li:hover a,.blog-home .blog-categories-pages li.active:after{
    color:#191919;
}
.blog-home .blog-categories-pages li.dropdown-toggle {
    height: 100%;
}
.blog-home .blog-categories-pages li a{
    text-decoration: none;
    color:#606060;
    width: 100%;
    display: block;
    height: 100%;
    align-self: center;
    padding: 12px 16px;
    min-width: 160px;
    line-height:24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.blog-home .blog-categories-pages .dropdown-menu{
    border: 0;
    border-radius: 10px;
    padding: 14px 12px;
    top: 30px !important;
    background-color: transparent;
}

.blog-home .blog-categories-pages .dropdown-menu.show {
    display: flex!important;
    gap:30px
}
.blog-home .blog-categories-pages .dropdown-menu .dropdown-item{
    color:#606060;
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    padding: 0;
}
.blog-home .blog-categories-pages .dropdown-menu .dropdown-item:hover{
    text-decoration: none;
    color:#0A6F6F;
    background-color: transparent!important;
}
.blog-home .blog-categories-pages .dropdown-toggle::after{
    display: none;
}
.blog-home .blog-categories-pages .dropdown-toggle.show::after{
    content: "\f106";
}
.blog-home .blog-categories-pages .dropdown-menu .dropdown-item.active{
    border-radius: 3px;
    background: #0A6F6F;
    color:#fff;
}
.blog-home img{
    max-height: 330px;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}
.blog-home .single-double img{
    border-radius: 30px 30px 0px 0px;
}
.blog-home .article-thumbnail{
    flex-basis: 38%;
}
.blog-home .blog-info{
    background-color: #fff;
    padding: 15px 20px;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.blog-home .post-blog:first-child .blog-info{
    position: relative;
}

.blog-home .blog-info p{
    font-size: 14px;
    line-height: 20px;
    grid-column: 1/3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-home .blog-info .excrept{
    font-weight: 500;
    margin-bottom: 20px;
    grid-row: 3;
    grid-column: 1 / 3;
}
.blog-info .category-title{
    border-radius: 4px;
    background:  #EFF1F5;
    padding: 8px 10px;
    color: #464851;
    font-size: 14px;
    font-weight: 600;
    margin-right: 16px;
    align-self: baseline;
    text-decoration: none;
}
.blog-info .month-posted.dark {
    color: #464851;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    z-index: 2;
    float: right;
}

.blog-banner {
    margin-top: 80px;
}

.blog-info .month-posted.dark::before {
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='25' viewBox='0 0 21 25' fill='none'%3E%3Cg clip-path='url(%23clip0_3566_15417)'%3E%3Cpath d='M6 0.858887C6.62344 0.858887 7.125 1.36045 7.125 1.98389V3.85889H13.875V1.98389C13.875 1.36045 14.3766 0.858887 15 0.858887C15.6234 0.858887 16.125 1.36045 16.125 1.98389V3.85889H18C19.6547 3.85889 21 5.2042 21 6.85889V7.60889V9.85889V21.8589C21 23.5136 19.6547 24.8589 18 24.8589H3C1.34531 24.8589 0 23.5136 0 21.8589V9.85889V7.60889V6.85889C0 5.2042 1.34531 3.85889 3 3.85889H4.875V1.98389C4.875 1.36045 5.37656 0.858887 6 0.858887ZM18.75 9.85889H2.25V21.8589C2.25 22.2714 2.5875 22.6089 3 22.6089H18C18.4125 22.6089 18.75 22.2714 18.75 21.8589V9.85889ZM5.25 12.8589H9.75C10.1625 12.8589 10.5 13.1964 10.5 13.6089V18.1089C10.5 18.5214 10.1625 18.8589 9.75 18.8589H5.25C4.8375 18.8589 4.5 18.5214 4.5 18.1089V13.6089C4.5 13.1964 4.8375 12.8589 5.25 12.8589Z' fill='%23464851'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3566_15417'%3E%3Crect width='21' height='24' fill='white' transform='translate(0 0.858887)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    position: relative;
    margin-right: 16px;
    top: 5px;
}

.blog-info .month-posted{
    color:  #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    z-index: 2;
}
.blog-info-categories {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.blog-info .month-posted::before {
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24' viewBox='0 0 21 24' fill='none'%3E%3Cg clip-path='url(%23clip0_3541_15234)'%3E%3Cpath d='M6 0C6.62344 0 7.125 0.501562 7.125 1.125V3H13.875V1.125C13.875 0.501562 14.3766 0 15 0C15.6234 0 16.125 0.501562 16.125 1.125V3H18C19.6547 3 21 4.34531 21 6V6.75V9V21C21 22.6547 19.6547 24 18 24H3C1.34531 24 0 22.6547 0 21V9V6.75V6C0 4.34531 1.34531 3 3 3H4.875V1.125C4.875 0.501562 5.37656 0 6 0ZM18.75 9H2.25V21C2.25 21.4125 2.5875 21.75 3 21.75H18C18.4125 21.75 18.75 21.4125 18.75 21V9ZM5.25 12H9.75C10.1625 12 10.5 12.3375 10.5 12.75V17.25C10.5 17.6625 10.1625 18 9.75 18H5.25C4.8375 18 4.5 17.6625 4.5 17.25V12.75C4.5 12.3375 4.8375 12 5.25 12Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3541_15234'%3E%3Crect width='21' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    position: relative;
    margin-right: 16px;
    top: 5px;
}
.blog-home .blog-info h3{
    color:  #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.46);
    font-family: 'Raleway',sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 20px;
    grid-row: 2;
    grid-column: 1 / 3;
}
.blog-home .blog-info h3 a{
    text-decoration: none;
    color:  #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.46);
    font-family: 'Raleway',sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}

.article-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
}

.blog-home .latest-posts .post-blog a:hover .article-overlay::before {
    opacity: 0.7;
}
.blog-home .latest-posts.multiple-blogs-3 .post-blog:not(:first-child) .blog-info h3,.blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) .blog-info h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.blog-home .latest-posts{
    display: grid;
    gap:40px;
    max-height: 700px;
}

.blog-home .latest-posts .post-blog a ,.blog-home .latest-posts .post-blog a .blog-info {
    height: 100%;
    width:100%;
    text-decoration: none;
    border-radius: 8px;
}

.blog-home .latest-posts .post-blog a:hover {
    text-decoration: none!important;
}

.blog-home .latest-posts .post-blog a,
.blog-home .latest-posts .post-blog a:focus,
.blog-home .latest-posts .post-blog a:active,
.blog-home .latest-posts .post-blog a:focus-visible,
.blog-home .latest-posts .post-blog a * {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    filter: none !important;
}
.blog-home .latest-posts .post-blog a > div {
    transition: transform 0.1s ease-in;
    transform: scale(1);
}

.blog-home .latest-posts .post-blog a:hover > div {
    transform: scale(1.01);
}
.blog-home .latest-posts .blog-info {
    padding: 40px 24px!important;
}

.btn-container-blog {
    display: flex;
    justify-content: right;
    margin-top: 80px!important;
}

.btn-container-blog .btn-holo > a {
    max-height: 49px!important;
    padding: 16px 24px!important;
    font-size: 14px;
}

.blog-home .latest-posts.multiple-blogs-3  .post-blog:nth-child(1){
    grid-row: 1/3;
}
.blog-home .latest-posts.multiple-blogs-4  .post-blog:nth-child(1){
    grid-row: 1/4;
}
.blog-home .post-blog:nth-child(1){
    grid-column: 1;
    flex-direction: column;
}
.blog-home .post-blog:nth-child(2){
    grid-column: 2;
    grid-row: 1;
}
.blog-home .post-blog:nth-child(3){
    grid-column: 2;
    grid-row: 2;
}
.blog-home .post-blog:nth-child(4){
    margin-top: 10px;
    grid-column: 2;
    grid-row: 3;
}
.blog-home .latest-posts.multiple-blogs-3 .post-blog:not(:first-child) img{
    border-radius: 30px 0px 0px 30px;
    height: 285px;
}
.blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) img{
    border-radius: 30px 0px 0px 30px;
    height: 100%;
}
.blog-home .read-more{
    color: #0A6F6F;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    grid-row: 4;
    grid-column: 1;
    align-self: end;
}
.blog-home .latest-posts.multiple-blogs-3 .post-blog:not(:first-child) .read-more,.blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) .read-more{
    left: 20px;
    bottom: 10px;
}
.blog-home .post-level{
    font-size: 10px;
    color: #707070;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
    padding: 4px 10px;
    grid-column: 2;
    grid-row: 4;
    max-width: 100px;
    text-align: center;
    margin-left: auto;
    align-self: end;
}
.blog-home .latest-posts.multiple-blogs-3 .post-blog:not(:first-child) .post-level,.blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) .post-level{
    right: 20px;
    bottom: 10px;
}

/*MOST POPULAR*/
.trending-popular{
    margin-top: 80px;
}
.blog-heading {
    margin-top: 80px!important;
    margin-bottom: 80px!important;
    font-family: 'Raleway',sans-serif;
    font-size: 40px!important;
    font-weight: 800!important;
    line-height: 50px;
    color: #191919;
}
.blog-heading,.term-heading{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px!important;
}
.term-heading{
    margin-top: 40px;
}
.trending-popular-posts .post-blog{
    flex:1;
    display: flex;
    flex-direction: column;
}

.trending-popular-posts .post-blog img {
    transform: scale(1);
    transition: transform 0.1s ease-in;
}

.trending-popular-posts .post-blog:hover img {
    transform: scale(1.01);
}

.trending-popular-posts{
    gap:80px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.trending-popular-posts .blog-heading {
    margin-bottom: 80px!important;
    font-family: 'Raleway',sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
}
.trending-popular-posts img{
    height: 366px;
    align-self: stretch;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 8px;
}
.trending-popular-posts .blog-info{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
    flex-basis: unset;
    padding:0;
}
.trending-popular-posts h3{
    font-size: 18px;
    font-weight: 700;
    grid-column: 1/3;
    grid-row: 2;
    padding: 0;
    margin: 0 !important;
}
.trending-popular-posts h3 a{
    text-decoration: none;
    color:#191919;
    font-family: 'Raleway',sans-serif;
    font-size: 32px;
    font-weight: 800;
}
.trending-popular-posts h3 a:hover{
    text-decoration: none;
    color:#0A6F6F!important;
}
.trending-popular-posts p:first-child{
    grid-row: 1;
    grid-column: 1 / 3;
    display: flex;
    flex-direction: row;
    gap:10px;
}

.trending-popular-posts .blog-info p {
        color: #464851;
        font-family: 'Montserrat',sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
}

.trending-popular-posts .post-level{
    font-size: 14px;
    color: #464851;
    border-radius: 5px;
    border: 1px solid #EFF1F5;
    font-weight: 600;
    padding: 8px 10px;
    grid-row:4;
    grid-column: 2;
    text-align: center;
}

/*taxonomy*/

.blog-pagination{
    text-align: right;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap:20px;
}
.blog-pagination .page-numbers {
    height: 40px;
    width: 40px;
    background-color: #fff;
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}
.blog-pagination .page-numbers.current{
    background-color: #0A6F6F;
    color:#fff;
}

/*SINGLE BLOG CSS*/

.single-blog-post table td, .single-blog-post table tr,.single-blog-post table  {
    border: none!important;
    text-align: center;
    color:  #191919;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 24px 0;
}
@media screen and (max-width:900px) {
    .single-blog-post table {
    min-width: 1200px !important;
    }
}

.single-blog-post table {
  table-layout: auto !important;
}

.single-blog-post table tr:not(:last-child) {
    border-bottom: solid 1px #EFF1F5!important;
}

.single-blog-post .anchor-links-content a {
    color: #29958C;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.single-blog-post table tr:first-child td{
    font-size: 14px!important;
}

.single-blog-post thead,.single-blog-post thead th {
    border: none!important;
}

.single-blog-post .wp-block-table .has-fixed-layout {
    width:100%!important;
}
.single-blog-post .wp-block-table {
    display: block;
    overflow: hidden;
}

.single-blog-breadcrumb.desktop-only{
    margin-top: 80px;
}

.single-blog-breadcrumb.tablet-mobile{
    display: none!important;
}
@media screen and (max-width:1200px) {
    .single-blog-breadcrumb.desktop-only{
        display: none!important;
    }
    .single-blog-breadcrumb.tablet-mobile{
        display: block!important;
        margin:0;
    }
    .single-blog-post {
        margin-top: 80px;
    }
    .mobile-blog-search .blog-searchform{
        max-width: unset;
    }
    .mobile-blog-search .blog-search-container .gt-search-bar {
        max-width: unset;
        margin:42px 16px !important;
        justify-content: center;
    }
    .mobile-blog-search .blog-search-container .gt-search-bar>input {
        max-width: 600px;
        flex-basis: 70%;
    }
    .mobile-blog-search .blog-search-container .gt-search-bar>button {
        max-width: 150px;
    }
}



.single-blog-breadcrumb .breadcrumbs{
    font-size: 14px;
}
.single-blog-post{
    margin-top: 24px;
    display: flex;
    gap:60px;
    justify-content: center;
}
.single-blog-post .breadcrumbs{
    font-size: 14px;
    color:#464851;
    margin-bottom: 26px;
}
.single-blog-post .month-posted{
    float: right;
    font-size: 14px;
    font-weight: 500;
}
.single-blog-post .single-blog-title{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.single-blog-post .single-blog-title h1 {
    color: #0A6F6F;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 48px!important;
    font-style: normal;
    font-weight: 800!important;
    line-height: 60px!important;
}

.single-blog-post .level{
    align-self: end;
    padding: 4px 20px;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
    color: #707070;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;

}
.single-blog-title > h1 {
    word-break:break-word;
}
.single-blog-post h1 {
    font-size: 32px;
    font-weight: 700;
}
.single-blog-post .article-thumbnail img{
    height: auto;
    border-radius: 4x;
    object-fit: cover;
    margin-bottom: 60px;
}
.single-blog-post .article-thumbnail .single-mobile-img{
    display:none;
}
.single-blog-post h4.table-of-contents{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #EFF1F5;
}
.single-blog-post .left-side-content {
    max-width: 1274px;
}
.single-blog-post .left-side-content img{
    margin-bottom: 0;
    border-radius: 4px;
    width: 100%;
}

.single-blog-post .left-side-content .blog-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    align-items: center;
    flex-wrap: wrap;
}
.single-blog-post .left-side-content .blog-tags a {
    color:  #464851;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 40px;
    background: #EFF1F5;
    padding: 10px 20px;
    text-decoration: none;
}

.single-blog-post .left-side-content .blog-info img {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
}

.single-blog-post .left-side-content .blog-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.single-blog-post .left-side-content .blog-info .blog-author a,.single-blog-post .left-side-content .blog-info .blog-date {
    display: flex;
    gap:16px;
    text-decoration: none;
    align-items: center;
    color: #464851;
}

.aioseo-author-bio-compact-left .author-name {
    color: #191919;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.aioseo-author-bio-compact-left .author-job-title {
    color:  #464851;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-blog-post .left-side-content .blog-info .blog-date::before {
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='25' viewBox='0 0 21 25' fill='none'%3E%3Cg clip-path='url(%23clip0_3566_15417)'%3E%3Cpath d='M6 0.858887C6.62344 0.858887 7.125 1.36045 7.125 1.98389V3.85889H13.875V1.98389C13.875 1.36045 14.3766 0.858887 15 0.858887C15.6234 0.858887 16.125 1.36045 16.125 1.98389V3.85889H18C19.6547 3.85889 21 5.2042 21 6.85889V7.60889V9.85889V21.8589C21 23.5136 19.6547 24.8589 18 24.8589H3C1.34531 24.8589 0 23.5136 0 21.8589V9.85889V7.60889V6.85889C0 5.2042 1.34531 3.85889 3 3.85889H4.875V1.98389C4.875 1.36045 5.37656 0.858887 6 0.858887ZM18.75 9.85889H2.25V21.8589C2.25 22.2714 2.5875 22.6089 3 22.6089H18C18.4125 22.6089 18.75 22.2714 18.75 21.8589V9.85889ZM5.25 12.8589H9.75C10.1625 12.8589 10.5 13.1964 10.5 13.6089V18.1089C10.5 18.5214 10.1625 18.8589 9.75 18.8589H5.25C4.8375 18.8589 4.5 18.5214 4.5 18.1089V13.6089C4.5 13.1964 4.8375 12.8589 5.25 12.8589Z' fill='%23464851'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3566_15417'%3E%3Crect width='21' height='24' fill='white' transform='translate(0 0.858887)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.single-blog-post .left-side-content .blog-info .blog-author a:hover {
    color:#464851 ;
}

.single-blog-post .left-side-content .headings-menu{
    padding-left: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #EFF1F5;
    line-height: 32px;
}
.single-blog-post .left-side-content .headings-menu li{
    display: inline-block;
    width: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.single-blog-post .left-side-content .headings-menu li a{
    color: #29958C;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.single-blog-post .anchor-links-content p:not(:last-child){
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
}
.single-blog-post .anchor-links-content li{
    font-size: 14px;
    line-height: 24px;
}

.single-blog-post .anchor-links-content img{
	margin-bottom:40px!important;
}

.single-blog-post .wp-block-embed iframe {
    width:100%;
    height: 460px;
}

.single-blog-post .anchor-links-content [id*="anchor_heading"]{
    color: #0A6F6F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top:30px;
}
.single-blog-post .anchor-links-content h3 {
    color: #191919;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top:30px;
}
.single-blog-post .right-side-content{
    flex-basis: 230px;
}
.single-blog-post .blog-search-container .gt-search-bar>input {
    max-width: unset;
    border-color:#D8D8D8!important;
}

.single-blog-post .gt-search-bar>input{
    width: 100%!important;
}

.single-blog-post .gt-search-bar>i{
    top:8px !important;
    color:#000000CC;
    font-weight: 500;
    font-size: 16px;
}
.single-blog-post .right-side-content .cat-title{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 16px;
}
.single-blog-post .right-side-content .blog-categories,.single-blog-post .right-side-content .blog-tags {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.single-blog-post .right-side-content .blog-categories li{
    display: inline-block;
    width: 100%;
}
.single-blog-post .right-side-content .blog-categories li a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
}

.single-blog-post .right-side-content .blog-categories li a:hover {
    color: #29958C!important;
}

.single-blog-post .right-side-content .tag-title{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: solid 1px #EFF1F5;
}
.single-blog-post .right-side-content .blog-tags li{
    display: inline-block;
    background: #EFF1F5;
    padding: 10px 20px;
    border-radius: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: fit-content;
}
.single-blog-post .right-side-content .blog-tags li a{
    text-decoration: none;
    font-size: 14px;
}
.single-blog-post .right-side-content .blog-tags li a:hover{
    color: #191919;
}
.single-blog-post .likes{
    display: flex;
    padding: 0;
    float:left;
    margin-right: 20px;
}
.single-blog-post li.likes__item {
    list-style: none;
    width: auto;
}

.likes__item:not(:last-child) {
    margin-right: 20px;
}
.likes a.clicked{
    background-color: #CBFFF5;
}
.likes a.clicked .fa-thumbs-down,.likes a.clicked .fa-thumbs-up{
    color:#0A6F6F;
}
.likes__item a {
    padding: 5px 8px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: none;
    background: #F7F8FA;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100%;
    text-decoration: none;
    width: 70px;
    text-align: center;
}
.likes__item a:hover{
    text-decoration: none;
    color: #0A6F6F;
}

#feedback-modal .alert{
    z-index:1;
}
#feedback-modal .modal-dialog{
    transform: translate(0, 40%);
}
#feedback-modal textarea{
    width:100%;
}
#feedback-modal .modal-content{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 24.7px 0px rgba(0, 0, 0, 0.12);
}
#feedback-modal .modal-header {
    justify-content: end;
    padding: 0;
    border: 0;
    position: relative;
    z-index: 9999;
}

#feedback-modal button span {
    color: #707070;
    font-size: 45px;
    line-height: 22px;
}
#feedback-modal h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
#feedback-modal h5{
    font-size: 14px;
    text-transform: capitalize;
}
#feedback-modal p,#feedback-modal label[for="feedback"]{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}
#feedback-modal label {
    font-size: 14px;
}
#feedback-modal .modal-body{
    padding: 0!important;
}
#feedback-modal div.d-flex{
    align-items: center;
    justify-content: flex-end;
}
#feedback-modal .submit-btn {
    border: 0;
    background-color: #fff;
    margin-top: 0px;
}
#feedback-modal .submit-btn button{
    background-color: #03E4BA;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 45px;
    text-decoration: none !important;
    border: 0;
    min-width: 180px;
    text-transform: capitalize;
}
#feedback-modal a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}

/* Key takeaways Blogs */

.key-takeaways h3 {
	font-size:24px!important;
	margin:0 0 40px 0!important;
}

.key-takeaways .wp-block-column > p:nth-child(2) {
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}

.key-takeaways .wp-block-group p {
	padding:0!important;
	margin:0;
}

.key-takeaways .wp-block-columns:not(:last-child) {
	padding:0 0 30px 0;
}

.key-takeaways .wp-block-group {
	padding:0;
}

.key-takeaways .wp-block-columns > .wp-block-column:first-of-type {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .single-blog-post {
        margin: 24px auto!important;
    }
    .single-blog-post .left-side-content {
        flex-basis: 1000px;
    }
    .single-blog-post.alignwide {
        max-width: 1200px!important;
    }
}

@media screen and (max-width:1200px) {
	.key-takeaways > .wp-block-column {
		padding:16px!important;
	}
	.key-takeaways h3 {
		font-family: 'Raleway',sans-serif;
        font-size: 32px!important;
        font-weight: 800!important;
		text-align:center;
	}
	.key-takeaways .wp-block-column > p:nth-child(2) {
        font-size: 24px!important;
        line-height: 40px!important;
	}
	.key-takeaways .wp-block-columns {
	    flex-wrap:nowrap!important;
	}
	.key-takeaways .wp-block-columns > .wp-block-column:first-of-type {
	    flex-basis:30px!important;
	}
	.key-takeaways .wp-block-columns > .wp-block-column:last-child p:first-child {
	    padding-bottom:5px!important;
	}
	.single-blog-post .wp-block-embed iframe {
		height:300px;
	}
    .single-blog-post .single-blog-title h1 {
        font-size: 32px!important;
        line-height: 40px!important;
    }
}

/* Blogs Satisfaction Form */
.blogs-feedback-choices div{
    display: flex;
    align-items: center;
}
.blogs-feedback-choices label {
    margin-left:10px;
}
.blogs-feedback-choices div:not(:first-child){
    margin-top:10px;
}

.blogs-feedback-choices input[type=radio] {
    border: 1px solid #CBCBCB;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    -webkit-appearance: none;
}
.blogs-feedback-choices input[type=radio]:checked {
    background: #CBCBCB;
}
/* End of Blogs Satisfaction Form */
.single-blog-post .feedback-modal-btn{
    color:#0A6F6F;
    text-decoration: none!important;
}
.prev-next-posts{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.prev-next-posts a {
    flex: 1;
    max-width: 200px;
    text-align: center;
    border-radius: 40px;
    background: #FFF;
    color:#0A6F6F;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 24px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
    border: 1px solid #0A6F6F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev-next-posts a:hover{
    font-weight: 600;
    border-color: #29958C;
    color:#29958C;
    text-decoration: none;
}
.prev-next-posts a.disabled-btn{
    background: #D8D8D8;
    color: #858585;
    border: 1px solid #D8D8D8;
}

/*sidebar*/
.sidebar-popup-btn{
    display: none;
}
.register-now-sidebar{
    border-radius: 10px;
    color: #191919;
}
.register-now-sidebar h4, .register-now-sidebar p{
    font-size: 14px;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
}
.register-now-sidebar .btn {
    padding: unset;
}

.subscribe-sidebar {
    border-radius: 10px;
    background: #F2F2F2;
    padding: 20px;
    margin-top: 40px;
}
.subscribe-sidebar h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.subscribe-sidebar .gt-form .submit-btn{
    margin-top: 15px;
}
.subscribe-sidebar .gt-form input{
    border-radius: 40px;
    padding: 10px 20px 10px 45px;
    font-size: 12px;
    color:#91999B;
    height: 37px;
    width: 100%;
    font-weight: 500;
    border: 0 !important;
}
.subscribe-sidebar .email-input{
    position: relative;
}
.subscribe-sidebar .email-input:after {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    display: inline-block;
    left: 20px;
    bottom: 6px;
    color:#B3B3B3;
}
.subscribe-sidebar .gt-form .submit-btn .submit-form-btn{
    padding: 10px;
    background-color: #0A6F6F;
    color:#fff;
    width: 100%;
    font-weight: 600;
    border-radius: 40px;
}

/*share icons*/
.gt-blog-shareit{
    margin: 60px 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 4px;
    background:  #F7F8FA;
}
.gt-blog-shareit .share-buttons{
    display: flex;
    justify-content: space-around;
    gap: 16px;
}
.gt-blog-shareit h4{
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 600;
	margin-bottom:0;
}

.gt-blog-shareit a,.gt-blog-shareit a:hover{
    text-decoration: none;
    align-self: center;
    height: 25px;
}
.gt-blog-shareit a i,.gt-blog-shareit a .fa-brands{
    font-size: 25px;
    line-height: 25px;
    flex-basis: 25px;
}
.gt-blog-shareit .fa-facebook{
    color: #0866FF;
}
.gt-blog-shareit .fa-pinterest{
    color: #E60019;
}
.gt-blog-shareit .fa-linkedin{
    color: #0A66C2;
}
.gt-blog-shareit .fa-share-nodes{
    color: #29958C!important;
    font-size: 20px;
}
.gt-blog-shareit .btn-group{
    flex-basis: 25px;
    background-color: #F2F2F2;
    justify-content: center;
    border-radius: 5px;
}
.gt-blog-shareit .dropdown-toggle:before{
    content: none !important;
}
.gt-blog-shareit .dropdown-menu{
    min-width: 50px;
    text-align: center;
}
.gt-blog-shareit .dropdown-menu a{
    margin-bottom: 10px;
    display: block;
}
.gt-blog-shareit .dropdown-menu a:last-child {
    margin-bottom: 0;
}
.gt-blog-shareit #copy-button i{
    font-size: 20px;
}
.gt-blog-shareit .clipboard{
    display: none;
}

/*category page*/
.blog-category-children .blog-categories-container {
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    margin-bottom: 80px;
}

.blog-category-children span a {
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color: #606060;
    text-decoration: none;
}
.blog-category-children span a:hover:not(.active) {
    color: #191919;
}

.blog-category-children span a.active {
    color: #0A6F6F;
}

.category-page .blog-heading,.category-page .blog-heading{
    margin-bottom: 10px;
}
.category-page .breadcrumbs{
    margin-bottom: 32px!important;
    font-size: 14px;
}
.category-page .breadcrumbs a{
    text-decoration: none;
}
.category-page .breadcrumbs a:hover {
   color:#29958C;
}

/*search page*/
.search-page{
    margin-top: 80px;
}
.search-page h2{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 80px;
    text-align: left;
}
.search-page .search-results-title{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}

.right-side-content .blog-search-container {
    margin-bottom: 24px;
}
.right-side-content .blog-search-container .gt-search-bar::before {
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.7656 16.6895L12.6934 11.6172C13.4805 10.5996 13.9062 9.35547 13.9062 8.04688C13.9062 6.48047 13.2949 5.01172 12.1895 3.9043C11.084 2.79687 9.61133 2.1875 8.04688 2.1875C6.48242 2.1875 5.00977 2.79883 3.9043 3.9043C2.79687 5.00977 2.1875 6.48047 2.1875 8.04688C2.1875 9.61133 2.79883 11.084 3.9043 12.1895C5.00977 13.2969 6.48047 13.9062 8.04688 13.9062C9.35547 13.9062 10.5977 13.4805 11.6152 12.6953L16.6875 17.7656C16.7024 17.7805 16.72 17.7923 16.7395 17.8004C16.7589 17.8084 16.7797 17.8126 16.8008 17.8126C16.8218 17.8126 16.8427 17.8084 16.8621 17.8004C16.8815 17.7923 16.8992 17.7805 16.9141 17.7656L17.7656 16.916C17.7805 16.9011 17.7923 16.8835 17.8004 16.864C17.8084 16.8446 17.8126 16.8238 17.8126 16.8027C17.8126 16.7817 17.8084 16.7609 17.8004 16.7414C17.7923 16.722 17.7805 16.7043 17.7656 16.6895ZM11.1406 11.1406C10.3125 11.9668 9.21484 12.4219 8.04688 12.4219C6.87891 12.4219 5.78125 11.9668 4.95312 11.1406C4.12695 10.3125 3.67188 9.21484 3.67188 8.04688C3.67188 6.87891 4.12695 5.7793 4.95312 4.95312C5.78125 4.12695 6.87891 3.67188 8.04688 3.67188C9.21484 3.67188 10.3145 4.125 11.1406 4.95312C11.9668 5.78125 12.4219 6.87891 12.4219 8.04688C12.4219 9.21484 11.9668 10.3145 11.1406 11.1406Z' fill='%23606060'/%3E%3C/svg%3E");
    position: absolute;
    content:"";
    width:20px;
    height: 20px;
    top: 13px;
    left: 10px;
}
.right-side-content .blog-search-container input{
    height: 44px;
    padding: 10px 35px!important;
    border-radius: 8px!important;
    border: 1px solid #D8D8D8!important;
    background: #FFF;
}

.right-side-content .blog-search-container.search-active .gt-search-bar::before {
    background: none !important;
}

.right-side-content .blog-search-container.search-active input {
    padding: 10px 12px !important;
}





.btn-holo.search-submit-btn {
    background:transparent;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #0A6F6F!important;
    font-weight: 600;
    border: 1px solid #0A6F6F;
    max-height:49px!important;
    margin-left: 16px;
    width:98px!important;
    min-width: fit-content;
}

.blog-search-container .search-submit-btn:focus{
    box-shadow: unset;
}
.search-page .blog-search-container{
    margin-bottom: 40px;
}
.blog-home.search-page .post-blog {
    grid-column: unset;
    grid-row: unset;
}
.search-page.blog-home .trending-popular-posts h3 a {
    color: #191919;
    font-family: 'Raleway',sans-serif;
    font-size: 32px!important;
    font-weight: 800!important;
    line-height: 42px;
    text-shadow: none;
}
.search-page.blog-home .trending-popular-posts .blog-info{
    grid-template-rows: 50px auto auto 25px;
}
.blog-search-container .gt-search-bar{
    margin: 0 auto !important;
    justify-content: left;
}
.blog-search-container .gt-search-bar>input{
    border-radius: 10px;
    max-width: 606px;
    width: 606px;
    padding: 11px 16px;
    box-shadow: unset;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fff;
    border-color: #fff!important;
}

.blog-search-container input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.blog-search-container input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
.blog-search-container input[type="search"]::-webkit-search-decoration,
.blog-search-container input[type="search"]::-webkit-search-cancel-button,
.blog-search-container input[type="search"]::-webkit-search-results-button,
.blog-search-container input[type="search"]::-webkit-search-results-decoration { display: none;}

.blog-search-container .gt-search-bar>i{
    color:#000000CC;
    top:5px;
    font-weight: 500;
}
.search-word{
    color: #0A6F6F;
    font-size: 20px;
    font-weight: 500;
}
html[dir=rtl] .blog-search-container .gt-search-bar>i{
    left: unset;
    right: 20px;
}
.search-page .tag-list{
    padding: 0;
    margin: 0;
}
.search-page .tag-list li{
    display: inline-block;
    background: #F2F2F2;
    border-radius: 40px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.search-page .tag-title{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.search-page .tag-list li a{
    text-decoration: none;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    display: block;
}
.search-page .tag-list li a:hover {
    text-decoration: none;
    color: #191919;
}
.blog-searchform{
    position:relative;
    max-width: 700px;
    margin: 0 auto;
}

#show-blog-results::-webkit-scrollbar {
    width: 5px;
}
#show-blog-results::-webkit-scrollbar-thumb {
    color:#D8D8D8;
    background:#D8D8D8;
    border-radius: 12px;
    height: 45px;
}

/* Single Blog Post Search */
.show-blog-results p {
    border-bottom: 1px solid #F7F8FA;
    border-right: none;
    border-left: none;
    border-top: none;
    padding: 8px;
}
.show-blog-results p a {
    text-decoration: none;
    color: #191919;
}
.show-blog-results p a:hover {
    color: #191919;
}

.show-blog-results p:hover {
    font-weight: 500;
    background-color: #F7F8FA;
    cursor: pointer
}
.show-blog-results {
    background: #fff;
    position: absolute;
    text-align: left;
    z-index: 10;
    max-height: 250px;
    overflow: auto;
 }

.blog-searchform .show-blog-results{
    max-width: 205px;
    left: 0;
    right: 0;
    top: 40px;
    border-top: 0 !important;
    box-shadow: 0px 7px 11.3px 0px #C0C5CE;
}
.right-side-content .blog-search-container .search-submit-btn.mobile-blog {
    display: none;
}

/*End of Single Blog Post Search */

/* Blog Post Archive */
.show-search-results p {
    border-bottom: 1px solid #F7F8FA;
    border-right: none;
    border-left: none;
    border-top: none;
    padding: 8px;
}

.blog-searchform .show-search-results{
    max-width: 606px;
    left: 0;
    right: 0;
    top: 55px;
    border-top: 0 !important;
    transform: translate(-23%, 5px);
    box-shadow: 0px 7px 11.3px 0px #C0C5CE;
}


.blog-searchform .show-search-results p:hover {
    font-weight: 500;
    background-color: #F7F8FA;
    cursor: pointer;
}

/*End of blog post archive search */
.tags-search{
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 30px;
}
.related-posts-single-page .related-article{
    font-family: 'Raleway',sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 80px;
}
.outer-breadcrumbs{
    display: flex;
    justify-content: space-between;
}
.outer-breadcrumbs .breadcrumbs{
    flex-basis: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: #464851;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    flex-wrap: wrap;
}
.outer-breadcrumbs .breadcrumbs > span{
    display: inline-flex;
    align-items: center;
}
.outer-breadcrumbs .breadcrumbs a {
    color: inherit;
}
.outer-breadcrumbs .breadcrumbs > a:first-child {
    color: #464851;
}
.outer-breadcrumbs .breadcrumbs > a:first-child:hover {
    color:#29958C !important;
}
.outer-breadcrumbs .breadcrumbs  {
    color: #464851;
}

.outer-breadcrumbs .categories-breadcrumbs.is-active-category {
    color: #0A6F6F !important;
    font-weight: 500;
}
.outer-breadcrumbs a{
    text-decoration: none;
}
.outer-breadcrumbs a:hover{
    text-decoration: none;
    color: #0A6F6F;
}
.outer-breadcrumbs .categories-breadcrumbs.is-active-category:hover {
    color: #29958C !important;
}
.outer-breadcrumbs .breadcrumbs .is-current{
    min-width: 0;
    color: #000;
    font-weight: 600;
}
.single-blog-breadcrumb.tablet-mobile .outer-breadcrumbs .breadcrumbs a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


.blog-disclaimer-note{
    font-size: 12px;
    color: #8f8f8f;
    text-align: left;
    margin-top: 40px;
}


/*Author Single Blog Page*/
.aioseo-author-bio-compact-left {
    display: grid;
    grid-template-columns: 58px auto;
    padding: 12px;
    text-align: left;
    border: 0;
    border-radius: 5px;
    color: #111111;
    background-color: #FFFFFF;
    float: left;
    width: 100%;
    position:relative;
    column-gap: 18px;
    grid-template-rows: 58px auto auto;
}

.aioseo-author-bio-compact-right {
   display: grid;
}
.single-blog-post .aioseo-author-bio-compact-left{
    width:100%;
}
.single-blog-post .aioseo-author-bio-compact-left .author-image img{
    width: 56px;
    height: 56px;
    border-radius: 50px;
}
.single-blog-post .aioseo-author-bio-compact-left .author-image {
    grid-row: 2/3;
}
.single-blog-post .aioseo-author-bio-compact-left .author-top {
    grid-column: 2/3;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-header .author-image {
    display: flex;
    align-items: center;
}


.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-header .author-name, .author-profile-header .author-name{
    color: #191919;
    font-family: 'Montserrat',sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-header .author-job-title , .author-profile-header .author-job-title{
    border:0;
    color:  #29958C;
    font-size: 18px;
    font-weight: 500;
    margin:0;
    padding-top:16px;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-header{
    flex-direction:column;
    align-items:flex-start;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-footer .author-socials{
    position: absolute;
    top: 0;
    right: 0;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-footer .author-socials img{
    margin:0;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-main .author-bio-link a{
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    color: #0A6F6F;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-main{
    font-size: 12px;
    font-weight: 400;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-main .author-bio-link{
    display:flex;
    margin:20px 0;
}
.single-blog-post .aioseo-author-bio-compact-right .aioseo-author-bio-compact-footer .author-expertises > a, .author-expertises > a {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #DCDDE1;
    background: #F2F2F2;
    padding: 8px 16px;
    border-radius: 40px;
    text-decoration: none;
}

.aioseo-author-bio {
    border:0 !important;
}
.author-page .aioseo-author-bio-header-right .author-expertises .author-expertise{
    font-size: 12px;
    font-weight: 500;
    background: #F2F2F2;
    padding: 10px 20px;
    border-radius: 40px;
    color:#5F6069;
}
.author-page .aioseo-author-bio-header-left .aioseo-author-bio-image{
    border-radius: 50px;
    width: 180px;
    height: 180px;
}
.author-page .aioseo-author-bio-main{
    border-top: 2px solid #EFF1F5 !important;
    padding:  24px 0 !important;
}
.aioseo-author-bio-header-right .author-name {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #464851;
}
.aioseo-author-bio-header-right span{
    color:  #464851 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.aioseo-author-bio-header-right a{
    color:  #464851;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.aioseo-author-bio-header-right .author-job-title {
    margin-left: 12px;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid black;
    color: #464851;
}
.aioseo-author-bio-compact-main,.aioseo-author-bio-compact-footer {
    grid-column:2/3;
}
.author-page .aioseo-author-bio-main p{
    font-size: 16px;
    padding-bottom: 16px;
}

.author-bio-link {
    padding:24px 0;
}

.author-bio-link a {
    text-decoration: none;
    color: #29958C;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.author-bio-link a:hover {
    color:#29958C!important;
    text-decoration: none;
}

.author-page {
    background-color: white;
    padding: 20px;
    color: #191919;
    border-radius: 30px;
    margin-top: 80px !important;
}

.author-posts{
    gap:15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.author-posts .post-blog {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}
.author-posts .post-blog img{
    width: 100%;
    height: 245px;
    border-radius: 30px 30px 0 0;
}
.author-posts.owl-carousel .owl-item img{
    height: 245px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    width: 100% !important;
}
.author-posts .blog-info {
    background-color: #FAFAFA;
    padding: 20px 16px;
    border-radius: 0 0 30px 30px;
    display: grid;
    grid-template-rows: 50px auto auto 25px;
    height: 100%;
}
.author-posts p:first-child {
    grid-row: 1;
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.author-posts a.title-post {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    grid-column: 1 / 3;
    grid-row: 2;
    text-decoration: none;
}
.author-posts .read-more-outer{
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row: 4;
    grid-column: 1 / 3;
}
.author-posts .read-more {
    color: #0A6F6F;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    grid-row: 4;
    grid-column: 1;
}
.author-posts .read-more a{
    text-decoration: none;
}
.author-posts .excrept{
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    grid-row: 3;
    grid-column: 1 / 3;
    margin-bottom: 15px;
}
.author-posts .post-level {
    font-size: 10px;
    color: #707070;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
    padding: 4px 10px;
    grid-row: 4;
    grid-column: 2;
    text-align: center;
    margin-left: auto;
}
.author-posts .category-title {
    border-radius: 5px;
    background: rgba(0, 59, 229, 0.07);
    padding: 4px 10px;
    color: #0A6F6F;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    align-self: baseline;
    text-decoration: none;
}
.author-posts .month-posted {
    font-weight: 500;
    font-size: 12px;
    color: #3A3A3A;
}
.author-posts .owl-dots{
    text-align: center;
    margin-top: 15px;
}
.author-posts .owl-dots .owl-dot.active span{
    background: #0A6F6F;
}
.author-posts .owl-dots .owl-dot span{
    background: #dfdfe1;
}
.author-page #load-more-articles{
    background-color: #0a6f6f;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 8px;
    text-decoration: none !important;
    border: 0;
    min-width: 180px;
    text-transform: capitalize;
    margin-top: 24px;

}
.author-page #load-more-articles:hover {
    border-radius: 8px;
    border: 1px solid rgba(6, 203, 166, 0.22);
    background: radial-gradient(93.6% 159.62% at 50.4% -59.62%, #3ED3BD 0%, #0A6F6F 100%);

}
.author-page #load-more-articles:disabled{
    color:  rgba(255, 255, 255,0.7);
}

/*Author Page*/

.author-profile-header {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    column-gap:30px;
}

.author-excerpt {
    padding-top: 11px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.author-information {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.author-image img {
    border-radius:100%;
    object-fit: cover;
    object-position: 0;
}

.author-page .author-image img {
    width:180px;
    height: 180px;
}

.author-socials {
    grid-column: 2/3;
}
.author-socials {
    width: 31px;
    height: 30px;
    margin-top: 24px;
}

.author-socials > a,.author-socials > a:hover {
    text-decoration: none;
}

.author-expertises {
    display: flex;
    flex-direction: row;
    gap:10px;
    flex-wrap: wrap;
}

.author-page .author-job-title::before {
    color: #464851;
    font-size: 18px;
}

.author-profile-header {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 30px;
}

.author-expertises > a:hover {
    text-decoration: none;
    color: #191919;
}

.author-education > span:first-child{
    font-weight: 500;
}

.author-expertises a{
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #DCDDE1;
    background: #F2F2F2;
    padding: 8px 16px;
    border-radius: 40px;
    text-decoration: none;
}

.author-profile-header {
    border-bottom: 1px solid #EFF1F5;
    padding: 60px 0;
    margin-bottom: 60px;
}

.author-page h1 {
    font-family: 'Raleway',sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 60px;
}

.author-page .author-posts {
    padding-top: 40px;
}

.author-education {
    display: flex;
    flex-direction: row;
    gap:5px;
}

.author-social-media a, .author-social-media a:hover{
    text-decoration: none;
}

.author-socials, .author-social-media {
    width: 30px;
    height: 30px;
    background-color: #EFF1F5;
    border-radius: 8px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.author-socials img, .author-social-media img {
	width: 20px!important;
}

.blog-key-takeaway {
    background-color: #F7F8FA;
    border-radius: 10px;
    padding: 10px 32px;
}

@media screen and (max-width:780px) {

    .author-posts .post-blog {
        display: grid;
        flex-direction: column;
        grid-template-columns: 35% auto;
    }

    .author-page .author-posts {
        display:flex;
        flex-direction:column;
    }
    .author-posts .post-blog {
        flex-direction:row;
    }
    .author-posts .post-blog img {
        border-radius:30px 0px 0px 30px;
        object-fit: cover;
        object-position: 80%;
    }

    .author-posts .blog-info {
        border-radius:0 30px 30px 0;
        padding:20px 15px;
    }

    .author-posts .category-title {
        margin-bottom:10px;
    }

}


@media screen and (max-width:580px) {

    .author-profile-header {
        display: flex;
        flex-direction: column;
    }

    .single-blog-post .aioseo-author-bio-compact{
        padding: 0;
    }

    .single-blog-post .aioseo-author-bio-compact {
        grid-template-columns: auto auto;
        display: grid;
    }

    .author-titles {
        display: flex;
        flex-direction: column;
    }
    .author-titles > span {
        text-align: center;
    }

    .author-page .author-expertises {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .author-posts .post-blog {
        display: flex;
        flex-direction:column;
    }
    .author-posts .post-blog > a:first-child {
        display:none;
    }
    .author-posts .blog-info {
        border-radius:30px;
        padding: 15px 20px;
    }
    .author-page .author-job-title::before {
        content: '';
    }
    .author-titles {
        justify-content: center;
    }
    .author-image {
        display: flex;
        justify-content: center;
    }
    .author-education {
       display: flex;
       justify-content: center;
    }
    .author-social-media {
        display: flex;
        justify-content: center;
        gap: 5px;
    }
    .aioseo-author-bio-compact-left {
        display: flex!important;
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap:24px;
    }
    .single-blog-post .aioseo-author-bio-compact {
        display: flex;
        justify-content: center;
    }
    .single-blog-post .author-excerpt {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }
    .author-bio-link {
        padding: 24px 0 0 0!important;
    }
    .author-image img{
        width: 100px;
        height: 100px;
    }
    .trending-popular-posts img {
        height: 250px;
    }

}

@media screen and (max-width: 530px) {
    .aioseo-author-bio-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 !important;
    }
    .aioseo-author-bio-header-right .author-expertises{
        justify-content: center;
    }
    .aioseo-author-bio-header-right span {
        font-size: 12px !important;
    }
}

/*arabic*/

html[dir="rtl"] .blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) img {
    border-radius: 0 30px 30px 0;
}
html[dir="rtl"] .blog-home .latest-posts.multiple-blogs-3 .post-blog:not(:first-child) .blog-info, html[dir="rtl"] .blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) .blog-info {
    padding: 15px 20px;
    border-radius: 30px 0 0 30px;
}
html[dir="rtl"] .blog-info .category-title{
    margin-right:0;
}
html[dir="rtl"] .blog-disclaimer-note{
    text-align:right;
}
html[dir=rtl] .right-side-content .blog-search-container .gt-search-bar>i{
    left: 10px;
    right: unset;
}
html[dir=rtl]  .single-blog-post .left-side-content .headings-menu{
    padding-right:0;
}
html[dir=rtl]  .blog-home .blog-categories-pages .dropdown-menu .dropdown-item{
    text-align: right;
}
html[dir="rtl"] .trending-popular-posts p:first-child{
    grid-column: 1/3;
    justify-self:right;
}
html[dir="rtl"] .trending-popular-posts .blog-info {
    text-align: right;
    justify-items: end;
}

html[dir="rtl"] .trending-popular-posts .post-level{
    margin-right: auto;
    margin-left: 0;
    grid-column: 2;
    justify-self:left;
}
html[dir="rtl"] .trending-popular-posts .read-more{
    grid-column:1;
    justify-self:right;
}
html[dir="rtl"] .blog-info .month-posted,html[dir="rtl"] .blog-info{
    direction:rtl;
}
html[dir="rtl"] .blog-home .post-level {
    justify-self:left;
    grid-column:2;
    margin-left: 0;
}
html[dir="rtl"] .trending-popular-posts h3 {
    justify-self:right;
}

@media screen and (min-width: 1200px) {
    .show-blog-results {
        max-width:200px;
        top:36px;
    }
}

@media screen and (max-width:1600px) {
    .single-blog-post {
        margin: 24px 16px;
    }
}

@media screen and (max-width:1585px) and (min-width:1200px) {
    .blog-home, .most-popular, .trending-popular-posts{
        margin:80px auto!important;
    }
    .btn-container-blog {
        margin:80px 80px 0 80px!important;
    }

    .blog-home .trending-popular-posts {
        margin: 0!important;
    }
    .blog-home .blog-categories-pages li,.blog-home .blog-categories-pages li a {
        min-width: unset!important;
    }


}

@media screen and (max-width:1200px) {
    .trending-popular-posts {
        display: flex !important;
        flex-direction: column;
    }
    .article-feedback {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        gap:16px;
    }
    .article-feedback > * {
        width:100%;
        text-align: center;
    }

    .single-blog-post .likes {
        justify-content: center;
    }
    .right-side-content,.blog-sidebar {
        display: none;
    }
    .show-blog-results {
        top: 60px;
        max-width: 440px;
    }
    .blog-searchform .show-search-results {
        transform: unset;
    }
    .blog-category-children {
        overflow-x:scroll;
    }
    .blog-category-children  .blog-categories-container {
        min-width: 1000px;
        margin-bottom: 0!important;
    }
    .blog-home .dropdown {
        margin: 0 auto 20px!important;
    }
    .blog-search-container .gt-search-bar>input {
        width:fit-content;
    }
    .btn-holo.search-submit-btn {
        width:40%!important;
        min-width: fit-content;
    }

    .blog-home .blog-categories-pages{
        display: none;
    }
    .blog-home .latest-posts{
        display: block !important;
        margin-bottom: 30px;
        max-height: unset;
    }

    .blog-home .post-blog{
        display: block !important;
        margin-bottom: 20px;
    }
    .blog-home .blog-info h3{
        margin-top: 24px;
    }
    .blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) img{
        display:none;
    }
    .blog-home .blog-info .excrept {
        margin-bottom: 30px;
    }
    .blog-home .post-blog:first-child .blog-info {
        grid-template-rows: auto;
    }
    .blog-home .blog-search-container .gt-search-bar>input{
        margin:0;
    }

    .blog-info .month-posted.dark {
        margin-left: 0!important;
    }
    .blog-info-categories {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .blog-home h1{
        font-size: 32px;
        margin-top: 40px;
    }
    .blog-home .latest-posts .post-blog:not(:first-child) a .blog-info {
        background-image: none!important;
        padding:0!important;
    }
    .blog-home .latest-posts .post-blog:not(:first-child) a .article-overlay::before {
        background:transparent!important;
    }
    .blog-home .latest-posts.multiple-blogs-4 .post-blog:not(:first-child) .blog-info h3 {
        color: #191919!important;
        font-size: 24px!important;
        text-shadow: none!important;
    }

    .blog-home .post-blog:not(:first-child) .blog-info .month-posted {
        color: #606060!important;
        font-size: 16px!important;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .blog-home .post-blog:not(:first-child) .blog-info .month-posted::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24' viewBox='0 0 21 24' fill='none'%3E%3Cg clip-path='url(%23clip0_3689_18098)'%3E%3Cpath d='M6 0C6.62344 0 7.125 0.501562 7.125 1.125V3H13.875V1.125C13.875 0.501562 14.3766 0 15 0C15.6234 0 16.125 0.501562 16.125 1.125V3H18C19.6547 3 21 4.34531 21 6V6.75V9V21C21 22.6547 19.6547 24 18 24H3C1.34531 24 0 22.6547 0 21V9V6.75V6C0 4.34531 1.34531 3 3 3H4.875V1.125C4.875 0.501562 5.37656 0 6 0ZM18.75 9H2.25V21C2.25 21.4125 2.5875 21.75 3 21.75H18C18.4125 21.75 18.75 21.4125 18.75 21V9ZM5.25 12H9.75C10.1625 12 10.5 12.3375 10.5 12.75V17.25C10.5 17.6625 10.1625 18 9.75 18H5.25C4.8375 18 4.5 17.6625 4.5 17.25V12.75C4.5 12.3375 4.8375 12 5.25 12Z' fill='%23606060'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3689_18098'%3E%3Crect width='21' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")!important;
    }
    .blog-home .post-blog:first-child {
        height: 400px;
    }
    /* .blog-home .post-blog:not(:first-child) {
        max-height: 396px;
    } */
    .right-side-content .blog-search-container .search-submit-btn.mobile-blog {
        display: block;
    }
    .aioseo-author-bio-compact-left .author-job-title {
        margin-top: 8px;
    }
}

@media screen and (max-width:780px) {
    .blog-search-container .gt-search-bar {
        max-width: unset!important;
    }
    .blog-home .dropdown {
        max-width:unset!important;
    }
}


@media screen and (max-width: 576px){
    .author-expertises {
        justify-content: center;
    }
    .blog-search-container {
        margin: 30px 0 16px;
    }
    .single-blog-post{
        margin-top:16px !important;
    }
    .single-blog-post .month-posted{
        display: block;
        float: none;
        margin-top: 20px;
    }
    .single-blog-post .single-blog-title{
        margin-top:20px;
    }
    .single-blog-post h1 {
        font-size: 24px;
    }
    .single-blog-post .article-thumbnail .single-mobile-img{
        display:block;
        height: 357px;
        align-self: stretch;
        object-position: 70%;
    }
    .single-blog-post .article-thumbnail img:not(.single-mobile-img){
        display:none;
    }
    .blog-home img{
        height:300px;
    }
}
@media screen and (min-width: 1200px) {
    .mobile-blog-search {
        display: none;
    }
    .single-blog-post .article-thumbnail img {
        height: 500px;
    }
}

@media screen and (min-width: 991px) {
    .single-blog-post .blog-sidebar{
        height:100%;
    }
    .single-blog-post .blog_widget:last-child{
        position: sticky;
        top:125px;
    }

}
@media screen and (max-width: 991px) {

    .gt-blog-shareit {
        flex-direction: column;
        gap:16px;
    }

    .most-popular{
        margin-bottom: 20px !important;
    }
    #popular-posts-carousel.owl-carousel.d-flex,#popular-posts-carousel2.owl-carousel.d-flex{
        display: block !important;
    }
    #popular-posts-carousel.owl-carousel.d-flex .owl-stage,#popular-posts-carousel2.owl-carousel.d-flex .owl-stage{
        padding-left: 0 !important;
    }
    #popular-posts-carousel.owl-carousel.d-flex img,#popular-posts-carousel2.owl-carousel.d-flex img{
        height: 240px;
        width: 100% !important;
    }
    #popular-posts-carousel.owl-carousel.d-flex .owl-dots,#popular-posts-carousel2.owl-carousel.d-flex .owl-dots{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .trending-popular-posts.d-flex{
        display: block !important;
    }

    .trending-popular:not(.most-popular) .blog-info{
        border-radius: 0 0 30px 30px;
        margin-bottom: 20px;
    }

    /* Taxonomy */
    .trending-popular-posts.d-grid{
        display: block !important;
    }
    .category-page .trending-popular-posts .post-blog:first-child img {
        display: block;
    }
    .category-page .trending-popular-posts .post-blog:not(:first-child) .blog-info{
        border-radius: 30px;
    }
    .category-page .trending-popular-posts .post-blog{
        margin-bottom: 20px;
        display:block;
    }
    #popular-posts-carousel .owl-dots .owl-dot.active span,#popular-posts-carousel2 .owl-dots .owl-dot.active span {
        background: #000B26;
    }
    #popular-posts-carousel .owl-dots .owl-dot span,#popular-posts-carousel2 .owl-dots .owl-dot span {
        background: #CBCBCB;
    }

    .blog-info .month-posted,.blog-info .category-title {
        font-size: 12px;
    }

    /* single-post*/
    .single-blog-post{
        flex-direction: column;
        margin-top: 40px !important;
    }
    .single-blog-post .right-side-content .blog-categories,.single-blog-post .right-side-content .cat-title{
        display:none;
    }
    .single-blog-post .likes{
        width:100%;
    }
    /* sidebar*/
    .single-blog-post .right-side-content{
        flex-basis: unset;
    }
    .sidebar-popup-btn{
        display: block;
        position: fixed;
        top:250px;
        right: -34px;
        border-radius: 0px 0px 10px 10px;
        background: #0A6F6F;
        padding: 4px 20px;
        transform: rotate(90deg);
        text-decoration: none;
        color:#fff;
        font-size: 12px;
        font-weight: 700;
        z-index: 1;
        min-width: 95px;
        text-align: center;
    }
    .sidebar-popup-btn:hover{
        color:#fff;
        text-decoration:none;
    }
    .sidebar-forms{
        display:none;
        border-radius: 10px 0px 0px 10px;
        background: #0A6F6F;
        position: fixed;
        top:210px;
        right: 0;
        padding: 20px;
        z-index: 1;
    }

    .register-now-sidebar{
        margin-top: 0;
        padding: 0 0 20px 0;
        /*border-bottom: 1px solid;*/
        border-radius: 0;
        text-align: center;
    }
    .register-now-sidebar p{
        font-size: 14px;
    }
    .subscribe-sidebar{
        background: #0A6F6F;
        margin-top: 0;
        padding: 20px 0 0 0;
    }
    .subscribe-sidebar h4{
        text-align: center;
        color:#fff;
        font-size: 16px;
    }
    .subscribe-sidebar .gt-form .submit-btn .submit-form-btn{
        border-radius: 40px;
        background: #002180;
    }
    .search-page {
        margin-top: 40px !important;
    }
    .search-page .blog-search-container .gt-search-bar>input{
        margin: 0 ;
    }
    .blog-search-container .show-search-results {
        width: 95%;
    }
    .prev-next-posts.blog-posts{
        margin: 20px 10px 0;
    }
    .gt-blog-shareit{
        text-align: center;
    }
    .single-blog-post .single-blog-title{
        margin-bottom: 30px;
        flex-direction: column-reverse;
    }
    .single-blog-post .single-blog-title .level{
        position: absolute;
        top: 55px;
    }
    .single-blog-post .month-posted{
        max-width: 250px;
        margin-bottom: 20px;
    }
    .outer-breadcrumbs{
        flex-direction: column;
    }
    .outer-breadcrumbs .breadcrumbs{
        flex-basis: 100%;
    }
    .single-blog-breadcrumb.tablet-mobile .outer-breadcrumbs .breadcrumbs {
        display: flex;
    }
    .search-page .tag-list {
        margin: 0;
        overflow: auto;
        display: block;
        white-space: nowrap;
    }
    .search-page h2 {
        font-size: 24px;
        margin-top: 0;
    }
    #feedback-modal a{
        right: 52%;
    }

}
@media screen and (max-width:1600px) and (min-width:1200px) {

    .trending-popular-posts{
        margin: 0 16px!important;
    }
    .related-posts-single-page h3 {
        margin-left: 16px!important;
        margin-right: 16px!important;
    }
    .term-heading {
        margin:20px 16px;
    }
     .breadcrumbs {
        margin:32px 16px;
    }
    .single-blog-breadcrumb.desktop-only .breadcrumbs {
        margin:0;
    }
}

@media screen and (min-width:991px) and (max-width: 1200px){
    .single-blog-post{
        margin-top:24px !important;
    }
    .right-side-content .blog-search-container{
        margin: 0;
    }
}
@media screen and (max-width: 1200px) {
    .blog-home .blog-categories-pages {
        display: none !important;
    }
    .blog-home .dropdown{
        border-radius: 8px;
        font-weight: 500;
        width: 100%;
        display: block;
        max-width: 440px;
        margin: 0 auto 40px;
        background-color: #F7F8FA;
    }
    .blog-home .dropdown a.dropdown-toggle{
        font-size: 14px;
        border: 1px solid  #EFF1F5;
        border-radius: 8px;
        font-weight: 700;
        color: #191919;
    }
    .blog-home .dropdown a:hover {
        color: #0A6F6F;
    }
    .blog-home .dropdown a{
        text-decoration: none;
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 11px 16px;
        font-weight: 500;
        position: relative;
    }
    .blog-home .dropdown a:active{
        background-color: #fff;
    }
    .blog-home .dropdown a.active {
        background-color: #fff !important;
        color: #0A6F6F !important;
        font-weight: 600;
    }
    .blog-home .dropdown-menu{
        width: 100%;
        background: #FFFFFF;
        border: 0;
    }
    .blog-home .dropdown-submenu .dropdown-menu{
        position: static !important;
        border: 0;
        padding-left: 15px;
    }

    .blog-home .dropdown-submenu .submenu-toggle::after{
        content: "\f107";
        font-family: 'Font Awesome 6 Free';
        border: 0;
        float: right;
        font-size: 20px;
        line-height: 20px;
    }
    .blog-home .dropdown-submenu .submenu-toggle.show::after {
        content: "\f106";
    }
    .blog-home .dropdown-toggle::after {
        content: "\f107";
        font-family: 'Font Awesome 6 Free';
        border: 0;
        float: right;
        font-size: 20px;
        line-height: 20px;
    }
    .blog-home .dropdown-toggle.show::after {
        content: "\f106";
    }
    html[dir=rtl]  .blog-home .dropdown a{
        text-align: right;
    }
}


@media screen and (min-width:992px) and (max-width: 1200px) {
    .trending-popular {
        margin-top: 80px !important;
    }

    .blog-info .month-posted,.blog-info .category-title {
        font-size: 10px;
    }
}
