/*!
Theme Name: Nationwide Boycott
Theme URI: https://www.webskitters.com/
Author: Underscores.me
Author URI: https://www.webskitters.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nationwide-boycott
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nationwide Boycott is based on Underscores https://www.webskitters.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://www.webskitters.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 300;
    font-style: normal;
    color: var(--bodycolor);
    font-size: 17px;
    line-height: 1.5;
}


:root {
    scroll-behavior: inherit;
    --white: #fff;
    --black: #000;
    --bodycolor: #404040;
    --gray: #393939;
    --red: #D72526;
    --sec-bg: #FBEAEA;
    --body-font: "Poppins", sans-serif;
    --heading-font: "Inter Tight", sans-serif;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--gray);
    font-weight: 700;
    font-family: var(--heading-font);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-weight: 700;
    font-size: 85px;
    line-height: 1;
    letter-spacing: -0.01em;
}

h2,
.h2-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
}

h3,
.h3-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

h4,
.h4-title {
    font-size: 30px;
    line-height: 1.2;

}

h5,
.h5-title {
    font-size: 20px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--bodycolor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"] {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    color: var(--bodycolor);
    border: 1px solid var(--red);
    height: 70px;
    padding: 0 15px;
    outline: none !important;
    background-color: #FDF4F4;
}



textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 22px 15px;
    width: 100%;
    color: var(--bodycolor);
    outline: none !important;
    background-color: #FDF4F4;
    border: 1px solid #D22425;
    height: 181px;
    border-radius: 5px;
    resize: none;
}

select {
    border: transparent;
    width: 100%;
    padding: 0 11px;
    background: url(images/select_down_arw.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #FDF4F4;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: var(--red);
    color: var(--white);
    height: 50px;
    border-radius: 20px;
    border: 1px solid var(--red);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-weight: 300;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--red);
}


::-webkit-input-placeholder {
    color: var(--bodycolor);
}

:-ms-input-placeholder {
    color: var(--bodycolor);
}

::-moz-placeholder {
    color: var(--bodycolor);
}

:-moz-placeholder {
    color: var(--bodycolor);
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 23px;
    display: inline-block;
    line-height: 14px;
    cursor: pointer;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #FFAFAF;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick-sgn.svg) no-repeat;
    background-position: center center;
    background-size: 10px;
    background-color: var(--red);
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 15px 28px;
    margin: 0;
    width: 100%;
    max-width: 252px;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -24px;
    background-color: var(--white);
    border-radius: 0px 0px 40px 40px;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 30px;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--white);
    font-size: 17px;
    line-height: 1.2;
    position: relative;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0px;
    height: 5px;
    background: var(--white);
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--white);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 5px;
    height: 5px;
    border-radius: 100px;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/


/* ------amit ---------- */
.cmn_gap {
    padding: 100px 0;
}

