* {
    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;
}

.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;
    transition: .3s;
}

a:hover {
    color: var(--primary-color);
}

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

.faq-section ol {
    list-style: number;
    margin: 0 0 20px 30px;
    padding: 0;
}

.faq-section ol li {
    padding: 0 0 8px 8px;
    font-size: 16px;
    line-height: 1.4;
}

.faq-section ul {
    list-style: disc;
    margin: 0 0 20px 30px;
    padding: 0;
}

.faq-section ul li {
    padding: 0 0 8px 8px;
    font-size: 16px;
    line-height: 1.4;
}


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

p {
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.4;
    /* font-weight: 400; */
    /* color: var(--primary-color); */
}

.h1-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 36px;
}

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

.h3-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
}

.h4-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;

}

:root {
    --primary-color: #2f294d;
    --secondary-color: #8792ef;
    --black-color: #1d1d1b;
    --simplebar-track: var(--primary-color);
    --simplebar-thumb: var(--secondary-color);
    --white-color: #ffffff;
    --border-color: rgb(38 70 83 / 18%);
    --font: "Montserrat";
}

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

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

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

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

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

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

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

.sec-btn {
    transition: all 0.3s ease 0s;
    width: 166px;
    height: 48px;
    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: 15px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
    position: relative;
    border-radius: 8px;
    z-index: 2;
}

.sec-btn:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

/* ----------   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: 24px;
    display: inline-block;
    position: relative;
}

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

.main-navigation ul li a:hover {
    -webkit-text-stroke: 1px 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(--primary-color);
    border-top: 6px solid var(--secondary-color);
    z-index: 90;
    box-shadow: 4px 4px 20px -5px rgb(0 0 0 / 25%);
    transition: 0.3s;
}

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

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

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

.main-feed-list .h2-title {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/* ----------   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(38 70 83 / 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(--primary-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: 20px;
    padding-bottom: 60px;
}

.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;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.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.5;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.feed-title a:hover {
    color: var(--secondary-color);
}

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

.feed-text a {
    color: var(--primary-color);
    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;
}

.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 / 50%);
    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;
}

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);
}

.treds-list li a,
.feed-tabs li a {
    display: flex;
    min-height: 40px;
    /* min-width: 130px; */
    border: 2px solid var(--primary-color);
    padding: 0 16px;
    background-color: var(--white-color);
    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(--primary-color);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    transition: 0.1s;
    -webkit-text-stroke: 0.5px var(--primary-color);
}

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

.feed-tabs li a .tab-icon img {
    filter: invert(0);
    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: var(--white-color);
    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: 6px 12px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    /* transition: 0.4s; */
}

.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);
    -webkit-text-stroke: 0.75px var(--white-color);
    /* border-color: var(--primary-color); */
}

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

.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: 110%;
    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(--primary-color);
    padding: 75px 0;
}

.footer-content p {
    color: var(--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(--white-color);
    border-bottom: 1px solid rgb(47 41 77 / 25%);
}

.country-list-search-wp input {
    width: 100%;
    border: 1px solid rgb(38 70 83 / 50%);
    padding: 10px 46px 10px 10px;
    border-radius: 3px;
}

.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(--primary-color);
    padding: 8px 15px;
}

.country-list li:hover,
.country-list li.active-country {
    background-color: var(--primary-color);
    border-bottom: 1px solid rgb(255 255 255 / 75%);
}

.country-list li:hover a,
.country-list li.active-country a {
    -webkit-text-stroke: 1px 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: calc(206px + 339 * (100vh - 500px) / 580);
    height: clamp(247px, 50vh, 493px);
    margin-bottom: 30px;
}

.policies ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.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;
}

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

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

.site-social ul {
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px
}

.site-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* breadcrumb */

.main-feed-list .breadcrumb-arrow {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: var(--white-color);
    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 #fff;
}

/*set for Last child*/

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

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

