body {
    font-family: "Roboto", sans-serif;
}

.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}


a h2:hover {
    text-decoration: underline;
}

.single-post-wrap .thumb img {
    aspect-ratio: 1 / 0.6;
}

.m3 .text-brand {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.m3 .text-brand img {
    width: 24px !important;
    height: 24px !important;
}

.m2 .shopnow img,
.entry-meta.meta-1 span img {
    width: 20px;
}

.dt-content h1,
.dt-content h2,
.dt-content h2 span,
.dt-content h3,
.dt-content h4,
.dt-content h3 span,
.dt-content h4 span{
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #181E23 !important;
    font-family: 'Roboto', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #181E23 !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 12px !important;
}


.dt-content p,
.dt-content span {
    color: #181E23 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px !important;
    margin-left: 0px !important;
    padding-left: 30px !important;
    font-family: 'Roboto', sans-serif !important;
}

.dt-content ul li{
    list-style: disc;
}

.dt-content ol li{
    list-style: decimal;

}

.dt-content ul li,
.dt-content ol li {
 margin-left: 0px !important;
    color: #181E23 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-style: normal;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.dt-content img {
    display: block;
    cursor: auto;
max-width: 360px;
    width: 100% !important;
    height: auto !important;
    margin: auto;
}

.sidebar-widget .widget li {
    list-style: none
}

.sidebar-widget .widget .widget-title {
    margin: 20px 20px 10px;
}

.sidebar-widget .widget a {
    padding: 10px 20px;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
}

@font-face {
    font-family: 'Yatra One';
    src: url('../fonts/YatraOne-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

header {
    background-image: linear-gradient(to left, #00E5FF, #007BFF);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0px 0px;
    max-width: 1200px;
    margin: auto;
}


.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.nav-links li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    text-decoration: underline;
}

.nav-links li a img {
    width: 24px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 2px;
}

.logo a {
    font-family: 'Yatra One';
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 4px;
text-transform: capitalize;
}

.logo a ::first-letter {
  color: #00E5FF;
  font-weight: 900;
}

.logo a img {
    max-width: 30px;
    max-height: 30px;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #fff;
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }

    .navbar {
        padding: 0px;
    }

    .logo img {
        max-width: 180px;
        max-height: 25px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li a {
        padding: 10px 10px;
        color: #333;
    }

    .burger {
        display: flex;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 6px;
        font-size: 24px;
        top: 0px;
        color: #333;
    }
}

.m1 .left-side {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    padding: 15px;
}

.m1 .centre {
    flex: 0 0 25%;
    max-width: 25%;
}

.m1 .right-side {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 25%;
    max-width: 25%;
}

.m1 .centre a {
    background: #F5F5F5;
    display: block;
    padding: 15px;
}

.m1 .right-side a {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
}

.m1 .right-side a:nth-child(1) {
    padding-bottom: 0;
}

.m1 .single-post-wrap {
    margin-bottom: 0;
}

.m1 .single-post-wrap.style-overlay .thumb img {
    min-height: auto;
    width: 100%;
    aspect-ratio: 1 / 0.65;
    object-fit: cover;
}

.m1 .right-side .single-post-wrap.style-overlay .details {
    padding: 15px;
}

.m1 .banner-bottom {
    padding-top: 14px;
}

.m1 .banner-bottom a {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.m1 .banner-bottom a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;
}

.m1 .banner-bottom .media .media-left {
    width: 40%;
    margin-right: 0px;
}

.m1 .banner-bottom .media-body {
    width: 60%;
}

.m1 a:hover h6,
.m1 a:hover h3 {
    text-decoration: underline;
}

.m2 .left-side {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    display: flex
}

.m2 .right-side {
    flex: 0 0 50%;
    max-width: 50%;
}

.m2 .right-side a {
    display: block;
    margin-bottom: 0;
    padding: 15px;
}

.m2 .right-side .media .media-left {
    width: 30%;
    margin-right: 0 !important;
}

.m2 .right-side .media-left img {
    width: 100% !important;
    aspect-ratio: 1/0.7;
    object-fit: cover;
}

.m2 .left-side .thumb img {
    min-height: auto;
    height: 100%;
    object-fit: cover;
}

.m2 .left-side .single-post-wrap,
.m2 .left-side .single-post-wrap .thumb {
    height: 100%;
}

.m2 a:hover h3,
.m2 a:hover h5 {
    text-decoration: underline;
}

.m3 a {
    display: block;
}

.m3 a .thumb img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/0.7;
}

.m3 a:hover h5 {
    text-decoration: underline;
}

.m4 .list {
    flex: 0 0 33.33%;
    max-width: 33.333%;
}

.m4 .list a {
    display: block;
    padding: 15px;
}

.m4 .list .single-post-list-wrap .media-left {
    width: 40%;
    margin-right: 0
}

.m4 .list .single-post-list-wrap .media-left img {
    width: 100%;
    aspect-ratio: 1/0.65;
    object-fit: cover;
}

.m4 .single-post-wrap {
    margin-bottom: 0;
}

.m4 .single-post-list-wrap.style-bg {
    padding: 0;
    margin-bottom: 0;
}

.m4 a:hover h5,
.m4 a:hover h6 {
    text-decoration: underline;
}

.m5 .left-side,
.m5 .right-side {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 15px;
    display: flex;
}

.m5 .centre {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 15px;
    display: flex;
}

.m5 .bottom {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
    display: flex;
}

.m5 .left-side img,
.m5 .right-side img {
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
}

.m5 a .thumb {
    height: 100%;
}

.m5 a .thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 0.6;
}

.m5 a .single-post-wrap {
    margin-bottom: 0;
width: 100%;
}

.m5 a:hover h5,
.m5 a:hover h6 {
    text-decoration: underline;
}

.m5 .single-post-wrap.style-overlay .details {
    padding: 15px;
}

.m1,
.m2,
.m3,
.m4,
.m5,
.dt{
    padding: 30px 0 10px;
}

.cat-text,
.tag-base {
    text-transform: capitalize;
}

.dt .widget-recent-post a img{
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.dt .widget-recent-post .media-left{
    margin-right: 0px !important
}

.sear .widget_search{
    max-width: 500px;
    margin: auto;
    width: 100%;
    padding: 0 10px !important;
}

.sear .widget_search .search-form input{
    height: 40px;
}

@media (max-width:992px) {
    .nav-links li a {
        font-size: 14px;
padding: 10px 10px;
    }

    .logo a {
        font-size: 22px;
        line-height: 30px;
    padding: 10px 10px;
    }

    .logo a img {
        max-width: 25px;
        max-height: 25px;
    }

    .m1,
    .m2,
    .m3,
    .m4,
    .m5,
    .dt {
        padding: 10px 0;
    }

    .m1 .banner-bottom a {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .m1 .banner-bottom a img {
        aspect-ratio: 1 / 0.6;
    }

    .m1 .centre a h6 {
        margin-bottom: 0;
    }

    .m1 .banner-bottom {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m1 .left-side .single-post-wrap.style-overlay .details,
    .m2 .left-side .single-post-wrap.style-overlay .details {
        padding: 15px;
    }

    .m1 .right-side .single-post-wrap.style-overlay .details {
        padding: 10px;
    }

    .section-title {
        padding-bottom: 0px;
    }

    .m3 .section-title {
        padding-bottom: 15px;
    }

    .m2 .right-side h5,
    .m4 .details h5,
    .m1 .details h3 {
        font-size: 18px;
    }


    .nav-right-top .owl-nav {
        top: -45px;
    }


}

.sear{
padding-top:20px}

.flex{
    display: flex;
    flex-wrap: wrap;
}
.dt .left{
flex: 0 0 66.666667%;
        max-width: 66.666667%;
    padding: 0 15px;
}
.dt .right{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    padding: 0 15px;
}
@media (max-width:768px) {

.dt .left,
.dt .right{
        flex: 0 0 100%;
        max-width: 100%;
    padding: 0 0px;
}
.sear{
padding-top:10px}


.sear .widget_search .search-form input {
    height: 35px;
}
.dt .widget-recent-post h5{
        font-size: 16px !important;
    font-weight: 600 !important;
}

.dt .container{
    padding-right: 10px;
    padding-left: 10px;
}



    .logo a {
        padding: 10px 20px;
    }

    .m1,
    .m2,
    .m3,
    .m4,
    .m5,
    .dt {
        padding: 0px 0 10px;
    }

    .m1 .centre {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .m1 .right-side {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .m1 .right-side a {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .m1 h3,
    .m1 h6,
    .m2 h3,
    .m2 h5,
    .m4 .details h5,
    .m5 h5 {
        font-size: 16px !important;
    }

    .m1 .left-side {
        padding: 10px 10px 10px 15px;
    }

    .m1 .centre a {
        padding: 5px 15px 5px 10px;
        background: transparent;
    }

    .m1 .right-side a:nth-child(1) {
        padding: 10px 10px 10px 15px;
    }

    .m1 .right-side a:nth-child(2) {
        padding: 10px 15px 10px 10px;
    }

    .m1 .banner-bottom a:nth-child(1),
    .m1 .banner-bottom a:nth-child(3) {
        padding: 10px 10px 10px 15px;
    }

    .m1 .banner-bottom a:nth-child(2),
    .m1 .banner-bottom a:nth-child(4) {
        padding: 10px 15px 10px 10px;
    }

    .m2 .left-side {
        padding: 10px 10px 10px 15px;
    }

    .m2 .right-side a {
        padding: 5px 15px 5px 10px;
    }

    .m3 .single-post-wrap {
        margin-bottom: 10px;
    }

    .m4 .list {
        flex: 0 0 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .m4 .list a:nth-child(1) {
        grid-column: span 1;
        grid-row: span 2;
        padding: 10px 10px 10px 15px
    }

    .m4 .list a:nth-child(1) img {
        aspect-ratio: 1/0.5;
        object-fit: cover;
    }

    .m4 .list a:nth-child(1) h5 {
        padding-top: 10px;
    }

    .m4 .list a:nth-child(2),
    .m4 .list a:nth-child(3) {
        padding: 10px 15px 10px 10px
    }


    .m5 .left-side,
    .m5 .right-side,
    .m5 .centre,
    .m5 .bottom {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .m5 a:nth-child(2n+1){
        padding: 10px 10px 10px 15px;
    }
    .m5 a:nth-child(2n+2){
        padding: 10px 15px 10px 10px;
    }

    .m5 a img{
        aspect-ratio: 1 / 0.6 !important;
        min-height: auto !important;
        height: auto !important;
    }

    .m5 .single-post-wrap.style-overlay .details {
        padding: 10px;
    }

    .dt .widget-recent-post ul li .media{
        margin-bottom: 15px;
    }
.sear .widget_search{
    margin-bottom: 10px;
}
}

@media (max-width:550px) {

.sear .m5 a{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 10px !important;}

.dt-content .dt-title{
    margin-bottom: 6px !important;
margin-top: 6px !important;
line-height: 1.3 !important;
}
    .logo a {
        padding: 8px 10px;
        font-size: 20px;
        line-height: 26px;
    }
    .burger{
        padding: 10px ;
    }

    .m1 .left-side {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 10px;
    }
    .m1 .centre,
    .m1 .banner-bottom a,
    .m2 .left-side,
    .m2 .right-side {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .m1 .centre a,
    .m1 .banner-bottom a,
    .m2 .left-side,
    .m2 .right-side a{
        padding: 5px 10px !important;
    }
    .m1 .right-side{
        order: -1;
    }
    .m1 .right-side a:nth-child(1) {
        padding: 10px 5px 10px 10px;
    }
    .m1 .right-side a:nth-child(2) {
        padding: 10px 10px 10px 5px;
    }

    .m3 h5{
        font-size: 16px !important;
    }
    .m1 .right-side .details,
    .m1 .left-side .details,
    .m2 .left-side .details,
    .m3 .details{
        padding: 10px !important;
    }

    .m4 .list a:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
        padding: 5px 10px;
    }

    .section-title {
        padding-bottom: 5px;
    }
    .m3 .section-title {
        padding-bottom: 10px;
    }
    .m4 .list a:nth-child(2){
        padding: 5px 5px 5px 10px;
    }
    .m4 .list a:nth-child(3){
        padding: 5px 10px 5px 5px;
    }
    .m4 .list a:nth-child(1) h5 {
        padding-top: 5px;
        margin-bottom: 0px !important;
    }
    .m4 .list .single-post-list-wrap .media-left img {
        width: 100%;
        aspect-ratio: 1 / 0.75;
    }
    .m4 .details h6,
    .m5 h5,
    .m5 a h6{
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

    .m4 .media-body {
        padding-left: 5px;

    }
    .m5 a:nth-child(2n+1) {
        padding: 5px 5px 5px 10px;
    }
    .m5 a:nth-child(2n+2) {
        padding: 5px 10px 5px 5px;
    }

    .m5 .single-post-wrap.style-overlay .details {
        padding: 5px;
    }
    .m5 .post-meta-single{
        margin-bottom: 10px !important;
    }

    .cat-text, .tag-base,
    .post-meta-single ul li {
        font-size: 12px;
        line-height: 20px;
        height: auto;
    }

}