.main-head {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 24px 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cmn_btn {
    color: var(--white);
    padding: 25px 36px;
    background-color: var(--red);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    line-height: 1;
}

.cmn_btn img {
    margin-right: 15px;
    max-width: 18px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cmn_btn:hover {
    background-color: var(--white);
    color: var(--red);
}

.cmn_btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(27%) saturate(6351%) hue-rotate(341deg) brightness(88%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(25%) sepia(27%) saturate(6351%) hue-rotate(341deg) brightness(88%) contrast(105%);
}

.banner_sec {
    min-height: 1036px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.banner_wrapper {
    padding: 248px 0;
    position: relative;
    z-index: 10;
    max-width: 930px;
}

.main-head.fixed {
    background: var(--black);
    -webkit-box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
    box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
    padding: 14px 0;
}

.main-head.fixed .navbar-brand {
    background-color: var(--sec-bg);
    max-width: 224px;
    -webkit-box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
    box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
    ;
}

.spl_txt {
    color: var(--white);
    letter-spacing: 1.1em;
    margin-bottom: 10px;
}

.bann_blr_one {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.bann_blr_two {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

/* .bann_blr_circle{
    position: absolute;
    max-width: 1117px;
    z-index: 4;
    left: 10%;
} */
.banner_wrapper h1 {
    color: var(--white);
    margin-bottom: 15px;
}

.banner_wrapper p {
    color: var(--white);
}

.counter_sec {
    border-radius: 100px 100px 0 0;
    overflow: hidden;
    margin-top: -125px;
    z-index: 11;
    position: relative;
    background: #fff;
}

.counter_image img {
    max-width: 40px;
}

.counter_text {
    font-size: 40px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    color: var(--gray);
}

.counter_crd {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctxt {
    margin-left: -10px;
}

.counter_image {
    margin-bottom: 24px;
    height: 90px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 1px;
    border-radius: 50%;
    overflow: hidden;
}

.counter_wrap {
    padding: 65px 140px;
    background-color: var(--sec-bg);
    border-radius: 50px;
}

.cmn_hdr {
    margin-bottom: 55px;
}

.place_name {
    padding: 7px 20px;
    background-color: var(--sec-bg);
    color: var(--red);
    border-radius: 30px;
    display: inline-block;
    margin: 10px;
    line-height: 1;
    font-size: 15px;
}

.place_name:last-child {
    margin-right: 0;
}

.pop_place {
    margin: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popular_btm {
    padding: 30px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cata_inner_wrapper {
    height: 100%;
}

.popular_btm h3 {
    margin-bottom: 15px;
}

.slider_range {
    width: 380px;
    position: relative;
    margin-bottom: 50px;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 3px;
    background: var(--sec-bg);
    border-radius: 5px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
}

.value-bubble {
    position: absolute;
    bottom: -22px;
    background: var(--white);
    padding: 9px 22px;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    background: var(--white);
    border-radius: 30px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bubble {
    color: #2c2c2c;
    font-weight: 700;
}

.labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 8px;
    color: #666;
}

/* .popular_slider {
    margin: 0 -15px;
} */
.state_slider .slick-list {
    margin: -15px;
}

.recnt_slider .slick-list {
    margin: -15px;
}

.popular_slider .slick-list {
    margin: -15px;
}

.popular_items {
    padding: 15px;
}

.popular_inner {
    border: 1px solid #EBEBEB;
    border-radius: 20px;
}

.pop_img {
    position: relative;
    z-index: 1;
    padding-top: 66.7%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.pop_img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pop_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.popular_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.popular_inner:hover {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.cmn_btn_one {
    padding: 11px 29px;
    border: 1px solid var(--red);
}

.cmn_btn_one:hover {
    background-color: transparent;
}

.slider_btn_one {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    pointer-events: all;
}

.slider_btn_one:hover {
    background-color: var(--red);
    border-color: var(--red);
}

.slider_btn_one:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(112%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(112%) contrast(102%);
}

.cmn_sldr_btn_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.popular_wrapper {
    position: relative;
}

.cmn_sldr_btn_wrp .prev {
    margin-left: -120px;
}

.cmn_sldr_btn_wrp .next {
    margin-right: -120px;
}

.form_one {
    position: relative;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.form_one input[type="text"] {
    border: 1px solid var(--white);
    height: 70px;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 10px 80px 10px 50px;
}

.form_one input[type="submit"] {
    background-image: url('images/button_icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    background-color: var(--red);
    height: 60px;
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 25px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.form_one input[type="submit"]:hover {
    background-color: var(--black);
}

.reg_image {
    max-width: 1195px;
    margin: 0 auto;
}

.reg_hdr {
    margin-bottom: 60px;
}

.foot_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cmn_foot {
    padding: 0 15px;
}

.foot_logo {
    max-width: 210px;
    width: 100%;
    display: inline-block;
    padding: 12px 22px;
    background-color: var(--white);
    border-radius: 40px;
}

.foot_logo img {
    width: 100%;
}

.footer_top_wrap {
    padding: 24px 0;
}

.foot_links {
    margin: 0 -50px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.foot_links li {
    padding: 0 50px;
}

.foot_links li a {
    color: var(--white);
    /* font-size: 17px; */
    font-weight: 300;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.foot_links li a:hover {
    color: var(--red);
}

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

.foot_two .foot_cntnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_sec {
    background-color: var(--black);
    padding-top: 50px;
}

.social_links {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 0 -10px;
}

.social_links li {
    padding: 0 10px;
}

.social_links li a {
    height: 52px;
    width: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--gray);
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.social_links li a:hover {
    background-color: var(--red);
}

.foot_one,
.foot_three {
    width: 25%;
}

.foot_two {
    width: 50%;
}

.foot_top {
    border-bottom: 1px solid #3c3c3c;
}

.foot_links_btm {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.foot_links_btm li {
    padding: 0 15px;
}

.foot_links_btm li a {
    color: var(--white);
    /* font-size: 17px; */
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.foot_links_btm li a:hover {
    color: var(--red);
}

.foot_btm_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
}

.foot_btm_lft p {
    color: var(--white);
}

.banner_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

.range-wrapper {
    position: relative;
    width: 100%;
    margin-top: auto;
}

.range-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 17px;
    color: var(--bodycolor);
    padding-bottom: 24px;
    margin-top: 4px;
}

.range-wrapper input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    background: #f2caca;
    border-radius: 10px;
    outline: none;
    pointer-events: none;
}


.range-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #e53935;
    border-radius: 50%;
    cursor: pointer;

    /* Figma-style outer ring */
    -webkit-box-shadow:
        0 0 0 6px #FBEAEA,
        0 4px 10px #FBEAEA;
    box-shadow:
        0 0 0 6px #FBEAEA,
        0 4px 10px #FBEAEA;
}


.range-value {
    position: absolute;
    top: 42px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    white-space: nowrap;
    color: #2c2c2c;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    line-height: 1;
}

.range-value::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px;
    background-color: #fefefe;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.boycott-wrp:not(:last-child) {
    margin-bottom: 100px;
}

.counter_image_inn {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    /* z-index: 1; */
    background: #FBEAEA;
    border-radius: 50%;
    padding: 12px;
}

.counter_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background: -o-linear-gradient(316deg, rgba(215, 37, 38, 0.4) 0%, rgba(215, 37, 38, 0) 100%);
    background: linear-gradient(134deg, rgba(215, 37, 38, 0.4) 0%, rgba(215, 37, 38, 0) 100%);
    border-radius: 50%;
    /* transition: all 0.3s ease-in-out; */
}

.why_rgt h2 {
    max-width: 580px;
}

.why_rgt_para {
    margin-bottom: 30px;
}

.why_rgt_para p {
    margin-bottom: 35px;
}

.why_rgt_para p:last-child {
    margin-bottom: 0px;
}

.why_lft_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why_lft_innr_col,
.why_rgt_innr_col {
    width: 50%;
    padding: 0 12px;
}

.why_rgt_innr_image,
.why_lft_innr_image {
    border-radius: 20px;
    overflow: hidden;
}

.why_lft_innr_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why_lft_innr_image {
    height: 100%;
}

.why_rgt_innr_image img {
    width: 100%;
}

.more_btn {
    border: 1px solid var(--red);
    padding: 20px 35px;
}

.why_rgt {
    padding-left: 38px;
}

.why_btm_rgt p {
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 0.33em;
}

.why_btm_prt {
    background-color: var(--black);
    padding: 18px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
}

.why_btm_icon {
    height: 94px;
    width: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: var(--white);
    margin-right: 13px;
    padding: 24px;
}

.why_btm_rgt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.why_btm_rgt .count {
    font-size: 70px;
    color: var(--white);
}

.why_btm_rgt .num {
    font-size: 70px;
    color: var(--white);
    margin-left: -11px;
}

.why_btm_prt_wrap {
    margin-left: -93px;
    padding: 18px 0 0 18px;
    background-color: #faf5f5;
    border-radius: 29px 0 0 10px;
}

.why_btm_rgt .counter_text {
    line-height: 1.1;
}

.why_sec {
    background: rgba(215, 37, 38, 0.05);
    border-radius: 100px;
}

.why_btm_icon img {
    width: 100%;
}

.page-wrapper {
    border-radius: 0 0 50px 50px;
    margin-bottom: -50px;
    position: relative;
    background: var(--white);
}

.cmn_btn.trans {
    background-color: transparent;
    color: var(--red);
    border: 1px solid var(--red);
}

.cmn_btn.trans:hover {
    background-color: var(--red);
    color: var(--white);
}

.slider_btn {
    margin-top: 12px;
}

.slider_btn .cmn_btn {
    padding: 15px 29px;
}

.bann_btn {
    margin-top: 14px;
}

.popular_items.slick-slide {
    height: auto;
}

.popular_inner {
    height: 100%;
}

.popular_wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pop_place_wrp {
    margin-bottom: 14px;
}


/* Dashboard start */

.container.full {
    padding: 0 50px 0 0;
    max-width: 100%;
}

.dash-lang-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
}

.dash-lang-wrp select {
    height: auto;
    padding: 0 24px 0 7px;
    font-size: 15px;
    color: var(--bodycolor);
    background: url(images/arr-ico.svg) no-repeat calc(100% - 4px) center transparent;
}

.dash-lang-wrp>img {
    width: 18px;
}

.bell-drop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 16px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.bell-drop img {
    width: 100%;
}

.dash-ntfc {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FBEAEA;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #ffffff;
}

.dash-ntf-wrp .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
    box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
    background-color: #FBEAEA;
}

.dash-ntf-wrp .dropdown-item {
    font-size: 14px;
    color: var(--bodycolor);
}

.dash-ntf-wrp .dropdown-item:hover {
    background-color: var(--red);
    color: var(--sec-bg);
}

.dash-user-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.dash-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dash-user img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.dash-user-name p {
    color: #2C2C2C;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1;
}

.dash-user-name span {
    font-size: 15px;
    line-height: 1;
    display: block;
}

.dash-user-name {
    margin-left: 10px;
}

.cmn_btn.dash_cmn_btn {
    min-width: 225px;
    padding: 19px 33px;
    border: 1px solid var(--red);
}

.dash-txt {
    letter-spacing: -0.01em;
    font-size: 30px;
    color: var(--gray);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.dash-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dash-rgt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dash-ntf-wrp {
    margin-right: 20px;
}

.dash-ntf-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dash-header {
    padding: 28px 0 28px 340px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dash-siderbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 340px;
    height: 100svh;
    padding: 20px 35px 88px 50px;
    z-index: 9999;
}

.dash-nav-logo {
    width: 100%;
    display: block;
    max-width: 150px;
    margin-bottom: 36px;
}

.dash-nav-logo img {
    width: 100%;
}

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

.dash-side-menu-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    padding: 20px 15px;
    border-radius: 10px;
}

.dash-side-menu-list li a img {
    width: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
}

.dash-side-menu-list li a:hover,
.dash-side-menu-list li.current-dash-menu a {
    background-color: var(--red);
    color: var(--white);
}

.dash-side-menu-list li a:hover img,
.dash-side-menu-list li.current-dash-menu a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dash-side-menu-list li {
    margin-bottom: 4px;
}

.dash-siderbar-wrp {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.logout-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 30px;
    background-color: #FBEAEA;
}

.logout-btn img {
    margin-right: 10px;
    width: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dash-side-menu-wrp {
    padding: 0 15px;
}

.navbar-logo-wrap {
    padding: 25px 30px 0;
}

.dash-side-logout-wrp {
    margin-top: auto;
    padding-top: 40px;
}

.logout-btn:hover {
    background-color: var(--red);
    color: var(--white);
}

.logout-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dash-siderbar-scroll {
    overflow: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #C2C2C2;
}

.custom-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #C2C2C2;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--red);
}

@-moz-document url-prefix() {
    .custom-scroll {
        /* Firefox-specific styles here */
        scrollbar-width: thin;
        scrollbar-color: var(--red) rgba(194, 194, 194, 0.3);
        background-color: #fff;
    }
}

.dashboard-cntnt-wpr {
    padding: 113px 50px 88px 340px;
    width: 100%;
    height: 100vh;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dashboard-table-head-left h1 {
    font-size: 22px;
    margin-bottom: 12px;
}

.dashboard-table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
    padding: 0 47px 0 15px;
}

.dashboard-table-head-left p {
    font-size: 15px;
}

.dashboard-table-head-drop select {
    color: var(--bodycolor);
    font-size: 15px;
    background: url(images/dropdown.svg) no-repeat calc(100% - 18px) center transparent;
    background-size: 14px;
    height: auto;
}

.dashboard-table-head-rgt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-table-head-lnk a {
    font-size: 15px;
}

.dashboard-table-head-lnk a:hover {
    color: var(--red);
}

.dashboard-table table {
    width: 100%;
    font-size: 15px;
    min-width: 790px;
}

.dashboard-main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    height: 100%;
}

.dashboard-main-left {
    width: 56%;
    padding: 0 15px;
    height: 100%;
}

.dashboard-table table thead tr th {
    background-color: var(--red);
    color: var(--white);
    font-weight: 300;
    padding: 15px 17px;
}

.dashboard-table table thead tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.dashboard-table table thead tr th:last-child {
    border-radius: 0 10px 10px 0;
}

.dashboard-table table tbody tr td {
    padding: 16px 17px;
}


.dashboard-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
}

.active-status {
    color: #02CF05;
}
.inactive-status {
    color: #cf0202;
}

.table-dtls-lnk {
    position: relative;
    line-height: 1.1;
}

.table-dtls-lnk::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--bodycolor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.table-dtls-lnk:hover:before {
    width: 0;
    background-color: var(--red);
}

.table-dtls-lnk:hover {
    color: var(--red);
}

.dashboard-table-wrp-outer {
    padding: 28px 12px 10px;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    height: 100%;
    /* overflow: auto; */
}

.dashboard-table-wrp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-right: 4px; */
}

.dashboard-cntnt-inn {
    padding-top: 40px;
    height: calc(100% - 4px);
    border-top: 1px solid #E3E5EC;
}

.dashboard-main-rgt {
    width: 44%;
    padding: 0 15px;
    height: 100%;
}

.pro-dtls-wrp h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.pro-dtls-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FBEAEA;
    padding: 4px 8px 4px 23px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.expr-btn .cmn_btn {
    padding: 12px 21px;
    border-radius: 12px;
    border: 1px solid var(--red);
}

.dashboard-main-rgt-head .dash-user-name span {
    font-size: 14px;
}

.dashboard-main-rgt-head {
    padding: 12px;
    border: 1px solid #E7E7E7;
    border-radius: 15px;
    margin-bottom: 50px;
}


.trending-head {
    font-size: 22px;
    color: var(--gray);
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom: 10px;
}

.dashboard-main-rgt-wrp {
    height: 100%;
}

.dashboard-main-pro-dtls-wrp {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

.trending-col .popular_inner {
    border: none;
    -webkit-box-shadow: 0px 2.60904px 32.613px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2.60904px 32.613px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.trending-row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}


.trending-wrp {
    padding-bottom: 20px;
}

.trending-col .popular_btm h3 {
    font-size: 20px;
}

.trending-col .popular_btm {
    padding: 22px 22px;
}

.cmn_bnr_btm_sec {
    background-color: var(--white);
    border-radius: 100px;
    /* overflow: hidden; */
    position: relative;
    margin-top: -380px;

}

.abt_lft_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.abt_lft_image {
    border-radius: 30px;
    overflow: hidden;
}

.abt_rgt_wrap {
    max-width: 589px;
    padding-left: 38px;
}

.abt_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.matter_sec {
    background-color: #F9F9F9;
    border-radius: 100px;
}

.matter_rgt_image {
    border-radius: 30px;
    overflow: hidden;
}

.matter_rgt_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.matter_lft_wrap {
    padding-right: 46px;
}

.matter_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.abt_bann_sec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.abt_bann_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.story_inn {
    background-color: var(--white);
}

.story_hdr {
    max-width: 1208px;
    margin: 0 auto 34px auto;
}

.story_image {
    margin-bottom: 40px;
}

.story_crd {
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 43px 40px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.story_txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.story_row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}



.story_crd:hover {
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
}

.btm_para {
    max-width: 1208px;
    margin: 45px auto 0 auto;
}

.choose_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose_rgt_wrap {
    padding-left: 38px;
    max-width: 608px;
}

.contact_image {
    border-radius: 30px;
    overflow: hidden;
}


.form_bx {
    margin-bottom: 30px;
    ;
}

.submit_button {
    margin-bottom: 0;
}


.contact_form_wrap {
    padding: 40px 22px 36px 23px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 28px 18px #F3F3F3;
    box-shadow: 0px 4px 28px 18px #F3F3F3;
    border-radius: 30px;
}

.contact_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact_sec {
    background-color: var(--white);
    border-radius: 0 0 100px 100px;
}


.sort-wrapper {
    position: relative;
    display: inline-block;
    z-index: 95;
}

.sort-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 36px 10px 18px;
    font-weight: 300;
    cursor: pointer;
    outline: none;
    max-width: 125px;
    width: 100%;
    background: url(images/drop-arr-wh.svg) no-repeat calc(100% - 18px) center transparent;
    background-color: var(--red);
    height: 40px;
    line-height: 1;
}


.sort-select option {
    color: #000;
    background: #fff;
}



.cata_bx_hdr {
    padding: 23px 29px;
    background-color: var(--red);
}

.cata_bx_hdr h2 {
    color: var(--white);
}

.cata_bx {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
}

.faq_part {
    padding: 17px 18px 17px 18px;
}

.faq_container {
    padding: 20px 14px 25px;
    /* border-bottom: 1px solid #ECECEC; */
    /* margin-bottom: 20px; */
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

.faq_container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(images/faq-line.svg) no-repeat 100%;
    background-position: bottom;
}

.faq_container:last-child {
    margin-bottom: 0;
    border: none;
}

.faq_container.is-open {
    border: none;
    background-color: var(--sec-bg);
    border-radius: 5px;
}

.faq_container.is-open .faq_txt {
    color: var(--red);
}

/* .faq_container.is-open .faq_ans .checked span{
    color: var(--red);
} */
/* .faq_container.is-open .faq_ques {
    margin-bottom: 15px;
} */

.subcategory input[type='checkbox'] {
    margin-right: 10px;
    border: 5px solid red;
}

.faq_ques {
    position: relative;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;

}

/* .faq_arw {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
} */

.faq_txt {
    position: relative;
    padding-left: 24px;
}

.faq_txt::before {
    content: "";
    position: absolute;
    background-image: url(images/tick-ico.svg);
    left: 0;
    top: 4px;
    /* transform: translateY(-50%); */
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
}

.subcategory label {
    margin-bottom: 24px;
}

.subcategory label:last-child {
    margin-bottom: 0;
}

.cata_bx {
    margin-bottom: 30px;
}

.cata_bx:last-child {
    margin-bottom: 0;
}

.pagination {
    margin: 80px 0 0 140px;
}

.cata_innr_rgt_row {
    --bs-gutter-y: 30px;
}

.pop_img.cata_img {
    padding-top: 52.02%
}

.cata_hdr {
    text-align: right;
    margin-bottom: 30px;
}

.faq_ans {
    margin-top: 20px;
    padding-left: 24px;
}

.faq_arw {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form_input_check label input[type="checkbox"]:checked+span {
    color: var(--red);
}

.faq_part .faq_container:last-child::before {
    display: none;
}

.faq_container.is-open .faq_arw {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.faq_container.is-open .faq_arw img {
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(12%) saturate(7294%) hue-rotate(330deg) brightness(108%) contrast(122%);
    filter: brightness(0) saturate(100%) invert(27%) sepia(12%) saturate(7294%) hue-rotate(330deg) brightness(108%) contrast(122%);
}

.faq_container:has(+.faq_container.is-open)::before {
    display: none;
}

.cata_lft_wrapper {
    position: sticky;
    top: 140px;
}

.boycott-dtls-sec.cmn_gap {
    padding-top: 210px;
    border-bottom: 1px solid #EFE2E2;
}

.boycott-dtls-head {
    width: 100%;
    max-width: 1070px;
    margin-bottom: 30px;
}

.boycott-dtls-head h1 {
    line-height: 1.2;
}

.boycott-dtls-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.boycott-dtls-img {
    position: relative;
    padding-top: 57%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.boycott-dtls-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 18px;
    line-height: 1;
    border-radius: 70px;
    color: var(--bodycolor);
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.boycott-dtls-tag img {
    width: 12px;
    margin-right: 10px;
}

.boycott-dtls-tag-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

.boycott-dtls-tag-col {
    padding: 3px;
}

.boycott-dtls-tag.red {
    background-color: rgba(215, 37, 38, 0.1);
    color: var(--red);
}

.boycott-dtls-tag-wrp {
    margin-bottom: 16px;
}


.boycott-dtls-rch-txt h2 {
    font-size: 30px;
    margin: 30px 0 20px;
}

.online-data-lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--red);
    font-size: 15px;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: rgba(215, 37, 38, 0.1);
    margin: 10px;
}

.online-data-lnk img {
    width: 20px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.down-dwn {
    margin-right: 0 !important;
    margin-left: 10px;
}

.online-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.online-data-lnk.down img {
    opacity: 0.3;
}

.online-data-lnk:hover {
    background-color: var(--red);
    color: var(--white);
}

.online-data-lnk:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1;
}

.online-data-wrp {
    margin-top: 34px;
}

.boycott-dtls-body .navbar-nav>li>a {
    color: var(--bodycolor);
}

.boycott-dtls-body .navbar-nav>li>a:after {
    background: var(--bodycolor);
}

.boycott-dtls-body .main-head.fixed .navbar-nav>li>a {
    color: var(--white);
}

.boycott-dtls-body .main-head.fixed .navbar-nav>li>a::after {
    background: var(--white);
}

.analytics-main {
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.analytics-head h3 {
    color: var(--white);
}

.analytics-head {
    padding: 18px 30px;
    background-color: var(--red);
}

.analytics-body {
    padding: 30px;
}

.analytics-desc {
    width: 100%;
    max-width: 360px;
    margin-bottom: 24px;
}


.analytics-table table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}


.analytics-table table thead tr th {
    font-weight: 700;
    font-size: 20px;
    padding: 16px 14px;
    background-color: var(--red);
    color: var(--white);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* .analytics-table table thead tr th:first-child {
    border-radius: 12px 0 0 0;
}
.analytics-table table thead tr th:last-child {
    border-radius: 0 12px 0 0;
} */
.analytics-table table tbody tr td {
    font-size: 15px;
    padding: 14px 16px;
    background: #FBEAEA;
}

.analytics-table table tbody tr {
    border-bottom: 1px solid var(--white);
}

.analytics-table table tbody tr td:first-child {
    border-right: 1px solid var(--white);
}

.analytics-table table thead tr th:not(:last-child) {
    border-right: 1px solid #961313;
}

.boycott-dtls-row {
    --bs-gutter-x: 40px;
}

.analytics-table table thead tr th:last-child {
    text-align: center;
}

.analytics-table table tbody tr td:last-child {
    text-align: center;
}

.popular_sec.related_sec .cmn_sldr_btn_wrp {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: auto;
    margin: -10px;
}

.popular_sec.related_sec .cmn_sldr_btn_wrp .slider_btn_one {
    margin: 10px;
}

.popular_sec.related_sec .popular_hdr.cmn_hdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popular_sec.related_sec .popular_hdr.cmn_hdr h2 {
    margin-bottom: 0;
    padding-right: 20px;
}

.boycott-dtls-col-rgt-wrp {
    position: sticky;
    top: 130px;
}

.boycott-dtls-main-wrp {
    padding-top: 50px;
    border-top: 1px solid #E5DADA;
}

.analytics-table {
    overflow: auto;
}

.table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #C2C2C2;
}

.table-scroll::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: #C2C2C2;
}

.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--red);
}

.trending-wrp .pop_img {
    padding-top: 60.7%;
}

.trending-wrp .place_name {
    margin: 6px;
    font-size: 9px;
}

.trending-wrp .pop_place {
    margin: -6px;
}

.trending-wrp .popular_btm>p {
    font-size: 11px;
}

.trending-wrp .range-labels span {
    font-size: 11px;
}


.trending-wrp .range-value {
    font-size: 10px;
}

.trending-wrp .cmn_btn {
    font-size: 11px;
    padding: 9px 19px;
    border-radius: 13px;
}

.dash-ftr-main-wrp {
    text-align: center;
}

.dash-ftr-sec {
    padding: 12px 0;
    border-top: 1px solid #E7E7E7;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    background: var(--white);
    z-index: 99;
}

.dashboard-table {
    overflow: auto;
    padding-right: 6px;
    padding-bottom: 6px;
}

.dash-left {
    padding-right: 12px;
}

.dash-tgl img {
    width: 100%;
}

.dash-tgl {
    width: 100%;
    display: block;
    max-width: 26px;
    margin-right: 14px;
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dash-txt p {
    margin-bottom: 0;
}

.dash-cross {
    position: absolute;
    top: 7px;
    right: -14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #E91135;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px;
}

.dash-cross img {
    width: 100%;
}

.navbar-toggle {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    z-index: 999;
    margin: 0;
    padding: 0;
    pointer-events: none;
    display: none;
}


/* -----------09.02 ----------------------- */
.dash_lft_wrapper {
    border-radius: 15px;
    height: 100%;
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    overflow: auto;
    max-height: 490px;

}

.dash_main_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    height: 100%;
}

.dash_main_lft {
    padding: 0 15px;
    width: 17%;
    height: 100%;
}

.dash_main_rgt {
    padding: 0 15px;
    width: 83%;
    height: 100%;
}

.dash_left_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 12px 16px 10px;
    border-bottom: 1px solid #E3E5EC;
}

.input_file {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 15px;
}

.input_file input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}

.insert_hdr {
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 10px;
}

.insert_place img {
    max-width: 14px;
    width: 100%;
    margin-right: 5px;
}

.insert_place {
    font-size: 15px;
    color: var(--bodycolor);
    font-family: var(--body-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.details_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.details_list li a {
    padding: 20px 25px;
    color: var(--red);
    font-size: 15px;
    background-color: var(--sec-bg);
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.details_list li {
    margin-bottom: 5px;
}

.dash_lft_btm_details {
    padding: 28px 17px 16px 17px;
}

.upload_wrap {
    position: relative;
}

.camera_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.insert_image {
    border-radius: 50%;
    overflow: hidden;
    height: 116px;
    width: 116px;
}

.form_hdr {
    font-size: 22px;
    font-style: var(--heading-font);
    color: var(--gray);
    margin-bottom: 20px;
    font-weight: 700;
}

.dash_main_rgt_wrapper {
    padding: 36px 32px 48px 32px;
    border: 1px solid #E3E5EC;
    border-radius: 15px;
    padding: 36px 32px 48px 32px;
    overflow: auto;
    height: 100%;
}

.dash_form_wrap {
    border: 1px solid #E3E5EC;
    border-radius: 15px;
    height: 85px;
    overflow: hidden;
    padding: 14px 36px 14px 15px;

}

.dash_name {
    background: url(images/input_user.svg) no-repeat center right 19px;
}

.dash_mail {
    background: url(images/input_email.svg) no-repeat center right 19px;
}

.dash_num {
    background: url(images/input_call.svg) no-repeat center right 19px;
}

.dash_country {
    background: url(images/globe_new.svg) no-repeat center right 19px;
}

.dash_city {
    background: url(images/city_input.svg) no-repeat center right 19px;
}

.dash_state {
    background: url(images/input_loc.svg) no-repeat center right 19px;
}

.dash_pin {
    background: url(images/input_pin.svg) no-repeat center right 19px;
}

.dash_add {
    background: url(images/input_loc.svg) no-repeat center right 19px;
}

.dash_form_wrap input {
    border: none;
    background-color: transparent;
    height: 38px;
    padding: 10px;
}

.dash_form_wrap label {
    padding: 0 10px;
    font-size: 15px;
    color: var(--bodycolor);
}

.dash_form_row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.dash_submit {
    margin-top: 36px;
}

.dash_submit input {
    padding-left: 18px;
    padding-right: 18px;
}

.dash_form_wrap input::-webkit-input-placeholder {
    color: #A6A6A6;
    font-size: 14px;
}

.dash_name input[type="text"] {
    background-image: url(images/input_user.svg) right 5px;
}

.details_list li a:hover {
    color: var(--sec-bg);
    background-color: var(--red);
}

.boycott_top_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.boycott_top_col {
    padding: 15px;
}

.boycott_items {
    padding: 18px 39px;
    background-color: var(--white);
    color: var(--gray);
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: 22px;
    border: 1px solid #dadada;
    border-radius: 20px;
    display: block;
}

.boycott_items:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.boycott_main_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    height: 100%;
}

.boycott_main_lft {
    padding: 0 15px;
    width: 56%;
    height: 100%;
}

.boycott_main_rgt {
    padding: 0 15px;
    width: 44%;
    height: 100%;
}

.boycott_main_top {
    margin-bottom: 22px;
}

.boycott_rgt_hdr p {
    font-size: 30px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--gray);
    margin-bottom: 25px;
}

.boycott_rgt_top img {
    width: 100%;
}

.boycott_table_head {
    padding: 0 15px 0 15px;
}

.boycott_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.boycott_filter_txt {
    font-size: 15px;
    font-family: var(--body-font);
    color: var(--bodycolor);
}

.boycott_filter a {
    display: inline-block;
}

.boycott_filter img {
    max-width: 16px;
    width: 100%;
    margin-left: 10px;
}

.boycott_main_rgt_wrap {
    margin-top: -93px;
    height: calc(100% + 93px);
}

.boycott_main_rgt_wrapper {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

.boycott_bx {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.boycott_content {
    height: calc(100% - 93px);
}

.boycott_pane {
    height: 100%;
}

.boycott_main_wrap {
    height: 100%;
}

.boycott_rgt_btm {
    padding-bottom: 15px;
}

.inactive_status {
    border-right: 2px solid #CACACA;
    margin: 0 20px 0 0;
    padding-right: 20px;
}

.inactive_status a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: var(--red);
}

.edit_status a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--bodycolor);
}

.edit_status a:hover {
    color: var(--red);
}

.status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inactive_status a img {
    max-width: 19px;
    margin-right: 10px;
}

.edit_status a img {
    max-width: 22px;
    margin-right: 10px;
}

.image_table .image_table_one {
    padding: 0;
    margin: -4px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image_tbl_item {
    padding: 4px;
}

.image_tbl_item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.image_tbl_item:last-child {
    position: relative;
}

.image_tbl_item:last-child span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    color: var(--white);
    font-size: 15px;
}



.image_table_two {
    display: none;
}

.boycott_items:hover,
.boycott_items.active {
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.boycott_rgt_top {
    padding-bottom: 12px;
}

.creat_dash_header {
    margin-bottom: 33px;
}

.creat_dash_header h1 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--gray);
}

.creat_dash_header P {
    font-size: 15px;
    color: var(--bodycolor);
}

.creat_image {
    max-width: 70px;
    margin-bottom: 20px;
}

.creat_image img {
    width: 100%;
}

.creat_txt h2 {
    font-size: 22px;
    color: var(--gray);
    margin-bottom: 5px;
}

.creat_txt p {
    color: var(--bodycolor);
    font-size: 15px;
}

.creat_card {
    height: 100%;
}

.creat_items {
    padding: 30px 20px;
    border: 1px solid #E3E5EC;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    height: 100%;
}

.creat_items:hover {
    box-shadow: 0px 2.60904px 32.613px rgba(0, 0, 0, 0.1);
    border: transparent;
    background: var(--white);
}

.creat_row {
    --bs-gutter-y: 25px;
}

.creat_txt {
    text-align: center;
    flex-grow: 1;
}

.creat_btm {
    margin: 25px 0 70px 0;
}

.creat_btm p {
    font-size: 15px;
    color: var(--bodycolor);
}

.creat_wrapper {
    height: 100%;
    overflow-y: auto;
    padding-right: 6px;
    padding-bottom: 6px;
    overflow-x: hidden;
}

.details_row {
    --bs-gutter-y: 20px;
}

.details_form input {
    border: 1px solid #E3E5EC;
    border-radius: 14px;
    background: transparent;
}

.details_form select {
    height: 70px;
    border: 1px solid #E3E5EC;
    border-radius: 14px;
    color: var(--bodycolor);
    font-size: 15px;

}

.date-text {
    font-size: 15px;
    color: var(--bodycolor);
    font-weight: 400;
}

.details_spl_date {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 15px;
    border: 1px solid #E3E5EC;
    border-radius: 14px;
    background: transparent;

}

.details_spl_date input[type="date"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.details_spl_date input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.calender_image_one {
    position: absolute;
    top: 39%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 14px;
    width: 14px;
}

.details_form textarea {
    height: 119px;
    border: 1px solid #E3E5EC;
    border-radius: 14px;
    background: transparent;
    font-size: 15px;
    color: var(--bodycolor);
}

.details_form input::-webkit-input-placeholder {
    color: var(--bodycolor);
    font-size: 15px;
    color: var(--bodycolor);
    font-weight: 400;
}

.details_form_txt {
    position: relative;
}

.details_form_txt input[type="text"] {
    padding: 0 46px 0 15px;
}

.details_form_txt input {
    position: relative;
}

.form_spl_icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form_spl_icon:hover .new_txt {
    opacity: 1;
    visibility: visible;
}

.new_txt {
    padding: 24px 27px;
    background-color: var(--white);
    border: 1px solid #e3e5e5;
    border-radius: 14px;
    position: absolute;
    font-size: 12px;
    color: #4a4a4a;
    top: 38px;
    right: -23px;
    width: 331px;
    opacity: 0;
    visibility: hidden;
}

.new_txt:before {
    /* content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 18px solid #E3E5EC;
    position: absolute;
    top: -16px;
    right: 8px;
    transform: rotate(270deg);
    background: transparent; */
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: var(--white);
    top: -11px;
    right: 19px;
    border-top: #e3e5e5 solid 1px;
    border-left: #e3e5e5 solid 1px;
    transform: rotate(45deg);
}

.details_insert_wrap {
    display: flex;
    flex-wrap: wrap;
}

.details_input_file {
    height: 115px;
    width: 115px;
    border: 1px solid var(--sec-bg);
    border-radius: 12px;
    margin: 0 10px 15px 0;

}

.camera_icon_new {
    display: flex;
    justify-content: center;
    align-items: center;
}

.details_form label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #FFAFAF;
    background: transparent;
    border-radius: 5px;
}

.details_form label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick-sgn.svg) no-repeat;
    background-position: center center;
    background-size: 10px;
    background-color: var(--red);
    border-radius: 5px;
}