.tabbing-loader i {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tabbing-loader.text-center {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255/50%);
    z-index: 3;
}

.inner-page-text {
    padding: 80px 0;
}

/* ----------   FOOTER SEC CSS END   ---------- */
/* ----------   AD PAGES START   ---------- */

.ad-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    z-index: 89;
}

.ad-buttons a {
    display: grid;
    grid-template-columns: auto 0fr;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    border: 1px solid var(--white-color);
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 15px 15px;
    transition: .3s;
}

.ad-buttons a:hover {
    grid-template-columns: auto 1fr;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.ad-buttons a>span {
    overflow: hidden;
    transition: .3s;
}

.ad-buttons a>span>span {
    margin-left: 10px;
}

.ad-banner-img {
    margin-bottom: 75px;
}

.ad-banner-img a {
    height: 100%;
}

.ad-banner {
    padding: 160px 0 60px;
}

ul.list-items {
    list-style: disc;
    margin-left: 18px;
}

ul.number-list {
    list-style: number;
    margin-left: 28px;
}

.ad-banner ul li:not(:last-child),
.ad-banner-content ol li:not(:last-child) {
    margin-bottom: 6px;
}

ul.list-items li a {
    text-decoration: underline !important;
}

.ad-banner ul:not(li ul) {
    margin-bottom: 28px;
}

.h2-title,
.h3-title,
.h4-title,
.h5-title,
.h6-title {
    margin-top: 40px;
}

.ad-banner-content .h3-title {
    font-size: 22px;
    line-height: 1.2;
}

.ad-banner-content ol {
    list-style: num;
    margin-left: 18px;
}

/* ----------   AD PAGES END   ---------- */
.faq-section {
    padding: 0 0 80px 0;
}

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

.faq-title:hover,
.faq-title.active-faq {
    background-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(--primary-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);
    background-color: var(--white-color);
}

.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-content ol li a,
.faq-content ul li a {
    color: var(--secondary-color);
}

.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: 20px;
}

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

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

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

.trends-card {
    padding: 60px 30px 30px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    margin-bottom: 60px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 14px 0px;
}

.trends-card .icon {
    position: absolute;
    right: 55px;
    top: -20px;
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.trends-card-title .h3-title {
    font-size: 30px;
    font-weight: bold;
}

.trends-card .read-more a {
    font-size: 16px;
    color: var(--secondary-color);
    transition: 0.3s;
    font-weight: bold;
}

.trends-card .icon img {
    filter: brightness(1) invert(1);
    max-width: 24px;
}

.trends-card .read-more a:hover {
    color: var(--primary-color);
}

.trends .h2-title {
    margin-bottom: 80px;
    text-transform: capitalize;
}

.trends-card .text p {
    line-height: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    display: -webkit-box;
}


.trends-row {
    margin-bottom: 70px;
}

.trends-content-wp .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--secondary-color);
    border-radius: 8px;
    margin-bottom: 12px;
}

.trends-content-wp .icon img {
    filter: brightness(0) invert(1);
    max-width: 20px;
}

.trends-content-wp .text p {
    line-height: 1.6;
}

.trends-row.even .trends-content-wp {
    padding-right: 40px;
}

.trends-row.odd .trends-content-wp {
    padding-left: 40px;
}

.trends-content-wp .read-more a {
    font-size: 18px;
    -webkit-text-stroke: 0.5px var(--secondary-color);
    color: var(--secondary-color);
    transition: 0.3s;
}

.trends-content-wp .read-more a:hover {
    color: var(--primary-color);
    -webkit-text-stroke: 0.5px var(--primary-color);
}

.common-text {
    margin-bottom: 50px;
}

