@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .post_postion_btn1 {
    display: none;
  }
  .post_postion_btn1 li {
    display: none;
  }
  .post_postion_btn1 li.post_postion_btn1 {
    display: block;
  }
  .post_postion_btn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_right .btn_list {
    padding-left: 0;
    padding-right: 40px;
  }
  .header_right .btn_list .custom_btnTwo {
    font-size: 14px;
    padding: 8px 10px;
    min-width: inherit;
  }
  .header_right .custom_btn {
    padding: 8px 15px;
  }
  .header .logo {
    width: 130px;
  }
  .sub_btn > a {
    font-size: 20px;
  }
  .sub_btn > a img {
    width: 30px;
    height: 30px;
  }
  .sub_btn ul {
    right: -50px;
    top: 55px;
    width: 190px;
    padding: 0 10px;
  }
  .sub_btn ul li h3 {
    font-size: 16px;
    padding: 15px 0;
  }
  .sub_btn ul li > a {
    padding: 15px 0;
    font-size: 16px;
    font-family: "filson_proregular";
  }
  .sub_btn ul li > a::after {
    bottom: 10px;
  }
  .sub_btn.notification ul {
    right: -50px;
  }
  .padding_two {
    padding-top: 64px;
  }
  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 50px 20px;
    background: #f3fffe;
    padding-bottom: 20px;
    z-index: 9998;
  }
  .nav.nav-open {
    display: block;
  }
  .nav .btn_list {
    padding-left: 0;
  }
  .nav nav ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .nav nav ul li {
    width: 100%;
    padding: 0 0 10px;
  }
  .nav nav ul li:last-child {
    padding-bottom: 0;
  }
  .nav nav ul li a {
    color: #000;
  }
  .header_right .nav nav {
    width: 100%;
  }
  .header_right .nav nav ul {
    width: 100%;
    flex-direction: column;
  }
  .post_postion_btn1 {
    display: block !important;
  }
  .post_postion_btn1 a {
    color: white;
  }
  .post_postion_btn1 > ul > li {
    display: none;
  }
  .post_postion_btn1 > ul > li.post_postion_btn1 {
    display: block;
  }
  .post_postion_btn1 > ul > li a {
    color: #fff;
  }
  .custom_headingads {
    width: 100%;
    padding-bottom: 25px;
  }
  .custom_headingads h2 {
    width: 100%;
    font-size: 16px !important;
    color: #fff;
    font-family: "SF Pro Display";
    font-weight: 700;
    padding-bottom: 15px;
  }
  .custom_headingads p {
    font-size: 10px !important;
    color: white;
    font-family: "SF Pro Display";
    font-weight: 700;
  }
  .post_postion_btn {
    display: none;
  }
  #menuToggle {
    display: block;
    z-index: 9999;
    cursor: pointer;
  }
  .auto_container {
    padding: 0 15px;
  }
  .padding_top {
    padding-top: 63px;
  }
  .home_banner {
    padding: 40px 0;
  }
  .explore {
    padding: 40px 0 30px;
  }
  .custom_headingTwo {
    width: 100%;
    padding-bottom: 25px;
  }
  .custom_headingTwo h1 {
    font-size: 24px;
  }
  .custom_headingTwo h2 {
    font-size: 20px;
  }
  .custom_headingTwo h3 {
    font-size: 18px;
  }
  .custom_headingTwo p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .explore_list ul li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .explore_data a {
    padding: 8px 5px;
  }
  .explore_data a span {
    width: 35px;
    height: 35px;
  }
  .explore_data a span img {
    width: 20px;
    height: 20px;
  }
  .explore_data a b {
    width: calc(100% - 35px);
    font-size: 13px;
  }
  .jobs {
    padding: 40px 0;
  }
  .jobs .job_btn {
    right: 10px;
    top: 10px;
  }
  .top-left-tri {
    border-left: 75px solid #32abbf;
    border-bottom: 75px solid transparent;
  }
  .featured_badge span {
    transform: rotate(-44deg) translateX(-73px) translateY(-22px);
    font-size: 12px;
  }
  .job_data > a {
    padding: 15px 10px;
  }
  .new_list {
    padding: 15px 10px;
  }
  .job_dataLeft {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
  }
  .job_dataRight {
    width: 100%;
    padding-left: 0;
  }
  .job_dataRight > h3 {
    font-size: 16px;
  }
  .editor_text h3 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .editor_text h1 {
    font-size: 20px !important;
  }
  .editor_text h2 {
    font-size: 18px !important;
  }
  .editor_text h3 {
    font-size: 16px !important;
  }
  .editor_text h4 {
    font-size: 14px !important;
  }
  .editor_text h5 {
    font-size: 14px !important;
  }
  .editor_text p {
    font-size: 14px !important;
    padding-bottom: 10px;
  }
  .editor_text strong {
    font-size: 14px !important;
    padding-bottom: 10px;
  }
  .editor_text span {
    font-size: 14px !important;
  }
  .editor_text ul {
    list-style: disc;
  }
  .editor_text ul li {
    font-size: 14px !important;
  }
  .editor_text ul li strong {
    font-size: 14px;
    width: auto;
    display: inline-block;
  }
  .editor_text ul li span {
    font-size: 14px;
    width: auto;
    display: inline-block;
  }
  .editor_text ul li p {
    font-size: 14px !important;
  }
  .footer_top {
    padding: 40px 0 0;
  }
  .footer_topInner {
    flex-wrap: wrap;
  }
  .footer_div {
    width: 100%;
    padding-bottom: 40px;
  }
  .footer_menu title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .footer_menu ul li {
    padding-bottom: 10px;
  }
  .logo {
    width: 80px;
  }
  .custom_heading {
    padding-bottom: 25px;
  }
  .custom_heading p {
    font-size: 16px;
  }
  .custom_heading h3 {
    font-size: 18px;
  }
  .custom_heading h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .custom_btn {
    font-size: 15px;
    padding: 10px 15px;
    min-width: 85px;
  }
  .custom_search input {
    font-size: 14px;
    padding: 10px 10px;
  }
  .custom_search .custom_btn {
    font-size: 15px;
  }
  .job_searchRight {
    width: 100%;
    padding-left: 0;
  }
  .jobs_search {
    padding: 40px 0;
  }
  .filter_outer .filter_toggle {
    font-size: 16px;
  }
  .filter_outer .filter_toggle i {
    font-size: 18px;
    margin-right: 10px;
  }
  .filters {
    display: none;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 2;
    padding: 25px 10px;
    max-height: 300px;
    overflow: auto;
  }
  .filters .close {
    display: block;
  }
  .filters > form > ul > li {
    padding-bottom: 15px;
  }
  .filters > form > ul > li:last-child {
    padding-bottom: 0;
  }
  .apply_filterBtn {
    padding-bottom: 15px;
  }
  .filter_data ul {
    padding-top: 15px;
  }
  .filter_data ul li {
    padding-bottom: 10px;
  }
  .filter_data ul li:last-child {
    padding-bottom: 0;
  }
  .filter_check label {
    font-size: 13px;
  }
  .filter_check label:before {
    margin-top: -4px;
    padding: 5px;
  }
  .filter_check input:checked + label:after {
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
  }
  .job_serachLeft {
    width: 250px;
  }
  .social ul li a {
    width: 25px;
    height: 25px;
  }
  .social ul li a i {
    font-size: 16px;
  }
  .banner_two {
    padding: 40px 0;
    min-height: 300px;
  }
  .overview {
    padding: 40px 0;
  }
  .overview .custom_headingTwo h2 {
    padding-bottom: 20px;
  }
  .whyUs .custom_headingTwo {
    padding-bottom: 40px;
  }
  .whyUs {
    padding: 40px 0 100px;
  }
  .whyUs_list ul {
    margin: 0 -10px;
    justify-content: center;
  }
  .whyUs_list ul li {
    width: 50%;
    padding: 0 10px 40px;
  }
  .whyUs_data strong {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .my_countList ul {
    justify-content: center;
    margin: 0 -10px;
  }
  .my_countList ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
  .my_countData {
    padding: 15px 10px;
    max-width: 200px;
    margin: auto;
  }
  .my_countData span {
    width: 50px;
    height: 50px;
  }
  .my_countData span i {
    font-size: 22px;
  }
  .my_countData strong {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .my_count .my_countList {
    transform: translateY(-80px);
  }
  .team {
    padding: 40px 0 10px;
  }
  .team_list ul {
    margin: 0 -10px;
  }
  .team_list ul li {
    width: 50%;
    padding: 0 10px 30px;
  }
  .team_data span {
    margin-bottom: 10px;
  }
  .team_data span img {
    width: 115px;
    height: 115px;
  }
  .team_data strong {
    font-size: 15px;
  }
  .team_data b {
    font-size: 14px;
  }
  .noti {
    padding: 40px 0;
  }
  .noti .explore_data a {
    padding: 10px 5px;
    min-height: 50px;
  }
  .noti .explore_data a b {
    width: 100%;
    font-size: 11px;
  }
  .noti .noti_list > ul > li {
    padding-bottom: 30px;
  }
  .noti .noti_list > ul > li:last-child {
    padding-bottom: 0;
  }
  .noti .noti_list > ul > li .sub_btn h2 {
    padding-bottom: 10px;
  }
  .noti .noti_list > ul > li .sub_btn.notification ul {
    padding-left: 15px;
  }
  .noti .noti_list > ul > li .sub_btn.notification ul li {
    padding-bottom: 10px;
  }
  .noti .noti_list > ul > li .sub_btn.notification ul li a {
    font-size: 16px;
    word-break: break-word;
    line-height: 1.1;
  }
  .noti .noti_list > ul > li .sub_btn.notification ul li:last-child {
    padding-bottom: 0;
  }
  .auto_containerInner {
    padding: 0 15px;
  }
  .blogs {
    padding: 40px 0;
  }
  .blog_list > ul {
    margin: 0 -5px;
  }
  .blog_list > ul > li {
    width: 50%;
    padding: 0 5px 15px;
  }
  .blog_data {
    max-width: 220px;
    margin: auto;
  }
  .blog_data a figure {
    height: 110px;
  }
  .blog_data a figure img {
    height: 110px;
  }
  .blog_bottom {
    padding: 10px 10px 10px;
  }
  .blog_bottom h4 {
    font-size: 15px;
  }
  .blog_bottom p {
    font-size: 13px;
    line-height: 1.2;
    max-height: 50px;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .blog_bottomList {
    padding-bottom: 10px;
  }
  .blog_bottomList ul {
    margin: 0;
    flex-wrap: wrap;
  }
  .blog_bottomList ul li {
    width: 100%;
    padding: 0 0 5px;
  }
  .blog_bottomList ul li span {
    font-size: 12px;
  }
  .blog_bottomList ul li:last-child {
    padding-bottom: 0;
  }
  .simple_text {
    padding: 40px 0;
  }
  .simple_text p {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .simple_text h2 {
    padding-bottom: 5px;
    font-size: 20px;
  }
  .custom_popup {
    padding: 20px 15px;
  }
  .custom_popup .close {
    left: 9px;
  }
  .custom_popup .close span {
    font-size: 40px;
  }
  .custom_popupMain {
    padding: 20px 0;
  }
  .popup_heading {
    padding-bottom: 30px;
  }
  .popup_heading h2 {
    font-size: 22px;
  }
  .popup_tabs {
    padding-bottom: 40px;
  }
  .popup_tabs ul li a {
    padding: 10px 15px;
    min-width: 100px;
    font-size: 14px;
  }
  .contact_field label {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contact_field input {
    font-size: 15px;
    padding: 10px 10px;
  }
  .contact_submit input {
    max-width: 130px;
    font-size: 18px;
    padding: 10px;
  }
  .dont_accont {
    padding-top: 30px;
  }
  .dont_accont p {
    font-size: 14px;
  }
  .contacts {
    padding: 40px 0 0;
  }
  .contacts_list ul {
    margin: 0 -5px;
  }
  .contacts_list ul li {
    width: 50%;
    padding: 0 5px;
  }
  .contacts_detail a {
    padding: 15px 10px;
  }
  .contacts_detail a span {
    margin-bottom: 20px;
  }
  .contacts_detail a span i {
    font-size: 30px;
  }
  .contacts_detail a strong {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contacts_detail a b {
    font-size: 14px;
  }
  .contact_form {
    padding: 40px 0;
  }
  .contact_formMain form ul {
    margin: 0;
  }
  .contact_formMain form ul li {
    padding: 0 0px 15px;
  }
  .contact_formMain form ul li.w_50 {
    width: 100%;
  }
  .contact_input input {
    padding: 7px 0;
    font-size: 14px;
  }
  .contact_input textarea {
    padding: 7px 0;
    font-size: 14px;
  }
  .contact_submit input {
    font-size: 16px;
  }
  .banner_left {
    width: 65px;
    height: 65px;
  }
  .banner_right {
    width: calc(100% - 65px);
    padding-left: 15px;
  }
  .banner_right h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .banner_right .btn_list ul {
    margin: 0 -3px;
  }
  .banner_right .btn_list ul li {
    padding: 0 3px 10px;
  }
  .job_detail {
    padding: 40px 0;
  }
  .job_detailMain {
    flex-wrap: wrap;
  }
  .job_detailLeft {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .job_detailLeft > ul > li {
    width: 100%;
    padding-bottom: 20px;
  }
  .job_detailLeft > ul > li:last-child {
    padding-bottom: 0;
  }
  .job_detailList title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .job_detailData {
    padding-left: 10px;
  }
  .job_detailRight {
    width: 100%;
  }
  .job_detailRight > ul > li {
    padding-bottom: 25px;
  }
  .job_detailRight > ul > li:last-child {
    padding-bottom: 0;
  }
  .job_detailRight_data h4 {
    margin-bottom: 10px;
  }
  .my_radList ul {
    margin: 0px 0 20px;
  }
  .my_radList ul li {
    width: 100%;
    padding: 0 0 10px;
  }
  .popup_head .explore_list {
    padding-bottom: 30px;
    max-width: 250px;
    margin: auto;
  }
  .popup_head .explore_list ul li {
    width: 100%;
    padding: 0 0 0;
  }
  .footer_topInner .footer_div:last-child {
    width: 100%;
  }
  .blog_detail .blog_bottom p {
    max-height: initial;
    overflow: visible;
    display: block;
    -webkit-line-clamp: inherit;
    display: block;
  }
  .blog_detail .blog_data {
    max-width: 100%;
  }
  .blog_detail .blog_data figure {
    margin-bottom: 20px;
  }
  .date_list {
    padding-bottom: 10px;
  }
  .date_list ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .date_list ul li {
    width: 100%;
    padding: 0 0 10px;
  }
  .date_list ul li:last-child {
    padding-bottom: 0;
  }
  .header {
    padding: 12px 0;
  }
  .available_timePopup {
    padding: 20px 0;
  }
  .fomr_popupMain ul {
    margin: 0;
  }
  .addition_form {
    padding: 25px 15px;
    max-width: 90%;
    border-top: 0px solid #304e6f;
  }
  .popup_logo a {
    max-width: 80px;
  }
  .popup_logo .custom_field p {
    font-size: 11px;
  }
  .select_interviewDate {
    padding-top: 20px;
  }
  .available_timePopup .job_form form ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .available_timePopup .job_form form ul li.w_50 {
    width: 100%;
  }
  .available_timePopup .job_form form > ul .availability_show .custom_field {
    flex-wrap: wrap;
  }
  .available_timePopup .job_form form > ul .availability_show .custom_field label {
    text-align: center;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .available_timePopup .job_form form > ul > li {
    padding-bottom: 15px;
  }
  .available_timePopup .job_form form > ul > li.w_50 {
    width: 100%;
  }
  .available_timePopup .job_form form > ul > li:last-child {
    padding-bottom: 0;
  }
  .available_timePopup .job_form form > ul > li .custom_field {
    flex-wrap: wrap;
  }
  .available_timePopup .job_form form > ul > li .custom_field > label {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    padding-right: 0;
    line-height: 1.2;
  }
  .available_timePopup .job_form form > ul > li .custom_field > input {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .available_timePopup .job_form form > ul > li .custom_field > select {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .available_timePopup .job_form form > ul > li .custom_field > textarea {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .available_timePopup .job_form form > ul > li .custom_field .cke_chrome {
    overflow: auto;
  }
  .available_timePopup .job_form form > ul > li .custom_field .cke_inner {
    min-width: 500px;
  }
  .available_timePopup .job_form form > ul > li .custom_field .tox-tinymce {
    width: 100%;
  }
  .available_timePopup .job_form form > ul > li .custom_field .select2 {
    width: 100% !important;
  }
  .form_list form title {
    font-size: 17px;
    padding-bottom: 25px;
  }
  .form_list form > ul > li.w_50 {
    width: 100%;
  }
  .availability_show {
    margin: 0 0 10px;
  }
  .my_counter .custom_headingTwo p {
    font-size: 16px;
  }
  .counter_list {
    width: 100%;
  }
  .counter_list ul {
    margin: 0;
  }
  .counter_list ul li {
    width: 50%;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .counter_list ul li:nth-child(2) {
    border-right: none;
  }
  .counter_list ul li:last-child {
    border-bottom: none;
  }
  .subscription {
    padding: 40px 0;
  }
  .pricing_list > ul {
    margin: 0;
  }
  .pricing_list > ul > li {
    width: 100%;
    padding: 0 0 30px;
  }
  .pricing_data {
    max-width: 300px;
    margin: auto;
  }
  .job_form form > ul > li {
    padding-bottom: 25px;
  }
  .job_form form > ul > li:last-child {
    padding-bottom: 0;
  }
  .job_form form > ul > li .custom_field > label {
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    padding-right: 0;
    line-height: 1.2;
  }
  .job_form form > ul > li .custom_field > input {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .job_form form > ul > li .custom_field > select {
    width: 100%;
    padding: 12px 25px 12px 10px;
    font-size: 14px;
  }
  .job_form form > ul > li .custom_field > textarea {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
  .job_form form > ul > li .custom_field .cke_chrome {
    overflow: auto;
  }
  .job_form form > ul > li .custom_field .cke_inner {
    min-width: 500px;
  }
  .job_form form > ul > li .custom_field .tox-tinymce {
    width: 100%;
  }
  .job_form form > ul > li .custom_field .select2 {
    width: 100% !important;
  }
  .job_form form > ul > li .custom_field .select2-container--default .select2-selection--multiple {
    padding: 12px 10px;
    font-size: 14px;
  }
  .payment {
    padding: 40px 0;
  }
  .story_left {
    width: 100%;
    padding-bottom: 30px;
  }
  .story_left figure img {
    max-width: 300px;
    margin: auto;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .story_right {
    padding-left: 0;
    width: 100%;
  }
  .our_story {
    padding: 40px 0;
  }
  .counter_data {
    padding: 10px 10px;
  }
  .counter_data span {
    font-size: 30px;
    line-height: 1;
  }
  .counter_data p {
    font-size: 14px;
  }
  .sub_top ul {
    margin: 0;
  }
  .sub_top ul li {
    width: 100%;
    padding: 0 0 30px;
  }
  .sub_top ul li:last-child {
    padding-bottom: 0;
  }
  .sub_topData span {
    padding-bottom: 10px;
  }
  .sub_topData span img {
    width: 40px;
    height: 40px;
  }
  .sub_topData strong {
    font-size: 15px;
  }
  .sub_topData p {
    font-size: 14px;
  }
  .tooltips .tooltiptext {
    width: 150px;
    padding: 5px;
    font-size: 10px;
    line-height: 1.2;
    margin-left: -50px;
  }
  .job_searchRight .job_dataLeft {
    margin: auto;
  }
  .allIn_jobs {
    padding: 40px 0 0;
  }
  .allIn_jobs .job_serachLeft {
    margin: auto;
    padding-bottom: 40px;
  }
  .job_serachLeft2 {
    width: 100%;
    padding-left: 0px;
  }
  .job_searchRight2 {
    display: none;
  }
  .ads_bottom_section {
    display: block !important;
  }
  .my_counter {
    padding-bottom: 30px;
  }
  .my_slider .owl-stage-outer {
    padding: 10px 0;
  }
  .make_giftLeft {
    width: 100%;
    padding-bottom: 20px;
    text-align: justify;
  }
  .make_giftRight {
    width: 100%;
  }
  .make_giftRight .explore_data a b {
    width: 100%;
  }
  .make_giftRight .radio_list ul li {
    padding-bottom: 15px;
  }
  .make_giftRight .radio_list ul li*:last-child {
    padding-bottom: 0;
  }
  .custom_radio label {
    color: #555555;
    font-size: 16px;
    font-family: "SF Pro Display";
    font-weight: 400;
    padding-left: 30px;
  }
  .custom_radio input[type=radio]:checked + label:before,
  .custom_radio input[type=radio]:not(:checked) + label:before {
    width: 20px;
    height: 20px;
    top: -2px;
  }
  .custom_radio input[type=radio]:checked + label:after,
  .custom_radio input[type=radio]:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    top: 1px;
  }
  .my_logos {
    padding: 40px 0;
  }
  .my_logosList ul {
    justify-content: center;
    margin: 0 -5px;
  }
  .my_logosList ul li {
    width: 50%;
    padding: 0 5px 20px;
  }
  .contact_list ul {
    margin: 0;
  }
  .contact_list ul li {
    width: 100%;
    padding: 0;
  }
  .notify_popup .custom_popupMain {
    padding: 15px;
  }
  .impact_bottom .team_list ul {
    margin: 0;
  }
  .impact_bottom .team_list ul li {
    width: 100%;
    padding: 0 0 20px;
  }
  .impact_bottom .team_data span img {
    width: 100%;
    height: 150px;
  }
  .team_dataBottom {
    padding: 15px 10px;
  }
  .breaking_barrier {
    padding: 40px 0;
  }
  .barrier_list ul li:nth-child(2n) .barrier_data .barrier_left {
    padding-left: 0;
    padding-right: 0;
  }
  .barrier_list ul li:nth-child(2n) .barrier_data .barrier_right {
    padding-right: 0;
  }
  .barrier_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .barrier_right {
    width: 100%;
    padding-left: 0;
  }
  .barrier_right p {
    line-height: 1.5;
    font-size: 14px;
  }
  .partnership {
    padding: 40px 0 0;
  }
  .home_banner {
    background-image: url(../images/home_banner_mb.png);
  }
  .social_container .banner_two {
    background-image: url(../images/social_impact_mb.png);
  }
  .resources_container .banner_two {
    background-image: url(../images/resources_bg_mb.png);
  }
  .donate_container .banner_two {
    background-image: url(../images/donate_bg_mb.png);
  }
  .values_container .banner_two {
    background-image: url(../images/our_team_mb.png);
  }
  .story_container .banner_two {
    background-image: url(../images/our_story_mb.png);
  }
  .team_container .banner_two {
    background-image: url(../images/our_team_mb.png);
  }
  .contact_container .banner_two {
    background-image: url(../images/contact-us_mb.png);
  }
  .blogs_container .banner_two {
    background-image: url(../images/Post\ Position\ BG.jpg);
  }
  .success_container .banner_two {
    background-image: url(../images/resources_bg_mb.png);
  }
  .postBanner_container .banner_two {
    background-image: url(../images/our_story_mb.png);
  }
  .popup_mainLeft {
    width: 100%;
  }
  .popup_mainLeft figure img {
    min-height: 200px;
  }
  .popup_mainRight {
    width: 100%;
  }
  .popup_rightData {
    padding: 15px;
  }
  .popup_rightData h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .popup_rightData h5 {
    font-size: 14px;
  }
  .apply-job-form .profile_detailData .btn_list {
    width: 100%;
  }
  .apply-job-form .profile_detailData .btn_list ul {
    justify-content: center;
  }
  .apply-job-form .profile_detailData .btn_list ul li {
    padding-bottom: 20px;
  }
  .apply-job-form .profile_detailData .btn_list ul li .custom_btn {
    font-size: 11px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .team_list ul li {
    width: 33.33%;
    padding: 0 10px 30px;
  }
  .pricing_list > ul {
    margin: 0 -10px;
  }
  .pricing_list > ul > li {
    width: 50%;
    padding: 0 10px 30px;
  }
  .counter_list {
    width: 100%;
  }
  .counter_list ul {
    margin: 0 -3px;
  }
  .counter_list ul li {
    width: 33.33%;
    padding: 0 3px;
    border-bottom: none;
  }
  .counter_list ul li:nth-child(2) {
    border-right: 1px solid #ccc;
  }
  .counter_list ul li:last-child {
    border-bottom: none;
  }
  .sub_top ul {
    margin: 0 -5px;
  }
  .sub_top ul li {
    width: 50%;
    padding: 0 5px 20px;
  }
  .sub_top ul li:last-child {
    padding-bottom: 20px;
  }
  .contact_list {
    width: 100%;
  }
  .contact_list ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .contact_list ul li {
    width: 50%;
    padding: 0 10px 10px;
  }
  .impact_bottom .team_list ul {
    margin: 0 -5px;
  }
  .impact_bottom .team_list ul li {
    width: 50%;
    padding: 0 5px 20px;
  }
  .impact_bottom .team_data span img {
    width: 100%;
    height: 150px;
  }
}/*# sourceMappingURL=responsive.css.map */