.details_form label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
    line-height: 22px;
    cursor: pointer;
}

.details_form input[type="submit"] {
    background: var(--red);
    color: var(--white);
    height: 58px;
    border-radius: 20px;
    border: 1px solid var(--red);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-weight: 300;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.details_form input[type="submit"]:hover {
    background: transparent;
    color: var(--red);
}

.cata_items {
    height: 100%;
}


/* About Us Contact Form Css */
.contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields {
    gap: 30px;
}

.contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield input,
.contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield textarea {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    color: var(--bodycolor);
    border: 1px solid var(--red);
    height: 70px;
    padding: 0 15px;
    outline: none !important;
    background-color: #FDF4F4;
    font-size: 16px;
}

.contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield input:focus,
.contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield textarea:focus {
    border-color: #FDF4F4;
}

.contact_form_wrap .gform_wrapper form .gform-body.gform_body+.gform-footer.gform_footer>input[type="submit"] {
    background: var(--red);
    color: var(--white);
    height: 50px;
    border-radius: 20px;
    border: 1px solid var(--red);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-weight: 300;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.contact_form_wrap .gform_wrapper form .gform-body.gform_body+.gform-footer.gform_footer>input[type="submit"]:hover {
    background-color: var(--white);
    color: var(--red);
}

.contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield textarea {
    padding-top: 12px;
}

/*18-02-2026*/
#image-preview-container {
    display: flex;
    gap: 23px;
}

.range-wrapper {
    position: relative;
    width: 100%;
}

.range-value {
    position: absolute;

    transform: translateX(0);
    font-weight: 600;
    white-space: nowrap;
}


/* 20-02-26 Css Start */
.story_hdr {
    max-width: 1090px;
    margin: 0 auto 64px auto;
}

.pagination {
    align-items: center;
}

.pagination>* {
    margin: 0 8px;
}

.page-numbers:not(.next, .prev) {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A8A8A8;
    transition: 0.4s;
    cursor: pointer;
}

.page-numbers.current,
.page-numbers:not(.next, .prev):hover {
    border-color: var(--red);
    color: var(--red);
}

.page-numbers:hover {
    color: var(--red);
}

.details_form_txt {
    z-index: 1;
}

.details_form .select2-selection {
    height: 70px;
    border: 1px solid #E3E5EC !important;
    border-radius: 14px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    padding: 15px 15px 15px 10px;
}

.select2-container--open .select2-dropdown {
    margin-top: 30px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--red) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    overflow: auto !important;
}

