@media (min-width: 300px) {
    .ic-container {
        width: unset;
    }
    .overlay-watermark {
        font-size: 2.5rem;
    }
    .list-card {}
    .list-card .card-banner-wrap a {
        width: 100%;
    }
    .list-card .card-banner-wrap a .card-name {
        font-size: 18px;
    }
    .list-card .card-banner-wrap a .card-main .overlay-card p {
        font-size: 18px;
    }
    .serch-container {
        background: #fff;
        min-height: 8em;
        padding-top: 1em;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    .title-head {
        color: #3C3C3C;
        font-family: Lato;
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    .desc-count {
        color: #7e7e7e;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .flex-between.head-wrapper {
        margin: 25px 0px 30px 0px;
    }
    .search-form {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        margin-right: 20px;
        width: 100%;
    }
    .search-form h1 {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        padding: 0;
        margin: 0;
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .search-form .form-container {
        position: relative;
        width: 10em;
        height: 50px;
        border-radius: 8px;
        background: #fff;
        border: 1px solid #bbb;
    }
    .search-form .form-container:focus-within {
        border: 1px solid #333;
    }
    .search-form .form-container input {
        padding-left: 20px;
        border: none;
    }
    .search-form .form-container input:active,
    .search-form .form-container input:focus {
        outline: none;
    }
    .search-form .form-container input::placeholder {
        color: #aeaeae;
    }
    .search-form .form-container.name {
        width: 100%;
        margin-bottom: 20px;
    }
    .search-topmain {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .search-topmain .search-left {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    button.btn-search {
        border: 1px solid #333;
        border-radius: 7px;
        color: #fff;
        text-align: center;
        min-width: unset;
        padding: 0px 35px;
        font-weight: 700;
        position: relative;
        font-size: 13px;
        background-color: #333;
        background-repeat: no-repeat;
        background-position-x: 94%;
        background-position-y: center;
        /* background-size: 20px; */
        transition: all .5s ease-out;
        height: 36px;
        line-height: 30px;
    }
    .search-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .margin-search {
        margin-top: 22em;
    }
    .search-wrapper.singleform {
        width: 0%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .search-topmain.sigle-form .search-left {
        width: 60%;
    }
    .container.margin-search.single-form {
        margin-top: 8em;
    }
    .flex-start.list-csr {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: start;
    }
    .flex-start.list-csr a.banner-csr {
        width: 100%;
        margin-bottom: 20px;
    }
    .flex-start.list-csr a.banner-csr .banner_item .banner-img {
        height: 80%;
    }
    .flex-start.list-csr a.banner-csr .banner_item .banner-info {
        height: 20%;
    }
    .movie-grid {
        display: flex;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 0px;
        grid-column-gap: 0px;
        direction: ltr;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 1em;
    }
    .movie-title {
        color: #3C3C3C;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    .info-wrap h6 {
        margin-bottom: 20px;
    }
    .movie-label {
        color: #333;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .movie-detail-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .movie-detail-wrap p {
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .movie-share {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 45px;
    }
    .share-round {
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 5px 25px;
    }
    .share-round span {
        color: #888;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .movie-share ul {
        list-style-type: none;
        display: flex;
        padding: 0;
        margin: 0;
    }
    .movie-share ul {}
    .movie-share ul li {}
    .movie-share ul li a {
        text-decoration: none;
    }
    .movie-share ul li a i {
        color: #888888;
        font-size: 30px;
        margin-left: 20px;
    }
    .movie-overview {
        overflow: hidden;
        max-height: 267px;
    }
    a.link-viewmore {
        color: #333;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        display: block;
        width: 120px;
        text-decoration: none;
    }
    a.link-viewmore i {
        position: relative;
        top: 2px;
        font-size: 16px;
    }
    .movie-info a.link-viewmore {
        margin-top: 10px;
    }
    .cover_movie {
        width: 100%;
        height: 36em;
        position: relative;
        border-radius: 10px;
    }
    .cover_movie img {
        border-radius: 10px;
    }
    .cover-wraper {
        width: 100%;
        margin-bottom: 25px;
    }
    .linkback-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    a.link-back {
        text-decoration: none;
        display: block;
        color: #333;
        font-weight: 400;
        font-size: 18px;
    }
    a.link-back i {
        position: relative;
        top: 1px;
    }
    div#linkbackmobile {
        margin-top: 15px;
    }
    div#linkbackweb {
        display: none;
    }
    .film-main {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-top: 1em;
    }
    .film-img-container {
        width: 100%;
    }
    .film-box {
        width: 100%;
        position: relative;
        height: 37em;
        border-radius: 10px;
    }
    .film-box img {
        border-radius: 10px;
    }
    .film-maininfo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
    .film-maininfo .flim-info-tag {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .film-maininfo .flim-info-tag p {
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }
    .film-maininfo .film-infor-hour {
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .film-share {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 30px;
    }
    a.watch-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none;
        border-radius: 20px;
        background: #FFF;
        padding: 10px 20px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    a.watch-btn i {
        color: #47C0DE;
        font-size: 20px;
        margin-right: 10px;
    }
    a.watch-btn span {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .watch-share ul {
        display: flex;
        list-style-type: none;
        flex-direction: row;
        padding: 0;
        margin: 0;
    }
    .watch-share ul li {}
    .watch-share ul li a {
        text-decoration: none;
        margin-left: 20px;
    }
    .watch-share ul li:first-child a {
        margin-left: 30px;
    }
    .watch-share ul li a i {
        color: #47C0DE;
        font-size: 30px;
    }
    .film-share .dropdown .dropdown-menu.show {
        z-index: 99;
        width: 10em;
        max-width: 3em;
        min-width: 10px;
    }
    .film-share .dropdown .dropdown-menu li a i {
        font-size: 25px;
    }
    .film-share .dropdown .dropdown-menu li a {
        margin-bottom: 5px;
    }
    div#overview_film {
        overflow: hidden;
        max-height: 267px;
    }
    .film-main .link-viewmore {
        margin-top: 10px;
    }
    .film-info-containerr {
        width: 100%;
    }
    .circle-slider {
        background: #bbb;
        border-radius: 50%;
        position: relative;
        width: 10em;
        height: 10em;
    }
    .circle-slider img {
        border-radius: 50%;
    }
    .circle-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .circle-wrapper span {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 10px;
    }
    .section_donate {
        position: fixed;
        width: 100%;
        min-height: 100%;
        background: #33333342;
        z-index: 100;
        top: 0;
        left: 0;
    }
    .body-donate {
        background: #fff;
        width: 95%;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        padding: 30px 20px 30px 20px !important;
    }
    .donate-wrpper {
        background: #bbb;
        height: 80px;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .donate-wrpper label {}
    .donate-wrpper input {
        text-align: center;
        font-size: 30px;
        position: relative;
        width: 37%;
        position: unset;
    }
    .donate-wrpper input:focus {
        outline: none;
    }
    .donate-containre {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 8px 8px;
        margin: 10px 0px 25px 0px;
    }
    a.option_donate {
        height: 100px;
        width: 31.333%;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        text-decoration: none;
        color: #333;
        border: 1px solid #333;
    }
    a.option_donate:hover {
        border: 1px solid #e08826;
    }
    a.option_donate.active {
        border: 1px solid #e08826;
    }
    a.option_donate span {
        font-size: 15px;
        margin-right: 3px;
    }
    .donate-btn button {
        height: 50px;
        font-size: 18px;
    }
    .close-donate {
        position: absolute;
        top: 8px;
        right: 8px;
        text-decoration: none;
    }
    .close-donate i {
        font-size: 20px;
        color: #333;
    }
    .main-banner {
        min-height: calc(55vh - 60px);
    }
    .video-bg {
        height: 55vh;
    }
    a.wallet-acivate {
        width: 100%;
        height: 12em;
        font-size: 16px;
    }
    .activate-body {
        width: 90%;
        min-height: 50%;
    }
    a.close-activate {
        font-size: 20px;
        padding: 0px 10px 0px 10px;
    }
    .activate-body h6 {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .wallet-form {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #ticker-wrap {
        display: none;
    }
    .banner-content {
        width: 20em;
    }
    .search-lable label,
    .search-tag a,
    .input-search,
    .input-search::placeholder,
    .btn-search {
        font-size: 12px;
    }
    .btn-search {
        width: 80px !important;
        padding: 0px 10px !important;
    }
    .about-banner {
        height: 10em;
    }
    .about-banner h4 {
        font-size: 25px;
    }
    .about-info h4 {
        font-size: 16px;
    }
    .about-info p {
        font-size: 14px;
    }
    .banner-video {
        margin-top: 40px;
        height: 15em;
    }
    .about-content {
        padding: 50px 20px 130px 20px;
    }
    .faq-banner {
        height: 12em;
    }
    .faq-banner h4 {
        font-size: 40px;
    }
    .faqcontent h4.title {
        font-size: 18px;
    }
    .faqcontent h5.subtitle {
        font-size: 16px;
    }
    .faqcontent h6.subhead {
        font-size: 14px;
    }
    .contact-content h4 {
        font-size: 16px;
    }
    .contact-item h5,
    .contact-item .flex-between p,
    .contact-item .flex-between a i {
        font-size: 14px;
    }
    .contact-content.contact-ask {
        margin-top: 30px;
    }
    .contact-map {
        height: 15em;
    }
    .body-modallog {
        padding: 8px 20px;
    }
    .comming-org-box {
        width: 90%;
    }
    .happening-main {
        height: 300px !important;
    }
    .happening-card {
        height: 130px;
        bottom: -13%;
    }
    .happening-card .happening-content-wrap .happening-content h4 {
        margin-bottom: 15px;
    }
}

@media (min-width: 375px) {
    .main-banner {
        min-height: calc(55vh - 60px);
    }
    .video-bg {
        height: 55vh;
    }
    .banner-content {
        width: 25em;
    }
    .search-lable label,
    .search-tag a,
    .input-search,
    .input-search::placeholder,
    .btn-search {
        font-size: 12px;
    }
    .btn-search {
        width: 80px !important;
        padding: 0px 10px !important;
    }
}

@media (min-width: 425px) {}

@media (min-width: 576px) {
    .bck-title a {
        left: -15px;
        top: -1px;
    }
    .bck-title a i {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .bg-cam span {
        font-size: 14px;
    }
    .banner-profile .bg-cam i.cam {
        font-size: 50px;
    }
    .csr-cat {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .cat-info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .csr-title {
        width: 100%;
    }
    .csr-comm {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .commulative-container {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .commulative-container {
        width: 90%;
    }
    .csr-tag {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
    }
    .csr-list-tag {
        max-width: 100%;
    }
    .csr-list-tag ul {
        list-style-type: none;
        gap: 10;
        display: inline-flex;
        padding: 0;
        margin: 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .csr-tag label {
        margin-bottom: 10px;
    }
    .csr-list-tag ul li {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .overlay-watermark {
        font-size: 1.5rem;
    }
    .list-card {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    .list-card .card-banner-wrap {
        width: 49%;
    }
    .title-head {
        font-size: 25px;
    }
    .desc-count {
        font-size: 16px;
    }
    .search-wrapper {
        width: unset;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .search-form {
        width: unset;
    }
    .search-form .form-container.name {
        width: 10em;
        margin-bottom: 0px;
    }
    .margin-search {
        margin-top: 8em;
    }
    .search-topmain.sigle-form .search-form .form-container.name {
        width: 20em;
    }
    .flex-start.list-csr {
        flex-direction: row;
        gap: 20px 10px;
    }
    .flex-start.list-csr a.banner-csr {
        width: 49%;
        margin-bottom: 0px;
    }
    .cover_movie {
        height: 66em;
    }
    a.link-back {
        font-size: 21px;
    }
    .film-box {
        height: 64em;
    }
    .film-info-containerr {
        margin-top: 20px;
    }
    .film-share {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .circle-slider {
        width: 13em;
        height: 13em;
    }
    .body-donate {
        width: 62%;
        padding: 50px 20px 30px 20px;
    }
    .close-donate i {
        font-size: 28px;
    }
    .main-banner {
        min-height: calc(100vh - 60px);
    }
    .video-bg {
        height: 100vh;
    }
    a.wallet-acivate {
        width: 100%;
        height: 14em;
        font-size: 20px;
    }
    .activate-body {
        width: 90%;
        min-height: 70%;
    }
    .activate-body h6 {
        font-size: 18px;
    }
    #ticker-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: stretch;
        width: 30%;
    }
    .ticker-list li .article-top h4 {
        font-size: 16px;
    }
    .ticker-list li .article-top span {
        font-size: 14px;
    }
    .ticker-list li {
        height: 13em;
    }
    .ticker-list {
        height: 13em;
    }
    .ticker-list li a {
        font-size: 14px;
    }
    .controls .btn-player a i {
        font-size: 12px;
    }
    .controls {
        height: 2em;
    }
    .banner-content {
        width: 30em;
        top: 50%;
        left: 30%;
    }
    .about-banner {
        height: 10em;
    }
    .about-banner h4 {
        font-size: 35px;
    }
    .banner-video {
        height: 30em;
    }
    .about-info h4 {
        font-size: 20px;
    }
    .about-info p {
        font-size: 16px;
    }
    .faq-banner {
        height: 15em;
    }
    .faqcontent h4.title {
        font-size: 25px;
    }
    .faqcontent h5.subtitle {
        font-size: 20px;
    }
    .faqcontent h6.subhead {
        font-size: 16px;
    }
    .faqcontent p.text,
    .faqcontent ul li {
        font-size: 16px;
    }
    .contact-content h4 {
        font-size: 18px;
    }
    .contact-item h5,
    .contact-item .flex-between p,
    .contact-item .flex-between a i {
        font-size: 16px;
    }
    .contact-map {
        height: 25em;
    }
    .body-donate h4 {
        font-size: 20px;
    }
    .bodycontent-login p {
        font-size: 16px;
    }
    .faqcontent.csr_wrap .csr-public {
        margin-top: 0em;
    }
    .flex-donate {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .ordonate {
        flex-direction: column;
    }
    .linor {
        width: 1px;
        height: 50px;
        background: #bbb;
        margin-top: 30px;
    }
    .price-donate {
        margin-bottom: 0px;
    }
    .choose-donate {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .own-donate {
        margin-bottom: 10px;
    }
    .box-type-fund {
        margin-right: 15px;
    }
    .donate-help p,
    .donate-ads p,
    .donate-ads a {
        font-size: 16px;
    }
    .box-type-fund label,
    .donate-rm span,
    .input-donate,
    .input-donate::placeholder {
        font-size: 16px;
    }
    .box-type-fund h6,
    .donate-help h4 {
        font-size: 20px;
    }
    .title-black20,
    .ordonate span {
        font-size: 20px;
    }
    .donate-ads {
        padding: 28px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .card-prf a .prf-inner .img-prf {
        height: 270px;
    }
    .card-film a .prf-inner .img-prf {
        height: 360px;
    }
    .type_class {
        width: 90%;
    }
    .view_type {
        width: 10%;
    }
    .form-wrapper-phonecode {
        width: 20%;
    }
    .form-wrapper-phone {
        width: 80%;
    }
    .stage-wrapper {
        width: 50%;
    }
    .congrats-icon {
        width: 60px;
        height: 50px;
    }
    .happening-card {
        height: 120px;
        bottom: -21%;
    }
    .happening-card .happening-content-wrap .happening-content h4 {
        margin-bottom: 5px;
    }
    .happening-main {
        height: 250px !important;
    }
    .form-subscibr {
        width: 20em;
    }
    .commin-wrap,
    .commin-wrap-light {
        padding: 70px 50px;
    }
    .article-slide a .article-slider {
        height: 260px;
    }
    .body-pop-prof {
        width: 25em;
    }
    .prof-wrap ul li {
        width: calc(50% - 10px);
    }
    .btn-form-wrapper .btn-right {
        width: 50%;
    }
    .doa-container {
        width: 55%;
        height: 100%;
    }
    .responsive_doa_container {
        height: 0;
        width: 35%;
    }
    .doa-container .header-container {
        border-radius: 0px 5px 0px 0px;
    }
    .claim_profile_title {
        padding-right: 0em;
    }
    .card-claim button {
        min-width: 50%;
    }
    .action {
        font-size: 16px;
    }
    .instructions {
        font-size: 16px;
    }
    .preview-wrap {
        width: 500px;
        height: 500px;
    }
    .status {
        margin-top: 50px;
    }
    .video-player {
        height: 30em;
    }
    .controls button {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .banner-img {
        height: 70%;
    }
    .banner-info {
        width: 100%;
        height: 30%;
        padding: 10px 25px 0px 25px;
    }
    .outer-barcsr {
        margin-top: 10px;
    }
    p.total-colected {
        font-size: 18px;
    }
    p.total-colected span {
        font-size: 16px;
    }
    .duration-banner span {
        font-size: 16px;
    }
    .duration-banner i {
        font-size: 17px;
    }
    .duration-banner {
        margin-top: 6px;
    }
    .cat-info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        max-width: 50%;
    }
    .flex-between.csr-cat {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
    }
    .csr-title {
        width: 60%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .csr-comm {
        margin-bottom: 30px;
    }
    .csr-tag {
        max-width: 70%;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .title-banner-wrapper {
        margin-top: 50px;
    }
    .space_celeb {
        margin-top: 100px;
    }
    a.wallet-acivate {
        width: 45%;
    }
    .activate-body {
        width: 50%;
        min-height: 50%;
    }
    a.close-activate {
        font-size: 20px;
        padding: 0px 10px 5px 10px;
    }
    .activate-body h6 {
        font-size: 22px;
    }
    .controls .btn-player a i {
        font-size: 16px;
    }
    .controls {
        height: 3em;
    }
    .ticker-list li .article-top h4 {
        font-size: 18px;
    }
    .ticker-list li .article-top span {
        font-size: 16px;
    }
    .ticker-list li a {
        font-size: 16px;
    }
    #ticker-wrap {
        width: 35%;
    }
    .banner-content {
        width: 35em;
        top: 40%;
        left: 50%;
    }
    .search-lable label,
    .search-tag a,
    .input-search,
    .input-search::placeholder,
    .btn-search {
        font-size: 14px;
    }
    .btn-search {
        width: 100px !important;
        padding: 0px 10px !important;
    }
    .about-banner {
        height: 15em;
    }
    .about-banner h4 {
        font-size: 50px;
    }
    .banner-video {
        margin-top: 0px;
    }
    .about-content {
        padding: 60px 20px 130px 20px;
    }
    .about-info h4 {
        font-size: 24px;
    }
    .about-info p {
        font-size: 18px;
    }
    .nexus-strike::before {
        font-size: 18px;
    }
    .faq-banner {
        height: 20em;
    }
    .faq-banner h4 {
        font-size: 50px;
    }
    .faqcontent h4.title {
        font-size: 30px;
    }
    .faqcontent h5.subtitle {
        font-size: 25px;
    }
    .faqcontent h6.subhead {
        font-size: 18px;
    }
    .faqcontent p.text,
    .faqcontent ul li {
        font-size: 18px;
    }
    .contact-quest {
        padding: 20px 80px;
    }
    .contact-map {
        height: 35em;
    }
    .faqcontent.csr_wrap .csr-public {
        margin-top: 1em;
    }
    .amount-wrapper a:last-child .box-type-fund {
        margin-right: 0;
    }
    .box-type-fund {
        margin-right: 10px;
    }
    .donate-help {
        padding-top: 2em;
    }
    .linor {
        margin-top: 35px;
    }
    .donate-ads {
        min-height: 22em;
    }
    .points-pts,
    .points-title,
    .reload-btn {
        font-size: 16px;
    }
    .wallet-title {
        font-size: 20px;
    }
    .wallet-coin h6 {
        font-size: 28px;
    }
    .wallet-coin img {
        height: 20px;
    }
    .wallet-coin span {
        font-size: 18px;
    }
    .graph-traficcontainer .highcharts-figure,
    .graph-traficcontainer .highcharts-figure #container-trafic,
    .graph-traficcontainer .highcharts-figure #container-article-country {
        height: 485px;
    }
    .comming-org-box {
        width: 60%;
    }
    .slider-ads {
        width: 80%;
        height: 15em;
    }
    a.banner-csr {
        height: 24em;
    }
    .banner_item {
        height: 19em;
    }
    .article-slide a .article-slider {
        height: 290px;
    }
    .prof-wrap ul li {
        width: calc(33.33% - 10px);
    }
    .doa-container {
        width: 50%;
    }
    .responsive_doa_container {
        width: 25%;
    }
    .card-claim {
        width: 70%;
    }
}

@media (min-width: 1024px) {
    .track_banner {
        grid-template-columns: 1fr 1fr 1fr;
        overflow: unset;
    }
    .banner-img {
        height: 80%;
    }
    .banner-info {
        height: 20%;
    }
    .list-card .card-banner-wrap {
        width: 32.333%;
    }
    .title-head {
        font-size: 32px;
    }
    .search-form .form-container.name {
        width: 20em;
    }
    .margin-search {
        margin-top: 9em;
    }
    .search-topmain.sigle-form .search-form .form-container.name {
        width: 25em;
    }
    .flex-start.list-csr a.banner-csr {
        width: 32.333%;
    }
    .flex-start.list-csr a.banner-csr .banner_item .banner-img {
        height: 70%;
    }
    .flex-start.list-csr a.banner-csr .banner_item .banner-info {
        height: 30%;
    }
    .movie-grid {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 0px;
        grid-column-gap: 50px;
        direction: ltr;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
        justify-content: start;
        align-items: start;
        margin-top: 5em;
        justify-items: stretch;
    }
    .cover_movie {
        height: 41em;
    }
    div#linkbackmobile {
        display: none;
    }
    div#linkbackweb {
        display: flex;
        margin-bottom: 10px;
    }
    .film-main {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        margin-top: 1em;
    }
    .film-box {
        height: 37em;
        width: 25em;
    }
    .circle-slider {
        width: 10em;
        height: 10em;
    }
    .body-donate {
        width: 50%;
    }
    .ticker-list li .article-top h4 {
        font-size: 20px;
    }
    .ticker-list li .article-top span {
        font-size: 18px;
    }
    .ticker-list li a {
        font-size: 18px;
    }
    .about-banner {
        height: 18em;
    }
    .contact-content h4 {
        font-size: 25px;
    }
    .contact-item h5 {
        font-size: 20px;
    }
    .contact-item .flex-between p {
        font-size: 18px;
    }
    .contact-item .flex-between a i {
        font-size: 16px;
    }
    .donate-ads {
        min-height: 23em;
    }
    .title-arc {
        width: 80%;
    }
    .card-main {
        height: 330px;
    }
    .preview-wrap {
        width: 400px;
        height: 400px;
    }
}

@media (min-width: 1200px) {
    #ticker-wrap {
        width: 30%;
    }
    .donate-custom {
        width: 15em;
    }
    .own-donate {
        align-items: flex-start;
    }
    .donate-ads {
        min-height: 26em;
    }
    .contact-content.contact-ask {
        margin-top: 0px;
    }
    .prof-wrap ul li {
        width: calc(25% - 10px);
    }
    .doa-container {
        width: 30%;
    }
    .responsive_doa_container {
        width: 15%;
    }
    .card-claim {
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .list-card .card-banner-wrap {
        width: 24%;
    }
    .search-form .form-container.name {
        width: 30em;
    }
    .search-topmain.sigle-form .search-form .form-container.name {
        width: 35em;
    }
    .flex-start.list-csr a.banner-csr {
        width: 24%;
    }
    .movie-grid {
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 100px;
    }
    .cover_movie {
        height: 38em;
    }
    .film-main {
        grid-template-columns: 1fr 2fr;
    }
    .body-donate {
        width: 30%;
    }
    #ticker-wrap {
        width: 25%;
    }
    .donate-custom {
        width: 17em;
    }
    .box-type-fund {
        margin-right: 20px;
        padding: 25px 25px;
    }
    .box-type-fund h6,
    .donate-help h4 {
        font-size: 24px;
    }
    .box-type-fund label,
    .donate-rm span,
    .input-donate,
    .input-donate::placeholder {
        font-size: 18px;
    }
    .donate-rm,
    .donate-form {
        height: 80px;
    }
    .linor {
        margin-top: 21px;
        height: 75px;
    }
    .csr_detail_wrapper {
        padding: 40px;
    }
    a.banner-csr {
        height: 22em;
    }
    .card-claim {
        width: 30%;
    }
}