* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: var(--font);
    font-weight: normal;
    overflow-x: hidden !important;
    background: var(--dark-color);
    color: var(--off-white-color);
}

.modal-open {
    overflow: hidden !important;
}

.back-img {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

ul,
ol,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
    text-transform: uppercase;
    font-weight: bold;
    color: var(--off-white-color);
}

p {
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.75;
}

.h1-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 36px;
    color: var(--white-color);
    text-transform: capitalize;
}

.h2-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.h3-title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--off-white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

:root {
    --primary-color: #c71c34;
    --secondary-color: #273037;
    --black-color: #000000;
    --dark-color: #1e272e;
    --simplebar-track: var(--off-white-color);
    --simplebar-thumb: var(--primary-color);
    --off-white-color: #d5d6d7;
    --white-color: #ffffff;
    --border-color: rgb(255 255 255 / 17%);
    --font: "Noto Sans";
}

.for-des {
    display: block !important;
}

.for-des-flex {
    display: flex !important;
}


@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-ExtraBold.eot');
    src: url('../fonts/NotoSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/NotoSans-ExtraBold.woff') format('woff'),
        url('../fonts/NotoSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Black.eot');
    src: url('../fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Black.woff2') format('woff2'),
        url('../fonts/NotoSans-Black.woff') format('woff'),
        url('../fonts/NotoSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff'),
        url('../fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff'),
        url('../fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Light.eot');
    src: url('../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Light.woff2') format('woff2'),
        url('../fonts/NotoSans-Light.woff') format('woff'),
        url('../fonts/NotoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.sec-btn {
    transition: all 0.3s ease 0s;
    width: 240px;
    height: 54px;
    border: 0;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font);
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
    transform: skewx(30deg);
}

/* ----------   HEADER CSS START   ---------- */
.header-menu {
    position: relative;
    text-align: right;
    height: 100%;
    transition: 0.3s;
}

.main-navigation {
    height: 100%;
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul li {
    height: 100%;
    margin-right: 35px;
    display: inline-block;
    position: relative;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation ul li a:hover {
    -webkit-text-stroke: 0.5px var(--white-color);
}

.main-navigation ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.3s;
    position: relative;
}

.main-navigation ul li a.active {
    -webkit-text-stroke: 1px var(--white-color);
}

.main-navigation ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--white-color);
    bottom: 10px;
    opacity: 0;
    transition: 0.2s;
}

.main-navigation ul li a:hover:before,
.main-navigation ul li a.active:before {
    bottom: 12px;
    opacity: 1;
}

.header-mobile-menu ul.sub-menu {
    display: none;
}

.site-branding {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 4;
    transition: 0.3s;
}

.site-branding a {
    color: var(--white-color);
    font-weight: bold;
}

.site-header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--dark-color);
    border-top: 3px solid var(--primary-color);
    z-index: 90;
    transition: 0.3s;
    box-shadow:
        rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.site-header.sticky_head {
    height: 60px;
}

.sticky_head .site-branding {
    width: 80%;
}

.sec-head .h3-title a {
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: underline !important;
    transition: 0.3s;
}

/* ----------   HEADER CSS END   ---------- */
.trends-left {
    position: relative;
    height: 100%;
}

.main-content-left {
    position: relative;
    height: 100%;
    padding-top: 0;
}

.main-content {
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 80px;
    margin-top: -45px;
}

.country-breadcrumb {
    position: relative;
    z-index: 2;
}

.country-breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.country-breadcrumb ul li:first-child a {
    min-width: 130px;
}

.country-breadcrumb ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    height: 44px;
    min-width: 150px;
    color: var(--white-color);
    overflow: hidden;
}