#image-preview-container {
    width: 100%;
    flex-wrap: wrap;
}

.preview-item {
    position: relative;
}

.preview-item-img {
    width: 112px;
    height: 112px;
    border-radius: 14px;
    background: transparent;
    overflow: hidden;
    border: 1px solid #E3E5EC;
}

.preview-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.remove-image {
    position: absolute;
    top: -10px;
    right: -6px;
    width: 20px;
    height: 20px;
    background: #d72526;
    color: #fff;
    border-radius: 50%;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
}

.image_tbl_item {
    width: 33.33%;
}

.image_tbl_item a {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.image_tbl_item:last-child span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transform: initial;
    font-size: 15px;
}

.dashboard-cntnt-wpr {
    height: 95vh;
}



/* 20-02-26 Css End */

/* 23-02-2026 start KM */
.comment-section-warp {
    padding: 34px 0 0 0;
}

.comment-section-warp h2,
.comment-section-warp h3 {
    font-size: 35px;
}

.comment-section-warp ol {
    list-style: none;
    padding: 0;
    margin: -15px 0;
}

.comment-section-warp ol li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.comment-section-warp ol .says {
    display: none;
}

.comment-section-warp ol .comment-author.vcard .avatar {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.comment-section-warp ol .comment-author.vcard .fn a {
    font-size: 12px;
}

.comment-section-warp ol li .comment-meta {
    display: flex;
    align-items: center;
    gap: 6px;
}

.comment-section-warp ol li .comment-metadata {
    font-size: 12px;
    font-weight: 400;
}

.comment-section-warp ol li .comment-content {
    font-size: 15px;
    padding: 10px 0 14px;
}

.comment-section-warp ol li .reply a {
    color: var(--red);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: rgba(215, 37, 38, 0.1);
}

.comment-section-warp ol li .reply a:hover {
    background: var(--red);
    color: var(--white);
}

.comment-section-warp ol li ol {
    padding: 16px 0 0 25px;
}

.comment-section-warp ol li:last-child {
    border-bottom: none;
}

.comment-respond {
    padding: 22px 0 0;
}

.map {
    position: relative;
}

.mapTooltip {
    position: absolute;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 1.18;
    text-align: center;
    letter-spacing: -0.01em;
    color: #2C2C2C;
    background: #ffffff !important;
    padding: 9px 18px !important;
}

.page-template-dashboard-edit-boycott .preview-item>img {
    width: 112px;
    height: 112px;
    border-radius: 14px;
    background: transparent;
    overflow: hidden;
    border: 1px solid #E3E5EC;
}

.page-template-dashboard-edit-boycott .preview-item .remove-new,
.page-template-dashboard-edit-boycott .preview-item .remove-featured {
    position: absolute;
    top: -10px;
    right: -6px;
    width: 20px;
    height: 20px;
    background: #d72526;
    color: #fff;
    border-radius: 50%;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
}

.page-template-dashboard-edit-boycott .details_form .select2-selection {
    height: auto;
    min-height: 70px;
}

.page-template-dashboard-edit-boycott .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 7px;
    font-size: 13px;
}

 .password-input-wrap {
        position: relative;
    }

    .password-input-wrap input {
        width: 100%;
        padding-right: 30px;
    }

    .toggle-password {
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 16px;
        color: #666;
    }
    .details_list li.current-profile-menu a {
    background-color: var(--red);
    color: var(--white);
   }
