* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #1F1F1F;
}
a {
    color: #FF702F;
}
.btn:active,.btn:focus,button:active,button:focus {
    box-shadow: none;
    outline: 0;
}
.btn.btn_blue {
    padding: 9px 30px;
    border-radius: 5px;
    background: #FF702F !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    min-width: 109px;
    font-family: 'Inter', sans-serif !important;
    display: inline-block;
}
.btn.btn_blue:hover {
    color: #fff !important;
    background: #E65933 !important;
}
.navbar-overly {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 98;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.sec_pad {
    padding: 70px 0;
    margin-top: 0px!important;
}
a:hover {
    text-decoration: none;
    color: #2e5aa5;
}
ul {
    margin-bottom: 0;
    list-style: none;
}
@media screen and (min-width: 576px) and (max-width:767px) {
    .container:not(.container-fluid) {
        max-width: 540px;
        width: 540px;
    }
}
@media screen and (min-width: 768px) and (max-width:991px) {
    .container:not(.container-fluid) {
        max-width: 720px;
        width: 720px;
    }
}
@media screen and (min-width: 1366px) {
    .blog_cont .container {
        max-width: 1280px;
        width: 1280px;
    }
}
@media screen and (min-width: 1400px) {
    .blog_cont .container {
        max-width: 1340px;
        width: 1340px;
    }
}
.blog_cont {
    font-family: 'Inter', sans-serif !important;
}
.top_bgsec {
    margin-top: -120px;
}
.top_bgsec .box {
    border-radius: 30px;
    padding: 35px 35px 0;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.blog_cont:not(.top_bgsec) .bolg_cattag {
    border-radius: 30px;
    padding: 35px 35px 0;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.top_bgsec h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #3b3b3b;
    font-family: 'Inter', sans-serif !important;
}
.top_bgsec h2 {
    font-weight: 400;
    line-height: 35px;
    font-family: 'Inter', sans-serif !important;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 0;
    color: #3b3b3b;
}
.top_bgsec p {
    font-size: 20px;
    color: #707070;
    margin-bottom: 0 !important;
    font-family: 'Inter', sans-serif !important;
}
.bolg_cattag {
    position: relative;
}
.bolg_cattag:not(.authpage_tag) {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 25px;
}
.authpage_tag {
    background: #fff;
    padding: 35px;
    padding-bottom: 0;
    position: relative;
    font-family: 'Inter', sans-serif !important;
    margin-top: -60px;
    border-radius: 30px;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 20%);
}
.bolg_cattag>ul:not(.home_breadcrumb),.sub_categories>ul {
    text-align: center;
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
}
.bolg_cattag.sbcateg>ul:not(.home_breadcrumb) {
    padding-right: 115px;
}
.bolg_cattag.sbcateg>ul:not(.home_breadcrumb) li:nth-child(6)~li {
    display: block;
}
.sub_categories {
    display: flex;
    justify-content: space-between;
}
.sub_categories>.exp_tags {
    font-size: 20px;
    color: #FF702F;
    font-size: 16px;
    max-width: 110px;
    flex: 0 0 110px;
    cursor: pointer;
    padding-top: 10px;
    transition: .3s ease-in-out;
}
.sub_categories>.exp_tags i {
    padding-left: 10px;
}
.sub_categories>.exp_tags.active i {
    padding-left: 0;
    padding-right: 10px;
    transform: rotate(180deg);
}
.sub_categories>p {
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left;
    color: #1f1f1f;
    text-transform: uppercase;
    padding-right: 30px;
}
.sub_categories>ul {
    text-align: left;
}
.bolg_cattag>ul:not(.home_breadcrumb)>li,.sub_categories>ul>li {
    padding-right: 20px;
    padding-bottom: 20px;
}
.sub_categories>ul>li:nth-child(5)~li {
    display: none;
}
.bolg_cattag>ul:not(.home_breadcrumb)>li.dropdown {
    position: relative;
}
.bolg_cattag>ul:not(.home_breadcrumb)>li.dropdown .dropdown-toggle::after {
    content: none;
}
.bolg_cattag .dropdown:hover .dropdown-menu {
    display: block;
}
.bolg_cattag .dropdown-menu {
    margin-top: 0;
    top: 45px;
    border: 0;
    padding: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    min-width: 180px;
}
.bolg_cattag .dropdown-menu>a {
    margin-top: 1px;
    padding: 8px;
    padding-right: 15px;
}
.bolg_cattag .dropdown-menu>a+a {
    border-top: 1px solid #e9e9e9;
}
.bolg_cattag .dropdown-menu>a img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}
.bolg_cattag>ul:not(.home_breadcrumb)>li:last-child,.sub_categories>ul>li:last-child {
    padding-right: 0;
}
.bolg_cattag>ul:not(.home_breadcrumb)>li:not(.search)>a,.sub_categories>ul>li a {
    min-width: 150px;
    padding: 10px 25px;
    display: block;
    border-radius: 100px;
    background: #F9F9F9;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s ease-in-out;
    color: #3b3b3b;
}
.sub_categories>ul>li a {
    background: #FFF0E9;
    color: #FF702F;
}
.bolg_cattag>.expand_categ {
    position: absolute;
    right: 45px;
    top: 90px;
}
.bolg_cattag.authpage_tag>.expand_categ {
    right: 35px;
    top: 95px;
}
.bolg_cattag>.expand_categ>a {
    font-size: 20px;
    color: #FF702F;
    display: block;
    width: 30px;
    height: 30px;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bolg_cattag>.expand_categ>a:hover {
    color: #E65933 !important;
}
.bolg_cattag>.expand_categ>a {
    height: auto;
    width: auto;
    font-size: 16px;
}
.bolg_cattag>.expand_categ>a i {
    padding-left: 10px;
}
.bolg_cattag>.expand_categ>a.active i {
    transform: rotate(180deg);
    padding-left: 0;
    padding-right: 10px;
}
.bolg_cattag>ul:not(.home_breadcrumb)>li:not(.search)>a:hover {
    background: #FFF0E9;
    color: #FF702F !important;
}
.bolg_cattag>ul:not(.home_breadcrumb)>li>a.active,.sub_categories>ul>li>a.active {
    background: #FF702F;
    color: #fff;
    font-weight: 600;
}
.sub_categories>ul>li a:hover {
    background: #FF702F;
    color: #fff!important;
}
.trending_blog {
    margin-top: 50px !important;
}
.trending_blog .blog_card {
    display: grid;
    align-items: center;
    background: rgb(249 249 249 / 62%);
    border-radius: 10px;
    min-height: 420px;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 0;
    box-shadow: none;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.trending_blog .blog_card .tred_lbl {
    padding: 2px 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    top: 10px;
    border-radius: 100px;
    left: 10px;
    position: absolute;
    background: rgb(255,112,47);
    background: linear-gradient(124deg, rgba(255,112,47,1) 0%, rgba(255,163,6,1) 100%);
}
.trending_blog .blog_card figure {
    margin: 0;
    height: 100%;
}
.trending_blog .blog_card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.trending_blog .blog_card .blog_dets {
    padding: 20px;
}
.trending_blog .blog_card .blog_dets .title {
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 500;
}
.trending_blog .blog_card .blog_dets>p {
    margin-top: 10px;
    line-height: 24px;
}
.sec_title {
    font-weight: 800;
    font-family: 'Inter', sans-serif !important;
    font-size: 26px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #1f1f1f;
}
.blog_card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(59, 59, 59, 0.16);
    margin-bottom: 30px;
    padding: 10px;
}
.blog_card figure {
    margin: 0;
    position: relative;
}
.blog_card .b_tag {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}
.blog_card .b_tag .tag {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: #F9F9F9;
    background: rgb(255,112,47);
    background: linear-gradient(124deg, rgba(255,112,47,1) 0%, rgba(255,163,6,1) 100%);
    z-index: 9;
    transition: .3s ease-in-out;
    /* max-width: 185px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.trending_blog .blog_card .b_tag .tag {
    background: #FDEEEA;
    color: #E65933;
    position: initial;
}
.blog_card .b_tag .tag:hover {
    background: #E65933;
    color: #fff!important;
}
.blog_card figure img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    border-radius: 20px;
    object-position: center;
}
.blog_card .blog_dets {
    padding: 20px;
}
.blog_card .blog_dets>.title {
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_card .blog_dets>.title a {
    color: #333;
    display: block;
    transition: .3s ease-in-out;
}
.blog_card .blog_dets>.title a:hover {
    color: #FF702F !important;
}
.blog_card .blog_dets>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_card .blog_dets>ul>li.autor_name {
    display: flex;
    align-items: center;
}
.blog_card .blog_dets>ul>li.autor_name img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100px;
}
.blog_card .blog_dets>ul>li>a {
    font-weight: 600;
    font-size: 14px;
    padding-left: 8px;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    color: #3b3b3b;
    transition: .3s ease-in-out;
}
.blog_card .blog_dets>ul>li.autor_name a:first-child {
    padding-left: 0;
}
.blog_card .blog_dets>ul>li>a span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    color: #707070;
}
.blog_card .blog_dets>ul>li>a.rd_mr {
    color: #FF702F;
    font-weight: 500;
}
.blog_card .blog_dets>ul>li>a.rd_mr i {
    transition: .3s ease-in-out;
}
.blog_card .blog_dets>ul>li>a.rd_mr:hover i {
    padding-left: 10px;
}
.blog_card .blog_dets>ul>li>a:hover {
    color: #FF702F !important;
}
.blog_card .blog_dets .rd_mr_btn {
    width: 40px;
    height: 40px;
    background: #FFF0E9;
    display: flex;
    color: #FF702F;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding-left: 0;
}
.blog_card .blog_dets>ul>li>a.rd_mr_btn:hover {
    background-color: #FF702F;
    color: #fff !important;
}
.blog_card .blog_dets>ul>li+li {
    margin-left: 30px;
}
.blog_card .blog_dets>p {
    line-height: 20px;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px !important;
    margin-top: 20px;
    font-family: 'Inter', sans-serif;
}
.blog_card .blog_dets>a.rd_mr {
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #FF702F;
}
.blog_ftrlnks {
    background-color: #FFF0E9;
    font-family: 'Inter', sans-serif !important;
}
.blog_ftrlnks .title {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: left;
    color: #1f1f1f;
    text-transform: uppercase;
}
.blog_ftrlnks .sub_tlt {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-top: 25px;
    text-transform: uppercase;
    color: #FF702F;
}
.blog_ftrlnks ul>li>a {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
}
.blog_ftrlnks ul>li>a:hover {
    color: #E65933;
}
.blog_ftrlnks ul>li {
    padding-top: 20px;
    padding-left: 30px;
    position: relative;
}
.blog_ftrlnks ul>li::before {
    content: '\f105';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #FF702F;
}
.bolg_cattag .search_box {
    padding: 15px 35px;
    border-radius: 0px 0px 30px 30px;
    background: #f9f9f9;
    margin: 0 -35px;
    margin-top: 25px;
}
.bolg_cattag .search_box .form-group {
    position: relative;
    margin-bottom: 0 !important;
}
.bolg_cattag .search_box .form-control {
    height: 70px;
    border: 0;
    box-shadow: none;
    border-radius: 100px;
    padding: 0 30px;
    font-size: 20px;
    width: 100%
}
.bolg_cattag .search_box.show .form-control {
    border-radius: 25px 25px 0 0;
}
.bolg_cattag .search_box .form-control:active,.bolg_cattag .search_box .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.bolg_cattag .search_box .form-control::placeholder {
    font-size: 20px;
}
.bolg_cattag .search_box .form-group > a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: #FFF0E9;
    display: flex;
    color: #FF702F;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: .3s ease-in-out;
}
.bolg_cattag .search_box .form-group >a:hover {
    background: #FF702F !important;
    color: #fff !important;
}
.search_box .search_tags {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 99;
    text-align: left;
    background: #fff;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 20%);
}
.search_box .search_tags>ul {
    margin-bottom: -15px;
}
.search_box .search_tags>ul>li {
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 15px;
}
.search_box .search_tags>ul>li>a {
    background: #f9f9f9;
    border-radius: 100px;
    padding: 8px 20px;
    display: block;
    color: #3b3b3b;
    transition: .3s ease-in-out;
}
.search_box .search_tags>ul>li>a:hover {
    background: #E65933 !important;
    color: #fff !important;
}
.author_sec {
    background: url('../../img/BlogImg/img/sec_bg.jpg') no-repeat center #1F1F1F;
    background-size: cover;
    padding: 60px 0;
    padding-bottom: 100px;
}
.tag_page {
    padding: 70px 0;
}
.home_breadcrumb {
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 30px;
    text-align: left;
}
.tag_page .home_breadcrumb {
    margin-bottom: 0;
    text-align: center;
}
.home_breadcrumb>li {
    display: inline-block;
    position: relative;
}
.home_breadcrumb>li+li {
    padding-left: 20px;
}
.home_breadcrumb>li+li::before {
    content: '/';
    position: absolute;
    left: 5px;
    color: #b3b3b3;
    top: 2px;
}
.home_breadcrumb>li>a {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    transition: .3s ease-in-out;
    color: #b3b3b3;
}
.home_breadcrumb>li:last-child>a {
    pointer-events: none;
}
.home_breadcrumb>li>a:hover {
    color: #FF702F !important;
}
.home_breadcrumb>li>a.current {
    color: #FF702F;
    font-weight: 600;
}
.home_breadcrumb>li>a i {
    padding-right: 5px;
}
.home_breadcrumb>li>a i {
    font-size: 12px;
}
.author_sec .author_det {
    display: flex;
}
.author_det figure {
    margin: 0;
    padding-right: 20px;
}
.author_det figure img {
    width: 102px;
    height: 102px;
    border-radius: 10px;
    object-fit: cover;
    filter: drop-shadow(2px 4px 6px #ccc);
    /* background: #fff; */
}
.author_det .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #3b3b3b;
}
.author_det .mail>li {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #707070;
}
.author_det .mail>li span {
    color: #3b3b3b;
    font-weight: 500;
}
.author_det .mail>li a {
    font-weight: 500;
    color: #FF702F;
}
.author_det .mail>li a:hover {
    color: #E65933 !important;
}
.author_det .mail>li:first-child {
    padding-right: 20px;
}
.author_det p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 15px;
    color: #707070;
}
.author_counts .counts {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.author_counts .counts>li {
    font-weight: normal;
    font-size: 14px;
;color: #707070;
    text-align: center;
    padding: 0 20px;
}
.author_counts .counts>li span {
    font-weight: 700;
    font-size: 20px;
    display: block;
    color: #3b3b3b;
}
.author_counts .s_media {
    text-align: center;
    margin-top: 30px;
}
.author_counts .s_media>li,.share_blg>ul>li,.usercard_tt .s_media>li {
    display: inline-block;
}
.usercard_tt .s_media>li:first-child {
    margin-right: 5px
}
.author_counts .s_media>li a,.share_blg>ul>li a,.usercard_tt .s_media>li>a {
    width: 25px;
    height: 25px;
    background: #FF702F;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.author_counts .s_media>li a:hover {
    background: #E65933;
    color: #fff !important;
}
.top_detsection {
    margin-top: 0;
    min-height: 580px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    padding: 70px 0!important;
    padding-bottom: 130px !important;
    justify-content: center;
}
.top_detsection img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}
.blog_dettilesec {
    margin-top: -90px;
}
.blog_dettilesec .title_sec {
    padding: 35px;
    background: #f9f9f9;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.blog_dettilesec .blog_title {
    font-weight: 800;
    font-family: 'Inter', sans-serif !important;
    font-size: 40px;
    margin-bottom: 25px;
    color: #3b3b3b;
}
.authors_like {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif !important;
    justify-content: space-between;
}
.authors_like .author {
    display: flex;
}
.authors_like .author img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 100px;
}
.authors_like .author a {
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
    color: #FF702F;
}
.authors_like .author a:hover {
    color: #E65933 !important;
}
.authors_like .author a i {
    margin-left: 5px;
    font-size: 12px;
}
.authors_like .author span {
    display: block;
    font-size: 12px;
    color: #707070;
    margin-top: 5px;
}
.authors_like .like_dis>ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 50px;
    align-items: center;
}
.authors_like .like_dis>ul li a {
    font-weight: 700;
    font-size: 19px;
    color: #3b3b3b;
}
.authors_like .like_dis>ul li.exp-active a {
    color: #FF702F;
}
.authors_like .like_dis>ul li a:hover {
    color: #FF702F !important;
}
.blog_dettilesec .home_breadcrumb {
    margin-bottom: 20px;
}
.blog_dettilesec .share_blg {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.blog_dettilesec .share_blg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blog_dettilesec .share_blg .txt {
    font-weight: 600;
    padding-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #1f1f1f;
}
.share_blg>ul>li a {
    height: 30px;
    background: #FFF0E9;
    color: #FF702F;
    transition: .3s ease-in-out;
    width: 30px;
}
.share_blg>ul>li a:hover {
    color: #fff!important;
    background: #FF702F;
}
.share_blg>ul>li {
    padding-right: 8px;
}
.share_blg>ul>li:last-child {
    padding-right: 0;
}
.blog_detsmain {
    font-family: 'Inter', sans-serif !important;
}
.blog_detsmain .def_ttl {
    color: rgb(255, 165, 0);
}
.blog_detsmain .video_bx video {
    width: 100%;
    border-radius: 15px;
    margin: 30px 0;
}
.blog_detsmain .toc {
    position: relative;
    padding: 25px;
    border: 1px solid #ccc;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 40px;
}
.blog_detsmain .toc:not(.toc_c) {
    margin-bottom: 30px;
}
.blog_detsmain .toc .title {
    font-weight: 700;
    background: #fff;
    font-size: 24px;
    text-align: left;
    position: absolute;
    padding: 10px 15px;
    top: -25px;
    left: 25px;
    color: #3b3b3b;
    font-family: 'Inter', sans-serif;
}
.blog_detsmain .toc>ul>li {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
}
.blog_detsmain .toc>ul>li a {
    font-size: 18px;
    color: #FF702F;
}
.blog_detsmain .toc>ul>li ul li {
    margin-top: 12px;
    padding-left: 20px;
}
.blog_detsmain .toc>ul>li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.blog_detsmain p {
    margin-bottom: 30px !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #3b3b3b;
    font-family: 'Inter', sans-serif;
}
.blog_detsmain p + p {
    margin-top: -15px;
}
.blog_detsmain .gry_box {
    background: #f9f9f9;
    padding: 25px;
    margin-bottom: 30px;
}
.blog_detsmain .gry_box > h2:first-child,.blog_detsmain .gry_box > h3:first-child,.blog_detsmain .gry_box > h4:first-child,.blog_detsmain .gry_box > h5:first-child,.blog_detsmain .gry_box > h6:first-child {
    margin-top: 0
}
.blog_detsmain .gry_box .title_icn {
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    color: #707070;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
    margin-top: 0;
}
.blog_detsmain .gry_box .title_icn::before {
    font-size: 35px;
    font-family: "Font Awesome 5 Free";
    content: '\f10d';
    top: 0;
    left: 0;
    position: absolute;
    color: #ccc;
}
.blog_detsmain .gry_box .title_icn i {
    font-size: 35px;
    padding-right: 25px;
    color: #ccc;
}
.blog_detsmain .gry_box p:last-child {
    margin-bottom: 0 !important;
}
.blog_detsmain .gry_box>ul>li,.blog_detsmain .gry_box .list_icn {
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
    color: #707070;
    padding-left: 20px;
    position: relative;
}
.blog_detsmain .gry_box>ul>li::before,.blog_detsmain .gry_box .list_icn::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background: #ccc;
}
.blog_detsmain .gry_box .title {
    font-weight: 700;
    font-size: 24px;
    color: #1f1f1f;
    margin-bottom: 20px;
}
.blog_detsmain .gry_box>ul>li+li {
    margin-top: 15px;
}
.blog_detsmain .gry_box>ul>li a {
    color: #1f1f1f;
    text-decoration: underline;
}
.blog_detsmain .gry_box>ul>li strong {
    color: #1f1f1f;
    font-weight: 600;
}
.blog_detsmain h2 {
    font-weight: 800;
    font-size: 28px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 60px;
    color: #3b3b3b;
    font-family: 'Inter', sans-serif;
}
.blog_detsmain h2 a,.blog_detsmain p a {
    color: #FF702F;
    text-decoration: underline;
}
.blog_detsmain h2 a:hover,.blog_detsmain p a:hover {
    color: #E65933 !important;
}
.blog_detsmain p a {
    font-weight: 600;
}
.blog_detsmain p sup {
    color: #FF702F;
    font-weight: 700;
    cursor: pointer;
}
.blog_detsmain p sup.check {
    margin-top: -10px;
}
.blog_detsmain p sup i {
    height: 10px;
    width: 10px;
    background: #FF702F;
    color: #fff;
    border-radius: 100px;
    font-size: 6px;
    text-align: center;
    line-height: 10px;
}
.blog_detsmain img {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
}
.blog_detsmain h3 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 30px;
    color: #3b3b3b;
    font-family: 'Inter', sans-serif;
}
.blog_detsmain h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    color: #3b3b3b;
}
.blog_detsmain h5, .blog_detsmain h6 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    color: #3b3b3b;
}
.blog_detsmain .blue {
    color: #306dd0;
}
.blog_detsmain .topics {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}
.blog_detsmain .topics:not(.r_topics) {
    display: flex;
    align-items: center;
}
.blog_detsmain .topics:not(.r_topics)>ul>li {
    padding-top: 0;
    padding-left: 20px;
}
.blog_detsmain .topics:not(.r_topics) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.sub_categories_txt {
    font-size: 18px;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 0;
    margin-top: 10px;
}
.blog_detsmain .topics .title, .blog_detsmain .sub_categories_title {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    font-family: 'Inter', sans-serif !important;
    color: #1f1f1f;
}
.blog_detsmain .topics .title {
    margin-bottom: 0 !important;
}
.blog_detsmain .topics>ul>li {
    display: inline-block;
    padding-top: 20px;
    padding-right: 20px;
}
.blog_detsmain .topics>ul>li:last-child {
    padding-right: 0;
}
.blog_detsmain .topics>ul>li>a {
    font-weight: normal;
    font-size: 18px;
    padding: 10px 15px;
    color: #FF702F;
    transition: .3s ease-in-out;
    border-radius: 8px;
    display: block;
    background: #FFF0E9;
}
.blog_detsmain .topics>ul>li>a:hover,.blog_detsmain .topics>ul>li>a.active {
    background: #E65933;
    color: #fff !important;
}
.blog_detsmain .toc_c {
    border: 0;
    padding: 0;
}
.blog_detsmain .toc_c>.title {
    position: initial;
    padding: 0;
    margin-bottom: 20px;
}
.blog_detsmain .gry_box_tt {
    padding: 20px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.blog_detsmain .gry_box_tt img {
    margin: 0;
}
.blog_detsmain .threecol_img {
    display: grid;
    gap: 30px;
    align-items: center;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 30px;
}
.imagew_cap img {
    margin-bottom: 0;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}
.imagew_cap {
    margin-bottom: 0;
    height: 100%;
    position: relative;
}
.threecol_img > .imagew_cap img {
    max-height: 430px;
    height: 100%;
}
.imagew_cap+.imagew_cap {
    margin-top: 30px;
}
.imagew_cap figcaption {
    position: absolute;
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 20px;
    width: 100%;
    font-weight: 400;
    border-radius: 0 0 10px 10px;
    left: 0;
    background-color: rgba(31, 31, 31, 0.4);
}
.imagew_cap figcaption p {
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.8);
}
.imagew_cap figcaption a {
    color: #fff;
    text-decoration: underline;
}
.blog_detsmain .gry_box_tt .title,.blog_detsmain .gry_box_tt h3,.blog_detsmain .gry_box_tt h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    color: #3b3b3b;
    margin-bottom: 15px;
}
.blog_detsmain .gry_box_tt p {
    margin-bottom: 15px !important;
}
.blog_detsmain .gry_box_tt ul li {
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    color: #1f1f1f;
}
.blog_detsmain .gry_box_tt ul li p {
    margin-bottom: 0 !important;
}
.blog_detsmain .gry_box_tt ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #FF702F;
    color: #fff;
    border-radius: 100px;
    height: 20px;
    width: 20px;
}
.blog_detsmain .gry_box_tt ul li+li {
    margin-top: 15px;
}
.blog_detsmain ul.main {
    margin-bottom: 30px;
}
/* @media screen and (min-width:992px){.blog_detsmain ul.main.grid-2, .blog_detsmain ul.main.grid-3{display: grid;gap: 20px;grid-template-columns: 1fr 1fr;}.blog_detsmain ul.main.grid-3{grid-template-columns: 1fr 1fr 1fr;}.blog_detsmain ul.main.grid-2 li + li, .blog_detsmain ul.main.grid-3 li + li{margin-top: 0;}}*/
.blog_detsmain ul.main>li {
    font-weight: normal;
    font-size: 18px;
    color: #3b3b3b;
    position: relative;
    padding-left: 20px;
}
.blog_detsmain ul.main>li+li {
    margin-top: 20px;
}
.blog_detsmain ul.main>li::before {
    content: '\f105';
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #FF702F;
}
.blog_detsmain .table {
    margin-bottom: 30px;
}
.blog_detsmain .table th {
    font-weight: 600;
    font-size: 16px;
    border: 0;
    color: #3b3b3b;
    padding: 15px 20px;
}
.blog_detsmain .table td {
    border: 0;
    font-size: 16px;
    padding: 15px 20px;
    color: #707070;
}
.blog_detsmain .table tr:nth-child(odd) td,.blog_detsmain .table tr:nth-child(odd) th {
    background: #f9f9f9;
}
.blog_detsmain ul.thumb_lst {
    background: #f9f9f9;
    margin-bottom: 30px;
}
.blog_detsmain ul.thumb_lst>li {
    font-weight: normal;
    font-size: 18px;
    display: flex;
    padding: 15px;
    color: #1f1f1f;
    align-items: center;
}
.blog_detsmain ul.thumb_lst>li .number {
    font-weight: 700;
    color: #FF702F;
    font-size: 16px;
}
.blog_detsmain ul.thumb_lst>li p {
    margin-bottom: 0 !important;
}
.blog_detsmain ul.thumb_lst>li p a {
    font-weight: 600;
}
.blog_detsmain ul.thumb_lst>li img {
    width: 80px;
    margin: 0 18px;
    height: 55px;
    border-radius: 5px;
    object-fit: cover;
}
.blog_detsmain ul.thumb_lst>li+li {
    border-top: 3px solid #fff;
}
.detcat_bx {
    padding: 40px 30px;
    min-height: 180px;
    margin-top: 30px;
    display: flex;
    font-family: 'Inter', sans-serif !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.detcat_bx .sub_categories {
    width: 100%;
}
.blog_detsmain .gry_box.wht_box, .detcat_bx {
    background: #fff;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.blog_detsmain .gry_box.wht_box p:last-child {
    margin-bottom: 0 !important;
}
.blog_detsmain .gry_box.wht_box .title_icn {
    color: #3b3b3b;
}
.blog_detsmain .gry_box.ord_lst {
    padding: 0;
}
.blog_detsmain .gry_box.ord_lst .title {
    padding: 20px;
    padding-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.blog_detsmain .gry_box.ord_lst>ul>li::before {
    content: none;
}
.blog_detsmain .gry_box.ord_lst>ul>li p {
    margin-bottom: 0 !important;
}
.blog_detsmain .gry_box.ord_lst>ul>li {
    padding-left: 0;
    font-style: normal;
    color: #1f1f1f;
    display: flex;
    padding: 20px;
}
.blog_detsmain .gry_box.ord_lst>ul>li .number {
    font-weight: 700;
    padding-right: 20px;
}
.blog_detsmain .gry_box.ord_lst>ul>li+li {
    border-top: 4px solid #fff;
}
.related_post {
    background-color: #f9f9f9;
    margin-top: 50px;
}
.sec_whyt {
    background: #fff;
}
.cmnt_lst {
    font-family: 'Inter', sans-serif !important;
}
.cmnt_lst>li {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 50px rgba(59, 59, 59, 0.05);
}
.cmnt_lst>li .crd {
    display: flex;
}
.cmnt_lst li img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100px;
}
.cmnt_lst li>.crd>div {
    padding-left: 20px;
    max-width: calc(100% - 90px);
}
.cmnt_lst li .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #3b3b3b;
}
.cmnt_lst li p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
    color: #707070;
}
.cmnt_lst li .date_rply {
    text-transform: uppercase;
    color: #707070;
    font-size: 12px;
}
.cmnt_lst li .date_rply a {
    font-weight: 700;
    margin-left: 10px;
    color: #FF702F;
}
.cmnt_lst>li+li {
    margin-top: 20px;
}
.cmnt_lst>li ul>li {
    margin-left: 100px;
    width: calc(100% - 100px);
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}
.lev_cmmt .form-group, .modal_login_blog .form-group {
    margin-bottom: 45px;
    position: relative;
    font-family: 'Inter', sans-serif !important;
}
.lev_cmmt .form-group .form-control::placeholder,.modal_login_blog .form-group .form-control::placeholder {
    color: #555;
    font-size: 14px;
}
.lev_cmmt .form-group .form-control ,.modal_login_blog .form-group .form-control {
    color: #474747 !important;
    font-size: 17px !important;
    background-color: #FFFFFF;
    min-height: 45px !important;
    border-radius: 4px !important;
    font-weight: normal !important;
    position: relative;
    z-index: 9;
}
.modal_login_blog .form-group .form-control {
    border-radius: 0 !important;
}
.lev_cmmt .form-group label, .modal_login_blog .form-group label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: .3s;
    z-index: 2;
    letter-spacing: .5px;
    text-align: left;
}
.lev_cmmt .form-group .form-control:not(:placeholder-shown)~label,.lev_cmmt .form-group .form-control:active~label,.lev_cmmt .form-group .form-control:focus~label,.modal_login_blog .form-group .form-control:not(:placeholder-shown)~label,.modal_login_blog .form-group .form-control:active~label,.modal_login_blog .form-group .form-control:focus~label {
    top: -22px;
    left: 0;
    color: #525252;
}
.lev_cmmt .form-group .form-control:active,.lev_cmmt .form-group .form-control:focus,.modal_login_blog .form-group .form-control:active,.modal_login_blog .form-group .form-control:focus {
    box-shadow: none;
}
.lev_cmmt .form-group .form-control:active::placeholder,.lev_cmmt .form-group .form-control:focus::placeholder,.modal_login_blog .form-group .form-control:active::placeholder,.modal_login_blog .form-group .form-control:focus::placeholder {
    color: #ccc;
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner,.popover {
    max-width: 280px;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #707070;
    text-align: left;
    border: 0;
    cursor: initial;
    font-size: 14px;
    font-family: 'Inter', sans-serif !important;
}
.popover .popover-content {
    padding: 0;
}
.tooltip-inner a,.popover .popover-content a {
    text-decoration: none;
    color: #FF702F !important;
}
.tooltip-inner a:hover,.popover .popover-content a:hover {
    text-decoration: underline;
    color: #E65933 !important;
}
.tooltip .check-t,.popover .popover-content .check-t {
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.tooltip .link_tmargin,.popover .popover-content .link_tmargin {
    margin-top: 10px;
    display: block;
}
.tooltip .check-t i,.popover .popover-content .check-t i {
    height: 20px;
    margin-right: 5px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF702F;
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
}
.tooltip .check-t:hover i,.popover .popover-content .check-t:hover i {
    text-decoration: none;
    background-color: #E65933;
}
.tooltip .title,.popover .popover-content .title,.popover .popover-content h3,.popover .popover-content h4 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #707070;
}
.popover .popover-body {
    padding: 0;
}
.tooltip-inner p,.popover p {
    font-size: 14px;
    color: #707070;
    line-height: initial;
    margin-bottom: 0 !important;
}
.popover p + p {
    margin-top: 10px;
}
.tooltip-inner p:last-child,.popover p:last-child {
    margin-bottom: 0 !important;
}
.tooltip-inner p a,.popover .popover-content p a {
    color: #1F1F1F !important;
    text-decoration: underline;
    font-weight: 600;
}
.tooltip-inner p a:hover,.popover .popover-content p a:hover {
    color: #E65933 !important;
}
.bs-tooltip-bottom .tooltip-inner,.bs-popover-bottom,.popover.bottom {
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
.authors_like .author a .s_media a {
    text-decoration: none;
    display: flex;
    color: #fff !important;
}
.authors_like .author a .s_media a:hover {
    background-color: #E65933;
}
.usercard_tt .user_det {
    display: flex;
}
.usercard_tt .user_det img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
}
.usercard_tt .user_det .name {
    font-weight: 700;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    color: #3b3b3b;
}
.usercard_tt p {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 8px;
    color: #707070;
}
.bs-tooltip-top .arrow::before,.bs-popover-top .arrow::before,.bs-popover-top .arrow::after,.popover.top>.arrow::after,.popover.top>.arrow {
    border-top-color: #f9f9f9;
}
.bs-tooltip-bottom .arrow::before,.bs-popover-bottom .arrow::before,.bs-popover-bottom .arrow::after,.popover.bottom>.arrow::after,.popover.bottom>.arrow {
    border-bottom-color: #f9f9f9;
}
.latest_blg_slide .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 40px;
    height: 40px;
    background: #FFF0E9 !important;
    display: flex;
    color: #FF702F !important;
    border: 0;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding-left: 0;
    transition: .3s ease-in-out;
}
.latest_blg_slide .owl-nav button:hover {
    background-color: #FF702F !important;
    color: #fff !important;
}
.latest_blg_slide .owl-nav button.owl-prev {
    left: -50px;
}
.latest_blg_slide .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.latest_blg_slide .owl-dot {
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 20px;
}
.latest_blg_slide .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #a5a5a5;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.latest_blg_slide .owl-dots .owl-dot.active span {
    border-color: #FFA306;
    transform: scale(1.5);
    background: #fff;
}
.latest_blg_slide .owl-dots .owl-dot:not(:last-child):after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.latest_blg_slide .owl-dots .owl-dot:not(:first-child):before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.latest_blg_slide .owl-dots .owl-dot.active::after,.latest_blg_slide .owl-dots .owl-dot.active::before {
    background-color: #FFA306;
}
.blog_lst_sec .sec_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.sec_title>a {
    color: #FF702F;
}
.sec_title>a:hover {
    color: #E65933 !important;
}
.bg-light.blog_lst_sec .sec_title {
    border-color: #ddd;
}
.blog_lst_sec .row,.related_post .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}
.blog_lst_sec .row .col-md-12,.related_post .row .col-md-12 {
    width: 100%;
}
.blog_lst_sec .row >div:not(.col-md-12, .v_all),.related_post .row >div:not(.col-md-12, .v_all) {
    display: flex;
    flex-direction: column;
}
.blog_lst_sec .blog_card,.related_post .blog_card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog_lst_sec .blog_card .blog_dets,.related_post .blog_card .blog_dets {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog_lst_sec .blog_card .blog_dets .title,.related_post .blog_card .blog_dets .title {
    flex: 1;
}
.blog_lst_sec .row+.row {
    margin-top: 60px;
}
.footer_new_style {
    background: linear-gradient(#021048 0%, #1e38a3 100%);
    padding: 70px 0;
    margin-top: 0;
}
.footer_new_style .row.align-center {
    align-items: center;
}
.footer_new_style img {
    width: 100%;
}
.footer_new_style .list_fter, .footer_new_style .socil_list_fter {
    margin: 0;
}
.footer_new_style .list_fter li, .footer_new_style .socil_list_fter li {
    display: inline-block;
}
.footer_new_style .list_fter li a {
    font-family: Inter;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding-right: 20px;
}
.footer_new_style .list_fter li:last-child {
    padding-right: 0;
}
.footer_new_style .list_fter {
    text-align: center;
}
.footer_new_style .socil_list_fter li a {
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 100%;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1f1f1f;
}
.footer_new_style .socil_list_fter li a:hover {
    background: #FFF0E9;
    color: #E65933;
}
.footer_bottom_style {
    background: #1f1f1f;
    margin-top: 0;
}
.footer_bottom_style p, .footer_bottom_style p a {
    font-family: Inter;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 22px;
    margin: 0;
    padding: 16px 0;
}
.signup_cta {
    background-size: cover;
    font-family: 'Inter', sans-serif !important;
}
.signup_cta .sec_title {
    margin-bottom: 20px;
}
.signup_cta p {
    margin-bottom: 25px !important;
}
.cmnt_logbx {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}
.cmnt_logbx .sec_title {
    margin-bottom: 20px;
}
.cmnt_logbx p {
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 20px !important;
}
.modal_login_blog .modal-content {
    border-radius: 20px;
    background: #FFF0E9;
    box-shadow: 1px 1.73px 10px rgba(0, 0, 0, 0.25);
}
.modal_login_blog .modal-content > .close {
    right: 10px;
    top: 6px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FF702F;
    z-index: 1;
    transition: all 0.3s;
    height: 30px;
    width: 30px;
    opacity: 1;
    font-size: 18px;
}
.modal_login_blog .heading_title {
    font-family: Inter;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    /* line-height: 19.2px; */
    text-align: center;
    color: #3b3b3b;
    margin: 35px 0px;
}
.modal_login_blog .modal-body {
    padding: 0px;
    border-radius: 20px;
    background: #fff;
    margin: 7px;
    padding: 35px 33px;
    margin-top: 0;
}
.btn.btn_grad {
    font-family: Inter;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-align: center;
    width: 100%;
    padding: 12px;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    border: 0;
    position: relative;
}
.btn.btn_grad::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    background: rgb(255,112,47);
    background: linear-gradient(124deg, rgba(255,112,47,1) 0%, rgba(255,163,6,1) 100%);
}
.btn.btn_grad::after {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    background-color: #E65933;
    transition: .3s ease-in-out;
}
.btn.btn_grad:hover::after {
    height: 100%;
}
.modal_login_blog .ft_signup {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.ft_media a img {
    margin-right: 20px;
    height: 18px;
    width: 18px;
}
.modal_login_blog .ft_media a {
    font-family: 'Inter';
    font-weight: 600;
    margin: 5px 10px;
    width: 196px;
    max-width: 100%;
    /* text-transform: uppercase; */
    font-size: 14px;
    text-align: left;
    color: rgb(0 0 0 / 54%);
    padding: 10px;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background: #fff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
    border-radius: 4px;
}
.modal_login_blog .ft_media a:hover {
    color: #FF702F;
}
.modal_login_blog .ft_signup p {
    font-family: Inter;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 0;
    color: #707070;
}
.modal_login_blog .ft_signup p a {
    color: #FF702F;
    transition: .3s ease-in-out;
    border-bottom: 1px solid transparent
}
.modal_login_blog .ft_signup p a:hover {
    color: #E65933 !important;
    border-bottom: 1px solid #2e5aa5;
}
.modal_login_blog .logSgn_box .signup {
    display: none;
}
.modal_login_blog .form-control-feedback {
    width: 50px;
    height: 40px;
    font-size: 18px!important;
    line-height: 50px!important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    color: #707070;
    text-align: center;
    pointer-events: none;
}
.btm_tag_pg {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    display: block;
}
.btm_tag_pg > .tab-content {
    padding: 20px;
    padding-bottom: 5px;
}
.btm_tag_pg .nav .item .nav-link {
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
    display: block;
    width: 100%;
    border: 0;
    text-align: center;
    border-bottom: 4px solid transparent;
    padding: 18px 0 15px;
}
.btm_tag_pg .nav .item .nav-link:hover {
    color: #FF702F;
}
.btm_tag_pg .nav .item .nav-link.active {
    color: #FF702F;
    font-weight: 700;
    border-bottom: 4px solid #FF702F;
}
.btm_tag_pg .tab_grp_a li {
    list-style: none;
    margin-right: 15px;
    display: inline-block;
    padding: 0;
    position: relative;
    color: #000;
    margin-bottom: 15px;
}
.btm_tag_pg .tab_grp_a li a {
    border-radius: 100px;
    display: block;
    background: #e9effa;
    box-shadow: 0 0 20px rgba(162,162,162,.16);
    font-size: 15px;
    text-align: left;
    color: #1f1f1f;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    transition: .3s ease-in-out;
    position: relative;
    padding: 10px 20px;
}
.btm_tag_pg .tab_grp_a li a:hover {
    background: #FF702F;
    color: #fff;
}
.btm_tag_pg .tab_grp_a li a span {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    box-shadow: 3px 0px 10px 0px rgb(0 0 0 / 10%);
    height: 20px;
    min-width: 20px;
    display: flex;
    color: #707070;
    top: -5px;
    padding: 0 5px;
    left: calc(100% - 15px);
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #f9f9f9;
}
.tab_crausel .owl-nav button {
    position: absolute;
    top: 18px;
    width: 24px;
    height: 24px;
    right: -2px;
}
.tab_crausel .owl-nav button.owl-prev {
    left: -2px;
    right: initial;
}
.btm_tag_pg > .tab-content ul.nav-tabs {
    border: 0;
    margin-bottom: 20px;
}
.btm_tag_pg > .tab-content ul.nav-tabs > li {
    position: relative;
    margin-right: 20px;
}
.btm_tag_pg > .tab-content ul.nav-tabs > li > a:not(.attach-icon) {
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: #1f1f1f;
    padding: 10px 25px 10px 0;
    border: 0;
}
.btm_tag_pg > .tab-content ul.nav-tabs > li >.attach-icon {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 14px;
    color: #1f1f1f;
}
.btm_tag_pg > .tab-content ul.nav-tabs > li > a.active ~ .attach-icon,.btm_tag_pg > .tab-content ul.nav-tabs > li >.attach-icon:hover,.btm_tag_pg > .tab-content ul.nav-tabs > li > a:not(.attach-icon):hover {
    color: #FF702F;
}
.btm_tag_pg > .tab-content ul.nav-tabs > li > a.active {
    color: #FF702F;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .blog_lst_sec .v_all {
        position: initial;
    }
    .blog_lst_sec .v_all .btn {
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 16px;
        padding: 0;
        background-color: transparent !important;
        color: #3b3b3b;
    }
    .blog_lst_sec .v_all .btn:hover {
        color: #FF702F !important;
    }
    .blog_lst_sec .v_all .btn i {
        padding-left: 10px;
    }
}
/*Blog 2 design css*/
.blog_det2 {
    padding: 70px 0 !important;
}
.blog_det2 .home_breadcrumb {
    text-align: center;
}
.blog_det2.blog_dettilesec {
    margin-top: 0;
    position: relative;
}
.blog_det2.blog_dettilesec::after {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .1;
    z-index: -1;
    background: linear-gradient(#306dd0 0%, #64a0ff 100%);
}
.blog_det2.blog_dettilesec .share_blg {
    border: 0;
    justify-content: center;
    padding-top: 0;
    margin-top: 25px;
}
.blog_det2 .share_blg>ul>li a {
    background: #FF702F;
    color: #fff;
}
.blog_det2 .share_blg>ul>li a:hover {
    background: #E65933;
}
.blog_det2 .fig_sec {
    background: #fff;
    border-radius: 20px;
    margin-top: 60px;
    /* background: url(...); */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.blog_det2 .fig_sec img {
    border-radius: 20px;
}
.blog_det2 .authors_like {
    padding: 20px;
}
.blog_det2 .blog_tag {
    margin: 25px 0;
}
.blog_det2 .blog_tag li {
    display: inline-block;
    padding-right: 20px;
}
.blog_det2 .blog_tag li:last-child {
    padding-right: 0;
}
.blog_det2 .blog_tag li a {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(59, 59, 59, 0.16);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 14px;
    text-transform: uppercase;
    color: #3b3b3b;
}
.blog_det2 .toc:not(.toc_c) {
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 60px);
    border: 0;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 50px rgba(59, 59, 59, 0.05);
}
.blog_det2 .toc .title {
    font-size: 18px;
    position: initial;
    padding: 20px;
    margin: -20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
}
.blog_det2 .toc > ul {
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px;
    max-height: calc(100vh - 160px);
}
/* width */
.blog_det2 .toc > ul::-webkit-scrollbar {
    width: 5px;
    background: #ddd;
    border-radius: 50px;
}
/* Track */
.blog_det2 .toc > ul::-webkit-scrollbar-track {
    border-radius: 50px;
}
/* Handle */
.blog_det2 .toc > ul::-webkit-scrollbar-thumb {
    background: #3b3b3b;
    border-radius: 50px;
}
/* Handle on hover */
.blog_det2 .toc > ul::-webkit-scrollbar-thumb:hover {
    background: #1f1f1f;
}
.blog_det2 .toc > ul > li a {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #3b3b3b !important;
}
.blog_det2 .toc > ul > li.active a,.blog_det2 .toc > ul > li a:hover {
    color: #FF702F !important;
}
/* blog design 4 */
.blogdet_topsec4 .img-responsive {
    width: 100%;
    border-radius: 30px;
}
.blogdet_topsec4.blog_dettilesec .share_blg {
    justify-content: flex-start;
}
.edt_prof_btn {
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.edt_prof_btn .btn {
    font-size: 14px;
    min-width: 120px;
    margin-top: 15px;
    padding: 6px 12px;
}
.author_pub_pg {
    padding: 60px 0;
}
.author_pub_pg .author_det figure {
    text-align: center;
}
.author_pub_blgcrd .blog_card .blog_dets {
    padding: 0;
}
.author_pub_blgcrd .blog_card {
    display: grid;
    position: relative;
    padding: 20px;
    gap: 20px;
    align-items: center;
    grid-template-columns: 200px auto 40px;
    overflow: hidden;
}
.author_pub_blgcrd .blog_card figure img {
    height: 140px;
}
.author_pub_blgcrd .blog_card .blog_dets>.title {
    margin-bottom: 8px;
}
.author_pub_blgcrd .blog_card .blog_dets>p {
    margin-top: 0;
}
.author_pub_blgcrd .rd_mr_btn {
    width: 40px;
    height: 40px;
    background: #FFF0E9;
    display: flex;
    color: #FF702F;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding-left: 0;
    transition: .3s ease-in-out;
}
.author_pub_blgcrd .rd_mr_btn:hover {
    background: #FF702F;
    color: #fff;
}
.author_pub_blgcrd .blog_card .blog_dets > ul {
    justify-content: initial;
}
.author_pub_blgcrd .blog_card .blog_dets > ul li {
    font-size: 14px;
    font-weight: 600;
}
.author_pub_blgcrd .blog_card .blg_ststs {
    border-radius: 5px;
    padding: 2px 8px;
    background: #FFF0E9;
    color: #FF702F;
    text-transform: uppercase;
    font-weight: 400;
}
.author_pub_blgcrd .blog_card .blg_ststs.success {
    background-color: rgba(40, 167, 70, 0.1);
    color: #28A745;
}
.author_pub_blgcrd .blog_card .blg_ststs.warning {
    color: #f3b600;
    background-color: rgba(255, 193, 7, 0.07);
}
.author_pub_blgcrd .blog_card .blg_ststs.success,.author_pub_blgcrd .blog_card .blg_ststs.warning {
    position: absolute;
    top: 0;
    right: 0;
}
.author_pub_blgcrd .srch_s {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}
.author_pub_blgcrd .srch_s .sec_title {
    margin-bottom: 0;
}
.author_pub_blgcrd .srch_s .form-control {
    padding-right: 50px;
    width: 400px;
    max-width: 100%;
}
.author_pub_blgcrd .srch_s .form-group {
    margin-bottom: 0 !important;
    position: relative;
}
.author_pub_blgcrd .srch_s .form-group >a {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 99;
    color: #FF702F;
}
.author_pub_blgcrd .srch_s .form-group >a:hover {
    color: #E65933 !important;
}
.author_prof {
    margin-top: -60px;
    padding-bottom: 70px;
}
.auth_prof_tlt {
    margin-bottom: 0;
}
.author_prof .p_card {
    padding: 35px;
    border-radius: 10px;
    background: #fff;
    position: sticky;
    top: 20px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
}
.author_prof .img_bx {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.author_prof .img_bx img {
    border-radius: 100%;
    height: 200px;
    object-fit: cover;
    width: 200px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
}
.author_prof .img_bx .file-upload {
    display: none;
}
.author_prof .img_bx .p-image {
    width: 40px;
    height: 40px;
    background: #FF702F;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding-left: 0;
    transition: .3s ease-in-out;
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.author_prof .img_bx .p-image:hover {
    background-color: #E65933;
    color: #fff;
}
.author_prof .img_crd .form-group:last-child {
    margin-bottom: 0;
}
.author_prof .bx_title {
    font-size: 18px;
    margin: -35px;
    margin-bottom: 35px;
    text-transform: uppercase;
    padding: 25px 35px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}
.form-group.inpt {
    margin-bottom: 45px;
    position: relative;
    font-family: 'Inter', sans-serif !important;
}
.form-group.inpt .form-control::placeholder {
    color: #555;
    font-size: 14px;
}
.form-group.inpt .form-control {
    color: #474747 !important;
    font-size: 17px !important;
    background-color: #FFFFFF;
    min-height: 45px !important;
    border-radius: 4px !important;
    font-weight: normal !important;
    position: relative;
    z-index: 9;
}
.form-group.inpt .form-control:disabled {
    background-color: #F2F2F2 !important;
    color: #999999 !important;
}
.form-group.inpt label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: .3s;
    z-index: 2;
    letter-spacing: .5px;
    text-align: left;
}
.form-group.inpt .form-control:active~label,.form-group.inpt .form-control:focus~label,.form-group.inpt .form-control:not(:placeholder-shown)~label {
    top: -22px;
    left: 0;
    color: #525252;
}
.form-group.inpt .form-control:active,.form-group.inpt .form-control:focus {
    box-shadow: none;
}
.form-group.inpt .form-control:active::placeholder,.form-group.inpt .form-control:focus::placeholder {
    color: #ccc;
}
/*faq*/
.faq_Sec > p {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    color: #3b3b3b;
}
.faq_Sec details {
    margin: 0 auto ;
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
}
.faq_Sec details + details {
    margin-top: 10px;
}
.faq_Sec details .box {
    padding: 20px;
}
.faq_Sec details p:last-child {
    margin: 0 !important;
}
.faq_Sec summary {
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    background: #f9f9f9;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.blog_detsmain .faq_Sec summary p {
    font-size: 18px;
    font-weight: 600;
}
.blog_detsmain .faq_Sec summary p strong {
    font-weight: 600 !important;
}
.faq_Sec summary:before {
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #030303;
    position: absolute;
    top: 25px;
    left: 18px;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}
.faq_Sec details[open] > summary {
    background-color: #e6e6e6;
}
.faq_Sec details[open] > summary:before {
    transform: rotate(90deg);
}
.faq_Sec details summary::-webkit-details-marker {
    display: none;
}
.Search_sec .sec_title {
    margin-bottom: 20px;
}
.search_norecord {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.search_norecord {
    width: 100%;
}
.search_norecord .txt {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

/*responsive css*/
@media screen and (max-width: 1365.5px) {
    /* .top_detsection img{margin: 0 -30px;width: calc(100% + 60px);}*/.trending_blog .blog_card .blog_dets>ul {
    display: block;
}
    .trending_blog .blog_card .blog_dets>ul>li+li {
        margin-left: 0;
        margin-top: 15px;
    }
    .trending_blog .blog_card .blog_dets {
        padding: 12px 20px;
        padding-right: 12px;
    }
}
@media(max-width: 1199.5px) {
    .top_detsection img {
        height: 500px;
    }
    .top_detsection {
        min-height: 500px;
    }
    .blog_dettilesec .title_sec {
        padding: 30px;
    }
    .trending_blog .blog_card .blog_dets>ul {
        display: flex;
    }
    .blog_card figure img {
        height: 300px;
    }
    .trending_blog .blog_card .blog_dets>ul>li+li {
        margin-top: 0;
    }
    .blog_card .blog_dets {
        padding: 10px;
        padding-top: 20px;
    }
    /* .blog_cont{background-position: 80% 20%;}*/
}
@media(max-width: 991.5px) {
    .blog_card figure img {
        height: 250px;
    }
    .footer_new_style {
        padding: 50px 0;
    }
    .footer_new_style img {
        max-width: 150px;
        margin: auto;
        margin-bottom: 15px;
        display: flex;
    }
    .footer_new_style .socil_list_fter {
        text-align: center;
        margin-top: 30px;
    }
    .footer_bottom_style p, .footer_bottom_style p a {
        text-align: center;
    }
    .latest_blg_slide .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .latest_blg_slide .owl-nav button {
        position: initial;
        margin: 0 10px;
        transform: none;
    }
    .bolg_cattag>ul:not(.home_breadcrumb)>li,.sub_categories>ul>li {
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .top_detsection img {
        height: 450px;
    }
    .top_detsection {
        min-height: 450px;
    }
    .blog_dettilesec .blog_title {
        font-size: 36px;
    }
    .blog_card .blog_dets>.title {
        height: auto;
    }
}
@media(max-width: 767.5px) {
    .signup_trail{grid-template-columns: 1fr !important;}
    .top_bgsec .box {
        padding: 30px 30px 0;
    }
    .blog_lst_sec .row,.related_post .row {
        display: block;
    }
    .bolg_cattag.sbcateg>ul:not(.home_breadcrumb) {
        padding-right: 0;
    }
    .top_bgsec {
        margin-top: -80px;
    }
    .blog_cont .bolg_cattag {
        padding: 30px 30px 0;
    }
    .bolg_cattag:not(.authpage_tag) {
        padding: 0;
        padding-top: 30px;
        margin-top: 30px;
    }
    .bolg_cattag .search_box {
        padding: 15px 30px;
    }
    .bolg_cattag .search_box {
        margin: 0 -30px;
        margin-top: 25px;
    }
    .detcat_bx {
        padding: 25px;
    }
    .blog_detsmain .gry_box {
        padding: 15px;
    }
    .sec_pad {
        padding: 50px 0;
    }
    .blog_det2 {
        padding: 50px 0 !important;
    }
    .sub_categories {
        display: block;
        text-align: center;
    }
    .sub_categories>.exp_tags {
        display: inline-block;
        margin-top: 20px;
    }
    .bolg_cattag.sbcateg>ul.home_breadcrumb {
        padding-right: 0;
    }
    .blog_detsmain .gry_box_tt,.blog_detsmain .threecol_img {
        grid-template-columns: 1fr;
    }
    .cmnt_lst>li {
        padding: 15px;
    }
    .cmnt_lst li img {
        height: 70px;
        width: 70px;
    }
    .cmnt_lst li>.crd div {
        max-width: calc(100% - 70px);
    }
    .cmnt_lst>li>ul>li {
        margin-left: 80px;
        width: calc(100% - 80px);
    }
    .author_counts {
        margin-top: 30px;
    }
    .author_sec {
        padding: 60px 0;
    }
    .bolg_cattag>ul:not(.home_breadcrumb)>li:not(.search)>a, .sub_categories>ul>li a {
        min-width: 110px
    }
    .bolg_cattag>.expand_categ {
        position: initial;
        margin-top: 30px;
    }
    .bolg_cattag .search_box .form-control {
        padding: 0 20px !important;
    }
    .search_box .search_tags {
        padding: 10px;
    }
    .trending_blog .blog_card .blog_dets>ul {
        display: block;
    }
    .trending_blog .blog_card .blog_dets>ul>li+li {
        margin-left: 0;
        margin-top: 15px;
    }
    .authpage_tag {
        margin-top: 10px;
        padding: 30px 30px 0;
    }
    .blog_card figure img {
        height: 320px;
    }
    .top_detsection img {
        height: 350px;
    }
    .top_detsection {
        min-height: 350px;
    }
    .authors_like .like_dis>ul {
        gap: 10px 30px;
    }
}
@media(max-width: 575.5px) {
    .blog_detsmain{
        padding: 50px 0!important;
    }
    .Search_sec .sec_title {
        margin-bottom: 0;
    }
    .top_bgsec .box {
        padding: 15px 15px 0;
        border-radius: 0;
    }
    .top_bgsec {
        margin-top: 10px;
    }
    .blog_cont .bolg_cattag, .authpage_tag {
        border-radius: 0;
        padding: 15px 15px 0;
    }
    .bolg_cattag:not(.authpage_tag) {
        margin-top: 15px;
        padding: 0;
        padding-top: 15px;
    }
    .blog_cont:not(.top_bgsec) .bolg_cattag {
        padding: 20px 15px 0;
        border-radius: 0;
    }
    .bolg_cattag .search_box {
        margin: 0 -15px;
        padding: 15px;
        border-radius: 0;
        margin-top: 25px;
    }
    .cmnt_logbx p {
        margin-bottom: 10px;
    }
    .detcat_bx {
        padding: 15px;
        min-height: auto;
    }
    .blog_detsmain .gry_box .title_icn i {
        font-size: 25px;
        padding-right: 20px;
    }
    .cmnt_lst>li ul>li {
        margin: 20px;
        width: calc(100% - 20px);
    }
    .cmnt_lst li img {
        height: 55px;
        width: 55px;
    }
    .cmnt_lst li>.crd div {
        padding-left: 10px;
        max-width: calc(100% - 55px);
    }
    .blog_detsmain ul.thumb_lst>li {
        flex-wrap: wrap;
    }
    .authors_like .like_dis>ul {
        grid-template-columns: 50px 50px 50px;
        justify-content: center;
    }
    .blog_detsmain h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    .blog_detsmain .gry_box .title_icn,.blog_detsmain .toc .title,.blog_detsmain h3 {
        font-size: 22px;
    }
    .blog_detsmain h4 {
        font-size: 20px;
    }
    .blog_detsmain h5, .blog_detsmain h6 {
        font-size: 18px;
    }
    .authors_like {
        display: block;
    }
    .authors_like .like_dis>ul {
        margin-top: 20px;
    }
    .authors_like .like_dis>ul li a {
        font-size: 16px;
    }
    .top_detsection img {
        /* margin: 0 -15px; */
        height: auto;
        /* width: calc(100% + 30px); */
    }
    .top_detsection {
        height: 30vh;
        min-height: initial;
        padding: 60px 0 !important;
    }
    .blog_dettilesec .title_sec {
        padding: 15px;
    }
    .blog_dettilesec {
        margin-top: 10px;
    }
    .blog_dettilesec .blog_title {
        font-size: 24px;
    }
    .share_blg>ul {
        text-align: center;
    }
    .share_blg>ul>li {
        padding-bottom: 8px;
    }
    .blog_dettilesec .share_blg {
        display: block;
    }
    .blog_dettilesec .share_blg .txt {
        margin-bottom: 15px;
        display: none;
        font-size: 14px;
    }
    .author_sec .author_det {
        display: block;
    }
    .author_det figure {
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .author_det>div {
        text-align: center;
    }
    .blog_card .blog_dets>ul>li.autor_name img {
        height: 40px;
        width: 40px;
    }
    .trending_blog .blog_card .blog_dets {
        padding: 20px 12px 12px 12px;
    }
    .trending_blog .blog_card .blog_dets>ul {
        display: flex;
    }
    .trending_blog .blog_card .blog_dets>ul>li+li {
        margin-top: 0;
    }
    .trending_blog .blog_card {
        display: block;
    }
    .top_bgsec h1 {
        font-size: 26px;
    }
    .sec_title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .blog_ftrlnks .title {
        font-size: 20px;
    }
    .top_bgsec h2 {
        font-size: 18px;
    }
    .top_bgsec p {
        font-size: 16px;
    }
    .blog_card figure img {
        height: 100%;
    }
    .bolg_cattag>ul:not(.home_breadcrumb)>li:not(.search)>a,.sub_categories>ul>li a {
        font-size: 14px;
        padding: 8px 15px;
        min-width: 80px;
    }
    .bolg_cattag>ul:not(.home_breadcrumb)>li,.sub_categories>ul>li {
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .bolg_cattag .search_box .form-control {
        padding: 0 20px !important;
        height: 60px;
    }
    .bolg_cattag .search_box .form-group >a {
        height: 45px;
        width: 45px;
        right: 10px;
    }
    .blog_detsmain .toc>ul>li a {
        font-size: 16px;
        font-weight: 600;
    }
    .blog_detsmain p {
        line-height: 32px;
    }
    .blog_detsmain .gry_box .title {
        font-size: 20px;
    }
    .blog_detsmain .gry_box>ul>li {
        font-size: 14px;
    }
}
/*-----------------19-9-22-vivek----------------------------------*/
.blog_detsmain .toc>ul>li a span {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
}
.blog_detsmain .toc>ul>li a {
    text-decoration: initial;
}
.blog_detsmain .toc>ul>li h2,.blog_detsmain .toc>ul>li h3 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.blog_detsmain .toc>ul>li a {
    font-weight: 400;
    font-size: 18px;
    color: #FF702F;
}
.blog_detsmain .toc>ul>li a:hover {
    color: #E65933 !important;
}
.blog_detsmain .toc_c>ul>li a {
    color: #030303;
}
.blog_detsmain .toc_c>ul>li a:hover {
    color: #FF702F;
}
.blog_dettilesec .share_blg .txt small {
    color: #1f1f1f;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.blog_detsmain {
    padding: 70px 0;
}
.usercard_tt .s_media>li>a i {
    margin: 0;
}
.usercard_tt .s_media>li>a:hover {
    color: #fff!important;
}
.sec_ftr_blog .customcardSection-custom_section_footer_1_row>.row {
    display: flex;
    align-items: center;
}
.blog_detsmain .table p {
    margin-bottom: 0px!important;
}
@media(max-width: 900.5px) {
    .sec_ftr_blog .customcardSection-custom_section_footer_1_row>.row {
        flex-wrap: wrap;
    }
}
.signup_cta{
    padding: 50px 0;
}
.signup_cta .sec_title{
    line-height: 36px;
    margin-top: 0;
}
.signup_cta p{
    margin-bottom: 05px !important;
}
.signup_cta p + p{
    margin-top:0;
}
.signup_trail{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr auto;
    margin-top: 30px;
    align-items: flex-start;
}
.signup_trail .form-control{
    border-color: #FF702F;
    background: #fff;
    border-radius: 100px;
    min-height: 50px;
}
.signup_trail .error{
    font-size:12px;
    font-style: italic;
    color: red;
}
.signup_trail .btn{
    border-radius: 100px;
}
.signup_cta figure{
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.signup_cta figure img{
    max-width: 330px;
    margin-bottom: 0;
}
.signup_cta .align-item-center{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
