body {
    font-family: "Inter", sans-serif;
    color: #111;
}

.t-edit-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 64px;
}

.tedit-main-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.tms-small-column {
    width: 23.41%;
}

.tms-large-column {
    width: 49%;
}

.tms-large-column h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
    color: #000;
}

.tms-large-column h3:hover {
    text-decoration: underline;
}

.tms-small-img-story-wrapper {
    padding: 1rem 0;
}

.tms-small-img-story-img {
    height: 240px;
    width: 100%;
    overflow: hidden;
}
.tedit-section-heading h2 {
    margin: 0;
}
.tms-small-img-story-img img {
    object-fit: cover;
    object-position: top center;
    height: 100%;
    width: 100%;
}

.tms-small-img-story-wrapper h3.tms-title {
    font-size: 18px;
    line-height: 1.22222em;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.tms-author {
    font-size: 0.6875rem;
    letter-spacing: 1.96364px;
    color: #777;
}

.tms-small-img-story-wrapper:nth-child(1) {
    padding-top: 0;
}

.tms-category {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1.96364px;
    color: #000;
}

.tms-category:hover {
    text-decoration: underline;
}

.tms-large-img-story-img {
    width: 100%;
    overflow: hidden;
}

.tms-large-img-story-img img {
    object-fit: cover;
    object-position: center top;
    height: 100%;
    width: 100%;
}

.tms-small-story-right-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.tms-small-story-right-column .tms-story-left {
    width: 68.78%;
}

.tms-small-story-right-column .tms-small-img-story-img {
    width: 21.77%;
    overflow: hidden;
    height: 75px;
}

.tms-small-story-right-column .tms-small-img-story-img img {
    object-fit: cover;
    object-position: top center;
    height: 100%;
}

.tms-small-img-story-wrapper h4.tms-title {
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.tms-title:hover {
    text-decoration: underline;
}

.tedit-section-heading {
    font-size: 22px;
    line-height: 0.77682em;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
}

.evw-slide-img {
    height: 309px;
    overflow: hidden;
    position: relative;
}
.evw-slide-img .featured-image-global{
    height: 100%;
}

.evw-slide-img img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}

.evw-slide-vertical-img {
    max-height: 516px;
    height: 516px;
    overflow: hidden;
    position: relative;
}

.evw-slide-vertical-img img {
    object-fit: cover;
    object-position: top center;
    height: 100%;
}

.evw-slide-content h3 {
    font-size: 18px;
    line-height: 1.22222em;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.evw-slide-content h3:hover {
    text-decoration: underline;
}

.evw-slide-content {
    padding: 16px 0 20px;
}

.tedit-explore-vogue-world,
.must-read-contaier {
    margin-bottom: 100px;
}

.tedit-explore-vogue-world .slick-slide {
    height: auto;
}

.celebrity-story-wrapper {
    gap: 2.1%;
}

.celebrity-story-box {
    width: 23.37%;
}

.must-read-contaier {
    background-color: #f8f8f8;
    padding-bottom: 10px;
}

.must-read-wrapper {
    gap: 1%;
}

.must-read-story {
    width: 32.5%;
}

.must-read-story a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.must-read-story-img {
    width: 28.83%;
    max-height: 135px;
}

.must-read-story-img img {
    object-fit: cover;
    object-position: top center;
}

.must-read-story-content {
    width: 67%;
}

.must-read-story-content p {
    letter-spacing: -0.0142857em;
    line-break: auto;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 600;
}

.play-svg {
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.85);
    right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-svg img {
    width: 100%;
    height: 27px;
    object-fit: contain;
    padding-left: 4px;
}

.tedit-latest-story-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tedit-latest-stories-wrapper-box {
    width: 74%;
    display: flex;
    gap: 2.6%;
    flex-wrap: wrap;
}

.tedit-latest-stories-add-box {
    width: 23.4%;
    height: 200px;
    background-color: #ddd;
}

.tedit-latest-story-box {
    width: 31.6%;
}

.tedit-slick-prev,
.tedit-slick-next {
    width: 40px;
    height: 40px;
    border: 0;
    position: absolute;
    top: 45%;
    z-index: 99;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tedit-slick-prev:focus,
.tedit-slick-next:focus {
    outline: 0;
}

.tedit-slick-prev {
    left: 0;
}

.tedit-slick-next {
    right: -5px;
}

.tedit-slick-prev img,
.tedit-slick-next img {
    width: 80%;
}

.evw-slide-slider .slick-slide {
    padding-right: 34px;
}

.evw-slide-slider .slick-list {
    margin: 0 -5px;
}

.evw-slide-slider .slick-slide {
    margin: 0;
    width: auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    padding: 10px 0;
    /* position: sticky; */
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.tedit-logo {
    width: 130px;
    margin: 0 auto 15px;
    transition: width 0.3s ease;
}

.tedit-menu {
    width: 100%;
    transition: margin-top 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

.tedit-menu a {
    border-bottom: 2px solid transparent;
    font-size: 13px;
    text-transform: uppercase;
}

.tedit-menu a:hover {
    color: #000;
    border-bottom: 2px solid #000;
}

.tedit-menu ul {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.tedit-menu ul li {
    display: block;
    float: left;
    margin: 0 5px;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
}
.tedit-detail-story-main-section .feed-content h3 {
    font-size: 46px;
    color: #333;
    line-height: 52px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.tedit-detail-story-main-section .feed-content span,
.tedit-detail-story-main-section .feed-content p{
    color: #333;
    font-size: 16px;
}
.bg-color{
    background-color: #FFCCAF;
}
.feed-content span {
    color: white;
    margin: 0;
    letter-spacing: 0.06rem;
}
.detailpage-full-img.tedit-detail-story-main-section {
    height: inherit;
}
.tedit-detail-story-main-section .feed-content {
    width: 49%;
    text-align: center;
}
.tedit-detail-main-img{
    width: 49%;
}
img.teditbox.ls-is-cached.lazyloaded.latest {
    width: auto;
    max-height: 192px;
}
.tedit-detail-story-detail-section .row{
    margin: 0 ;
}
.tedit-detail-story-detail-section .content-main {
    width: 729px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 40px auto 0;
}
.tedit-detail-story-detail-section .article-header {
    justify-content: center;
    flex: none;
    flex-basis: inherit;
    padding-right: 0;
    margin: 0 auto 30px;
    text-align: center;
    padding-left: 0;
    border: 0;
}
.tedit-detail-story-detail-section .published-date span {
    color: #6b7280;
}
.tedit-detail-story-detail-section .article-by span, 
.tedit-detail-story-detail-section .published-date span {
    margin-right: 0;
    font-size: 10px;
}
.tedit-detail-story-detail-section .article-by span:nth-child(1){
    font-style: italic;
}
.tedit-detail-story-detail-section p {
    margin-bottom: 0 !important;
    line-height: 2.25rem;
    font-size: 1.25rem;
}
.tedit-detail-story-detail-section p img{
    margin: 0px 0;
    margin-bottom: 0px;
}

.tedit-detail-story-detail-section .content-main ul li {
    line-height: 30px;
    padding-bottom: 18px;
}

.tedit-detail-story-detail-section p span,
.tedit-detail-story-detail-section p strong{
    font-size: 18px;
    line-height: 38px;
    color: #374151ad !important;
}
.tedit-detail-main-img img{
    width: 100%;
}
.border_none{border-bottom:none;}
p { line-height: 30px;padding-bottom: 18px;}
.read_more {
    text-align: center;
    margin-top: 50px;
}

a.rd-more {
    border: 1px solid #cccccc;
    padding: 10px 20px;
    font-size: 13px;
}

a.rd-more:hover {
    background: black;
    border-color: black;
}

.footer-item {
    min-width: 210px !important;
}

.fb, .twitter, .youtube, .in, .en {
    font-size: 0;
    margin-right: 7px;
}
.apple {
    margin-right: 10px;
}
ul.playstore {
    justify-content: center;
}
    .footer-item ul li {
        display: block;
        margin: 5px 2px;
    }

    form.commentform input,form.commentform textarea {
        box-shadow: 0 0 4px rgb(0 0 0 / .3);
        border: 1px solid #c1c1c1;
        width: 100%
    }
    
    form.commentform input {
        padding: 8px;
        margin-bottom: 20px;
    }
    
    form.commentform textarea {
        
        padding: 10px;
        height: 140px
    }
    
    form.commentform input[type="submit"] {
        margin-top: 20px;
        background: #252525;
        color: #fff;
        box-shadow: none
    }
  
    .replyStatus {
        margin-bottom: 10px;
    }
    
    .latest img {
        width: 100%;
        height: auto !important;
    }
    .comments-section-inner {
        margin-top: 30px;
    }
    .latest a {
        line-height: 22px;
        margin-top: 10px !important;
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }
    .header-container {
         border-bottom: 1px solid #dfdfdf;
    }
    .footer-area {
        padding: 5px;
    }

    .story-comments-section h4, .story-comments-section p.fbtitle {
        border-bottom: 3px solid #000;
        padding-bottom: 5px;
        font-size: 16px;
        text-transform: uppercase;
    }
    .clickReply{float:right;font-weight:800;cursor:pointer}

    .tedit-explore-vogue-world, .must-read-contaier {
        margin-bottom: 60px;
    }
@media screen and (max-width: 1599.99px) {
    .tms-small-story-right-column .tms-story-left {
        flex: 1;
        padding-right: 20px;
    }

    .tms-small-story-right-column .tms-small-img-story-img {
        width: 75px;
        overflow: hidden;
        height: 75px;
    }
}

@media screen and (max-width: 767.99px) {
    .tedit-menu a:hover {
        border-bottom: none !important;
    }
    span.tms-author {
        font-size: 15px;
    }



    .footer-item {
        min-width: 140px !important;
        text-align: left !important;
    }
    /* ul.playstore {
        display: block;
        text-align: left;
    } */
    .footer-item h2 {
  text-align: center;
    }
    ul.playstore img {
        width: 140px;
        height: auto !important;
    }
    .footer-logo {
        float: none !important;
        margin-right: 0 !important;
    }
    .footer-inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    
    }
    .tedit-toggle-icon img {
        height: 20px;
        width: 20px;
    }
    .header-container {
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tedit-detail-story-main-section .feed-content h3 {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 0;
    }
    .tedit-detail-story-main-section .feed-content span, .tedit-detail-story-main-section .feed-content p {
        color: #333;
        font-size: 14px;
        line-height: 17px;
    }
    .tedit-detail-story-detail-section .article-header {
        margin: 0 auto 0;
    }
    .tedit-detail-story-detail-section p span, .tedit-detail-story-detail-section p strong {
        font-size: 15px;
        line-height: 24px;
    }
    .tedit-detail-story-detail-section .content-main {
        width: 100%;
        padding-top: 0;
        padding-left: 25px;
        padding-right: 25px;
        margin: 50px 0 50px;
    }
    .tedit-detail-story-main-section .feed-content,
    .tedit-detail-main-img {
        width: 100%;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .header {
        margin-bottom: 0;
        padding: 10px 0 !important;
    }

    .tedit-menu {
        border: 0;
        padding-bottom: 5px !important;
    }

    .tedit-mobile-logo {
        font-size: 0;
    }
    .tedit-mobile-logo img {
        width: 110px;
        padding-left: 13px;
    }
    .tedit-toggle-icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tsc-order-1 {
        order: 1;
    }

    .tsc-order-2 {
        order: 2;
    }

    .tsc-order-3 {
        order: 3;
        margin-top: 20px;
    }

    .t-edit-container {
        padding: 10px 14px 0;
    }

    .tms-small-column {
        width: 100%;
    }

    .tedit-explore-vogue-world,
    .must-read-contaier {
        margin-bottom: 40px;
    }

    .tms-large-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .evw-slide-slider .slick-list {
        margin: 0;
    }

    .evw-slide-slider .slick-slide {
        padding-right: 15px;
    }

    .tms-large-column h3,.tms-small-img-story-wrapper h3.tms-title {
        font-size: 20px;
        line-height: 27px;
    }
  

    .tms-small-img-story-img {
        max-height: 300px;
    }

    .tms-small-story-right-column .tms-story-left {
        flex: 1;
        padding-right: 0;
    }

    .tedit-main-section {
        margin-bottom: 30px;
    }

    .evw-slide-content h3 {
        font-size: 16px;
    }

    .evw-slide-slider .slick-list.draggable {
        padding-left: 0 !important;
    }

    .tedit-section-heading {
        font-size: 20px;
        letter-spacing: 0.0818182em;
        line-break: auto;
        line-height: 0.9em;
        margin-bottom: 25px;
    }

    .tedit-menu ul {
        padding-left: 10px;
    }

    .tedit-menu .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        background: #fff;
    }

    .tedit-explore-vogue-world {
        margin-bottom: 30px;
    }

    .must-read-story {
        width: 100%;
        padding-bottom: 25px;
    }

    .must-read-story:last-child {
        padding-bottom: 0;
    }

    .must-read-story-img {
        width: 31.34%;
        max-height: 115px;
    }

    .must-read-story-content {
        width: 63%;
    }

    .celebrity-story-box {
        width: 100%;
    }

    .tedit-latest-story-box {
        width: 100%;
    }

    .tedit-latest-stories-wrapper-box {
        width: 100%;
    }

    .evw-slide-img {
        max-height: 240px;
        height: 240px;
    }

    .tedit-latest-stories-add-box {
        width: 100%;
    }

    .bullet-margin-bottom {
        margin-bottom: 45px;
    }

    .evw-slide-slider .slick-dots {
        position: absolute;
        bottom: -45px;
    }

    .evw-slide-slider .slick-dots li {
        margin: 0;
    }

    .tms-large-img-story-img {
        max-height: 310px;
    }

    .read_more {
        text-align: center;
        margin-top: 100px;
    }
    .ftr-social {
        min-width: 240px !important;
    }
    
  

   
}


@media screen and (max-width: 900px) {
    li.breadcrumb-item.active {
        width: auto;
        
    }
    .back-icon {
       
        margin-bottom: 4px !important;
    }
    ol.breadcrumb {
        margin-top: -2px;
    }
}

@media screen and (min-width: 900px) {
    .header-banner .GeneralContainer1 {
        padding-top: 4px;
    }

}



.header-banner {
    height: 35px;
}


a.home-anchor {
    font-size: 13px;
}


.back-icon {
    width: 18px;
    height: 18px;
    margin-bottom: 3px !important;
}

svg.home-icon {
    height: 16px;
    width: 16px;
}

footer {
    background-color: black;
    padding: 0px 0px 0;
    margin: 30px 0 0;
}

.tedit-detail-story-detail-section .content-main h2 {
    margin-top: 15px;
}
.story-inner-caption {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #808083;
    font-weight: 500;
    max-width: 100%;
    padding-top: 5px;
    font-style: normal;
}

.recommended-stories-items p {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.recommended-str-bx .featured-image-global {
    margin-top: 5px;
}

.boxes-row.latest {
    padding-top: 15px;
}

.boxes-row.latest h3 {
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #888;
}
/* first letter capital */
.tedit-first-letter p:first-of-type::first-letter {
    float: left;
        font-size: 72px;
        line-height: 1;
        font-weight: 500;
        font-style: normal;
        padding-right:10px;
    }
/* first letter capital end */