.dropdown-menu {
    max-height: 400px;   /* Set your preferred height */
    overflow-y: auto;    /* Enable vertical scroll */
    overflow-x: hidden;
}
/* 23-02-2026 end KM */

/* 25.02.26 */
.error-404.not-found {
    padding: 170px 0 50px;
}
.page-content {
    padding: 50px 0 0;
    text-align: center;
}
.err_img_box{
    max-width: 500px;
    margin: 0 auto 30px;
}
.error-sec-main{
    padding: 70px 0 50px;
    text-align: center;
}

/* .loop-item-0 .bbp-forum-info .bbp-forum-title {
    padding: 20px 25px;
    color: var(--red);
    font-size: 15px;
    background-color: var(--sec-bg);
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    max-width: fit-content;
}
.loop-item-0 .bbp-forum-info .bbp-forum-title:hover {
    color: var(--sec-bg);
    background-color: var(--red);
} */
.bbp-forum-info .bbp-forum-content{
    font-size: 13px;
    margin: 10px 0;
}
.custom-inner-page{
    padding: 170px 0 50px;
    /* text-align: center; */
}
.custom-inner-page .entry-title{
    margin-bottom: 20px;
}
.bbp-submit-wrapper .submit {
    color: var(--white);
    padding: 14px 30px;
    background-color: var(--red);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    line-height: 1;
    border:1px solid var(--red);
    outline: none;
    font-size: 18px;
    transition:.5s;
}
.bbp-submit-wrapper .submit:hover{
    background-color: var(--white);
    color:var(--red);

}
.bbp-search-form {
    margin-bottom: 10px;
}
.bbp-search-form form input[type="text"]{
    height: 45px;

}
.bbp-reply-author .bbp-author-link{
    display: inline-block;
    width: 100%;
}
.bbp-reply-author .bbp-author-avatar{
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.bbp-reply-author .bbp-author-avatar img{
    margin: 0 !important;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.bbp-reply-content p{
    margin-top: 20px;
    width: calc(100% - 100px);
}
.error404 header,.error404 footer{
    display: none;
}
.bbp-breadcrumb{
    display: none;
}
.bbp-forum-title{
    font-weight: 800;
    transition: .5s;
}
.bbp-forum-title:hover{
    color: var(--red);
}
.back-dash-btn-warp {
    text-align: center;
}
.bbpress .navbar .menu-item a{
    color: #404040;
}
.bbpress .main-head.fixed .navbar .menu-item a{
    color: var(--white);
}
.bbp-author-link {
    pointer-events: none;
    cursor: default !important;
}

/*support css udpate 27/2/2026*/
.filter-custom-drop{
    position: relative;
}
.filter-custom-drop .boycott-filter-dropdown{
    position: absolute;
    right: 0;
    top: 100%;
    background-color: var(--white);
    box-shadow: 0px 2.60904px 32.613px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    border-radius: 10px;
    padding: 10px 15px 15px 15px;
    z-index: 1;
}
.filter-custom-drop .boycott_filter{
    font-weight: 600;
    font-size: 16px;
}
.filter-custom-drop .boycott-filter-dropdown select{
    border-bottom: 1px solid #E3E5EC;
        padding: 10px 24px 10px 0;
            background: url(images/dropdown.svg) no-repeat calc(100% - 6px) center transparent;
    background-size: 13px;
    
}
.filter-custom-drop form button{
    background-color: var(--red);
      padding: 8px 13px;
    font-size: 15px;
    min-width: 100px;
    color: var(--white);
    border-radius: 11px;
    border: 1px solid var(--red);
    margin-top: 15px;
    transition: 0.5s;
}
.filter-custom-drop form button:hover{
    background-color: var(--white);
    color: var(--red);
}
.image_tbl_item{
    width: 66px;
    height: 66px;
}



/*support css udpate 27/2/2026*/

.page-id-344 .navbar-nav>li>a, .page-id-342 .navbar-nav>li>a {
    color: var(--black)
}
/* .page-id-344 .main-head.fixed .navbar .menu-item a ,
.page-id-342 .main-head.fixed .navbar .menu-item a{
    color: var(--white);
} */

/* ========== responsive css =========== */



@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }


}

@media(min-width:1200px) {

.bbpress h1,.bbp-user-page h1{
    font-size: 50px;
}
}
@media(min-width:1599px) {
    .container {
        max-width: 1464px;
    }

    .container.lg {
        max-width: 1744px;
    }

}


@media(max-width:1699px) {
    .cmn_sldr_btn_wrp .next {
        margin-right: -70px;
    }

    .cmn_sldr_btn_wrp .prev {
        margin-left: -70px;
    }

    .banner_sec {
        min-height: 966px;
    }

    .navbar-brand {
        max-width: 212px;
        border-radius: 0px 0px 30px 30px;
    }

    .cmn_btn {
        padding: 20px 30px;
    }

    .main-head.fixed .navbar-brand {
        max-width: 184px;
    }

    .foot_logo {
        max-width: 190px;
        border-radius: 30px;
    }

}

@media(max-width:1599px) {
    body {
        font-size: 16px;
    }

    h1,
    .h1-title {
        font-size: 70px;
    }

    h2,
    .h2-title {
        font-size: 48px;
    }

    h4,
    .h4-title {
        font-size: 26px;
    }

    .counter_text {
        font-size: 30px;
    }

    .banner_sec {
        min-height: 836px;
    }

    .spl_txt {
        letter-spacing: 1em;
    }

    .slider_btn_one {
        height: 50px;
        width: 50px;
    }

    .cmn_sldr_btn_wrp .next {
        margin-right: -34px;
    }

    .cmn_sldr_btn_wrp .prev {
        margin-left: -34px;
    }

    .popular_btm {
        padding: 26px 23px;
    }

    .why_btm_rgt .count {
        font-size: 54px;
    }

    .why_btm_rgt .num {
        font-size: 50px;
    }

    .cmn_gap {
        padding: 80px 0;
    }

    .counter_wrap {
        padding: 45px 70px;
        border-radius: 40px;
    }

    .counter_sec {
        border-radius: 50px 50px 0 0;
        margin-top: -100px;
    }

    .why_sec {
        border-radius: 50px;
    }

    .why_btm_rgt p {
        letter-spacing: 0.2em;
        font-size: 14px;
    }

    .slider_btn_one {
        height: 43px;
        width: 43px;
    }

    .place_name {
        margin: 6px;
    }

    .why_btm_rgt .num {
        margin-left: -8px;
    }

    .about_sec {
        margin-top: -296px;
    }

    .story_row {
        --bs-gutter-x: 18px;
        --bs-gutter-y: 18px;
    }

    .cmn_bnr_btm_sec {
        margin-top: -260px;
        border-radius: 50px;
    }

    .analytics-table table thead tr th {
        font-size: 18px;
    }

    .analytics-body {
        padding: 20px;
    }

    .boycott-dtls-sec.cmn_gap {
        padding-top: 170px;
    }

    .boycott-dtls-main-wrp {
        padding-top: 30px;
    }

    .container.full {
        padding: 0 30px;
    }

    .dash-header {
        padding: 18px 0 18px 275px;
    }

    .dashboard-cntnt-wpr {
        padding: 92px 30px 78px 300px;
    }

    .dash-siderbar {
        padding: 20px 30px 78px 30px;
        width: 300px;
    }

    .dash-txt {
        font-size: 25px;
    }

    .dash-side-menu-list li a {
        font-size: 14px;
        padding: 15px 12px;
    }

    .logout-btn {
        padding: 20px;
    }

    .cmn_btn.dash_cmn_btn {
        min-width: 175px;
        padding: 16px 24px;
    }

    .dash-lang-wrp {
        margin-right: 20px;
    }

    .dash-lang-wrp select {
        padding: 0 20px 0 5px;
    }

    .dashboard-table-head {
        padding: 0 12px;
    }
}

@media(max-width:1800px) {
    .dash_main_lft {
        width: 24%;
    }

    .dash_main_rgt {
        width: 76%;
    }

    .boycott_main_lft {
        width: 62%;
    }

    .boycott_main_rgt {
        width: 38%;
    }

    .boycott_dash_col {
        width: 100%;
    }

    .boycott_items {
        font-size: 18px;
    }

    .boycott_table .your_name {
        min-width: 140px;
    }

    .boycott_table .your_loc {
        min-width: 160px;
    }

    .boycott_table .your_target {
        min-width: 220px;
    }

    .boycott_table .your_reason {
        min-width: 155px;
    }

    .boycott_table .your_date {
        min-width: 140px;
    }

    .boycott_table .your_suggest {
        min-width: 170px;
    }

    .boycott_table .your_image {
        min-width: 250px;
    }

    .boycott_table .your_status {
        min-width: 118px;
    }

    .boycott_table .your_action {
        min-width: 140px;
    }
}