.country-breadcrumb ul li:last-child a {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.country-breadcrumb ul li a span {
    padding: 0 35px;
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.country-breadcrumb ul li a span:before,
.country-breadcrumb ul li a span:after {
    content: "";
    position: absolute;
    height: 32px;
    width: 32px;
    background-color: var(--white);
    transform: rotate(45deg);
    top: -16px;
    right: -15px;
}

.country-breadcrumb ul li a span:after {
    top: auto;
    bottom: -16px;
}

.country-breadcrumb ul li a:before {
    content: "";
    position: absolute;
    height: 32px;
    width: 32px;
    top: 50%;
    left: -16px;
    transform: translate(0, -50%) rotate(45deg);
    background-color: var(--white-color);
    z-index: 0;
}

.country-breadcrumb ul li:first-child a:before {
    content: none;
}

/* ----------   BREADCRUMB CSS END   ---------- */
/* ----------   HOME PAGE CSS START   ---------- */
.home-country-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home-country-list li {
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}

.home-country-list li .country-icon,
.country-list li a .country-icon {
    margin-right: 10px;
    display: block;
}

.flag {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 11px;
    background-image: url("/assets/images/flags.png");
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.home-country-list li a,
.country-list li a {
    display: flex;
    align-items: center;
    color: var(--white-color);
    padding: 12px 0;
}

.home-country-list li a:hover {
    color: var(--primary-color);
    -webkit-text-stroke: 1px var(--primary-color);
}

/* ----------   HOME PAGE CSS END   ---------- */
.main-feed-list {
    padding-top: 60px;
    padding-bottom: 44px;
}

.common-page-content {
    padding-bottom: 0;
}

.page-bg.back-img {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
}

.sec-head-wp {
    padding-top: 160px;
}

.feed-box {
    min-height: 150px;
    margin-bottom: 25px;
    padding: 30px 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: var(--secondary-color);
}

.feed-content {
    height: 100%;
    flex: 0 0 71%;
    max-width: 71%;
    padding-right: 15px;
}

.title-wp .h3-title {
    margin-bottom: 0;
}

.title-wp {
    padding: 0 70px 0 0;
}

.img-wp img {
    width: 290px;
}

.h3-title .country,
.h3-title .time {
    color: var(--primary-color);
    text-decoration: underline;
}

.feed-content-wrap {
    position: relative;
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: space-between;
}

.feed-dropdown {
    display: none;
}

.feed-content-bottom span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid var(--secondary-color);
}

.feed-content-bottom span:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.feed-title a {
    display: -webkit-box;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
}


.feed-count span {
    font-size: 26px;
    font-weight: 500;
}

.feed-text a {
    color: #e1e2e3;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.feed-img {
    position: relative;
    height: 100%;
    flex: 0 0 24%;
    max-width: 24%;
    border-radius: 3px;
    overflow: hidden;
}

.common-text.bottom-gap {
    margin-bottom: 80px;
}

.feed-img:before,
.feed-dropdown-img:before {
    content: "" !important;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("/assets/images/play-button.svg");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}

.feed-img:after,
.feed-dropdown-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(47 41 77 / 40%);
    cursor: pointer;
    pointer-events: none;
}

.feed-img a img,
.feed-dropdown-img a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.feed-arrow {
    position: relative;
    height: 100%;
    flex: 0 0 4%;
    max-width: 4%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.feed-arrow img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: 0.3s;
    filter: brightness(0) invert(1);
}

img {
    max-width: 100%;
    height: auto;
}

.feed-count {
    flex: 0 0 5%;
    max-width: 5%;
}

.feed-reactions {
    flex: 0 0 17%;
    max-width: 17%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feed-details {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 95%;
    max-width: 95%;
}

.treds-list li,
.feed-tabs li {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.feed-view-figure {
    font-size: 26px;
}

.feed-text {
    overflow: hidden;
}

.feed-tabs li a:hover,
.treds-list li a:hover,
.feed-tabs li.active-category a {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.treds-list li a,
.feed-tabs li a {
    display: flex;
    min-height: 40px;
    /* min-width: 130px; */
    border: 1px solid var(--border-color);
    padding: 0 16px;
    background-color: transparent;
    border-radius: 3px;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.treds-list ul,
.feed-tabs ul {
    display: flex;
    flex-wrap: wrap;
}

.feed-tabs li a .tab-name {
    display: block;
    text-align: center;
    color: var(--off-white-color);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    transition: 0.1s;
    -webkit-text-stroke: 0.5px var(--off-white-color);
}

.feed-tabs li a .tab-icon {
    width: 18px;
    margin-right: 15px;
}

.feed-tabs li a .tab-icon img {
    filter: brightness(1) invert(1);
    transition: 0.3s;
    width: 100%;
    height: auto;
}

.feed-tabs li a:hover .tab-icon img,
.feed-tabs li.active-category a .tab-icon img {
    filter: invert(1);
}

.feed-tabs li a:hover .tab-name,
.feed-tabs li.active-category a .tab-name {
    color: var(--white-color);
    -webkit-text-stroke: 0.5px var(--white-color);
}

.feed-tabs li:last-child,
.treds-list li:last-child {
    margin-right: 0;
}

.main-content-right {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 1;
}

.feed-tabs {
    position: sticky;
    top: 0;
    left: 50%;
    width: 100%;
    padding: 80px 10px 10px 10px;
    margin: -45px auto 0 auto;
    background-color: #1e272e;
    z-index: 80;
}

.feed-list-wp {
    margin-top: 40px;
    padding: 0 10px;
}

.feed-open-sub-title {
    display: none;
}

.feed-open-sub-title span {
    display: inline-block;
}

.feed-open-sub-title span.dot {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    margin: 0 10px;
}

.feed-open-sub-title span.dot:last-child {
    display: none;
}

.feed-author,
.feed-date,
.feed-update-time {
    font-size: 14px;
}

.feed-activity ul,
.feed-tags ul {
    display: flex;
    align-items: center;
}

.feed-tags ul {
    flex-wrap: wrap;
}

.feed-activity {
    /* display: none; */
    position: relative;
    padding-bottom: 10px;
    /* padding-left: 20px; */
}

.feed-activity ul li {
    /* min-width: 90px; */
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.feed-activity ul li .feed-view-figure {
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
}

.feed-tags ul li a {
    display: inline-flex;
    background-color: transparent;
    font-size: 14px;
    line-height: 1;
    padding: 10px 12px;
    color: var(--off-white-color);
    border: 1px solid var(--border-color);
    border-radius: 3px;
    /* transition: 0.3s; */
}

.feed-tags {
    position: relative;
    padding-top: 33px;
    padding-bottom: 37px;
}

.feed-tags ul li {
    line-height: 1;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
}

.feed-tags ul li:last-child {
    margin-right: 0;
}

.feed-tags ul li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.sec-head .h3-title a:hover {
    color: var(--white-color);
}


.feed-box.opened {
    height: auto;
    box-shadow: 0 20px 30px rgb(0 0 0 / 30%);
}

.feed-activity ul li:last-child {
    margin-right: 0;
}

.feed-desciption {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feed-desciption .feed-dropdown-content {
    flex: 0 0 72%;
    max-width: 72%;
    padding-right: 30px;
    /* height: auto; */
}

.feed-desciption .feed-dropdown-content a {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.feed-desciption:before,
.opened .feed-content-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 100%;
    transform: translate(-50%, 0);
    background-color: var(--border-color);
}

.feed-dropdown-img {
    position: relative;
    height: 100%;
    flex: 0 0 28%;
    max-width: 28%;
    border-radius: 3px;
    overflow: hidden;
}

.feed-dropdown div:last-child {
    padding-bottom: 0;
}

.feed-dropdown div:last-child:before {
    content: none;
}

.site-footer {
    background-color: var(--dark-color);
    padding: 65px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer-content p {
    color: var(--off-white-color);
    margin: 0;
}

.footer-content p a {
    color: var(--white-color);
    text-decoration: underline !important;
    transition: 0.3s;
}

.country-list li {
    /* display: flex; */
    /* align-items: center; */
    /* padding: 15px 12px; */
    background-color: var(--secondary-color);
    border-bottom: 1px solid var(--border-color);
}

.country-list-search-wp input {
    width: 100%;
    border: 1px solid rgb(255 255 255 / 25%);
    padding: 10px 46px 10px 10px;
    border-radius: 3px;
    background: var(--off-white-color);
    outline: none;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    opacity: 0.75;
    cursor: pointer;
}

.country-list-search-wp {
    margin-bottom: 10px;
    position: relative;
}

.country-list li a {
    color: var(--off-white-color);
    padding: 15px;
}

.country-list li:hover,
.country-list li.active-country {
    background-color: var(--primary-color);
}

.country-list li:hover a,
.country-list li.active-country a {
    -webkit-text-stroke: 0.5px var(--white-color);
    color: var(--white-color);
}

.country-list::-webkit-scrollbar {
    width: 4px;
}

.country-list::-webkit-scrollbar-track {
    background: var(--primary-color);
}

.country-list::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
}

.country-list-wp {
    border-radius: 5px;
    /* overflow: hidden; */
    border: 1px solid rgb(47 41 77 / 25%);
    padding: 0 !important;
    height: 660px;
}

.policies ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.policies ul li a {
    color: var(--white-color);
    transition: 0.3s;
}

.policies ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.policies ul li {
    line-height: 1;
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid var(--white-color);
}

.tag-policies {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-content {
    text-align: center;
}

.footer-content p a:hover,
.policies ul li a:hover {
    color: var(--primary-color);
}

/* breadcrumb */

.main-feed-list .breadcrumb-arrow {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent;
    z-index: 2;
}

.main-feed-list .breadcrumb-arrow ul {
    width: 100%;
}

.breadcrumb-arrow li:first-child {
    margin-right: -3px;
    position: relative;
    z-index: 1;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    position: relative;
    display: inline-block;
    /*vertical-align: top;*/
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 0 10px;
}

.breadcrumb-arrow li:first-child span {
    font-size: 0;
    line-height: 0;
    top: -6px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 10px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    left: 100%;
    z-index: 3;
    border-left-color: var(--primary-color);
    border-left-style: solid;
    border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
    left: 100%;
    z-index: 2;
    border-left: 11px solid var(--off-white-color);
}

/*set for Last child*/

.breadcrumb-arrow li:last-child a {
    background-color: var(--off-white-color);
    border: 1px solid var(--off-white-color);
    color: var(--black-color);
}

.breadcrumb-arrow li:last-child a:before {
    border-left-color: var(--off-white-color);
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 89;
    display: none;
}

.scroll-to-top-btn a:hover {
    background: var(--primary-color);
}

.scroll-to-top-btn a {
    --btn-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--btn-size);
    width: var(--btn-size);
    background: var(--secondary-color);
    border: 2px solid var(--primary-color);
    color: #fff !important;
    font-size: 22px;
    text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    border-radius: 8px;
    transition: .3s;
}

.scroll-to-top a:hover {
    background: var(--primary-color);
}

.footer-logo {
    margin-bottom: 30px;
}

/* ----------   FOOTER SEC CSS END   ---------- */

.faq-section {
    padding: 53px 0 80px 0;
}

.faq-title {
    position: relative;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    cursor: pointer;
    transition: 0.4s;
}

.faq-title:hover,
.faq-title.active-faq {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.faq-title:hover .h3-title,
.faq-title.active-faq .h3-title {
    color: var(--white-color);
}

.faq-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    height: 24px;
    width: 24px;
}

.faq-icon:before,
.faq-icon:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    transition: 0.4s;
}

.faq-title:hover .faq-icon:before,
.faq-title:hover .faq-icon:after {
    background-color: var(--white-color);
}

.faq-icon:after {
    width: 100%;
    height: 2px;
}

.active-faq .faq-icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.active-faq .faq-icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
    background-color: var(--white-color);
}

.faq-title .h3-title {
    margin: 0;
}

.faq-content {
    margin-top: 20px;
    padding: 0 20px;
}

.faq-box {
    padding-bottom: 20px;
}

.faq-box-wp .faq-box:last-child {
    padding-bottom: 0;
}

.faq-title.active-faq .faq-content {
    height: 100%;
}

/* ----------   FAQ SEC CSS END   ---------- */
.trends {
    padding-top: 54px;
}

.treds-list li a {
    color: var(--off-white-color);
    -webkit-text-stroke: 0.5px var(--off-white-color);
}

.treds-list li a:hover {
    color: var(--white-color);
    -webkit-text-stroke: 0.5px var(--white-color);
}

.trends-category-list {
    margin-top: 31px;
}

.trends-category-box {
    --box-full-height-space: 30px;
    width: 100%;
    height: calc(100% - var(--box-full-height-space));
    padding: 30px;
    background: transparent;
    border: 1px solid var(--border-color);
    position: relative;
    top: 0;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--box-full-height-space);
}

.trends-category-box:hover {
    box-shadow: 0 20px 30px rgb(0 0 0 / 15%);
    top: -10px;
    border: 1px solid var(--primary-color);
}

.trends-category-box .h3-title {
    font-size: 22px;
    margin-bottom: 24px;
}

.trends-category-text {
    margin-bottom: 20px;
}

.trends-category-text p {
    margin-bottom: 0;
}

.read-more-link {
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
    transition: 0.3s;
}

.read-more-link:hover {
    color: var(--white-color);
}

/* ----------   LATEST TAGS SEC CSS END   ---------- */

/* flag css */
/*!
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
*/
.flag.flag-gu {
    background-position: -96px -55px;
}

.flag.flag-mn {
    background-position: -208px -88px;
}

.flag.flag-va {
    background-position: -48px -154px;
}

.flag.flag-tibet {
    background-position: -32px -143px;
}

.flag.flag-fo {
    background-position: -64px -44px;
}

.flag.flag-th {
    background-position: -16px -143px;
}

.flag.flag-tr {
    background-position: -144px -143px;
}

.flag.flag-tl {
    background-position: -80px -143px;
}

.flag.flag-kz {
    background-position: -144px -77px;
}

.flag.flag-zm {
    background-position: -16px -165px;
}

.flag.flag-uz {
    background-position: -32px -154px;
}

.flag.flag-dk {
    background-position: -64px -33px;
}

.flag.flag-scotland {
    background-position: -176px -121px;
}

.flag.flag-gi {
    background-position: -224px -44px;
}

.flag.flag-gy {
    background-position: -128px -55px;
}

.flag.flag-bj {
    background-position: -112px -11px;
}

.flag.flag-fr {
    background-position: -80px -44px;
}

.flag.flag-mo {
    background-position: -224px -88px;
}

.flag.flag-ir {
    background-position: -112px -66px;
}

.flag.flag-io {
    background-position: -80px -66px;
}

.flag.flag-tm {
    background-position: -96px -143px;
}

.flag.flag-ch {
    background-position: -96px -22px;
}

.flag.flag-mt {
    background-position: -32px -99px;
}

.flag.flag-nl {
    background-position: -240px -99px;
}

.flag.flag-gp {
    background-position: -16px -55px;
}

.flag.flag-im {
    background-position: -48px -66px;
}

.flag.flag-tv {
    background-position: -176px -143px;
}

.flag.flag-mu {
    background-position: -48px -99px;
}

.flag.flag-pe {
    background-position: -96px -110px;
}

.flag.flag-vi {
    background-position: -112px -154px;
}

.flag.flag-hn {
    background-position: -176px -55px;
}

.flag.flag-ss {
    background-position: -128px -132px;
}

.flag.flag-ae {
    background-position: -16px 0;
}

.flag.flag-td {
    background-position: -240px -132px;
}

.flag.flag-pw {
    background-position: 0 -121px;
}

.flag.flag-nu {
    background-position: -32px -110px;
}

.flag.flag-bt {
    background-position: -208px -11px;
}

.flag.flag-ms {
    background-position: -16px -99px;
}

.flag.flag-cv {
    background-position: -240px -22px;
}

.flag.flag-es {
    background-position: -224px -33px;
}

.flag.flag-mh {
    background-position: -144px -88px;
}

.flag.flag-la {
    background-position: -160px -77px;
}

.flag.flag-vn {
    background-position: -128px -154px;
}

.flag.flag-py {
    background-position: -16px -121px;
}

.flag.flag-br {
    background-position: -176px -11px;
}

.flag.flag-ye {
    background-position: -224px -154px;
}

.flag.flag-ie {
    background-position: 0 -66px;
}

.flag.flag-gh {
    background-position: -208px -44px;
}

.flag.flag-cg {
    background-position: -80px -22px;
}

.flag.flag-cu {
    background-position: -224px -22px;
}

.flag.flag-hu {
    background-position: -224px -55px;
}

.flag.flag-sg {
    background-position: -224px -121px;
}

.flag.flag-at {
    background-position: -176px 0;
}

.flag.flag-lk {
    background-position: -224px -77px;
}

.flag.flag-vu {
    background-position: -144px -154px;
}

.flag.flag-bo {
    background-position: -160px -11px;
}

.flag.flag-jo {
    background-position: -208px -66px;
}

.flag.flag-er {
    background-position: -208px -33px;
}

.flag.flag-za {
    background-position: -256px -154px;
}

.flag.flag-rs {
    background-position: -80px -121px;
}

.flag.flag-nr {
    background-position: -16px -110px;
}

.flag.flag-ls {
    background-position: -256px -77px;
}

.flag.flag-jm {
    background-position: -192px -66px;
}

.flag.flag-tz {
    background-position: -208px -143px;
}

.flag.flag-ki {
    background-position: -16px -77px;
}

.flag.flag-sj {
    background-position: 0 -132px;
}

.flag.flag-cz {
    background-position: -16px -33px;
}

.flag.flag-pg {
    background-position: -128px -110px;
}

.flag.flag-lv {
    background-position: -32px -88px;
}

.flag.flag-do {
    background-position: -96px -33px;
}

.flag.flag-lu {
    background-position: -16px -88px;
}

.flag.flag-no {
    background-position: -256px -99px;
}

.flag.flag-kw {
    background-position: -112px -77px;
}

.flag.flag-mx {
    background-position: -96px -99px;
}

.flag.flag-yt {
    background-position: -240px -154px;
}

.flag.flag-ly {
    background-position: -48px -88px;
}

.flag.flag-cy {
    background-position: 0 -33px;
}

.flag.flag-ph {
    background-position: -144px -110px;
}

.flag.flag-my {
    background-position: -112px -99px;
}

.flag.flag-sm {
    background-position: -48px -132px;
}

.flag.flag-et {
    background-position: -240px -33px;
}

.flag.flag-ru {
    background-position: -96px -121px;
}

.flag.flag-tj {
    background-position: -48px -143px;
}

.flag.flag-ai {
    background-position: -64px 0;
}

.flag.flag-pl {
    background-position: -176px -110px;
}

.flag.flag-kp {
    background-position: -64px -77px;
}

.flag.flag-uy {
    background-position: -16px -154px;
}

.flag.flag-gb {
    background-position: -112px -44px;
}

.flag.flag-gs {
    background-position: -64px -55px;
}

.flag.flag-kurdistan {
    background-position: -96px -77px;
}

.flag.flag-rw {
    background-position: -112px -121px;
}

.flag.flag-ec {
    background-position: -128px -33px;
}

.flag.flag-mm {
    background-position: -192px -88px;
}

.flag.flag-pa {
    background-position: -80px -110px;
}

.flag.flag-wales {
    background-position: -160px -154px;
}

.flag.flag-kg {
    background-position: -256px -66px;
}

.flag.flag-ve {
    background-position: -80px -154px;
}

.flag.flag-tk {
    background-position: -64px -143px;
}

.flag.flag-ca {
    background-position: -16px -22px;
}

.flag.flag-is {
    background-position: -128px -66px;
}

.flag.flag-ke {
    background-position: -240px -66px;
}

.flag.flag-ro {
    background-position: -64px -121px;
}

.flag.flag-gq {
    background-position: -32px -55px;
}

.flag.flag-pt {
    background-position: -256px -110px;
}

.flag.flag-tf {
    background-position: -256px -132px;
}

.flag.flag-ad {
    background-position: 0 0;
}

.flag.flag-sk {
    background-position: -16px -132px;
}

.flag.flag-pm {
    background-position: -192px -110px;
}

.flag.flag-om {
    background-position: -64px -110px;
}

.flag.flag-an {
    background-position: -112px 0;
}

.flag.flag-ws {
    background-position: -192px -154px;
}

.flag.flag-sh {
    background-position: -240px -121px;
}

.flag.flag-mp {
    background-position: -240px -88px;
}

.flag.flag-gt {
    background-position: -80px -55px;
}

.flag.flag-cf {
    background-position: -64px -22px;
}

.flag.flag-zanzibar {
    background-position: 0 -165px;
}

.flag.flag-mw {
    background-position: -80px -99px;
}

.flag.flag-catalonia {
    background-position: -32px -22px;
}

.flag.flag-ug {
    background-position: -240px -143px;
}

.flag.flag-je {
    background-position: -176px -66px;
}

.flag.flag-km {
    background-position: -32px -77px;
}

.flag.flag-in {
    background-position: -64px -66px;
}

.flag.flag-bf {
    background-position: -48px -11px;
}

.flag.flag-mc {
    background-position: -80px -88px;
}

.flag.flag-sy {
    background-position: -192px -132px;
}

.flag.flag-sn {
    background-position: -64px -132px;
}

.flag.flag-kr {
    background-position: -80px -77px;
}

.flag.flag-eu {
    background-position: -256px -33px;
}

.flag.flag-bn {
    background-position: -144px -11px;
}

.flag.flag-st {
    background-position: -144px -132px;
}

.flag.flag-england {
    background-position: -192px -33px;
}

.flag.flag-lc {
    background-position: -192px -77px;
}

.flag.flag-dm {
    background-position: -80px -33px;
}

.flag.flag-be {
    background-position: -32px -11px;
}

.flag.flag-ni {
    background-position: -224px -99px;
}

.flag.flag-ua {
    background-position: -224px -143px;
}

.flag.flag-mz {
    background-position: -128px -99px;
}

.flag.flag-pf {
    background-position: -112px -110px;
}

.flag.flag-tn {
    background-position: -112px -143px;
}

.flag.flag-ee {
    background-position: -144px -33px;
}

.flag.flag-xk {
    background-position: -208px -154px;
}

.flag.flag-sx {
    background-position: -176px -132px;
}

.flag.flag-sd {
    background-position: -192px -121px;
}

.flag.flag-gd {
    background-position: -128px -44px;
}

.flag.flag-ci {
    background-position: -112px -22px;
}

.flag.flag-sz {
    background-position: -208px -132px;
}

.flag.flag-cl {
    background-position: -144px -22px;
}

.flag.flag-fi {
    background-position: 0 -44px;
}

.flag.flag-ga {
    background-position: -96px -44px;
}

.flag.flag-jp {
    background-position: -224px -66px;
}

.flag.flag-de {
    background-position: -32px -33px;
}

.flag.flag-np {
    background-position: 0 -110px;
}

.flag.flag-re {
    background-position: -48px -121px;
}

.flag.flag-bg {
    background-position: -64px -11px;
}

.flag.flag-sc {
    background-position: -160px -121px;
}

.flag.flag-ng {
    background-position: -208px -99px;
}

.flag.flag-qa {
    background-position: -32px -121px;
}

.flag.flag-mk {
    background-position: -160px -88px;
}

.flag.flag-aw {
    background-position: -208px 0;
}

.flag.flag-kn {
    background-position: -48px -77px;
}

.flag.flag-al {
    background-position: -80px 0;
}

.flag.flag-bw {
    background-position: -240px -11px;
}

.flag.flag-um {
    background-position: -256px -143px;
}

.flag.flag-ky {
    background-position: -128px -77px;
}

.flag.flag-tt {
    background-position: -160px -143px;
}

.flag.flag-so {
    background-position: -80px -132px;
}

.flag.flag-lt {
    background-position: 0 -88px;
}

.flag.flag-by {
    background-position: -256px -11px;
}

.flag.flag-bb {
    background-position: 0 -11px;
}

.flag.flag-us {
    background-position: 0 -154px;
}

.flag.flag-md {
    background-position: -96px -88px;
}

.flag.flag-ag {
    background-position: -48px 0;
}

.flag.flag-hm {
    background-position: -160px -55px;
}

.flag.flag-as {
    background-position: -160px 0;
}

.flag.flag-eg {
    background-position: -160px -33px;
}

.flag.flag-sv {
    background-position: -160px -132px;
}

.flag.flag-sl {
    background-position: -32px -132px;
}

.flag.flag-fk {
    background-position: -32px -44px;
}

.flag.flag-am {
    background-position: -96px 0;
}

.flag.flag-ck {
    background-position: -128px -22px;
}

.flag.flag-tw {
    background-position: -192px -143px;
}

.flag.flag-kh {
    background-position: 0 -77px;
}

.flag.flag-to {
    background-position: -128px -143px;
}

.flag.flag-se {
    background-position: -208px -121px;
}

.flag.flag-cd {
    background-position: -48px -22px;
}

.flag.flag-pn {
    background-position: -208px -110px;
}

.flag.flag-gr {
    background-position: -48px -55px;
}

.flag.flag-id {
    background-position: -256px -55px;
}

.flag.flag-vc {
    background-position: -64px -154px;
}

.flag.flag-somaliland {
    background-position: -96px -132px;
}

.flag.flag-bi {
    background-position: -96px -11px;
}

.flag.flag-pk {
    background-position: -160px -110px;
}

.flag.flag-pr {
    background-position: -224px -110px;
}

.flag.flag-bd {
    background-position: -16px -11px;
}

.flag.flag-co {
    background-position: -192px -22px;
}

.flag.flag-fm {
    background-position: -48px -44px;
}

.flag.flag-bm {
    background-position: -128px -11px;
}

.flag.flag-ar {
    background-position: -144px 0;
}

.flag.flag-bv {
    background-position: -224px -11px;
}

.flag.flag-sb {
    background-position: -144px -121px;
}

.flag.flag-mq {
    background-position: -256px -88px;
}

.flag.flag-eh {
    background-position: -176px -33px;
}

.flag.flag-bh {
    background-position: -80px -11px;
}

.flag.flag-it {
    background-position: -144px -66px;
}

.flag.flag-hr {
    background-position: -192px -55px;
}

.flag.flag-sa {
    background-position: -128px -121px;
}

.flag.flag-mv {
    background-position: -64px -99px;
}

.flag.flag-mg {
    background-position: -128px -88px;
}

.flag.flag-dz {
    background-position: -112px -33px;
}

.flag.flag-gg {
    background-position: -192px -44px;
}

.flag.flag-gm {
    background-position: -256px -44px;
}

.flag.flag-af {
    background-position: -32px 0;
}

.flag.flag-li {
    background-position: -208px -77px;
}

.flag.flag-sr {
    background-position: -112px -132px;
}

.flag.flag-vg {
    background-position: -96px -154px;
}

.flag.flag-cr {
    background-position: -208px -22px;
}

.flag.flag-tc {
    background-position: -224px -132px;
}

.flag.flag-ao {
    background-position: -128px 0;
}

.flag.flag-ma {
    background-position: -64px -88px;
}

.flag.flag-mr {
    background-position: 0 -99px;
}

.flag.flag-gn {
    background-position: 0 -55px;
}

.flag.flag-ne {
    background-position: -176px -99px;
}

.flag.flag-nf {
    background-position: -192px -99px;
}

.flag.flag-wf {
    background-position: -176px -154px;
}

.flag.flag-hk {
    background-position: -144px -55px;
}

.flag.flag-gf {
    background-position: -160px -44px;
}

.flag.flag-ps {
    background-position: -240px -110px;
}

.flag.flag-ic {
    background-position: -240px -55px;
}

.flag.flag-cw {
    background-position: -256px -22px;
}

.flag.flag-ml {
    background-position: -176px -88px;
}

.flag.flag-ax {
    background-position: -224px 0;
}

.flag.flag-gl {
    background-position: -240px -44px;
}

.flag.flag-dj {
    background-position: -48px -33px;
}

.flag.flag-cn {
    background-position: -176px -22px;
}

.flag.flag-ht {
    background-position: -208px -55px;
}

.flag.flag-lr {
    background-position: -240px -77px;
}

.flag.flag-tg {
    background-position: 0 -143px;
}

.flag.flag-ba {
    background-position: -256px 0;
}

.flag.flag-ge {
    background-position: -144px -44px;
}

.flag.flag-bz {
    background-position: 0 -22px;
}

.flag.flag-au {
    background-position: -192px 0;
}

.flag.flag-iq {
    background-position: -96px -66px;
}

.flag.flag-cm {
    background-position: -160px -22px;
}

.flag.flag-gw {
    background-position: -112px -55px;
}

.flag.flag-az {
    background-position: -240px 0;
}

.flag.flag-na {
    background-position: -144px -99px;
}

.flag.flag-fj {
    background-position: -16px -44px;
}

.flag.flag-zw {
    background-position: -32px -165px;
}

.flag.flag-bs {
    background-position: -192px -11px;
}

.flag.flag-il {
    background-position: -16px -66px;
}

.flag.flag-nz {
    background-position: -48px -110px;
}

.flag.flag-me {
    background-position: -112px -88px;
}

.flag.flag-si {
    background-position: -256px -121px;
}

.flag.flag-nc {
    background-position: -160px -99px;
}

.flag.flag-lb {
    background-position: -176px -77px;
}

/* flag css */
.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

.video-popup .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
    background-color: transparent;
}

.video-popup .modal-dialog {
    position: relative;
    height: 100%;
    border: none;
    background: var(--dark-color);
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 20px 30px rgb(60 140 244 / 16%); */
    pointer-events: all;
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    margin: 0 !important;
    border-radius: 50%;
    background: transparent;
    opacity: 1 !important;
    text-shadow: none;
    padding: 0 !important;
    outline: none !important;
    z-index: 6;
    transition: 0.3s;
}

button.close:hover:before {
    color: var(--white-color);
}


button.close:before {
    content: "\f057";
    position: absolute;
    font-family: "FontAwesome";
    color: var(--primary-color);
    background-color: transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    z-index: 4;
    cursor: pointer;
    transition: 0.3s;
}

.modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text {
    padding: 20px 30px !important;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
}

.common-popup-text::-webkit-scrollbar {
    width: 3px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
    background: #cccccc;
}

.modal .modal-dialog {
    max-width: 1100px;
}

.video-popup {
    top: 50%;
    /* left: 50%; */
    transform: translate(0, -50%);
    height: 85vh;
    width: 100%;
}

.video-popup .modal-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 70px 20px 40px;
    border-bottom: 1px solid var(--border-color);
}

.video-popup .modal-body {
    padding: 30px 40px;
}

.modal-reach ul li .feed-view-figure {
    font-size: 22px;
}

.modal-reach ul li .feed-view {
    font-size: 18px;
}

.modal-reach {
    padding: 15px 0 30px 0;
}

/* ----------   POPUP SEC CSS END   ---------- */
/*==========Overflow CSS==========*/
.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 3px;
    background: rgb(213 214 215 / 60%);
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--primary-color);
    opacity: 1 !important;
    width: 100%;
    border-radius: 0;
}