/* 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(--white-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:before {
    content: "\f057";
    position: absolute;
    font-family: "FontAwesome";
    color: var(--primary-color);
    background-color: var(--white-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    z-index: 4;
    cursor: pointer;
    transition: 0.3s;
}

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

.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: auto;
    width: 100%;
}

.video-popup .modal-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 70px 20px 40px;
}

.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: 4px;
    background: var(--simplebar-track);
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--secondary-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(--secondary-color);
    padding-bottom: 40px;
}

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

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

.list-disk li a:hover,
p a:hover {
    color: var(--primary-color);
}

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

/* ----------   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(--secondary-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 --*/

/*========== Contact Us Page CSS Start ==========*/
.contact-us-sec .sec-head-row {
    text-align: center;
}

.main-contact-us {
    position: relative;
    padding-bottom: 90px;
}

.main-contact-form {
    width: 100%;
    background: var(--white-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 70px;
    border-radius: 20px;
}

.form-box:not(.submit-btn) {
    position: relative;
    margin-bottom: 30px;
}

.form-box .form-control {
    width: 100%;
    height: 46px;
    border: 1px solid var(--border-color) !important;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 16px;
    color: var(--black-color);
    outline: none !important;
    box-shadow: none !important;
    line-height: 1;
}

.form-box textarea.form-control {
    min-height: unset;
    height: 120px;
    resize: none;
    padding: 20px;
}

.g-recaptcha {
    display: inline-block;
}

.form-box .text-danger {
    font-size: 14px;
    margin-block: 5px 0;
    color: #ff0000 !important;
}

#status-message .alert.alert-success {
    margin-top: 30px;
    margin-bottom: 0;
}

/*========== Contact Us Page CSS End ==========*/

/*========== Thank you Page CSS Start ==========*/
.thank-you-content {
    padding-block: 0 90px;
}

.thank-you-box {
    text-align: center;
}

.thank-you-box img {
    width: 200px;
    margin-bottom: 30px;
}

.thank-you-box .h3-title {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0;
}

/*========== Thank you Page CSS End ==========*/

/*========== Blog Section CSS Start ==========*/
.main-blog-feed {
    padding-bottom: 50px;
}

.main-blog-feed .main-title {
    text-align: center;
    margin-bottom: 60px;
    word-break: break-word;
}

.main-blog-feed .main-title .h1-title {
    margin-bottom: 20px;
}

.main-blog-feed .blog-feed-box {
    box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
    border-radius: 8px;
    overflow: hidden;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.main-blog-feed .blog-feed-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.main-blog-feed .blog-feed-content {
    border-top: 4px solid var(--secondary-color);
    padding: 0 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.main-blog-feed .blog-feed-box.big-blog-feed .blog-feed-content {
    padding: 0 30px 30px;
}

.main-blog-feed .blog-date-by {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -24px;
    margin-bottom: 15px;
}

.main-blog-feed .blog-date,
.main-blog-feed .blog-by {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-blog-feed .blog-date {
    width: 100%;
    text-align: center;
    color: var(--secondary-color);
    font-size: 12px;
    z-index: 1;
}

.main-blog-feed .blog-date span {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: var(--white-color);
    font-weight: 500;
    min-width: 205px;
    padding: 13px 30px;
    background: var(--secondary-color);
    border-radius: 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0 50%);
}

.main-blog-feed .category-badge {
    position: relative;
}

.main-blog-feed .category-badge a {
    font-size: 14px;
    font-weight: 700;
    background: 0 0;
    color: var(--secondary-color);
    border-radius: 4px 0 0 4px;
    min-height: 42px;
    transition: .3s;
}

.main-blog-feed .category-badge a:hover {
    color: var(--primary-color);
}

.main-blog-feed .blog-feed-box .blog-title {
    margin-top: 5px;
    min-height: 77px;
    margin-bottom: 18px;
}

.main-blog-feed .blog-feed-box .blog-title .h2-title a,
.main-blog-feed .blog-feed-box .blog-title .h4-title a,
.main-blog-feed .blog-feed-box .blog-title .h3-title a {
    text-transform: capitalize;
    color: var(--primary-color);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    transition: .3s;
}

.main-blog-feed .blog-feed-text:has(+ .read-more) {
    margin-bottom: 20px;
}

.main-blog-feed .blog-feed-text p {
    margin-bottom: 14px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    min-height: 80px;
    margin-bottom: 0;
}

.main-blog-feed .blog-feed-box.big-blog-feed .blog-feed-text p {
    -webkit-line-clamp: 5;
    height: 113px;
}

.main-blog-feed .read-more {
    margin-top: auto;
}

.main-blog-feed .read-more .sec-btn {
    transform: none;
    width: 140px;
    height: 46px;
    font-weight: 400;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0 100%, 0 0);
    font-size: 14px;
    left: -30px;
    padding-right: 8px;
    position: relative;
    margin-top: 0;
    border: 0;
}

.main-blog-feed .blog-feed-box.big-blog-feed .read-more .sec-btn {
    left: -30px;
}

.main-blog-feed .blog-feed-content .read-more .sec-btn {
    border-radius: 0;
}

.main-blog-feed .read-more .sec-btn:hover {
    color: var(--dark-color);
    -webkit-text-stroke: .6px var(--primary-color);
    width: 150px;
    background: var(--primary-color);
}

.main-blog-feed .read-more .sec-btn::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--secondary-color);
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0 100%, 0 0);
    z-index: -1;
    transition: .4s ease-in;
    transition: .3s;
}

