@media only screen and (min-width: 1200px) {
  .bg_wrapper .mb-3 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .site_header .navbar-toggler {
    order: 1;
    padding: 0;
  }

  .safety_inc_box p {
    max-width: 100%;
  }

  .resources_box h3 {
    max-width: 100%;
  }

  /*membership*/
  .membership_banner .member_banner_content_wrapper,
  .member_banner_image img {
    min-height: 340px;
  }

  .policy_cta_con_wrapper {
    padding-right: 0;
  }

  .faq_con_wrapper {
    padding-right: 20px;
  }

  .faq_section.fois_common_padding {
    padding: 75px 0;
  }

  .members_listing_area {
    gap: 50px 20px;
  }

  .members_listing_area .member_box {
    width: calc(100% / 4 - 15px);
  }

  .our_member_list .theme_heading_wrapper {
    margin-bottom: 40px;
  }

  .events_banner_content h1,
  .events_banner_content h5,
  .events_banner_content h4,
  .events_banner_content h3,
  .events_banner_content p {
    margin: 10px 0 15px 0;
  }

  .past_events.fois_common_padding {
    padding-bottom: 100px;
  }

  .theme_common_banner .theme_common_heading_wrapper {
    max-width: 100%;
  }

  .theme_common_banner p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  /*membership*/
  /*press*/
  .policy_in_press {
    margin: 50px 0;
  }

  /*press*/
  /*research*/
  .online_safety_survey .online_survey_content {
    padding: 20px;
  }

  .online_survey_content h2 {
    margin-bottom: 20px;
  }

  .online_safety_survey .theme_heading_wrapper {
    margin-bottom: 20px;
  }

  /*research*/
  /*About Us*/
  .about_banner .container {
    top: 20px;
  }

  .theme_inner_banner .banner_content_wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .theme_inner_banner .banner_content_wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .fois_promotes_sec.fois_common_padding {
    padding-top: 75px;
  }

  .fois_mission .online_survey_content p {
    max-width: 100%;
  }

  .membership_banner,
  .theme_common_banner,
  .events_banner,
  .about_banner,
  .donate_box_wrapper,
  .theme_form_policy {
    margin-top: 0;
  }

  /*About Us*/
  .policy_list_section .col-lg-4 {
    margin-bottom: 50px !important;
  }

  .policy_list_section .theme_link_wrapper {
    margin-top: -20px !important;
  }

  .login_panel .login_eq_box.logIn_details_list {
    margin-left: 0;
  }

  .blog_box .blog_con_wrapper .news_heading {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
  }

  /* New CSS  */
  .our_story_wrapper {
    background-size: 45% 95%;
  }

  .big_news_wrapper>.row {
    row-gap: 50px;
  }
}

@media only screen and (max-width: 1580px) {
  .faq_section::before {
    width: 28%;
  }
}

