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

    
}


@media (min-width:768px) {
    .mobimg_detail {
        display: none;
    }
}

@media (max-width:1070px) {

    .campaigns .item {
        padding: 13px;
    }
    .campaigns .item .image {
        width: 102px;
    }
    .campaigns .item .text {
        width: calc(100% - 102px);
    }
    .campaigns .item .text h3 {
        margin-bottom: 13px;
    }
    .campaigns .item .text .date {
        margin-bottom: 15px;
    }

    .text_imageArea {
        padding: 28px;
    }
    .active_campaigns {
        padding: 28px; 
    }

}



@media (max-width:991px) {
    .site_head {
        align-items: flex-start;
        padding: 15px;
    }

    .site_logo svg {
        width: 100px;
        height: 77px;
    }

    .open_menu main:before,
    .open_loginpopup main:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        z-index: 5;
        opacity: 0.4;
    }

    body.open_menu {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .site_menu {
        position: fixed;
        right: -320px;
        top: 0;
        background: white;
        width: 320px;
        height: 100%;
        z-index: 6;
        padding: 75px 26px 26px;
        transition: all .3s ease-in-out 0s;
        overflow: auto;
    }

    .open_menu .site_menu {
        right: 0;
    }

    .logged_item {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'Oswald';
        width: 100%;
        padding: 22px 26px 0;
    }

    .logged_item a {
        font-size: 14px;
        font-family: 'Oswald';
        color: #702476;
    }

    .site_menu ul {
        flex-direction: column;
    }

    .site_menu ul li {
        border-bottom: 1px solid #EAEAEA;
        margin-bottom: 22px;
        padding: 0 0 6px;
    }

    .site_menu ul li a {
        font-size: 14px;
    }

    .site_login,
    .site_loggedin {
        display: none;
    }

    .mobile_hamburger_block {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .user_hamburger_icon {
        display: flex;
        align-items: center;
    }

    .user_hamburger_icon .mob_usericon {
        position: relative;
        width: 21px;
        height: 21px;
        background: url('../images/profile_icon.png') left top no-repeat;
        display: inline-block;
        vertical-align: middle;
        background-size: contain;
        z-index: 5;
    }

    .user_hamburger_icon .mob_usericon span {
        background: #fff;
        content: '';
        position: absolute;
        left: -5px;
        top: -5px;
        bottom: -5px;
        right: -5px;
        opacity: 0;
        transition: all 0.3s;
    }

    .open_loginpopup .user_hamburger_icon .mob_usericon span {

        opacity: 1;
    }

    .user_hamburger_icon .mob_usericon span:before,
    .user_hamburger_icon .mob_usericon span:after {
        position: absolute;
        left: 7px;
        background-color: #1BABC8;
        content: '';
        width: 17px;
        height: 2px;
        top: 14px;
    }

    .user_hamburger_icon .mob_usericon span:before {
        transform: rotate(45deg);
    }

    .user_hamburger_icon .mob_usericon span::after {
        transform: rotate(-45deg);
    }

    .user_hamburger_icon .mob_hamburgericon {
        width: 24px;
        height: 24px;
        position: relative;
        display: inline-block;
        margin-left: 30px;
        border-top: 3px solid #6F2277;
    }

    .user_hamburger_icon .mob_hamburgericon span {
        position: absolute;
        height: 3px;
        width: 100%;
        top: 50%;
        background-color: #6F2277;
        margin-top: 0.5px;
        left: 0;
        font-size: 0px;
        transition: all .3s ease-in-out;
    }

    .user_hamburger_icon .mob_hamburgericon span:before {
        position: absolute;
        left: 0;
        top: -7px;
        background-color: #6F2277;
        content: '';
        width: 100%;
        height: 3px;
        transition: all .3s ease-in-out;
    }

    .user_hamburger_icon .mob_hamburgericon span:after {
        position: absolute;
        left: 0;
        top: 7px;
        background-color: #6F2277;
        content: '';
        width: 100%;
        height: 3px;
        transition: all .3s ease-in-out;
    }

    .open_menu .user_hamburger_icon .mob_hamburgericon {
        border-top: 0px solid #faf6f1;
        z-index: 7;
    }

    .open_menu .user_hamburger_icon .mob_hamburgericon span {
        background-color: #fff;
        margin-top: -1.5px;
    }

    .open_menu .user_hamburger_icon .mob_hamburgericon span:before {
        top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .open_menu .user_hamburger_icon .mob_hamburgericon span:after {
        top: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .mob_login_block {
        font-family: 'Oswald';
        font-weight: 400;
        display: flex;
        position: absolute;
        top: 39px;
        background: #fff;
        left: 5px;
        right: 5px;
        flex-direction: column;
        align-items: center;
        z-index: 4;
        padding: 35px 0 19px;
        opacity: 0;
        transition: all 0.3s;
        visibility: hidden;
        z-index: 5;
    }

    .open_loginpopup .mob_login_block {
        opacity: 1;
        visibility: visible;
    }

    .mob_login_block a {
        color: #fff;
        background: #1BABC8;
        font-size: 14px;
        border: 1px solid #1BABC8;
        border-radius: 30px;
        padding: 5px 18px;
        line-height: 18px;
        margin: 11px 0;
        font-weight: 500;
        width: 100%;
        max-width: 131px;
        text-align: center;
        text-transform: uppercase;
    }

    .mob_login_block a:hover {
        color: #1BABC8;
        background: #fff;
    }

    .mob_login_block a.apply_join {
        color: #1BABC8;
        background: #fff;
        padding: 5px 25px;
    }

    .mob_login_block a.apply_join:hover {
        color: #fff;
        background: #1BABC8;
    }

    .footer_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .instg_block {
        padding-bottom: 20px;
    }

    .footer_menu ul li {
        padding-right: 15px;
        font-size: 12px;
    }


    .regist_form {
        padding: 32px 33px 50px;
    }

    .step_number_inner div {
        margin-right: 30px;
    }

    .fieldset {
        padding-right: 0px;
    }

    .radioType.colmun .col4 {
        padding-right: 8px;
    }

    .colmun .col2 {
        width: 100%;
    }

    .fieldset .form_group label {
        margin-bottom: 20px;
    }

    .fieldset .form_group label br {
        display: none;
    }

    .colmun.thirdhalf .col2 {
        width: 48%;
    }

    .fieldset.social .form_group label {
        margin-bottom: 10px !important;
    }

    .fieldset.social .form_group {
        margin-bottom: 40px;
    }

    .checkboxType.rightcheck label {
        display: inline-block;
        margin-bottom: 0;
    }

    .form_ad {
        margin-left: 33px;
    }

    .form_ad_ctn {
        padding: 0 20px 0 20px;
    }

    .form_ad_ctn ul li {
        margin: 0 0 30px;
    }

    .confirmation_hero .hero_ctn {
        padding: 0 5%;
    }

    .custom_popup {
        padding-top: 80px;
    }

    .log_in .form_ad {
        margin: 0 33px 0 0;
        text-align: center;
    }

    .log_in .form_ad_ctn {
        padding: 0 24px;
    }

    .upload_list .upload_item {
        width: 50%;
    }

    .col_3_section .col-md-4 {
        max-width: 33.33%;
    }

    .colmun.secondhalf {
        width: 100% !important;
        justify-content: flex-start;
    }

    .colmun.secondhalf .col2 {
        width: 50%;
        max-width: 120px;
    }

    .colmun.maxwidth_remove .col2 {
        max-width: 100%;
    }

    .campaignsArea h2 {
        font-size: 16px;
        margin-bottom: 23px;
    }
    .campaigns .item {
        width: 49%;
        margin-bottom: 15px;
    }
    .campaigns .item .text {
        padding: 0 0 0 13px;
    }
    .campaigns .item .text h3 {
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 14px;
    }
    .campaigns .item .text .date {
        font-size: 8px;
        line-height: 12px;
        padding: 0 0 0 22px;
        margin-bottom: 13px;
    }
    .campaigns .item .text .date img {
        top: 5px;
        width: 14px;
    }
    .campaigns .item .text .campaignBtn {
        font-size: 10px;
        line-height: 22px;
        padding: 0 18px 0 24px;
    }
    .campaigns .item .text .campaignBtn img {
        margin: -2px 0 0 7px;
        width: 15px;
    }

}


@media (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0;
    }

    .hero>img {
        object-fit: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        z-index: 0;
        width: 100%;
    }

    .hero::before {
        z-index: 2;
    }

    .hero_ctn {
        position: relative;
        padding: 22px 15px;
    }

    .hero_ctn h1 {
        line-height: 29px;
        font-size: 25px;
        margin: 0 0 15px;
    }

    .hero_ctn p {
        margin: 0 0 15px;
    }

    .hero_btom_ctn {
        padding-top: 6px;
    }

    .main_textcontent {
        border-bottom: 25px solid #fff;
        padding: 25px 22px 30px;
    }

    .main_textcontent.light_blue {
        padding: 25px 22px 30px;
    }

    .textcontent_btn {
        padding-top: 20px
    }

    .col_2_section .row {
        margin: 0;
    }

    .col_2_section .col-md-6 {
        padding: 0 25px 25px;
    }

    footer {
        padding: 25px 25px 0;
    }

    .footer_top {
        text-align: center;
    }

    .instg_block {
        width: 100%;
    }

    .footer_menu {
        width: 100%;
    }

    .footer_menu ul {
        flex-direction: column;
    }

    .footer_menu ul li {
        padding: 0 0 15px;
    }

    .footer_menu ul li:last-child {
        padding-bottom: 0;
    }

    .footer_bottom {
        text-align: center;
        padding: 0;
    }

    .welcome_bar {
        text-align: center;
        padding: 9px 20px;
    }

    .welcome_bar h1 {
        line-height: 24px;
        font-size: 20px;
    }

    .user_status_items {
        flex-direction: column;
        align-items: center;
    }

    .status_item {
        margin-right: 0;
        margin-bottom: 29px;
        max-width: 100%;
    }

    .status_item .status_number {
        width: 81px;
        height: 85px;
        padding-top: 7px;
        font-size: 22px;
        line-height: 18px;
    }

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

    .status_item .status_name {
        font-size: 14px;
        padding: 10px 5px 0;
    }

    .regist_form {
        padding: 32px 22px 20px;
    }

    .form_step {
        flex-wrap: wrap;
    }

    .find_address {
        flex-wrap: wrap;
        justify-content: center;
    }

    .find_address .find_btn {
        margin: 25px 0 0 0;
    }

    .form_group .address_link_wrap {
        text-align: center;
    }

    .form_group {
        margin-bottom: 40px;
    }

    .mission_form_right {
        padding-right: 0;
    }

    .address_link {
        display: block;
        text-align: center;
    }

    .colmun .col4 {
        width: 100%;
    }

    .radioType.colmun .col4 label {
        min-height: inherit;
        margin: 0 0 30px !important;
        display: block;
    }

    .fieldset .form_group label {
        margin-bottom: 25px;
    }

    .fieldset {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .fieldset.border_0 {
        margin-bottom: 0px;
    }

    .colmun.thirdhalf {
        width: 70%;
    }

    .fieldset.social .radioType label.w48,
    .fieldset.social .radioType label.w50 {
        width: 100%;
    }

    .form_ad {
        flex: 0 0 100%;
        margin: 40px 0 0 0;
    }

    .form_ad_ctn {
        padding: 0 15px;
    }

    .form_ad_ctn ul li {
        margin: 0 0 20px;
        font-size: 13px;
        line-height: 16px;
    }

    .form_ad_ctn h3 {
        margin: 0 0 17px;
        font-size: 20px;
    }

    .confirmation_hero .hero_ctn {
        padding: 30px 10px;
    }

    .confirmation_hero h1 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .confirmation_hero p {
        margin: 0 0 12px;
        font-size: 12px;
        line-height: 16px;
    }

    .divider148 {
        min-height: 47px;
    }

    .breadcrumb_area {
        padding: 13px 15px 8px;
    }

    .w73 {
        width: 100%;
    }

    .save_edit_btn {
        position: static;
        text-align: center;
    }

    .fieldset.profile {
        padding-bottom: 17px;
    }

    .preferences .col3 {
        margin-right: 0;
    }

    .custom_popup {
        padding: 80px 20px 0;
    }

    .custom_popup .under {
        width: 100%;
    }

    .custom_popup .sub {
        padding: 69px 23px 56px;
    }

    .custom_popup h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 23px;
    }

    .custom_popup h3 br {
        display: none;
    }

    .custom_popup p {
        font-size: 11px;
        margin-bottom: 36px;
    }

    .custom_popup .btn_leave {
        min-width: 203px;
    }

    .custom_popup img {
        margin: 0 auto 25px;
    }

    .page_title h1 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .log_in .form_ad {
        margin: 47px 0 0 0;
        order: 2;
    }

    .log_in .form_ad_ctn {
        padding: 0 20px;
    }

    .abouthero .hero_ctn {
        min-height: 190px;
    }

    .innerpage_ctn {
        padding: 25px 22px 10px;
        background: #fff;
    }

    .singlepage_ctn {
        padding: 25px 22px 10px;
        background: #fff;
    }

    .breadcrumb_inner {
        margin: 0 -15px;
        padding: 0 15px 10px;
    }

    .faq_content {
        padding: 16px 25px;
    }

    .accordion_wrap {
        padding: 17px 12px 4px;
    }

    .accordion_title h3 {
        font-size: 14px;
    }

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

    .contact_form {
        padding: 25px 25px 0;
    }

    .form_field {
        margin-bottom: 25px;
    }

    .page_title {
        padding: 12px 20px;
    }

    .col_3_section {
        padding: 20px 20px 0;
    }

    .mission_review_list {
        flex-wrap: wrap;
        padding-bottom: 25px;
    }

    .mission_overview {
        padding: 20px 20px;
    }

    .mission_review_text_part {
        padding: 0;
    }

    .mission_review_img_part {
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
    }

    .upload_popup_main_wrap {
        padding: 0 20px;
        align-items: center;
    }

    .upload_popup_wrap {
        padding: 48px 20px 20px;
    }

    .upload_popup_ctn {
        padding: 22px;
    }

    .h40 {
        display: none;
    }

    .campaignsArea {
        padding: 16px;
    }
    .campaigns .item {
        width: 100%;
        padding: 11px;
    }
    .campaignsArea h2 {
        text-align: center;
    }
    .campaigns .item .text {
        padding: 0 0 0 10px;
    }

    .text_imageArea {
        flex-wrap: wrap;
    }
    .text_imageArea .text {
        width: 100%;
        padding-right: 0%;
        order: 2;
    }
    .text_imageArea .text p {
        margin-bottom: 0px;
        font-size: 11px;
        line-height: 16px;
    }

    .text_imageArea .image {
        width: 144px;
        min-height: 71px;
        margin: 0 auto 20px;
        order: 1;
    }
    .active_campaigns h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .text_imageArea {
        padding: 28px 22px 10px;
    }
    .active_campaigns {
        padding: 28px 22px 0;
    }
    
    .activeC .top {
        flex-wrap: wrap;
        padding: 18px 18px 12px 18px;
    }
    .activeC .title {
        width: 100%;
        margin-bottom: 14px;
    }
    .activeC .date::before {
        display: none;
    }
    .activeC ul {
        padding: 5px 15px 25px 15px;
    }
    .activeC li {
        width: 100%;
        padding-right: 0px;
        margin: 10px 0;
    }

    .activeC {
        margin-bottom: 20px;
    }


}



@media (max-width:574px) {
    .col_3_section .col-md-4 {
        max-width: 100%;
    }

    .col_3_ctn_block {
        height: auto;
        padding: 0;
    }

    .text_block {
        padding: 24px 0;
    }

    .text_block p {
        padding-right: 0;
    }

    .text_block .view_mission {
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }


}

@media (max-width:365px) {}