@media(max-width:1650px) {
    .boycott_items {
        padding: 18px 20px;
    }
}




@media(max-width:1399px) {
    .story_crd {
        padding: 38px 27px;
    }

    .banner_wrapper {
        padding: 170px 0;
    }

    .cata_bx_hdr {
        padding: 20px 18px;
    }

    .cata_col_lft {
        width: 30%;
    }

    .cata_col_rgt {
        width: 70%;
    }

    .boycott-dtls-head h1 {
        font-size: 60px;
    }

    .boycott-dtls-head {
        max-width: 760px;
    }

    .dashboard-main-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .dashboard-main-rgt {
        width: 100%;
    }

    .dashboard-cntnt-wpr {
        height: auto;
    }

    .dash-header.fixed {
        -webkit-box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
        box-shadow: 50px 5px 25px rgba(2, 24, 63, 0.1);
    }

    .dash-nav-logo {
        max-width: 120px;
    }

    .dashboard-cntnt-inn {
        padding-top: 30px;
        height: auto;
    }

    .dash_main_lft {
        width: 30%;
    }

    .dash_main_rgt {
        width: 70%;
    }

    .dash_one {
        width: 50%;
    }

    .boycott_main_lft {
        width: 100%;
    }

    .boycott_main_rgt {
        width: 100%;
    }

    .boycott_dash_col {
        width: 50%;
    }

    .boycott_main_rgt_wrap {
        margin-top: 38px;
    }

    .boycott_items {
        padding: 12px 15px;
    }

    .boycott_top_row {
        margin: -7px;
    }

    .boycott_top_col {
        padding: 7px;
    }

    .creat_image {
        max-width: 54px;
    }

    .creat_txt h2 {
        font-size: 18px;
    }

    .creat_row {
        margin: 0 -10px;
    }

    .creat_col {
        padding: 0 10px;
    }

    .creat_txt h2 {
        font-size: 16px;
    }

    .details_input_file {
        height: 103px;
        width: 115px;
        border: 1px solid var(--sec-bg);
        border-radius: 12px;
        margin: 0 11px 15px 0;
        width: 10%;
    }

    .details_form input {
        height: 60px;
    }

    .details_form select {
        height: 60px;
    }

    .range-labels {
        margin-bottom: 40px;
    }

    .details_spl_date {
        position: relative;
        height: 60px;
    }

    /* Css 20-02-26 Start */
    .details_form .select2-selection {
        height: 60px;
    }

    .select2-search__field {
        height: 100% !important;
    }

    /* Css 20-02-26 End */

    .page-template-dashboard-edit-boycott .details_form .select2-selection {
        min-height: 60px;
    }



}