@media only screen and (max-width: 1400px) {
  .faq_section::before {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .state_image_wrapper img {
    display: none;
  }

  .site_header .site_logo img {
    max-width: 100px;
  }

  .site_header .loggin_user a {
    font-size: 15px;
    line-height: 24px;
  }

  .site_header {
    padding: 10px 0;
  }

  .safety_inc_box {
    padding: 0 25px;
  }

  .policy_content_box {
    margin-right: 0;
  }

  .policy_box {
    margin: 0;
  }

  .blog_box .blog_con_wrapper {
    max-width: 100%;
  }

  .policy_box .policy_box_content h3 {
    max-width: 100%;
  }

  .research_box {
    padding: 0;
  }

  .CTA_support.fois_common_padding {
    padding: 75px 0;
  }
}

@media (min-width: 200px) {
  .navbar-toggler {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 28px;
    outline: none !important;
    padding: 0;
    position: relative;
    width: 33px
  }

  .stick,
  .stick:after,
  .stick:before {
    background: #00437c;
    border-radius: 5px;
    height: 3px;
    border-radius: 25px;
    left: 3px;
    position: absolute;
    top: auto;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    width: 25px;
  }

  .stick:before {
    content: "";
    left: 0;
    top: -8px
  }

  .stick:after {
    content: "";
    left: 0;
    top: 8px
  }

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

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

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

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

  .main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
    margin: 0
  }

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

  .main-head .navigation .active-branch ul {
    margin-top: 80px
  }

  .main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 15px;
    width: 100%
  }

  .main-head .navigation .active-branch ul li.hs-item-has-children>ul {
    align-items: flex-start;
    box-shadow: none;
    margin-top: 0;
    position: relative;
    top: 0;
    width: 100%
  }

  .main-head .navigation .active-branch ul {
    flex-direction: column
  }

  .main-head .navigation .active-branch ul li.hs-item-has-children>ul>li {
    border: none
  }

  .main-head .navigation .active-branch ul .active-branch ul,
  .main-head .navigation .active-branch ul>li>.sub-menu .sub-menu {
    border: none;
    left: inherit;
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%
  }

  .main-head .navigation .active-branch ul>li.menu-item-has-children {
    padding-right: 0
  }

  .main-head .navigation .active-branch ul>li {
    margin: 0;
    padding: 0
  }

  .main-head .navigation .active-branch ul li.menu-item-has-children>a {
    padding-right: 30px !important
  }

  .main-head .navigation .active-branch ul>li:last-child {
    border-bottom: none
  }

  .main-head .navigation .active-branch ul>li:not(.hs-menu-depth-1)>a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%
  }

  .main-head .navigation .active-branch ul .active-branch ul>li>a {
    padding-left: 40px
  }

  .main-head .navigation .active-branch ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2)
  }

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

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

  .main-head .navigation .active-branch ul>li>a:after {
    bottom: 0
  }

  .navbar-collapse {
    background: #fff;
    height: 100% !important;
    margin: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    width: 290px;
    z-index: 100
  }

  .navbar-collapse,
  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    display: block !important;
    -webkit-transition: transform .2s ease-in-out !important;
    -webkit-transition: -webkit-transform .2s ease-in-out !important;
    transition: -webkit-transform .2s ease-in-out !important;
    -o-transition: transform .2s ease-in-out !important;
    transition: transform .2s ease-in-out !important;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out !important
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  .navbar-collapse .navbar-nav {
    margin: 40px 0 0 !important;
    padding: 0 15px 20px
  }

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

  #navoverlay.open {
    background-color: rgba(0, 0, 0, .4);
    pointer-events: all;
    -webkit-transition: background-color .5s linear;
    -o-transition: background-color .5s linear;
    transition: background-color .5s linear
  }

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

  .site_header .navigation ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #212832;
  }

  .loggin_user {
    margin-right: 15px;
        margin-left: 15px;
  }

  .site_header .navigation ul li.dropdown a {
    width: 100%;
  }

  .site_header .navigation ul li.dropdown button.toggle_drop {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site_header .navigation ul li.dropdown {
    flex-direction: column;
  }

  .site_header .navigation ul li.dropdown.toggle_open .toggle_drop {
    transform: rotate(180deg);
  }

  .site_header .navigation .navbar-nav ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    border: none;
  }

  .site_header .navigation ul li.dropdown ul li a {
    padding-left: 30px;
  }

  .log_header_wrap {
    padding: 15px 10px;
  }

  .log_header_wrap .menu_inner_logo img {
    width: 100%;
    max-width: 45px;
  }
}

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

  h1,
  .theme_common_banner h1,
  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .home_banner {
    min-height: 360px;
    height: 70vh;
  }

  .safety_inc .theme_heading_wrapper h2 {
    max-width: 100%;
  }

  .fois_common_padding {
    padding: 45px 0;
  }

  .resources_box {
    padding: 25px 15px;
    padding-bottom: 50px;
  }

  .footer_logo {
    text-align: left;
    margin-bottom: 25px;
  }

  .site_footer h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .newletters_mail {
    padding: 30px 20px;
  }

  .footer_social_media ul li a {
    font-size: 24px;
  }

  .member_banner_content_wrapper .member_banner_content {
    width: 100%;
    max-width: 100%;
  }

  .membership_banner .member_banner_content_wrapper {
    min-height: 340px;
    padding: 30px;
  }

  .member_banner_content_wrapper .member_banner_content {
    padding: 0 20px;
  }

  .member_banner_image img {
    min-height: 240px;
  }

  .policy_cta_form {
    margin-top: 25px;
  }

  .form_inner_wrapper textarea {
    height: 120px;
  }

  .policy_cta_con_wrapper .theme_heading_wrapper p {
    max-width: 100%;
    margin-top: 12px;
  }

  .form_inner_wrapper input[type=submit] {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .form_inner_wrapper .form-group {
    margin-bottom: 15px;
  }

  .form_inner_wrapper label {
    margin-bottom: 5px;
  }

  .faq_con_wrapper {
    margin-bottom: 25px;
  }

  .faq_section::before {
    width: 50%;
  }

  .members_listing_area {
    gap: 20px 15px;
  }

  .members_listing_area .member_box {
    width: calc(100% / 3 - 10px);
  }

  .events_banner {
    padding: 50px 0;
  }

  .past_events.fois_common_padding {
    padding-bottom: 60px;
  }

  .theme_common_banner p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }

  .event_overlay h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .search_result_items li a {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 10px 15px;
  }

  .search_modal_list_wrapper {
    margin-top: 20px;
  }

  .form_dg_wrapper input[type=search] {
    padding-left: 20px;
  }

  .form_dg_wrapper input[type=search]::placeholder {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .research_main_wrapper {
    margin-bottom: 20px;
  }

  .research_listing .research_box .research_content h3 {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }

  .research_listing .research_box p {
    font-size: 16px;
    line-height: 24px;
  }

  .research_box .research_content .research_date {
    margin: 5px 0;
  }

  .login_panel .login_eq_box {
    width: calc(100% / 2 - 10px);
  }

  .login_panel .login_eq_box:last-child {
    width: 100%;
    margin-top: 15px;
  }

  .fois_promotes_sec .safety_inc_box p {
    font-size: 16px;
    line-height: 24px;
  }

  .fois_promotes_sec.fois_common_padding {
    padding-top: 50px;
  }

  .fois_mission .online_survey_image img {
    height: 400px;
    max-width: 400px;
  }

  .fois_mission {
    position: relative;
    min-height: 500px;
    max-width: 85%;
    margin: 20px auto 0 auto;
  }

  p,
  .policy_cta_con_wrapper .theme_heading_wrapper ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .policy_list_section .col-lg-4 {
    margin-bottom: 25px !important;
  }

  .policy_list_section .theme_link_wrapper {
    margin-top: 20px !important;
  }

  .policy_list_section .policy_box {
    margin: 0;
  }

  .member_portal_banner .member_banner_content p {
    font-size: 16px;
    line-height: 24px;
  }

  .events_banner_content h5 {
    font-size: 24px;
    line-height: 28px;
  }

  /* New Css  */
  .our_story_wrapper {
    background-size: 100% clamp(300px, 50%, 600px);
  }

  .upcoming_events_box_mobile_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 30px 30px 0;
  }

  .our_story_area>.row {
    row-gap: 40px;
  }

  .article_showcase_area>.row {
    row-gap: 40px;
  }

  .big_news_wrapper {
    border-right: none;
    padding-right: 0;
  }

  .home_pg_news_wrapper .upcoming_events_box_wrapper {
    padding: 0;
  }

  .resources_news_wrapper .big_news_wrapper {
    margin-bottom: 50px;
  }

  .home_pg_news_area>.row {
    row-gap: 40px;
  }

  .our_story_content_area {
    padding-bottom: 30px;
  }

  .cta_wrapper {
    padding-block: 30px;
  }

  .why_cannabis_wrapper .our_story_content_area {
    padding-bottom: 50px;
  }
  body:has(.has_slider_banner) section:not(:is(.has_slider_banner, .did_you_know_wrapper)){
    padding-inline: 30px;
  }
  body:has(.has_slider_banner) .did_you_know_wrapper .home_pg_news_area{
    padding-inline: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .link_button {
    font-size: 16px;
  }

  h1,
  .theme_common_banner h1,
  h2,
  .fois_promotes_sec .theme_heading_wrapper h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .theme_button {
    padding: 10px 25px 10px 25px;
    font-size: 16px;
  }

  .safety_inc_box {
    padding: 0;
  }

  .fois_common_padding {
    padding: 35px 0;
  }

  .social_media_list ul .nav_item_list button i {
    font-size: 25px;
  }

  .news_section .theme_heading_wrapper h2 {
    line-height: 32px;
    font-size: 24px;
  }

  .site_footer {
    padding-bottom: 20px;
  }

  .faq_section.fois_common_padding {
    padding: 50px 0;
  }

  .theme_form_policy {
    margin-bottom: 30px;
  }

  .members_listing_area .member_box {
    width: calc(100% / 2 - 10px);
  }

  .member_box .mem_details {
    padding: 15px;
  }

  .event_overlay h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .online_safety_survey .online_survey_content {
    padding: 0;
    margin-top: 25px;
  }

  .online_survey_content h2 {
    margin-bottom: 10px;
  }

  .login_panel .login_eq_box {
    width: 100%;
  }

  .login_panel .login_eq_box:last-child {
    width: 100%;
    margin-top: 15px;
  }

  .login_panel_content h1 {
    margin-bottom: 12px;
  }

  .logIn_details_list ul li:first-child {
    margin-top: 0;
  }

  .member_portal_login .login_panel {
    padding: 35px 25px;
  }

  .already_member_login {
    margin-top: 25px;
    padding-top: 25px;
  }

  .fois_account_details_wrapper {
    padding: 15px;
  }

  .our_topics_goup .plat_form_tab button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .theme_inner_banner .banner_content_wrapper h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .fois_promotes_sec .safety_inc_box {
    text-align: center;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    margin-top: 30px;
  }

  .fois_mission {
    max-width: 100%;
  }

  .our_values_sec .online_survey_image img {
    height: 400px;
  }

  .search_box .search_icon {
    margin-left: 0;
  }

  .events_sec .ev_wrapper_box {
    margin-bottom: 15px;
  }

  .events_banner_content h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .blog_box_in_pg .research_img img {
    height: 240px;
  }

  .header_social_media_list {
    margin-left: auto;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2,
  .faq_wrapper h2,
  .fois_promotes_sec .theme_heading_wrapper h2,
  .fois_mission .online_survey_content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .theme_heading_wrapper_flex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .footer_social_media ul {
    gap: 15px;
  }

  .faq_answer_schema h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .faq_answer_schema p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .faq_answer_schema {
    padding: 15px;
    margin-top: 15px;
  }

  .fois_promotes_sec .theme_heading_wrapper h2,
  .fois_mission .online_survey_content h2,
  .our_values_sec .online_survey_content h2 {
    margin-bottom: 15px;
  }

  .fois_promotes_sec .theme_heading_wrapper p {
    font-size: 20px;
    line-height: 26px;
  }

  .fois_mission .online_survey_image img {
    height: 340px;
    max-width: 320px;
  }

  .fois_mission .online_survey_image1 {
    max-width: 240px;
  }

  .our_values_sec .online_survey_image img {
    height: 320px;
  }

  .theme_heading_wrapper_flex h2 {
    padding-right: 0;
  }

  /* New Css */
  .footer_logo {
    width: 90px;
    height: 90px;
  }

  .site_footer::before {
    height: 30px;
  }

  .left_design_title :is(h1, h2, h3, h4, h5, h6)::before {
    width: 6px;
  }

  p,
  .policy_cta_con_wrapper .theme_heading_wrapper ul li {
    font-size: 14px;
  }

  .why_cannabis_wrapper .upcoming_events_box_mobile_bg {
    padding: 0;
  }
  

  .upcoming_events_box_wrapper {
    padding: 30px;
  }

  .article_box_content {
    padding: 20px 20px 30px;
  }

  .big_news_wrapper>.row:not(:last-child) {
    margin-bottom: 40px;
  }

  .popular_topics_wrapper .upcoming_events_box_wrapper {
    padding: 0;
  }

  .testimonial_box_area {
    padding-inline: 20px;
  }

  .site_header .navbar-toggler-main::before {
    width: 40px;
    height: 40px;
    top: -5px;
    left: -4px;
  }
  .site_header .search_bar {
      margin-right: 15px;
  }
  .header_social_media_list {
        margin-left: auto;
        margin-right: 0;
    }
    .article_box_content2 h3{
      font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
  .theme_inner_banner .banner_content_wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .site_header .loggin_user a {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .site_header .site_logo img {
    max-width: 80px;
  }

  .site_header {
    padding: 10px 0;
  }

  .fois_common_padding {
    padding: 30px 0;
  }

  .members_listing_area .member_box {
    width: 100%;
  }

  .fois_account_details_wrapper .your_account_heading h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}