@media screen and (min-width: 576px) {
  .ds-container {
    max-width: 540px;
    padding: 0;
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-img {
    height: 300px;
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-content {
    padding: 36px 24px;
  }
}
@media screen and (min-width: 768px) {
  .ds-container {
    max-width: 720px;
  }
  .footer .footer-wrap .footer-section-one .footer-section-right .footer-section-right-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
  }
}
@media screen and (min-width: 992px) {
  .ds-container {
    max-width: 960px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
  }
  header nav .ds-menu-section.fixed-menu {
    padding: 15px 0;
  }
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo {
    margin-right: 30px;
    width: 150px;
  }
  .main-section .main-section-wrap {
    display: flex;
  }
  .main-section .main-section-wrap .main-section-left-column {
    border-right: 1px solid #ececec;
    flex: 3;
    padding-right: 18px;
    position: relative;
  }
  .main-section .main-section-wrap .main-section-left-column > div {
    position: sticky;
    top: 80px;
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news {
    padding: 24px 0;
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-img {
    height: 400px;
    width: 60%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px 0 0 3px;
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-content {
    padding: 24px;
    width: 40%;
  }
  .main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-content h2 {
    font-size: 30px;
  }
  .main-section .main-section-wrap .main-section-right-column {
    flex: 1;
    padding-left: 18px;
    position: relative;
  }
  .main-section .main-section-wrap .main-section-right-column > div {
    position: sticky;
    top: 80px;
  }
  .main-section .main-section-wrap .main-section-right-column .main-section-right-news {
    padding: 24px 0;
  }
  .category-news-wrapper {
    padding: 24px 0;
  }
  .category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 {
    font-size: 18px;
  }
  .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
    width: 350px;
  }
  .category-news-wrapper .cat-lyt-one-list {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 12px;
    padding-top: 18px;
  }
  .category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single {
    grid-column-start: 7;
    grid-column-end: 13;
  }
  .category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a .cat-lyt-one-single-title h4 {
    font-size: 18px;
  }
  .category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row: span 5;
  }
  .category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a {
    height: 100%;
  }
  .category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-img {
    height: 100%;
  }
  .category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-title h4 {
    font-size: 32px;
  }
  .middle-section .middle-section-wrap {
    display: flex;
  }
  .middle-section .middle-section-wrap .middle-section-left-column {
    flex: 3;
    padding-right: 18px;
    border-right: 1px solid #ececec;
    position: relative;
  }
  .middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap {
    position: sticky;
    top: 80px;
  }
  .middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-title h4 {
    font-size: 18px;
  }
  .middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child {
    grid-column: span 2;
  }
  .middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-img {
    height: 450px;
  }
  .middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-title h4 {
    font-size: 32px;
  }
  .middle-section .middle-section-wrap .middle-section-right-column {
    flex: 1;
    padding-left: 18px;
    position: relative;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap {
    position: sticky;
    top: 80px;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news {
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a {
    background-color: #f7f8ff;
    display: block;
    border-radius: 12px;
    border: 1px solid #ececec;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    display: block;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content {
    text-align: center;
    padding-bottom: 10px;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content > span {
    line-height: 1.25;
    padding: 10px;
    background: #ececfd;
    display: block;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content h3 {
    font-size: 20px;
    line-height: 1.5;
    padding: 10px;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content p {
    padding: 0 10px;
    line-height: 1.5;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div img {
    margin-right: 8px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #ececec;
    width: 30px;
    height: 30px;
    object-fit: cover;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author span {
    line-height: 1;
    font-family: "Noto Sans", sans-serif;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news {
    padding: 24px 0;
  }
  .middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs {
    padding: 24px 0;
  }
  .section-full-mid .section-heading .section-heading-wrap .section-heading-name h4 {
    font-size: 18px;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap {
    padding: 24px 0;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a {
    height: 100%;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail {
    height: 100%;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:last-child {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:first-child, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:last-child {
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(2) a, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(3) a, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(4) a, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(5) a {
    display: flex;
    height: 100%;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(2) a .video-thumbnail, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(3) a .video-thumbnail, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(4) a .video-thumbnail, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(5) a .video-thumbnail {
    height: 100px;
    width: 140px;
    min-width: 140px;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(2) a .video-title, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(3) a .video-title, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(4) a .video-title, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(5) a .video-title {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(2) a .video-title h4, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(3) a .video-title h4, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(4) a .video-title h4, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(5) a .video-title h4 {
    color: #000;
  }
  .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(2) a .overlay, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(3) a .overlay, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(4) a .overlay, .section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single:nth-child(5) a .overlay {
    display: none;
  }
  .bottom-category-news-wrapper .bottom-category-news-inner {
    padding: 24px 0;
  }
  .bottom-category-news-wrapper .category-news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single a {
    height: 100%;
    display: block;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single a .thumbnail-image {
    height: 100%;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single a .thumbnail-image img {
    width: 100%;
    height: 100%;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single a .post-title {
    margin: 0;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single a .post-title h4 {
    font-size: 18px;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row: span 4;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:first-child a {
    position: relative;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:first-child a .thumbnail-image {
    height: 100%;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:first-child a .thumbnail-image > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:first-child a .thumbnail-image img {
    width: 100%;
    height: 100%;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:first-child a .post-title {
    position: absolute;
    bottom: 0;
    padding: 20px;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:first-child a .post-title h4 {
    color: #fff;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(2) a, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(3) a, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(4) a, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(5) a, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(6) a, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(7) a, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(8) a, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(9) a {
    display: flex;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(2) a .thumbnail-image, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(3) a .thumbnail-image, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(4) a .thumbnail-image, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(5) a .thumbnail-image, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(6) a .thumbnail-image, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(7) a .thumbnail-image, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(8) a .thumbnail-image, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(9) a .thumbnail-image {
    width: 120px;
    min-width: 160px;
    margin-right: 12px;
  }
  .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(2) a .thumbnail-image img, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(3) a .thumbnail-image img, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(4) a .thumbnail-image img, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(5) a .thumbnail-image img, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(6) a .thumbnail-image img, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(7) a .thumbnail-image img, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(8) a .thumbnail-image img, .bottom-category-news-wrapper .category-news-list .category-news-single:nth-child(9) a .thumbnail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bottom-category-news-wrapper-lyt-2 .bottom-category-news-inner {
    padding: 24px 0;
  }
  .bottom-category-news-wrapper-lyt-2 .category-news-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image {
    height: 300px;
  }
  .bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .post-title h4 {
    font-size: 18px;
  }
  .bottom-category-news-wrapper-lyt-3 .category-news-list {
    display: grid;
    overflow: visible;
    scrollbar-width: none;
  }
  .bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .thumbnail-image {
    height: 400px;
  }
  .footer {
    margin-top: 60px;
    font-size: 16px;
  }
  .footer .footer-wrap {
    padding: 60px 0px 20px;
  }
  .footer .footer-wrap .footer-section-one {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer .footer-wrap .footer-section-one .footer-section-left {
    flex: 1;
    margin-right: 80px;
    margin-bottom: 0;
  }
  .footer .footer-wrap .footer-section-one .footer-section-right {
    flex: 4;
  }
  .footer .footer-wrap .footer-section-one .footer-section-right .footer-section-right-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer .footer-wrap .footer-section-one .footer-section-right a {
    transition: 0.2s ease-in-out;
  }
  .footer .footer-wrap .footer-section-one .footer-section-right a:hover {
    color: #f09705;
  }
  .footer .footer-section-two .footer-section-two-wrap .footer-section-two-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-section-two .footer-section-two-wrap .footer-section-two-list a:not(:last-child) {
    margin-right: 20px;
  }
  .footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ds-single-post {
    padding: 40px 0;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head {
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head h1 {
    font-size: 52px;
    line-height: 1.25;
    font-weight: 700;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body {
    display: flex;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left {
    flex: 3;
    padding-right: 18px;
    border-right: 1px solid #ececec;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share {
    padding: 18px 0px;
    border-bottom: 1px solid #ececec;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #ececec;
    width: 35px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-img img {
    border-radius: 50%;
    width: 100%;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title a {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title a img {
    width: 75px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #636363;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail {
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail img {
    display: block;
    width: 100%;
    border-radius: 3px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail iframe {
    height: 500px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap {
    padding: 18px 0 0px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change {
    display: flex;
    align-items: center;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div {
    border: 1px solid #ececec;
    margin-right: 5px;
    width: 35px;
    height: 30px;
    position: relative;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div small {
    color: #636363;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div span {
    margin-top: -4px;
    margin-left: 2px;
    color: #636363;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content {
    font-size: 20px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content iframe {
    height: 500px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news .ds-single-post-related-news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news .ds-single-post-related-news-list a h4 {
    font-size: 16px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap {
    border-bottom: 1px solid #ececec;
    padding: 0 0 24px 0;
    border-top: none;
    margin: 24px 0 0px 0;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap a img {
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap {
    border-bottom: 1px solid #ececec;
    padding: 0 0 24px 0;
    border-top: none;
    margin: 24px 0 0px 0;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap a img {
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-related-news .bottom-category-news-wrapper-lyt-2 .bottom-category-news-inner .section-heading-name h4 {
    font-size: 18px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-related-news .bottom-category-news-wrapper-lyt-2 .bottom-category-news-inner .category-news-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar {
    padding-left: 18px;
    flex: 1;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar > div {
    position: sticky;
    top: 90px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 a {
    display: inline-block;
    border-bottom: 3px solid #f09705;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a {
    font-size: 13px;
    color: #f09705;
    display: flex;
    border: 1px solid #f09705;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 0px 7px;
    border-radius: 20px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a i {
    font-family: "Fontawesome";
    font-size: 10px;
    margin-left: 4px;
    background: #f09705;
    color: #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 7px 7px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
    width: 200px;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
    background-color: #f7f8ff;
    border-radius: 30px;
    color: #f09705;
    font-size: 14px;
    padding: 5px 10px 3px;
    margin: 0 5px;
    line-height: 1;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list {
    grid-gap: 18px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img {
    height: 75px;
    width: 130px;
    min-width: 130px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-title h4 {
    font-size: 16px;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap {
    border-bottom: 1px solid #ececec;
    padding: 0 0 24px 0;
    border-top: none;
    margin: 0 0 18px 0;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap a img {
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap {
    border-bottom: 1px solid #ececec;
    padding: 24px 0 24px 0;
    border-top: none;
    margin: 0;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap a img {
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ds-single-post-bottom-section .section-heading .section-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
  }
  .ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-name h4 a {
    display: inline-block;
    border-bottom: 3px solid #f09705;
  }
  .ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links > a {
    font-size: 13px;
    color: #f09705;
    display: flex;
    border: 1px solid #f09705;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 0px 7px;
    border-radius: 20px;
  }
  .ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links > a i {
    font-family: "Fontawesome";
    font-size: 10px;
    margin-left: 4px;
    background: #f09705;
    color: #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 7px 7px;
  }
  .ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
    width: 200px;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
    background-color: #f7f8ff;
    border-radius: 30px;
    color: #f09705;
    font-size: 14px;
    padding: 5px 10px 3px;
    margin: 0 5px;
    line-height: 1;
  }
  .ds-single-post-bottom-section .ds-single-post-ds-chautari {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s {
    min-width: auto;
    margin-right: 0;
  }
  .ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    min-width: 150px;
    margin-right: 10px;
    border-radius: 3px;
    display: block;
  }
  .ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .ds-archive-page {
    flex-direction: row;
    align-items: unset;
  }
  .ds-archive-page .ds-archive-content {
    width: 100%;
  }
  .ds-archive-page .ds-archive-content .archive-content-title {
    text-align: left;
  }
  .ds-archive-page .ds-archive-content .archive-content-title h1 {
    font-size: 24px;
  }
  .ds-archive-page .ds-archive-content .archive-content-title > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ds-archive-page .ds-archive-content .post-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ds-archive-page .post-card .post-content .post-title a {
    font-size: 16px;
  }
  .ds-archive-page .ds-archive-title {
    margin-right: 32px;
    position: relative;
  }
  .ds-archive-page .ds-archive-title .archive-header {
    position: sticky;
    top: 90px;
  }
  .privacy-policy-page .privacy-policy-page-in {
    display: flex;
    flex-direction: row;
  }
  .privacy-policy-page .privacy-policy-page-in .privacy-policy-page-left {
    max-width: 350px;
    min-width: 300px;
    margin: 0;
    margin-right: 32px;
    position: relative;
  }
  .privacy-policy-page .privacy-policy-page-in .privacy-policy-page-left div {
    position: sticky;
    top: 90px;
  }
  .privacy-policy-page .privacy-policy-page-in .privacy-policy-page-left div img {
    width: 100%;
  }
  .privacy-policy-page .privacy-policy-page-in .privacy-policy-page-right p {
    font-size: 18px;
  }
  .why-us-page .why-us-page-in {
    display: flex;
    flex-direction: row;
  }
  .why-us-page .why-us-page-in .why-us-page-left {
    max-width: 350px;
    min-width: 300px;
    margin: 0;
    margin-right: 32px;
    position: relative;
  }
  .why-us-page .why-us-page-in .why-us-page-left div {
    position: sticky;
    top: 90px;
  }
  .why-us-page .why-us-page-in .why-us-page-left div img {
    width: 100%;
  }
  .why-us-page .why-us-page-in .why-us-page-right .title {
    font-size: 40px;
  }
  .why-us-page .why-us-page-in .why-us-page-right p {
    font-size: 20px;
  }
  .about-us-page .about-us-page-in .about-us-page-content {
    display: flex;
    justify-content: space-between;
  }
  .about-us-page .about-us-page-in .about-us-page-content .about-us-page-text {
    width: 50%;
  }
  .about-us-page .about-us-page-in .about-us-page-content .about-us-page-text .title {
    font-size: 40px;
  }
  .about-us-page .about-us-page-in .about-us-page-content .about-us-page-text p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about-us-page .about-us-page-in .about-us-page-content .about-us-page-img {
    width: 450px;
    height: 450px;
  }
  .about-us-page .about-us-page-in .about-us-page-team h1 {
    font-size: 40px;
    margin-bottom: 80px;
  }
  .about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    grid-row-gap: 90px;
  }
  .about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member {
    padding: 20px 15px;
  }
  .about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-photo {
    top: -65px;
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
  .about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-details {
    padding-top: 35px;
  }
  .ds-search-page .ds-search-page-header h1,
  .ds-index-page .ds-search-page-header h1 {
    font-size: 28px;
  }
  .ds-search-page .post-list,
  .ds-index-page .post-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .ds-search-page .post-list article .post-thumbnail,
  .ds-index-page .post-list article .post-thumbnail {
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .ds-container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .ds-container {
    max-width: 1320px;
  }
  .about-us-page .about-us-page-in .about-us-page-content .about-us-page-text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .ds-container {
    max-width: 1440px;
  }
}

/*# sourceMappingURL=responsive.css.map */