[data-simplebar="init"] {
    padding-right: 10px;
    scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

/* .simplebar-content p:last-child {
margin-bottom: 0;
} */
.feed-dropdown-content p:not(.video-popup .feed-dropdown-content p) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/*==========Overflow CSS End==========*/
/* ----------   OVERFLOW CSS END   ---------- */
.go-to-home {
    display: inline-block;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 10px 15px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
}

.go-to-home:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.sec-404 {
    padding-bottom: 80px;
}

.img-404 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.article-schema-box {
    display: none;
}

/* ----------   404 PAGE CSS END   ---------- */
.sec-head-wp.inner-banner {
    background-color: var(--primary-color);
    padding-bottom: 40px;
}

.inner-banner .h1-title {
    color: var(--white-color);
}

.list-disk li a,
p a {
    color: var(--primary-color);
    /* font-weight: bold; */
    text-decoration: underline !important;
}

.list-disk li a:hover,
p a:hover {
    color: var(--white-color);
    transition: 0.3s;
}

/* ----------   NO SIDEBAR CSS END   ---------- */

/* -- Privacy Policy pages Css --*/


.blog-post {
    padding: 100px 0;
}

.privacy-content p,
.entry-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul,
.entry-content ol,
.entry-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li,
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: 0.3s;
    color: var(--primary-color);
    word-break: break-all;
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--white-color);
}