.main-blog-feed .read-more .sec-btn:hover::before {
    width: 100%;
}

.main-blog-feed .small-blog-feed {
    margin-bottom: 30px;
}

.main-blog-feed .small-blog-feed-wp .blog-feed-img img {
    height: 140px;
}

.main-blog-feed .small-blog-feed-wp .blog-feed-content {
    padding: 0 15px 20px;
}

.main-blog-feed .small-blog-feed-wp .blog-date-by {
    margin-top: -21px;
    margin-bottom: 10px;
}

.main-blog-feed .small-blog-feed .blog-date span {
    padding: 10px 15px;
    font-size: 13px;
    min-width: 170px;
}

.main-blog-feed .small-blog-feed-wp .blog-feed-box .blog-title {
    margin-top: 12px;
    min-height: 48px;
}

.main-blog-feed .h2-title,
.main-blog-feed .h3-title,
.main-blog-feed .h4-title,
.main-blog-feed .h5-title,
.main-blog-feed .h6-title {
    margin: 0;
}

.main-blog-feed .small-blog-feed .read-more a,
.main-blog-feed .main-blog-list .read-more a {
    color: var(--secondary-color);
}

.main-blog-feed .small-blog-feed .read-more a,
.main-blog-feed .main-blog-list .read-more a {
    position: relative;
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0 2px;
    background-position: 0 100%;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    padding: 1.5% 0;
    background-repeat: no-repeat;
}

.main-blog-feed .small-blog-feed .read-more a::before,
.main-blog-feed .main-blog-list .read-more a::before {
    position: absolute;
    content: '';
    top: 30%;
    right: -9px;
    width: 7px;
    height: 7px;
    background: 0 0;
    border-left: 2px solid var(--secondary-color);
    border-top: 2px solid var(--secondary-color);
    transform: rotate(133deg) translateY(-50%);
    transition: .3s;
}

.main-blog-feed .small-blog-feed .read-more a:hover:before,
.main-blog-feed .main-blog-list .read-more a:hover:before {
    right: -12px;
}

.main-blog-feed .small-blog-feed .read-more a:hover,
.main-blog-feed .main-blog-list .read-more a:hover {
    background-size: 100% 2px;
}

@media screen and (max-width: 1199px) {
    .main-blog-feed .blog-feed-img img {
        height: 255px;
    }

    .main-blog-feed .small-blog-feed-wp .blog-feed-img img {
        height: 118px;
    }
}

