.sc-blogs {
            background: #f4f5f7;
            display: block;
            padding-top: 40px;
            padding-bottom: 50px;
        }

        .sg-page-blog-title {
            font-weight: 600;
            display: block;
            padding: 45px 0 40px 0;
            text-align: center;
            color: #092847;
            margin-top: 30px;
            margin-bottom: 40px;
            position: relative;
        }
        .sg-page-blog-sub-title2{
            font-size: 16px;
            display: block;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 400;
            margin-top: 20px;
        }
        .sg-page-blog-sub-title {
            font-weight: 600;
            color: #333;
            text-align: left;
            margin-bottom: 30px;
        }

        .sg-blgbx1 {
            padding: 10px;
            border-radius: 15px;
            background: #fff;
            position: relative;
            overflow: hidden;
        }

        .sg-blgbx1::after {
            background: rgb(0 0 0 / 66%);
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            content: "";
        }

        .sg-blgbx1-psb {
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 20px;
            background: #fff;
            /*box-shadow: 0px 1px 1px 1px #898989;*/
            /*padding: 2px 7px 0px 4px;*/
            /*position: absolute;*/
            /*right: 15px;*/
            z-index: 9;
        }

        .sg-blgbx1-psb-img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            overflow: hidden;
            margin-right:10px;
        }

        .sg-blgbx1-psb-img img {
            width: 35px;
            height: 35px;
            object-fit: cover;
        }

        .sg-blgbx1-psb-name {
            font-size: 13px;
            color: #333;
            /*margin-left: 7px;*/
            margin-bottom: 0;
            font-weight: 400;
        }

        .sg-blgbx1-img {
            width: 100%;
            height: 400px;
            overflow: hidden;
            border-radius: 10px;
        }

        .sg-blgbx1-img img {
            width:100%;
            height: 400px;
            object-fit: cover;
            
        }
        .sg-blgbx1-psb small{
            font-size: 11px;
            color: #888787;
        }

        .sg-blgbx1-title {
            font-size: 23px;
            font-weight: 500;
            position: absolute;
            bottom: 16px;
            left: 20px;
            z-index: 9;
        }

        .sg-blgbx1-title a {
            color: #fff;
            display: block;
            line-height: 30px;
        }

        .sg-blgbx2 {
            display: flex;
            margin: 0 0 15px 0;
            border-radius: 12px;
            background: #fff;
            align-items: center;
            padding: 8px;
        }

        .sg-blgbx2-img {
            width: 35%;
            height: 80px;
            overflow: hidden;
            border-radius: 5px;
        }

        .sg-blgbx2-img img {
            width: 100%;
            height: 90px;
            object-fit: cover;
        }

        .sg-blgbx2-title {
            font-size: 9px;
            margin-left: 5px;
            width: 65%;
            display: block;
            color: #333;
            font-size: 15px;
        }

        /* Blog Details Page  */
        

        .sc-dblogs-box-tag strong {}

        .sc-dblogs-box-tag span {
            padding: 5px 13px;
            background: #ddd;
            border-radius: 15px;
            font-size: 13px;
            margin-left: 10px;
            font-weight: 500;
            color: #333;
            margin-bottom: 17px;
            display: inline-block;
        }

        .sc-dblogs-box-rel-post {
            margin-top: 40px;
            display: block;
            position: relative;
        }

        .sc-dblogs-box-rel-post h2 {
            font-size: 25px;
        }

        .sc-dblogs-box-rel-itm h6 {
            font-size: 19px;
        }

        .sc-dblogs-box-rel-itm h6 a {
            display: block;
            color: #333;
        }
        .sc-dblogs-box-right{
            background:#fff;
            height:100%;
        }
        .sc-dblogs-box-tag{
            padding: 1rem;
            background: #fff;
            margin: 0px 10px 10px;
        }
        
        .sc-dblogs-box-rel-itm {
            box-shadow: 0px 2px 3px 0px #ddd;
            padding: 0;
            /* height: 300px; */
            background: #fff;
            margin-bottom: 20px;
        }
        
        .sc-dblogs-box-rel-itm-img {
            width: 100%;
            overflow: hidden;
            /*padding: 5px;*/
            height: 200px;
            margin-bottom: 15px;
        }

        .sc-dblogs-box-rel-itm-img img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .sc-dblogs-box-rel-post{
            
        }
        
        .sc-dblogs-box-rel-post .owl-nav{
            position: absolute;
            width: 100%;
            display: flex;
            justify-content: space-between;
            top: 50%;
            transform: translatey(-50%);
        }
        .sc-dblogs-box-rel-post .owl-carousel .owl-nav button.owl-next, .sc-dblogs-box-rel-post .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
           background: 0 0;
            color: inherit;
            border: none;
            padding: 0 !important;
            font: inherit;
            background: #fff;
            padding: 10px 10px !important;
            cursor: pointer;
            box-shadow: 0px 0px 4px 0px #ddd;
            outline:none;
        }
        
        .sc-dblogs-box-rel-post .owl-carousel .owl-nav button.owl-next span, .sc-dblogs-box-rel-post .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot span{
         font-size: 30px;   
        }
         /*New All Blog Details New Design */
        
        .sc-dblogs {
            background: #f4f5f7;
            display: block;
            padding-top: 20px;
            padding-bottom: 50px;
        } 
        .sc-dblogs .breadcrumb{
            font-size: 14px;
            background: #fff;
            border-radius: 0;
            padding: 10px 10px;
        }
        .sc-dblogs-box-cnt {
            padding: 1.5rem;
            background: #fff;
            /*margin: -6px 10px 26px;*/
            z-index: 99;
            /*box-shadow: 0px -3px 6px 0px #a9a9a9;*/
            position: relative;
            border-radius: 0;
        }
        .sc-dblogs-box-cnt p{
            font-size: 16px;
            font-weight: 400;
        }
        .sc-dblogs-box-cnt ul, ol{
            padding-left: 0;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .sc-dblogs-box-cnt ul li, ol li{
            
        }
        .sc-dblogs-box-cnt h3{
            font-size: 20px;
            color: #333;
            font-weight: normal;
            display: block;
        }
        .sc-dblogs-box-cnt h3 strong{
            font-weight: 500;
        }
        .sc-dblogs-box-cnt ul li h3, ol li h3{
            font-size: 20px;
            color: #333;
            font-weight: normal;
            display: inline-block !important;
        }
        .sc-dblogs-box-cnt p a{
            color: tomato;
            cursor: pointer;
            font-weight: 500;
        }
        
        .sc-dblogs-box-title {
            font-size: 30px;
            margin-bottom: 25px;
            margin-top: 7px;
        }
        
        .sc-dblogs-box-img {
            overflow: hidden;
            width: 100%;
            z-index: 9;
            position: relative;
            background: white;
            padding: 10px;
            padding-bottom: 15px;
        }
        
        .sc-dblogs-box-rel-itm-bdy {
             padding: 10px;
        }

        /*New All Blog New Design */
        
        
         .sg-blgbx {
            border-radius: .25rem;
            background: #fff;
            max-height: 650px;
            height: 100%;
            margin-bottom: 70px;
        }

        .sg-blgbx a {
            color: #333;
            cursor: pointer;
        }

        .sg-blgbx-img {
            max-height: 225px;
            display: block;
        }

        .sg-blgbx-img img {}

        .sg-blgbx-content {
            padding: 1.6rem;
        }

        .sg-blgbx-header {}

        .sg-blgbx-category {
            margin-bottom: 0.5em;
            letter-spacing: .05em;
            font-size: 70%;
            text-transform: uppercase;
        }
        .sg-blgbx-category a{
            color: tomato;
        }

        .sg-blgbx-title {
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 1.5;
            height: 100px;
            overflow: hidden;

        }

        .sg-blgbx-u-dtl {
            font-size: 80%;
            margin: 1em 0;
        }

        .sg-blgbx-u-dtl span {}

        .sg-blgbx-u-dtl a {}

        .sg-blgbx-body {
            height: 180px;
            overflow: hidden;
        }

        .sg-blgbx-body p {
            font-size: 15px;
            margin-bottom: 7px;
            font-weight: 400;
            line-height: 1.6;
        }

        .sg-blgbx-body a {
            font-weight: normal;
            font-size: 15px;
        }

        .sg-blgbx-body strong {}

        .sg-blgbx-body ul {
            padding-left: 0;
        }

        .sg-blgbx-body ul li {
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 3px;
        }

        .sg-blgbx-body ol {
            padding-left: 0;
        }

        .sg-blgbx-body ol li {
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 3px;
        }

        .sg-blgbx-footer {
            margin-top: 15px;
        }

        .sg-blgbx-more-link {
            font-weight: 500;
            letter-spacing: .05em;
            text-transform: uppercase;
            text-decoration: none;
            color: #333;
            font-size: 80%;
            cursor: pointer;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        