.privacy-content p a:hover .privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
    list-style: disc;
}

/* -- Privacy Policy pages Css End --*/


@media screen and (min-width: 992px) {

    .site-header .container,
    .site-header .container .row,
    .site-header .container .row .col-lg-3,
    .site-header .container .row .col-lg-9,
    .header-mobile-menu,
    .menu-menu-1-container,
    .nav-menu {
        height: 100%;
    }

    .for-mob {
        display: none !important;
    }

    .opened .feed-content {
        flex: 96%;
        max-width: 96%;
    }

    .opened .feed-open-sub-title {
        display: flex;
        align-items: center;
    }

    .opened .feed-text,
    .opened .feed-content-bottom {
        display: none;
    }

    .opened .feed-reactions,
    .opened .feed-img {
        flex: 0;
        max-width: 0;
        display: none;
    }

    .opened .feed-arrow img {
        transform: translate(0, -50%) rotate(180deg);
    }

    .opened .feed-title a {
        font-size: 30px;
    }

    .opened .feed-count span {
        font-size: 30px;
    }

    .opened .feed-content-wrap {
        padding-bottom: 30px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1499px) {
    .site-footer {
        padding: 65px 0 90px 0;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation ul li {
        margin-right: 28px;
    }

    .feed-box {
        min-height: 200px;
        padding: 20px 15px;
    }

    .home-country-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .modal .modal-dialog {
        max-width: 90vw;
    }

    .feed-content {
        flex: 0 0 68%;
        max-width: 68%;
    }

    .feed-img {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .feed-title a {
        font-size: 20px;
    }

    .feed-view-figure {
        font-size: 26px;
    }

    .feed-arrow img {
        width: 17px;
    }

    .feed-count span {
        font-size: 22px;
    }

    .opened .feed-title a {
        font-size: 26px;
    }

    .trends-category-box .h3-title {
        min-height: 61px;
    }

    .feed-content-wrap {
        column-gap: 4px;
    }
}

@media screen and (max-width: 991px) {

    .for-des,
    .for-des-flex {
        display: none !important;
    }

    .country-list-search-wp input {
        border-radius: 3px 3px 0 0;
        border: 1px solid rgb(38 70 83 / 75%);
    }

    .country-list-wp {
        max-height: 295px;
        border-radius: 0 0 3px 3px;
    }

    .country-list li a,
    .home-country-list li a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .trends-left {
        padding-bottom: 50px;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        height: 30px;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 100;
    }

    .site-header .container,
    .site-header .container .row {
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .site-header .container .row .col-lg-3 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 20px;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .site-header .container .row .col-lg-9 {
        padding: 0;
    }

    .main-navigation {
        position: relative;
    }

    .header-mobile-menu {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(12vh, 30px);
        padding-left: max(3vh, 15px);
        padding-right: max(3vh, 15px);
        z-index: 99;
        transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translatey(-100%);
        background: var(--dark-color);
    }

    .main-navigation ul li {
        text-align: left;
        display: block;
        margin: 0;
        /* padding-left: max(2vh, 20px); */
        /* padding-right: max(2vh, 20px); */
        /* padding-top: max(2vh, 15px); */
        /* padding-bottom: max(2vh, 15px); */
        /* border-bottom: 1px solid rgb(135 146 239 / 37%); */
    }

    .main-navigation ul li a {
        font-size: 18px;
        display: block;
        padding-left: max(2vh, 20px);
        padding-right: max(2vh, 20px);
        padding-top: max(1.5vh, 10px);
        padding-bottom: max(1.5vh, 10px);
        border-bottom: 1px solid var(--border-color);
    }

    .main-navigation ul li a.active {
        background-color: var(--secondary-color);
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--white-color);
        margin-bottom: 7px;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 10px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }

    .toggled .header-mobile-menu {
        transform: translatey(0);
    }

    .home-country-list {
        grid-template-columns: 1fr 1fr;
    }

    .home-country-list-main {
        margin-top: 10px;
    }

    .home-country-list li a {
        padding: 8px 12px;
    }

    .home-country-list::-webkit-scrollbar {
        width: 4px;
    }

    .home-country-list::-webkit-scrollbar-track {
        background: var(--primary-color);
    }

    .home-country-list::-webkit-scrollbar-thumb {
        background: var(--secondary-color);
    }

    .feed-tabs ul,
    .main-feed-list .breadcrumb-arrow ul {
        display: block;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        padding: 0 0 0 0;
    }

    .feed-tabs ul,
    .main-feed-list .breadcrumb-arrow ul {
        padding: 0 0 5px 0;
    }

    .main-feed-list .breadcrumb-arrow ul {
        padding: 0 0 12px 0;
    }

    .main-feed-list .breadcrumb-arrow {
        display: block;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    /*     .feed-tabs::-webkit-scrollbar,
    .main-feed-list .breadcrumb-arrow::-webkit-scrollbar {
        width: 100%;
        height: 4px;
    }

    .feed-tabs::-webkit-scrollbar-track,
    .main-feed-list .breadcrumb-arrow::-webkit-scrollbar-track {
        width: 100%;
        height: 100%;
        background-color: var(--primary-color);
    }

    .feed-tabs::-webkit-scrollbar-thumb,
    .main-feed-list .breadcrumb-arrow::-webkit-scrollbar-thumb {
        background-color: var(--secondary-color);
    } */
    .feed-tabs .simplebar-track.horizontal,
    .main-feed-list .breadcrumb-arrow .simplebar-track.horizontal {
        display: block;
    }

    .feed-tabs .simplebar-content,
    .breadcrumb.breadcrumb-arrow .simplebar-content {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .feed-tabs .simplebar-content::-webkit-scrollbar,
    .main-feed-list .breadcrumb-arrow .simplebar-content::-webkit-scrollbar {
        display: none;
    }

    .horizontal.simplebar-track .simplebar-scrollbar {
        height: 100%;
        top: 0;
        left: 0;
    }

    .simplebar-track.horizontal {
        height: 4px;
    }

    .feed-tabs {
        overflow: hidden;
        overflow-x: scroll;
        margin-top: 30px;
        padding: 0 0 0 0;
        touch-action: manipulation;
    }

    .main-content-right {
        margin: 0;
    }

    .feed-list-wp {
        padding: 0;
    }

    .feed-tabs li {
        margin-right: 8px;
        margin-bottom: 4px;
    }

    .feed-dropdown,
    .feed-arrow,
    .feed-count {
        display: none !important;
    }

    .feed-box {
        height: auto;
        min-height: auto;
    }

    .feed-details,
    .feed-content,
    .feed-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feed-content {
        order: 1;
        margin-top: 20px;
    }

    .feed-title a {
        margin-bottom: 18px;
    }

    .feed-activity {
        padding-bottom: 20px;
    }

    .tag-policies {
        flex-direction: column;
        margin-top: 30px;
    }

    .policies ul {
        margin-top: 15px;
    }

    .main-navigation ul li a:hover:before,
    .main-navigation ul li a.active:before {
        bottom: -5px;
    }

    .main-navigation ul li a:before {
        content: none;
    }

    .mob-search.for-mob p {
        margin: 0;
        font-weight: bold;
        text-transform: capitalize;
    }

    .mob-search.for-mob {
        position: relative;
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 10px 0 10px;
        border: 1px solid var(--primary-color);
        border-radius: 5px;
        overflow: hidden;
    }

    .mob-search.for-mob i {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        transition: 0.4s;
    }

    .mob-search.for-mob.active-mob-search i {
        transform: translate(0, -50%) rotate(180deg);
    }

    .country-list-search-wp {
        margin: 0;
    }

    .country-search-main {
        display: none;
        margin-top: 10px;
    }

    .sec-head-row.text-center {
        text-align: left !important;
    }

    .h1-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .site-footer {
        padding: 60px 0;
    }

    .sec-head-wp {
        padding-top: 150px;
    }

    .trends-category-box .h3-title {
        min-height: auto;
    }

    .main-feed-list {
        padding-top: 40px;
    }

    .trends {
        padding-top: 44px;
    }

    .faq-section {
        padding: 43px 0 70px 0;
    }

    .common-text.bottom-gap {
        margin-bottom: 70px;
    }

    .feed-tabs::-webkit-scrollbar {
        display: none;
    }

    .sec-404 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .popup-video {
        height: 53vw;
    }

    .popup-video iframe {
        height: 100%;
        width: 100%;
    }

    p:not(.footer-content p) {
        /* text-align: justify; */
    }

    .privacy-content .sec-head {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .sec-head-wp.inner-banner {
        padding-top: 130px;
    }

    .h1-title {
        font-size: clamp(26px, 8vw, 33px);
        margin-bottom: 10px;
        text-align: center;
    }

    .h2-title {
        font-size: 24px;
    }

    .h3-title {
        font-size: 14px;
        line-height: 1.6;
    }

    .country-breadcrumb ul li {
        min-height: 36px;
        min-width: 90px;
    }

    .modal-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .main-feed-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .feed-activity ul li {
        flex-direction: column;
        margin-right: 25px;
    }

    .feed-activity ul li .feed-view-figure {
        margin: 0;
    }

    .video-popup .modal-header {
        padding: 20px 50px 20px 20px;
    }

    .video-popup .modal-body {
        padding: 30px 15px;
    }

    .modal-reach ul li .feed-view-figure {
        font-size: 16px;
    }

    .feed-activity ul li {
        margin-right: 16px;
    }

    .modal-reach ul li .feed-view {
        font-size: 14px;
    }

    .home-country-list {
        grid-template-columns: 1fr;
    }

    .footer-content p,
    .policies ul li a {
        font-size: 12px;
    }

    .site-branding {
        width: 200px;
    }

    .site-header {
        height: 70px;
        border-top: 4px solid var(--primary-color);
    }

    .site-header.sticky_head {
        height: 55px;
    }

    .sticky_head .site-branding {
        width: 180px;
    }

    .site-header .container .row .col-lg-3 {
        left: 10px;
    }

    .menu-toggle {
        right: 10px;
    }

    .breadcrumb-arrow li a,
    .breadcrumb-arrow li:not(:first-child) span {
        font-size: 14px;
    }

    .breadcrumb-arrow li:first-child a {
        padding: 0;
    }

    .treds-list li a {
        font-size: 14px;
        padding: 0 10px;
    }

    .faq-title {
        padding: 10px 50px 10px 15px;
    }

    .policies ul li {
        margin-right: 8px;
        padding-right: 8px;
        margin-bottom: 5px;
    }

    .sec-head-wp {
        padding-top: 120px;
    }

    .faq-section {
        padding: 23px 0 50px 0;
    }

    .site-footer {
        padding: 30px 0;
    }

    .country-list-wp {
        max-height: 211px;
    }

    .trends-category-box .h3-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .trends-category-text {
        margin-bottom: 16px;
    }

    .trends-category-list {
        margin-top: 10px;
    }

    .scroll-to-top-btn {
        right: 20px;
    }

    .scroll-to-top-btn a {
        --btn-size: 40px;
        font-size: 18px;
    }

    .common-text.bottom-gap {
        margin-bottom: 60px;
    }

    .sec-404 {
        padding-bottom: 60px;
    }

    .main-content {
        padding-top: 60px;
    }

    .sec-head p {
        text-align: center;
    }

    /* .common-text {
        text-align: center;
    } */

    .footer-logo {
        width: 200px;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {
    .trends-category-box {
        padding: 30px 20px;
    }

    .sec-404 {
        padding-bottom: 40px;
    }

    .common-text.bottom-gap {
        margin-bottom: 40px;
    }

    .sec-head-wp {
        padding-top: 100px;
    }

    .trends-category-box .h3-title {
        margin-bottom: 16px;
    }

    .privacy-content h2,
    .entry-content h2 {
        font-size: 22px;
    }

    p {
        font-size: 14px;
    }

    body {
        font-size: 14px;
    }
    .breadcrumb-arrow li:not(:first-child) {
        margin-left: -4px;
    }
    
}