@media(max-width:1199px) {

    h1,
    .h1-title {
        font-size: 64px;
    }

    h2,
    .h2-title {
        font-size: 44px;
    }

    h4,
    .h4-title {
        font-size: 24px;
    }

    .navbar-brand {
        max-width: 172px;
    }

    .main-head.fixed .navbar-brand {
        max-width: 154px;
    }

    .cmn_btn {
        padding: 14px 20px;
    }

    .banner_sec {
        min-height: 706px;
    }

    .spl_txt {
        letter-spacing: 0.8em;
    }

    .counter_text {
        font-size: 26px;
    }

    .popular_items {
        padding: 0 12px;
    }

    .place_name {
        padding: 7px 17px;
        margin: 6px;
        font-size: 14px;
    }

    .pop_place {
        margin: -6px;
    }

    .slider_btn .cmn_btn {
        padding: 12px 20px;
    }

    .cmn_sldr_btn_wrp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 20px;
    }

    .slider_btn_one {
        margin: 0 8px;
    }

    .navbar-nav>li {
        margin: 0 20px;
    }

    .counter_image {
        height: 80px;
        width: 80px;
    }

    .counter_image img {
        max-width: 34px;
    }

    .popular_btm {
        padding: 24px 12px;
    }

    .why_btm_prt_wrap {
        padding: 10px 0 0 10px;
        border-radius: 20px 0 0 8px;
    }

    .why_lft_innr_col,
    .why_rgt_innr_col {
        width: 50%;
    }

    .why_lft_row {
        margin: 0 -6px;
    }

    .form_one input[type="email"] {
        height: 62px;
        border-radius: 20px;
        padding: 10px 80px 10px 28px;
    }

    .form_one input[type="submit"] {
        background-size: 20px;
        height: 50px;
        border-radius: 12px;
    }

    .foot_logo {
        max-width: 170px;
        border-radius: 20px;
    }

    .foot_links li {
        padding: 0 26px;
    }

    .foot_links {
        margin: 0 -26px;
    }

    .why_btm_rgt .count {
        font-size: 46px;
    }

    .why_btm_rgt .num {
        font-size: 40px;
    }

    .why_btm_icon {
        height: 84px;
        width: 84px;
        padding: 19px;
    }

    .social_links li {
        padding: 0 4px;
    }

    .why_btm_rgt .num {
        margin-left: -6px;
    }

    .why_lft_innr_col,
    .why_rgt_innr_col {
        padding: 0 6px;
    }

    .about_sec {
        margin-top: -230px;
    }

    .story_crd {
        padding: 29px 18px;
    }

    .abt_row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .matter_row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .choose_row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .subcategory.form_input_check label span {
        font-size: 15px;
    }

    .faq_part {
        padding: 12px;
    }

    .cata_col_lft {
        width: 34%;
    }

    .cata_col_rgt {
        width: 66%;
    }

    .cmn_bnr_btm_sec {
        margin-top: -220px;
    }

    .boycott-dtls-row {
        --bs-gutter-x: 20px;
    }

    .boycott-dtls-col-rgt {
        width: 40%;
    }

    .boycott-dtls-col-left {
        width: 60%;
    }

    .boycott-dtls-sec.cmn_gap {
        padding-top: 150px;
    }

    .boycott-dtls-head h1 {
        font-size: 52px;
    }

    .boycott-dtls-rch-txt h2 {
        font-size: 28px;
    }

    .dash-siderbar {
        padding: 18px 20px 78px 20px;
        width: 270px;
    }

    .dashboard-cntnt-wpr {
        padding: 90px 20px 78px 280px;
    }

    .dash-header {
        padding: 18px 0 18px 249px;
    }

    .dash-user-name span {
        font-size: 13px;
    }

    .dash-user-name p {
        font-size: 14px;
    }

    .cmn_btn.dash_cmn_btn {
        min-width: 145px;
        padding: 14px 16px;
    }

    .dash_main_lft {
        width: 100%;
    }

    .dash_main_rgt {
        width: 100%;
    }

    .details_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .details_list li {
        padding: 0 15px;
    }

    .dash_main_lft {
        margin-bottom: 20px;
    }

    .creat_col {
        width: 50%;
    }

    .dash_txt_new p {
        font-size: 18px;
    }

    .creat_dash_header {
        margin-bottom: 15px;
    }

    .details_input_file {
        height: 91px;
        width: 115px;
        border: 1px solid var(--sec-bg);
        border-radius: 12px;
        margin: 0 12px 15px 0;
        width: 11%;
    }

    .state_slider .slick-list {
        margin: 0 -12px;
    }

    .recnt_slider .slick-list {
        margin: 0 -12px;
    }

    .popular_slider .slick-list {
        margin: 0 -12px;
    }

    .trending-col .popular_inner {
        border: none;
        -webkit-box-shadow: 0px 2.60904px 32.613px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2.60904px 32.613px rgb(0 0 0 / 4%);
    }

    .contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields {
        gap: 20px;
    }

    .contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield input,
    .contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield textarea {
        height: 50px;
    }

}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    /* .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    } */

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        /* width: 100%; */
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        /* width: 100%; */
        opacity: 1;
    }

    /* navbar end*/
    .range-value {
        font-size: 14px;
    }

    .details_input_file {
        height: 64px;
        width: 115px;
        border: 1px solid var(--sec-bg);
        border-radius: 12px;
        margin: 0px 7px 15px 0;
        width: 10%;
    }


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 20px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: var(--white);
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0 0 5px 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: var(--bodycolor);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        /* height: 100%; */
        overflow: hidden;
    }

    /* push nav end */

    .navbar-brand {
        max-width: 172px;
        left: 77px;
    }

    .nav_btn {
        margin-left: auto;
    }

    h1,
    .h1-title {
        font-size: 58px;
    }

    h2,
    .h2-title {
        font-size: 40px;
    }

    .counter_col {
        width: 50%;
    }

    .counter_row {
        --bs-gutter-y: 30px;
    }

    .main-head {
        padding: 18px 0;
    }

    .cmn_gap {
        padding: 60px 0;
    }

    .why_col_lft {
        width: 100%;
    }

    .why_col_rgt {
        width: 100%;
    }

    .why_rgt {
        padding-left: 0;
    }

    .why_row {
        --bs-gutter-y: 30px;
    }

    .foot_links li {
        padding: 0 15px;
    }

    .foot_links {
        margin: 0 -15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        display: none;
    }

    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li.menu-item-has-children:hover>a {
        color: var(--bodycolor);
        background: var(--white);
    }

    .navbar-nav>li>a {
        font-weight: 500;
    }

    .social_links li a {
        height: 45px;
        width: 45px;
        padding: 13px;
    }

    .banner_wrapper {
        padding: 150px 0;
    }

    .why_btm_prt_wrap {
        padding: 11px 0 11px 11px;
        border-radius: 20px 0 0 20px;
    }

    .range-labels {
        font-size: 16px;
    }

    .abt_rgt_wrap {
        max-width: 100%;
        padding-left: 0px;
    }

    .abt_col_lft,
    .abt_col_rgt {
        width: 100%;
    }

    .abt_row {
        --bs-gutter-y: 35px;
    }

    .matter_lft_wrap {
        padding-right: 0px;
    }

    .matter_col_lft,
    .matter_col_rgt {
        width: 100%;
    }

    .matter_row {
        --bs-gutter-y: 35px;
    }

    .choose_row {
        --bs-gutter-y: 35px;
    }

    .choose_rgt_wrap {
        padding-left: 0px;
        max-width: 100%;
    }

    .contact_col_lft,
    .contact_col_rgt {
        width: 100%;
    }

    .contact_row {
        --bs-gutter-y: 35px;
    }

    .story_col {
        width: 50%;
    }


    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 60px;
    }

    textarea {
        height: 150px;
    }

    .cata_col_lft {
        width: 100%;
        margin-bottom: 30px;
    }

    .cata_col_rgt {
        width: 100%;
    }

    .subcategory.form_input_check label {
        margin-right: 12px;
    }

    .pagination {
        margin: 50px auto 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .boycott-dtls-col-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .boycott-dtls-col-rgt {
        width: 100%;
    }

    .analytics-desc {
        max-width: 560px;
    }

    .boycott-dtls-sec.cmn_gap {
        padding-top: 130px;
    }

    .boycott-dtls-head h1 {
        font-size: 48px;
    }

    .boycott-dtls-body .main-head .navbar-toggler .stick,
    .boycott-dtls-body .main-head .navbar-toggler .stick:after,
    .boycott-dtls-body .main-head .navbar-toggler .stick:before {
        background: var(--bodycolor);
    }

    .boycott-dtls-body .main-head.fixed .navbar-toggler .stick,
    .boycott-dtls-body .main-head.fixed .navbar-toggler .stick:after,
    .boycott-dtls-body .main-head.fixed .navbar-toggler .stick:before {
        background: var(--white);
    }

    .boycott-dtls-body .main-head .navbar-toggler .stick.open:after,
    .boycott-dtls-body .main-head .navbar-toggler .stick.open:before {
        background: var(--white);
    }

    .boycott-dtls-body .navbar-nav>li>a {
        color: var(--white);
    }

    .boycott-dtls-body .main-head .navbar-nav>li.current-menu-item>a,
    .boycott-dtls-body .main-head .navbar-nav>li>a:hover,
    .boycott-dtls-body .main-head .navbar-nav>li.menu-item-has-children:hover>a {
        color: var(--bodycolor);
    }

    .dash-siderbar {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 999;
        width: 250px;
        padding: 0;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        background-color: var(--white-color);
        z-index: 9999;
    }

    .dashboard-cntnt-wpr {
        padding: 80px 20px 30px 20px;
    }

    .dash-header {
        padding: 18px 10px;
        border-bottom: 1px solid #E3E5EC;
    }

    .container.full {
        padding: 0 20px;
    }

    .dash-ftr-sec {
        position: static;
    }

    .dash-tgl {
        display: block;
    }

    .dash-txt {
        font-size: 22px;
    }

    .dash-cross {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle.open {
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    .dash-siderbar.add {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .dash-siderbar-wrp {
        border-radius: 0;
    }

    .dashboard-cntnt-inn {
        border-top: none;
    }

    .dash_form_wrap input {
        height: 40px;
    }

    .details_list li {
        padding: 0 6px;
    }

    .boycott_items {
        font-size: 18px;
    }

    .boycott_rgt_btm {
        padding-bottom: 20px;
    }

    .dash_txt_new p {
        font-size: 17px;
    }

    .creat_btm {
        margin: 25px 0 20px 0;
    }

    .details_input_file {
        height: 64px;
        width: 115px;
        border: 1px solid var(--sec-bg);
        border-radius: 12px;
        margin: 0px 6px 15px 0;
        width: 9%;
    }

    .details_form input {
        height: 50px;
    }

    .details_form select {
        height: 50px;
    }

    .details_col {
        width: 50%;
    }

    .details_col_lrg {
        width: 100%;
    }

    .creat_dash_header h1 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .range-value {
        padding: 10px 11px;
        font-size: 14px;
        font-weight: 600;
    }

    .cmn_hdr {
        margin-bottom: 32px;
    }

    .boycott-wrp:not(:last-child) {
        margin-bottom: 60px;
    }

    .range-labels {
        margin-bottom: 40px;
    }

    .faq_container::before {
        height: 0px;
    }

    .faq_container.is-open {
        padding: 20px 14px 2px 14px;
    }

    .analytics-head {
        padding: 17px 22px;
    }

    .story_hdr {
        margin: 0 auto 50px auto;
    }

    /* Css 20-02-26 Start */
    .details_form .select2-selection {
        height: 50px;
        padding: 5px 15px 6px 8px;
    }

    .select2-selection__rendered {
        display: flex !important;
        align-items: center;
    }

    .preview-item-img {
        width: 82px;
        height: 82px;
    }

    #image-preview-container {
        gap: 13px;
    }

    /* Css 20-02-26 End */

    .page-template-dashboard-edit-boycott .preview-item>img {
        width: 82px;
        height: 82px;
    }

    .page-template-dashboard-edit-boycott .details_form .select2-selection {
        min-height: 50px;
    }

    /* 25.02.26 */
.custom-inner-page{
    padding: 140px 0 50px;
}

}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .cmn_btn {
        padding: 14px 11px;
    }

    .counter_image {
        height: 75px;
        width: 75px;
    }

    .counter_image {
        margin-bottom: 16px;
    }

    .cmn_hdr {
        margin-bottom: 45px;
    }

    .why_btm_icon {
        height: 73px;
        width: 73px;
        padding: 19px;
    }

    .why_btm_rgt .count {
        font-size: 35px;
    }

    .why_btm_rgt p {
        font-size: 13px;
    }


    h2,
    .h2-title {
        font-size: 35px;
    }

    .foot_one {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .foot_two,
    .foot_three {
        width: 50%;
    }

    .foot_btm_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .foot_btm_lft {
        margin-bottom: 16px;
    }

    .footer_sec {
        padding-top: 70px;
    }

    .foot_row {
        margin: 0 -12px;
    }

    .cmn_foot {
        padding: 0 12px;
    }

    .about_sec {
        border-radius: 42px;
    }

    .matter_sec {
        border-radius: 42px;
    }

    .boycott-dtls-head h1 {
        font-size: 44px;
    }

    .boycott-dtls-rch-txt h2 {
        font-size: 26px;
    }

    .dash-header .dash-user-name {
        display: none;
    }

    .container.full {
        padding: 0 12px;
    }

    .dash-txt {
        font-size: 18px;
    }

    .dash-tgl {
        max-width: 22px;
    }

    .dashboard-table-head-left h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .details_list li {
        padding: 0 3px;
    }

    .dash_form_wrap input {
        height: 34px;
    }

    .details_list li a {
        padding: 20px 16px;
    }

    .dash_main_row {
        margin: 0 -12px;
    }

    .dash_main_lft {
        padding: 0 12px;
    }

    .dash_main_rgt {
        padding: 0 12px;
    }

    .boycott_main_row {
        margin: 0 -12px;
    }

    .boycott_main_lft {
        padding: 0 12px;
    }

    .boycott_main_rgt {
        padding: 0 12px;
    }

    .boycott_items {
        font-size: 16px;
    }

    .boycott_dash_col {
        width: 100%;
    }

    .dash_txt_new p {
        font-size: 15px;
    }

    .creat_dash_header {
        margin-bottom: 4px;
    }

    .creat_btn {
        min-width: 100px !important;
        padding: 14px 7px !important;
        font-size: 13px;
    }

    .details_form input::-webkit-input-placeholder {
        color: var(--bodycolor);
        font-size: 13px;
    }

    .details_form textarea {
        font-size: 13px;
    }

    .details_form select {
        font-size: 13px;
    }

    .details_input_file {
        height: 64px;
        width: 115px;
        border: 1px solid var(--sec-bg);
        border-radius: 12px;
        margin: 0px 6px 15px 0;
        width: 13%;
    }

    .details_form input[type="submit"] {
        background: var(--red);
        color: var(--white);
        height: 50px;
        border-radius: 20px;
        border: 1px solid var(--red);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 14px;
        padding-right: 14px;
    }

    .cmn_hdr {
        margin-bottom: 33px;
    }

    .faq_container.is-open {
        padding: 20px 14px 15px 14px;
    }

    .dashboard-main-rgt {
        padding: 0 12px;
    }

    .dashboard-main-left {
        padding: 0 12px;
    }

    .dashboard-main-row {
        margin: 0 -12px;
    }

    .dashboard-main-pro-dtls-wrp {
        padding-right: 0;
    }

    .contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields {
        gap: 12px;
    }

    .contact_form_wrap .gform_wrapper form .gform-body.gform_body .gform_fields .gfield textarea {
        min-height: 200px;
        height: 200px;
    }

    .contact_form_wrap .gform_wrapper form .gform-body.gform_body+.gform-footer.gform_footer {
        margin-top: 10px;
    }

    .contact_form_wrap .gform_wrapper form .gform-body.gform_body+.gform-footer.gform_footer>input[type="submit"] {
        height: 40px;
        border-radius: 10px;
        font-size: 15px;
    }

    .comment-section-warp h2,
    .comment-section-warp h3 {
        font-size: 26px;
        margin: 0 0 16px;
    }

    .mapTooltip {
        font-size: 14px;
        padding: 7px 12px !important;
    }

  

}

@media (max-width: 575px) {
    .navbar-brand {
        max-width: 172px;
    }

    .cmn_btn img {
        margin-right: 8px;
        max-width: 15px;
    }

    .cmn_btn {
        font-size: 15px;
    }

    .banner_wrapper {
        padding: 146px 0;
    }

    h1,
    .h1-title {
        font-size: 50px;
    }

    .counter_wrap {
        padding: 45px 20px;
    }

    .counter_image {
        height: 70px;
        width: 70px;
    }

    .why_btm_icon {
        height: 60px;
        width: 60px;
        padding: 16px;
    }

    .why_btm_rgt p {
        font-size: 12px;
    }

    .social_links li a {
        height: 40px;
        width: 40px;
    }

    .foot_two {
        margin-bottom: 30px;
    }

    .foot_two,
    .foot_three {
        width: 100%;
    }

    .social_links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .spl_txt {
        letter-spacing: 0.6em;
    }

    .why_lft_innr_col,
    .why_rgt_innr_col {
        padding: 0 4px;
    }

    .why_lft_row {
        margin: 0 -4px;
    }

    .counter_sec {
        border-radius: 30px 30px 0 0;
        margin-top: -90px;
    }

    .counter_wrap {
        border-radius: 20px;
    }

    .why_sec {
        border-radius: 30px;
    }

    .page-wrapper {
        border-radius: 0 0 30px 30px;
        margin-bottom: -30px;
    }

    .foot_links_btm {
        margin: 0 -12px -4px;
    }

    .foot_links_btm li {
        padding: 0 12px;
        margin-bottom: 4px;
    }

    .cmn_hdr {
        margin-bottom: 28px;
    }



    .story_col {
        padding: 0px 12px;
        width: 100%;
    }

    .about_sec {
        border-radius: 30px;
    }

    .cmn_gap {
        padding: 45px 0;
    }

    .story_hdr {
        margin: 0 auto 8px auto;
    }



    .form_bx {
        margin-bottom: 20px;
    }

    input[type="submit"] {
        height: 50px;
        border-radius: 10px;
    }

    .abt_lft_image,
    .matter_rgt_image {
        border-radius: 20px;
    }

    .story_crd {
        border-radius: 20px;
        padding: 26px;
    }

    .cmn_bnr_btm_sec {
        border-radius: 30px;
    }

    .boycott-dtls-head h1 {
        font-size: 40px;
    }

    .boycott-dtls-sec.cmn_gap {
        padding-top: 120px;
    }

    .boycott-dtls-main-wrp {
        padding-top: 20px;
    }

    .boycott-dtls-rch-txt h2 {
        font-size: 24px;
    }

    .dash-head-btn {
        position: fixed;
        right: 0;
        bottom: 110px;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }

    .dash-head-btn .cmn_btn.dash_cmn_btn {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        min-width: auto;
        border-radius: 0 6px 6px 0;
        padding: 14px 10px;
    }

    .dash-user-wrp {
        margin-right: 0;
    }

    .dashboard-table-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }

    .dashboard-table-head-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

    .dashboard-table-head-rgt {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .dashboard-table-head-drop select {
        padding-left: 0;
    }

    .pro-dtls-wrp h2 {
        font-size: 20px;
    }

    .dashboard-table-head-left h1 {
        padding-right: 10px;
    }

    .dashboard-cntnt-wpr {
        padding: 80px 12px 30px 12px;
    }

    .dash-header {
        padding: 12px 0;
    }

    .details_list li a {
        padding: 20px 11px;
    }

    .details_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dash_main_rgt_wrapper {
        padding: 36px 20px 48px 20px;
    }

    .boycott_items {
        padding: 12px 9px;
        border-radius: 9px;
    }

    .creat_btn {
        min-width: 100px !important;
        padding: 14px 10px !important;
    }

    .creat_btn {
        min-width: 44px !important;
    }

    .creat_image {
        max-width: 47px;
    }

    .details_col {
        width: 100%;
    }

    .details_input_file {
        height: 64px;
        width: 115px;
        border: 1px solid var(--sec-bg);
        border-radius: 12px;
        margin: 0px 6px 15px 0;
        width: 15%;
    }

    .comment-section-warp h2,
    .comment-section-warp h3 {
        font-size: 22px;
        margin: 0 0 16px;
    }

    .comment-section-warp ol li .comment-metadata {
        font-size: 10px;
    }

    .comment-section-warp ol .comment-author.vcard .fn a {
        font-size: 10px;
    }

    .comment-section-warp ol li .comment-meta {
        gap: 4px;
    }

    .comment-section-warp ol .comment-author.vcard .avatar {
        width: 26px;
        height: 26px;
    }

    .comment-section-warp ol li .reply a {
        font-size: 12px;
        padding: 8px 18px;
    }

    .comment-section-warp ol li ol {
        padding: 14px 0 0 15px;
    }
/* 25.02.26 */
.bbp-reply-content p {
   margin-top: 0;
}
/*support css udpate 27/2/2026*/
.filter-custom-drop .boycott-filter-dropdown{
    right: auto;
    left: 3px;
}
.filter-custom-drop .boycott-filter-dropdown select{
    font-size: 14px;
}
/*support css udpate 27/2/2026*/
}

@media (max-width: 479px) {
    body {
        font-size: 15px;
    }

    .spl_txt {
        letter-spacing: 0.4em;
    }

    h1,
    .h1-title {
        font-size: 40px;
    }

    .cmn_btn {
        font-size: 13px;
    }

    .navbar-brand {
        max-width: 155px;
        padding: 8px 25px;

    }

    .navbar-toggler {
        margin-left: auto;
    }

    .banner_sec {
        min-height: 600px;
    }

    .counter_col {
        width: 100%;
    }

    h2,
    .h2-title {
        font-size: 30px;
    }

    .why_btm_rgt .count {
        font-size: 25px;
    }

    .why_btm_rgt .num {
        font-size: 24px;
    }

    .why_btm_prt {
        padding: 15px 11px;
        border-radius: 12px;
    }

    .why_btm_icon {
        border-radius: 10px;
    }

    .why_btm_rgt p {
        letter-spacing: 1px;
    }

    .form_one input[type="email"] {
        height: 50px;
    }

    .form_one input[type="submit"] {
        height: 38px;
        padding: 0 20px;
    }

    ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .foot_logo {
        max-width: 150px;
    }

    .boycott-wrp:not(:last-child) {
        margin-bottom: 60px;
    }

    .counter_text {
        font-size: 22px;
    }

    .nav_btn {
        position: fixed;
        right: 0;
        bottom: 100px;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }

    .nav_btn .cmn_btn {
        border-radius: 0 6px 6px 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    .nav_btn .cmn_btn img {
        display: none;
    }


    .banner_wrapper {
        padding: 100px 0 140px;
    }

    .why_btm_rgt .num {
        margin-left: -4px;
    }

    .why_rgt_innr_image,
    .why_lft_innr_image {
        border-radius: 12px;
    }


    .form_bx textarea {
        height: 159px;
    }

    .about_sec {
        border-radius: 50px 50px 0 0;
    }

    .matter_sec {
        border-radius: 50px;
    }

    p {
        font-size: 14px;
    }

    .about_sec {
        border-radius: 25px 25px 0 0;
    }

    .story_crd {
        padding: 28px 24px;
    }

    .matter_sec {
        border-radius: 25px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 50px;
        padding: 0 10px;
    }

    .form_bx textarea {
        height: 130px;
        padding: 16px 10px;
    }

    h4,
    .h4-title {
        font-size: 22px;
    }

    .boycott-dtls-head h1 {
        font-size: 32px;
    }

    .boycott-dtls-tag {
        padding: 8px 14px;
    }

    .boycott-dtls-img {
        border-radius: 12px;
    }

    .analytics-table table tbody tr td {
        font-size: 14px;
        padding: 12px 12px;
    }

    .analytics-table table {
        min-width: 410px;
    }

    .boycott-dtls-sec.cmn_gap {
        padding-top: 90px;
    }

    .popular_sec.related_sec .popular_hdr.cmn_hdr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popular_sec.related_sec .popular_hdr.cmn_hdr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .popular_sec.related_sec .popular_hdr.cmn_hdr h2 {
        margin-bottom: 12px;
        padding-right: 20px;
    }

    .popular_sec.related_sec .cmn_sldr_btn_wrp .slider_btn_one {
        margin: 5px;
    }

    .popular_sec.related_sec .cmn_sldr_btn_wrp {
        margin: -5px;
    }

    .online-data-lnk {
        padding: 8px 14px;
        margin: 6px;
    }

    .online-data {
        margin: -6px;
    }

    .online-data-lnk img {
        width: 16px;
    }

    .pro-dtls-wrp h2 {
        font-size: 18px;
    }

    .pro-dtls-wrp {
        padding: 4px 4px 4px 12px;
    }

    .expr-btn .cmn_btn {
        padding: 10px 16px;
        border-radius: 8px;
    }

    .dashboard-table-head-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dashboard-table-head-left h1 {
        padding-right: 0;
    }

    /* .dashboard-table-head-rgt {
        flex-direction: column;
        align-items: flex-start;
    } */

    .dashboard-table-head-drop select {
        padding-right: 45px;
    }

    .dashboard-table-head-drop {
        margin-bottom: 5px;
    }

    .dashboard-table table tbody tr td {
        padding: 12px 12px;
    }

    .dashboard-table table thead tr th {
        padding: 12px 12px;
    }

    .dashboard-table table {
        min-width: 690px;
        font-size: 14px;
    }

    /* .dash-txt p {
        display: none;
    } */

    .dash-lang-wrp {
        margin-right: 12px;
    }

    .dash-ntf-wrp {
        margin-right: 12px;
    }


    /* .dash-lang-wrp>img {
        display: none;
    } */

    .dash-tgl {
        max-width: 20px;
        margin-right: 8px;
    }

    .dash-lang-wrp select {
        font-size: 13px;
    }

    .dash-user {
        width: 36px;
        height: 36px;
    }

    .dash_one {
        width: 100%;
    }

    .dash_form_wrap input {
        height: 34px;
    }

    .boycott_items {
        width: 100%;
        text-align: center;
    }

    .boycott_top_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .creat_col {
        width: 100%;
    }

    .creat_row {
        --bs-gutter-y: 15px;
    }

    .creat_dash_header h1 {
        font-size: 18px;
    }

    .creat_dash_header P {
        font-size: 14px;
    }

    .dash_txt_new p {
        font-size: 14px;
    }

    .creat_btm p {
        font-size: 14px;
    }

    .details_input_file {
        height: 64px;
        width: 115px;
        border: 1px solid var(--sec-bg);
        border-radius: 12px;
        margin: 0px 8px 15px 0;
        width: 22%;
    }

    .range-value {
        padding: 10px 9px;
        font-size: 12px;
    }

    /* 25.02.26 */

.custom-inner-page{
    padding: 110px 0 50px;
}
}

@media (max-width: 375px) {
    .cmn_btn {
        font-size: 13px;
    }

    .navbar-brand {
        max-width: 120px;
        padding: 8px 12px;
        border-radius: 0px 0px 12px 12px;
        left: 58px;
    }

    .cmn_btn img {
        margin-right: 8px;
        max-width: 11px;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 22px;
    }

    .spl_txt {
        letter-spacing: 0.3em;
    }

    h1,
    .h1-title {
        font-size: 35px;
    }

    h2,
    .h2-title {
        font-size: 26px;
    }

    .why_btm_icon {
        height: 55px;
        width: 55px;
        padding: 14px;
    }

    .why_btm_rgt .count {
        font-size: 20px;
    }

    .why_btm_rgt .num {
        font-size: 20px;
    }

    .foot_links_btm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .boycott-wrp:not(:last-child) {
        margin-bottom: 60px;
    }

    .foot_logo {
        max-width: 140px;
        border-radius: 12px;
    }

    .main-head.fixed .navbar-brand {
        max-width: 90px;
        top: -15px;
    }

    .about_sec {
        border-radius: 25px 25px 0 0;
    }

    .story_txt h3 {
        font-size: 20px;
    }

    .btm_para {
        margin: 27px auto 0 auto;
    }

    .dash_form_wrap input {
        height: 34px;
    }

    .creat_image {
        max-width: 38px;
    }

    .new_txt {
        padding: 24px 27px;
        background-color: var(--white);
        border: 1px solid #e3e5e5;
        border-radius: 14px;
        position: absolute;
        font-size: 12px;
        color: #4a4a4a;
        top: 34px;
        right: -23px;
        width: 267px;
    }

    .range-labels {
        margin-bottom: 13px;
    }
}