@media screen and (max-width: 991px) {
    .main-blog-feed .blog-feed-box {
        height: auto;
    }

    .main-blog-feed .blog-feed-img img {
        height: 390px;
    }

    .main-blog-feed .small-blog-feed-wp {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .main-blog-feed .main-title {
        margin-bottom: 40px;
    }

    .main-blog-feed .blog-feed-img img,
    .main-blog-feed .small-blog-feed-wp .blog-feed-img img,
    .main-blog-feed .main-blog-list .blog-feed-img img {
        height: 288px;
    }
}

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

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

    .main-blog-feed .blog-feed-img img,
    .main-blog-feed .small-blog-feed-wp .blog-feed-img img,
    .main-blog-feed .main-blog-list .blog-feed-img img {
        height: 50.5vw;
    }

    .main-blog-feed .blog-feed-box .blog-title {
        min-height: 57px;
    }

    .main-blog-feed .small-blog-feed-wp .blog-feed-box .blog-title {
        min-height: auto;
    }
}

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

    .main-blog-feed .blog-feed-content,
    .main-blog-feed .blog-feed-box.big-blog-feed .blog-feed-content {
        padding: 0 15px 30px;
    }

    .main-blog-feed .blog-feed-box .read-more .sec-btn,
    .main-blog-feed .blog-feed-box.big-blog-feed .read-more .sec-btn {
        left: -15px;
    }
}

/*========== Blog Section 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 screen and (max-width: 1399px) {
    .main-contact-form {
        padding: 50px;
    }
}

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

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

    .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: 30px;
    }

    .trends-row {
        margin-bottom: 80px;
    }
}

@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(--primary-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 rgb(135 146 239 / 37%);
    }

    .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;
        display: block;
        text-align: center;
    }

    .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;
    }

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

    .trends-img-wp {
        text-align: center;
    }

    .trends-row.odd .trends-content-wp {
        padding: 0;
        margin-top: 40px;
    }

    .trends-row.even .trends-content-wp {
        padding: 0;
        margin-top: 40px;
    }

    .policies ul li {
        display: inline-block;
    }

    .main-contact-us {
        padding-top: 16px;
    }

    .ad-banner-img {
        margin-bottom: calc(clamp(1.563rem, 8.46vw - 0.553rem, 4.688rem));
    }

    .ad-banner {
        padding-top: calc(clamp(7.813rem, 5.922vw + 6.332rem, 10rem));
    }

    .ad-buttons a {
        display: inline-flex !important;
        font-size: 13px;
        padding: 12px 10px;
    }

    .ad-buttons a img {
        width: 13px;
    }

    .ad-buttons a>span>span {
        margin-left: 8px;
    }

    .ad-buttons {
        position: relative;
        flex-direction: row;
        inset: 0;
        margin-top: 30px;
    }
}

@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;
    }

    .trends-row {
        margin-bottom: 60px;
    }

    .main-feed-list .h2-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .main-contact-form {
        padding: 30px;
    }

    .form-box:not(.submit-btn) {
        margin-bottom: 20px;
    }
}

@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;
    }

    .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: 50px;
    }

    .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: 5px solid var(--secondary-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: 5px;
        padding-right: 8px;
    }

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

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

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

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

    .trends-row {
        margin-bottom: 60px;
    }

    .trends-card-title .h3-title {
        font-size: 24px;
        line-height: 30px;
    }

    .trends .h2-title {
        margin-bottom: 60px;
    }

    .common-text {
        margin-bottom: 30px;
    }

    .main-feed-list .h2-title {
        font-size: 22px;
    }

    .main-contact-us {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .main-contact-form {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .thank-you-content {
        padding-block: 20px 50px;
    }

    .thank-you-box img {
        width: 130px;
        margin-bottom: 20px;
    }

    .thank-you-box .h3-title {
        font-size: 16px;
    }

    .inner-page-text {
        padding: 60px 0;
    }

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

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

    .trends-row.even .trends-content-wp,
    .trends-row.odd .trends-content-wp {
        margin-top: 20px;
    }
}