﻿
@media only screen and (max-width: 1710px) {
    .left_sidebar {
        width: 280px;
        top: 130px;
        padding: 15px 20px;
        height: calc(100vh - 130px);
    }

    .left_sidebar .sidebar_header {
        margin-bottom: 10px;
    }

    .left_sidebar .sidebar_header .title {
        font-size: 16px;
    }

    .left_sidebar .sidebar_header .lnkClearTemp_wrap {
        font-size: 13px;
    }

    .left_sidebar .sidebar_accordion .accordion-item .accordion-button {
        font-size: 12px;
        line-height: 12px;
        padding: 13px 0;
    }

    .left_sidebar .sidebar_accordion .accordion-item .accordion-button:after {
        font-size: 22px;
        line-height: 22px;
        height: 22px;
    }

    .search_panel_header {
        padding: 10px;
    }
}

@media only screen and (max-width: 1700px) {
    body {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    /*title*/
    .title_md {
        font-size: 20px;
        line-height: 30px;
    }

    .text_normal {
        font-size: 13px;
        line-height: 20px;
    }

    .icon_link .material-icons {
        font-size: 18px;
        line-height: 18px;
    }

    .select_wrap select {
        height: 35px;
        font-size: 13px;
    }

    a.view_more {
        font-size: 13px;
    }
    .title_header a{
        font-size:14px;
    }
    /*Form elements*/
    .checkbox_item input[type="checkbox"] + label {
        font-size: 13px;
        padding-left: 25px;
    }

    .checkbox_item input[type="checkbox"] + label:before {
        font-size: 19px;
        line-height: 19px;
        height: 19px;
    }

    .switch_control input[type="checkbox"] + label {
        height: 23px;
        width: 43px;
    }

    .switch_control input[type="checkbox"] + label:before {
        width: 18px;
        height: 18px;
    }

    .radio_btn_item input[type="radio"] + label,
    .form_element_set .form_input {
        font-size: 13px;
    }

    .form_wrapper .form_element_set {
        margin-bottom: 10px;
    }

    .company_info_wrapper {
        margin-top: 50px;
        padding: 85px 20px 10px;
    }

    .company_info_wrapper:before {
        height: 45px;
    }

    .company_info_wrapper .top-logo {
        width: 100px;
        height: 100px;
        top: -30px;
    }

    .company_info_wrapper .top-logo img {
        max-height: 80px;
        max-width: 60px;
    }

    .main-container {
        max-width: 1000px;
    }
    .filter_wrapper_block .filter_wrapper_inline{
        max-width: 940px;
    }
    /*header*/
    .main_header .top_header .signed_info .user_info .user_links a,
    .main_header .top_header .sign_menu .icon_link {
        font-size: 12px;
    }
    .main_header .top_header .signed_info .inital_info{
        width: 35px;
        height: 35px;
        min-height: 35px;
        min-width: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    .main_header .top_header .sign_menu .icon_link .material-icons {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .main_header .top_header {
        padding: 5px 10px;
    }

    .search_panel_header .search_form_wrapper {
        max-width: 1000px;
    }

    .search_panel_header.with_title .search_form_wrapper {
        max-width: 940px;
    }

   /* .search_panel_header .search_form_wrapper .search_element.type1 input {
        width: 260px;
    }*/

    .search_panel_header .search_form_wrapper .search_element input {
        width: calc(100% - 130px);
    }

    .search_panel_header .search_form_wrapper .search_element select,
    .search_panel_header .search_form_wrapper .search_element input {
        height: 40px;
        font-size:13px;
    }

    .search_panel_header .search_form_wrapper .search_btn {
        padding: 10px 25px 10px 45px;
        font-size: 13px;
    }

    .search_panel_header.simple_search .search_form_wrapper .search_btn {
        height: 42px;
    }

    .search_panel_header .search_form_wrapper .search_btn .material-icons {
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        left: 13px;
    }
    .search_panel_header .search_form_wrapper .search_element input[placeholder="Oops! Something went wrong."] {
        background-position-y: 13px;
    }
    .left_sidebar {
        top: 126px;
        height: calc(100vh - 125px);
    }
    /*banner*/
    .banner_top .banner_text {
        bottom: 20px;
        left: 30px;
    }

    .banner_top .banner_text .main {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .banner_top .banner_text .sub {
        font-size: 15px;
    }
    .banner_top:before{
        height:85px;
    }

    .filter_wrapper .result_text {
        font-size: 15px;
    }

    .filter_wrapper .filter_menu .icon_link {
        font-size: 13px;
    }

  /*  .filter_wrapper .select_wrap select {
        width: 130px;
    }*/

    .job_list_wrapper .job_tile {
        padding: 20px;
    }
    .job_listing_grid tr.featured_ribbon td,
    .job_tile.featured_ribbon {
        padding-top: 35px;
    }

    .job_list_wrapper .job_title_info .job_header {
        width: calc(100% - 200px);
    }

    .job_list_wrapper .job_title_info .job_title {
        font-size: 15px;
    }

    .job_info .more_loc {
        font-size: 11px;
        padding: 1px 8px;
    }

    .job_list_wrapper .job_title_info .job_action_wrapper .c_btn {
        padding: 7px 10px;
        font-size: 12px;
    }
    .job_list_wrapper .job_title_info .job_action_wrapper .c_btn.border_btn {
        padding: 6px 10px;
    }
    .job_list_wrapper.tile_view .job_title_info .job_title {
        font-size: 14px;
    }

    .job_list_wrapper.tile_view .job_title_info .job_action_wrapper .c_btn {
        padding: 4px 10px;
        font-size: 12px;
    }

    .job_info .job_loc {
        margin-left: 7px;
        padding-left: 7px;
    }

    .job_list_wrapper .job_tile .job_labels li,
    .featured_ribbon_wrap {
        font-size: 12px;
    }

    .gallery_wrapper .gallery_item .data_wrap {
        padding: 15px 15px 17px;
    }

    .gallery_wrapper .gallery_item .data_wrap .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .angle_btn {
        font-size: 11px;
        padding: 7px 34px 7px 15px
    }

    .angle_btn:before {
        font-size: 22px;
        line-height: 22px;
        height: 22px;
        right: 7px;
    }

    .quick_help {
        min-height: 200px;
    }

    .quick_help .quick_help_info {
        width: calc(100% - 320px) !important;
    }

    .quick_help img {
        max-width: 300px;
        max-height: 180px;
    }

    .quick_help .quick_help_info .title_text {
        font-size: 27px;
        margin-bottom: 5px;
    }

    .quick_help .quick_help_info .sub_text {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .quick_help .quick_help_info .h_btn {
        font-size: 13px;
        padding: 9.5px 25px;
    }

    .footer-wrapper .copy-right {
        font-size: 13px;
    }

    .footer-wrapper .f_link {
        font-size: 13px;
        padding-left: 5px;
        margin-left: 5px;
        display:inline-block;
    }

    .footer-wrapper .c_logo img {
        max-width: 120px;
    }

    .job_detail_footer_wrapper {
        max-width: 1285px;
        margin: auto;
    }

    .job_detail_footer_wrapper .footer-wrapper {
        max-width: 960px;
        padding-bottom: 20px;
    }
    /*Sticky wrapper*/
    .sticky_job_alerts img {
        max-height: 170px;
        max-width: 280px;
    }

    .sticky_job_alerts .job_alert_form {
        width: 245px;
        padding: 10px 13px 13px;
    }

    .sticky_job_alerts .job_alert_form .form_element_set {
        margin-bottom: 10px;
    }

    .sticky_job_alerts .btn_submit {
        font-size: 13px;
        padding: 5px 20px;
    }

    .sticky_job_alerts .job_alert_form .title {
        font-size: 16px;
    }

    /*Layout 2*/
    .content_inside .search_panel_header .search_form_wrapper .search_element input {
        width: calc(100% - 135px);
    }

    .content_inside .search_panel_header .search_form_wrapper .search_element.type1 input {
        width: calc(100% - 45px);
    }

    .quick_job_list_wrapper .job_list_item {
        padding: 15px 130px 15px 56px;
        margin-bottom: 15px;
    }

    .quick_job_list_wrapper .job_list_item .title_wrap {
        font-size: 15px;
    }

    .quick_job_list_wrapper .job_list_item .data_wrap {
        font-size: 13px;
    }

    .quick_job_list_wrapper .job_list_item .star_wrap span {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
    }

    .quick_job_list_wrapper .job_list_item .star_wrap {
        height: 30px;
        left: 12px;
    }

    .quick_job_list_wrapper .job_list_item .c_btn {
        height: 34px;
        line-height: 11px;
        padding: 9px 15px;
        right: 15px;
    }

    .filter_wrapper_inline .result_text {
        font-size: 15px;
    }

    .employee_feedback_wrap .emp_feedback_item .profile_img img {
        width: 70px;
        height: 70px;
    }

    .employee_feedback_wrap .emp_feedback_item .emp_name {
        font-size: 16px;
    }

    .employee_feedback_wrap .emp_feedback_item .desig {
        font-size: 13px;
    }

    /*Job details*/
    .content_wrapper .with_right_sidebar .main_right_sidebar{
        min-width:385px;
        max-width:385px;
    }
    .map_area_block {
        width: 100%;
    }

    .map_area_block .title {
        font-size: 16px;
    }

    .map_area_block .sub_title {
        font-size: 13px;
    }

    .map_area_block .location_tags .tag_item {
        padding: 5px 15px;
        font-size: 13px;
    }

    .job_detail_wrapper .right_menu .job_action_wrapper .c_btn {
        margin-left: 8px;
        padding: 9px 17px;
    }
    .ia-btn-class, .ia-btn-div {
        padding: 7px 20px !important;
    }

    .content_wrapper.with_sidebar .search_panel_header .search_form_wrapper,
    .content_wrapper .with_right_sidebar {
        max-width: 1285px;
    }

    .job_detail_wrapper .job_title {
        font-size: 18px;
    }

    .job_detail_wrapper .back_btn {
        width: 42px;
        height: 42px;
        border: 4px solid #F1F1F1;
    }

    .job_detail_wrapper {
        padding: 25px 28px;
    }

    .job_detail_wrapper .job_tag_wrapper {
        padding: 9.5px 28px;
        margin: 0 -28px 22px;
    }

    .job_detail_wrapper .job_tag_wrapper .tag_item {
        margin-right: 10px;
    }

    .data_item_wrap .data_label {
        font-size: 13px;
    }

    .data_item_wrap .data_item {
        font-size: 14px;
    }
    /*popup*/
    .popup_plain .form_wrapper .form_element_set .form_label {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .popup_plain .subscribe_footer .btn {
        font-size: 13px;
    }

    .popup_plain .popup_header .title_head .main_title {
        font-size: 18px;
    }

    .popup_plain .popup_header .title_head .sub {
        font-size: 13px;
        line-height: 18px;
        margin-top: 5px;
    }

    .popup_plain .success_wrapper img {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }

    .popup_plain .success_wrapper .success_title {
        font-size: 18px;
    }

    .popup_plain .success_wrapper .sub_title {
        font-size: 13px;
        line-height: 20px;
    }

    .job_listing_grid table th,
    .job_listing_grid table {
        font-size: 13px;
    }

    .search_panel_header.with_title .title_head {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 25px;
    }

    .search_panel_header.with_title .title_sub {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .location_gallery .location_gallery_item .loc_details .loc_title {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .location_gallery .location_gallery_item .loc_details .job_count {
        font-size: 13px;
    }

    .filter_count_wrapper .result_text {
        font-size: 16px;
    }
    .main_title_header {
        padding: 35px 0 10px;
    }
    .main_title_header .title_head{
        font-size:24px;
    }
    .main_title_header .title_sub{
        font-size:14px;
    }
    /*add widget wrapper*/
    .add_widget_wrap img{
        height: 100px;
    }
    .add_widget_wrap .title_info .title{
        font-size: 22px;
    }
    .add_widget_wrap .title_info .sub_title{
        font-size: 13px;
    }
    .add_widget_wrap .add_widget_btn{
        font-size: 13px;
    }
    /*Empty grid*/
    .empty_grid {
        min-height: 165px;
        padding: 30px 0;
    }
    .empty_grid .empty_grid_head_text {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .empty_grid .empty_grid_sub_text {
        font-size: 13px;
    }
    .empty_grid .inner_holder:before{
        font-size: 50px;
    }
    .empty_grid .empty_grid_action_btn {
        padding: 6px 16px;
    }

    .sec_group .title_wrap {
        font-size: 19px;
        margin-bottom: 10px;
    }
    /*validation Messages*/
    .info,
    .errorMsg,
    .success {
        padding: 7px 20px 7px 10px;
        font-size: 13px;
    }

    .info:before,
    .errorMsg:before,
    .success:before {
        font-size: 17px;
        line-height: 19px;
    }

    .ValidationError ul li:before {
        font-size: 18px;
    }
    /*file manage div*/
    .file_manage {
        font-size: 13px;
    }
    .file_manage .f_btn {
        height: 20px;
    }
    .file_manage .f_btn i {
        line-height: 20px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 1640px) {
   .alternate_option{
      height: 35px;
      font-size:11px;
   }
    .main-container.sidebar_layout,
    .search_panel_header .search_form_wrapper.sidebar_layout {
        max-width: 970px;
    }
    /*pagination*/
    .job_pagination_wrapper .job_count_info {
        font-size: 14px;
        line-height: 14px;
        height: 14px;
    }
    .job_pagination_wrapper .page_view {
        font-size: 13px;
    }
    .job_pagination_wrapper .p_count {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        font-size: 13px;
        margin: 0 7px;
        line-height: 30px;
    }
    .job_pagination_wrapper .first::after,
    .job_pagination_wrapper .next::after {
        margin: 0 8px;
    }
}
@media only screen and (max-width: 1500px) {
    .search_panel_header.sidebar_layout{
        padding-left:0;
        padding-right:0;
    }
    .main-container.sidebar_layout,
    .search_panel_header.sidebar_layout .search_form_wrapper {
        max-width: 1000px;
        margin-left:calc(100% - 1070px);
    }
}
@media (min-width: 1280px) and (max-width: 1400px) {
    .main-container {
        padding: 20px 10px 0;
        max-width: 830px;
    }

    .left_sidebar {
        width: 245px;
    }

    .job_detail_footer_wrapper .footer-wrapper {
        max-width: 790px;
    }

    .main-container.sidebar_layout {
        max-width: 800px;
    }

    .search_panel_header.sidebar_layout .search_form_wrapper {
        padding: 0 10px 0;
        max-width: 800px;
    }

    .search_panel_header.with_title .search_form_wrapper {
        max-width: 815px;
    }

    .sticky_job_alerts img {
        max-height: 162px;
    }

    .sticky_job_alerts .job_alert_form .title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .sticky_job_alerts .job_alert_form .form_element_set .form_input {
        height: 35px;
    }

    .sticky_job_alerts .job_alert_form {
        width: 250px;
        padding: 10px 8px 8px;
    }

    .sticky_job_alerts .btn_submit {
        font-size: 11px;
        padding: 3px 20px;
    }

    .search_panel_header .search_form_wrapper .search_element .input_label,
    .search_panel_header .search_form_wrapper .search_element.type1 input {
        font-size: 13px;
    }

    .filter_wrapper .result_text {
        font-size: 14px;
    }
    .search_panel_header.with_title {
        padding: 20px 0;
    }
    .quick_job_list_wrapper .job_list_item .title_wrap {
        font-size: 14px;
    }
    .quick_job_list_wrapper .job_list_item .c_btn {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    .content_wrapper .with_right_sidebar .main_right_sidebar {
        min-width: 358px;
        max-width: 358px;
    }
}
@media only screen and (max-width: 1340px) {
    .main-container.sidebar_layout,
    .search_panel_header.sidebar_layout .search_form_wrapper {
        margin:auto;
    }
    .main_wrapper.layout_without_sidebar .responsive_filter,
    .main_wrapper.layout_without_sidebar .left_sidebar {
        display: none;
    }
    .main_wrapper.layout_without_sidebar .responsive_filter {
        display: flex;
    }

    .left_sidebar {
        width: 100%;
        max-height: initial;
        overflow-y: initial;
        top: auto;
        padding: 0;
        bottom: 41px;
        background-color: #fff;
        height: auto;
        display: none;
    }

    .left_sidebar .sidebar_content {
        max-height: 70vh;
        overflow-y: auto;
        padding: 15px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    .left_sidebar .accordion-collapse {
        display: block;
    }

    .left_sidebar .sidebar_accordion .accordion-item .accordion-button {
        padding-bottom: 0;
        padding-top:5px;
    }

    .left_sidebar .sidebar_accordion .accordion-item .sub_text {
        font-weight: 400;
        font-size: 13px;
        display: none;
        margin-top: 8px;
        color: #6A6A6A;
    }

    .left_sidebar .sidebar_accordion .accordion-header {
        margin-bottom: 5px;
    }

  /*  .left_sidebar .sidebar_accordion .accordion-item .accordion-button:after {
        display: none;
    }*/

    .left_sidebar .sidebar_accordion .accordion-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .left_sidebar .sidebar_accordion .accordion-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .left_sidebar .checkbox_item {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 8px;
    }

    .left_sidebar .checkbox_item input[type="checkbox"] + label {
        padding: 4px 10px 4px 10px;
        border-radius: 60px;
        border: 1px solid #C2C2C2;
        color: #7E898D;
        font-size: 12px;
    }

    .left_sidebar .checkbox_item input[type="checkbox"] + label:before {
        content: "";
    }

    .left_sidebar .checkbox_item input[type="checkbox"]:checked + label {
        padding: 4px 10px 4px 30px;
        border: 1px solid #019ED8;
        color: #019ED8;
    }

    .left_sidebar .checkbox_item input[type="checkbox"]:checked + label:before {
        content: "\e876";
        left: 8px;
        top:0;
        bottom:0;
        margin:auto;
        position:absolute;
        color: #019ED8;
    }
    .mobile_filter .close_btn,
    .left_sidebar .close_btn {
        display: flex;
    }

    .left_sidebar:before,
    .left_sidebar.sort_opened,
    .left_sidebar.filter_opened,
    .left_sidebar.sort_opened .sort_wrapper,
    .left_sidebar.filter_opened .filter_wrap {
        display: block;
    }

    .filter_count_wrapper,
    .left_sidebar .sidebar_accordion .accordion-item .accordion-body a.view_more,
    .left_sidebar.filter_opened .sort_wrapper,
    .left_sidebar.sort_opened .filter_wrap {
        display: none;
    }

    .left_sidebar .sidebar_header {
        margin-bottom: 15px;
    }
    .responsive_filter {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
        left: 0;
        right: 0;
        border-top: 1px solid #DBDBDB;
        padding: 5px 0;
    }

    .responsive_filter .f_wrap {
        flex: 1;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 5px 0;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }

    .responsive_filter .f_wrap.sort > span:after,
    .responsive_filter .f_wrap > span:before {
        font-family: "Material Icons";
        position: absolute;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        font-weight: 300;
    }

    .responsive_filter .f_wrap:first-child {
        border-right: 1px solid #707070;
    }
    .responsive_filter .f_wrap:last-child{
        border-right:none !important;
    }

    .responsive_filter .f_wrap > span {
        position: relative;
        display: inline-block;
        padding-left: 30px;
    }

    .responsive_filter .f_wrap.filter span:before {
        content: "\ef4f";
        left: 0;
    }

    .responsive_filter .f_wrap.sort span:after {
        left: 0;
        content: "\e164";
        height: 25px;
        line-height: 25px;
        margin: auto;
        top: 0;
        font-size: 25px;
    }

    .filter_wrapper .select_wrap {
        display: none;
    }
    .job_detail_footer_wrapper .footer-wrapper{
        padding-bottom:50px;
    }
    /*Header*/
    .main_header {
        z-index: 990;
    }

        .main_header .top_header {
            padding: 5px 15px;
        }

            .main_header .top_header .right_menu {
                position: fixed;
                top: 64px;
                bottom: 0;
                left: 0;
                width: 360px;
                background: #fff;
                padding: 10px 15px 15px 15px;
                box-shadow: 1px 23px 8px #00000033;
            }

    .open_mobile_sidebar {
        overflow: hidden;
    }

        .open_mobile_sidebar .main_header .top_header .right_menu {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: flex-start;
        }

    .main_header .top_header .signed_info {
        margin-left: 0;
        order: 1;
        margin-bottom: 15px;
    }

    .main_header .top_header .select_wrap {
        order: 2;
    }
    #ctl00_ContentPlaceHolder2_divFavJobs,
    div#ctl00_divFavJobs {
        order: 3;
    }

    .main_header .top_header .left_logo {
        margin-left: 15px;
    }

    .main_header .top_header .icon_link,
    .main_header .top_header .select_wrap {
        margin:0 0 15px 0;
    }

    .main_header .top_header .select_wrap {
        width:100%;
    }

    .main_header .top_header .sign_menu .dropdown-menu {
        min-width:100%;
        display: block;
        position: relative !important;
        top: 0 !important;
        transform: none !important;
        border: none;
        box-shadow: none;
        margin-bottom:15px;
    }

    .main_header .top_header .sign_menu .dropdown-item img {
        left: 5px;
    }

    .main_header .top_header .sign_menu .icon_link {
        display: none;
    }

    .main_header .top_header .signed_info {
        display: block;
    }
    .main_header .top_header .signed_info .inital_info {
        width: 45px;
        height: 45px;
        min-height: 45px;
        min-width: 45px;
        font-size: 18px;
        line-height: 45px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .main_header .top_header .signed_info .user_info .name {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .main_header .top_header .signed_info .user_info .user_links a,
    .main_header .top_header .sign_menu .icon_link {
        font-size: 13px;
    }

    .main_header .top_header .left_logo img {
        max-width: 155px;
        max-height: 40px;
    }

    .mobile_menu {
        text-decoration: none;
        line-height: 24px;
        color: #000;
        display: block;
        height: 24px;
    }

    .mobile_menu span {
        font-size: 24px;
        line-height: 24px;
    }
    .main_header .top_header .right_menu {
        display: none;
    }
    .open_mobile_sidebar{
        position:relative;
    }
    .open_mobile_sidebar:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 58%);
        z-index: 111;
    }
}

@media only screen and (max-width: 1280px) {
    
    .c_btn.btn_subscribe {
        margin-left: auto;
        display: block;
    }
    /*Job Details page*/
    .content_wrapper .with_right_sidebar {
        display: block;
    }

    .content_wrapper .with_right_sidebar .main-container {
        margin: auto;
    }

    .content_wrapper.with_sidebar .search_panel_header .search_form_wrapper,
    .content_wrapper .with_right_sidebar {
        max-width: 900px;
    }

    .content_wrapper .with_right_sidebar .main_right_sidebar {
        margin-left: 0;
        padding-top: 0;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        min-width:100%;
    }

    .map_area_block {
        max-width: 100%;
        width: 100%;
    }

    .job_detail_footer_wrapper {
        max-width: 970px;
        padding: 0 20px 40px;
    }
    .without_subscribe .job_detail_footer_wrapper {
        padding: 0 20px 0;
    }
    .responsive_filter{
        bottom:40px;
    }
    .without_subscribe .responsive_filter{
        bottom:0;
    }
    .left_sidebar{
        bottom:79px;
    }
    .without_subscribe .left_sidebar{
        bottom:38px;
    }
    /*sticky alert*/
    .sticky_job_alerts {
        z-index: 99;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }
    .sticky_job_alerts .job_alert_form .form_element_set,
    .sticky_job_alerts .job_alert_form .title,
    .sticky_job_alerts .job_alert_form:before,
    .sticky_job_alerts img {
        display: none;
    }
    .sticky_job_alerts .job_alert_form{
        padding:0;
        right:0;
        bottom:0;
        top:auto;
        left:0;
        width:100%;
    }
    .sticky_job_alerts .btn_submit{
        text-transform:uppercase;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1180px) {

    /*layout 2*/
    .main_title_header {
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
    }
    .without_banner .main_title_header{
        padding: 30px;
    }

    .main_title_header:before {
        display: none;
    }

    .main_title_header .title_head {
        font-size: 20px;
        margin-bottom: 11px;
    }

    .main_title_header .title_sub {
        font-size: 13px;
        line-height: 18px;
    }

    .content_inside .search_panel_header {
        margin: 0 0 20px;
    }

    .employee_feedback_wrap .employee_feedback_content .emp_feedback_item {
        padding: 45px 15px 20px;
    }   
    /*job list grid*/
    .job_listing_grid thead {
        display: none;
    }
    .job_listing_grid table tr{
        display:block;
    }
    .job_listing_grid table td {
        width: 100% !important;
        padding: 6px 0;
        display: block;
        border-bottom: none;
    }
    .job_listing_grid tr.featured_ribbon td{
        padding-top: 0;
    }
    .job_listing_grid tr.featured_ribbon td:first-child{
        padding-top:35px !important; 
    }

    .job_listing_grid table td:not(:last-child):before {
        content: attr(data-content);
        font-weight: 600;
        display: block;
        margin-bottom: 2px;
    }

    .job_listing_grid table tr td {
        padding: 6px 0 6px;
    }
    .job_listing_grid table tr td:last-child {
        padding-bottom: 20px;
    }

    .job_listing_grid table tr:not(:first-child) td:first-child {
        padding-top: 20px;
    }
    /*.job_listing_grid table td:first-child:before{
		content: "";
		padding-right: 0;
	}*/
    .job_listing_grid table tr:not(:last-child) {
        border-bottom: 1px solid #E2E2E2;
    }

    .job_listing_grid table td:nth-child(2) a.link_color {
        font-size: 15px;
    }
    /*pagination*/
    .job_pagination_wrapper .page_view {
        font-size: 12px;
    }

    .job_pagination_wrapper .p_count {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        font-size: 13px;
        margin: 0 6px;
    }
}

@media only screen and (max-width: 993px) {
    .title_md {
        font-size: 18px;
    }

    .title_header a {
        font-size: 14px;
    }

    .main-container {
        padding: 0;
        max-width: 100%;
    }

    .main_header .top_header {
        box-shadow: 0px -2px 9px #00000033;
    }
    /*Banner*/
    .banner_top {
        display: none;
    }
    

    .search_panel_header {
        margin: 0 0 0;
        position: static;
    }

    .search_panel_header.sticky_top {
        margin: 0 0 0;
    }

    .search_panel_header.sidebar_layout {
        padding-left: 10px;
        padding-right: 10px;
    }
    .search_panel_header.sticky_top{
        position:static;
    }
    .search_panel_header .search_form_wrapper[style="display: flex;"],
    .search_panel_header .search_form_wrapper {
        display: block !important;
        padding: 0;
        max-width: 100%;
    }

    .search_panel_header .search_form_wrapper .search_element {
        margin: 0 0 10px 0;
    }

    .search_panel_header .search_form_wrapper .search_btn {
        text-align: center;
        justify-content: center;
        font-size: 14px;
    }

    .search_panel_header .search_form_wrapper .search_element .input_label {
        font-size: 13px;
    }

    .search_panel_header .search_form_wrapper .search_element {
        padding: 0 7px 0 10px;
    }

    .search_panel_header .search_form_wrapper .search_element input {
        width: 100% !important;
    }

    .filter_wrapper_inline,
    .filter_wrapper .filter_menu {
        display: none;
    }

    .filter_wrapper .select_wrap {
        margin-left: auto;
    }

    /*job list wrapper*/
    .content_inside {
        padding: 15px;
    }

    .job_list_wrapper.tile_view {
        margin: 0;
        display: block;
    }

    .job_list_wrapper .job_title_info {
        display: block;
    }

    .job_list_wrapper.tile_view .job_tile {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .job_list_wrapper .job_title_info .job_header {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .job_list_wrapper .job_title_info .job_action_wrapper .c_btn {
        margin: 10px 5px 0 0;
        padding: 4px 10px;
    }
    .job_list_wrapper .job_title_info .job_action_wrapper .c_btn.border_btn {
        padding: 3px 10px;
    }

    .quick_help {
        margin-bottom: 0 !important;
        min-height: initial !important;
    }

    .quick_help img {
        display: none;
    }

    .quick_help .quick_help_info {
        padding: 15px !important;
        width: 100% !important;
    }

    .quick_help .quick_help_info .title_text {
        font-size: 18px;
    }

    .quick_help .quick_help_info .h_btn {
        font-size: 12px;
        padding: 8px 20px;
    }

    .gallery_wrapper .gallery_item .data_wrap .title {
        font-size: 15px;
    }
    /*Layout 2*/
    .quick_job_list_wrapper .job_list_item {
        padding: 20px 40px 20px 20px;
    }

    .quick_job_list_wrapper .job_list_item .c_btn {
        position: relative;
        right: 0;
    }

    .quick_job_list_wrapper .job_list_item .star_wrap {
        bottom: auto;
        right: 10px;
        top: 10px;
        left: auto;
    }

    .quick_job_list_wrapper .data_item {
        margin-bottom: 10px;
    }

    .quick_job_list_wrapper .job_list_item .title_wrap {
        margin-bottom: 3px;
    }

    .footer-wrapper {
        display: block;
        margin-bottom: 70px;
        padding: 0 15px;
    }

    .footer-wrapper .c_logo {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-wrapper .digicert-block {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    /*Job details*/
    .content_wrapper.with_sidebar .content_inside {
        padding: 15px 0;
    }

    .job_detail_wrapper .back_btn {
        width: 35px;
        height: 35px;
        border: 3px solid #F1F1F1;
        left: -15px;
    }

    .job_detail_wrapper .back_btn span {
        font-size: 25px;
        line-height: 25px;
        height: 25px;
    }

    .job_detail_wrapper .job_share_area {
        display: block;
    }

    .job_detail_wrapper .job_share_area .social_media {
        margin-bottom: 15px;
    }

    .job_detail_wrapper .right_menu .job_action_wrapper {
        margin-left: auto;
    }

    .job_detail_wrapper .favorite_tag .material-icons {
        font-size: 22px;
    }

    .job_detail_wrapper .favorite_tag:after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
    }

    .company_info_wrapper .top-logo {
        width: 90px;
        height: 90px;
    }

    .company_info_wrapper:before {
        height: 40px;
    }

    .company_info_wrapper {
        padding: 75px 20px 10px;
    }

    .title_header {
        display: block;
    }

    .data_item_wrap .data_item {
        font-size: 14px;
    }

    .content_wrapper.with_sidebar .search_panel_header .search_form_wrapper {
        padding: 0 10px;
        max-width: 100%;
    }

    .content_wrapper .with_right_sidebar {
        max-width: 100%;
    }
    /*popup*/
    .popup_plain .subscribe_body {
        padding: 20px 40px;
    }

    .popup_plain .subscribe_footer .btn {
        font-size: 13px;
    }

    .popup_plain .popup_header .title_head img {
        width: 60px;
    }

    .search_panel_header.with_title {
        padding: 15px 15px 15px;
        margin: 0;
    }
    /*filter mobile view*/
    .without_subscribe .responsive_filter.simple {
        bottom:0;
    }
    .responsive_filter.simple {
        display: flex !important;
        bottom: 40px;
    }
    .responsive_filter.simple.hide {
        display: none !important;
    }
    .mobile_filter .close_btn {
        display: block !important;
    }
    .mobile_filter .filter_wrapper_inline {
        background: #fff;
        padding: 15px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 75px;
        margin-bottom: 0 !important;
        z-index: 99;
        display: block;
        height: 60vh;
    }
    .without_subscribe .mobile_filter .filter_wrapper_inline {
        bottom:40px;
    }
    .mobile_filter .filter_dropdowns {
        display: block;
        margin-right:0 !important;
    }
    .mobile_filter .filter_dropdowns .select_wrap {
        margin: 5px 0;
    }
    .mobile_filter .select_wrap {
        border: 1px solid #D8D8D8;
        margin-top:10px;
    }
    .mobile_filter .result_text {
        display: none;
    }
    .filter_wrapper_block .select_wrap select {
        padding-left:10px;
    }
    .mobile_filter.sort_opened:before,
    .mobile_filter.filter_opened:before {
        display: block;
        z-index: 9;
    }

    .mobile_filter .filter_wrapper_inline {
        display: none !important;
    }
    .filter_wrapper_block.mobile_filter {
        padding: 0;
        box-shadow: none;
        background: transparent;
    }
    .mobile_filter.sort_opened .filter_wrapper_inline.sort,
    .mobile_filter.filter_opened .filter_wrapper_inline.filter {
        display: block !important;
    }
    .mobile_filter .close_btn,
    .mobile_title {
        display: block;
    }
    .filter_wrapper_inline .filter_dropdowns .select_wrap {
        max-width: 100%;
    }
    .job_detail_wrapper .job_info .posted_date {
        position: relative;
        margin-top: 10px;
        display: block;
    }
    .video_text_side {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .search_panel_header.sticky_top{
        position:static;
    }
}


@media only screen and (max-width: 767px) {
    /*mobile filter*/
    .responsive_filter .f_wrap {
        font-size: 12px;
    }

    .responsive_filter .f_wrap.sort span:after {
        height: 22px;
        line-height: 22px;
        font-size: 22px;
    }
    /*Layout 2*/
    .gallery_item_wrapper, .employee_feedback_wrap .employee_feedback_content {
        display: block;
    }
    .employee_feedback_wrap .employee_feedback_content .emp_feedback_item{
        max-width:100%;
    }

    .employee_feedback_wrap .employee_feedback_content .emp_feedback_item:not(:last-child) {
        margin-bottom: 60px;
    }

    .job_detail_wrapper {
        padding: 20px 24px;
    }
    .job_detail_wrapper .job_tag_wrapper {
        margin: 0 -24px 22px;
        padding: 9.5px 24px;
    }

    .job_detail_wrapper .job_title {
        font-size: 15px;
    }

    .job_detail_wrapper .right_menu {
        display: block;
    }

    .job_detail_wrapper .right_menu .flexed_control {
        margin-right: 0;
        margin-bottom: 10px;
    }
    button#ctl00_ContentPlaceHolder1_btnIndeed {
        width: 100%;
    }
    .job_detail_wrapper .right_menu .job_action_wrapper{
        flex-wrap:wrap;
    }
    .ia-btn-class, .ia-btn-div,
    .job_detail_wrapper .right_menu .job_action_wrapper .c_btn {
        margin: 0 0 5px !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    .job_detail_wrapper .favorite_tag {
        padding: 5px 3px 17px 3px;
        right: 5px;
    }

    .job_detail_wrapper .favorite_tag:after {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 13px solid #fff;
    }

    .job_detail_wrapper .favorite_tag .material-icons {
        font-size: 20px;
    }

    .job_info {
        display: block;
    }

    .job_info > * {
        display: block;
    }

    .job_info .more_loc_wrap .job_loc:first-child {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
    }

    .job_info .job_type {
        border-right: none;
    }

    .job_detail_wrapper .job_info {
        padding-right: 0;
    }

    .job_info .more_loc_wrap {
        padding-right: 0;
        display: inline-block;
        margin-top: 10px;
    }

    .job_info .job_loc {
        margin-left: 0;
        margin-right: 5px;
    }

    .job_info .more_loc {
        display: inline-block;
        margin: 5px 0;
    }

    .job_tag_wrapper .tag_item {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .popup_plain .subscribe_body {
        padding: 20px;
    }

    .popup_plain .form_wrapper .form_element_set .form_label {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .popup_plain .popup_header .title_head .main_title {
        font-size: 17px;
    }

    .popup_plain .popup_header .title_head .sub {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }

    .job_detail_wrapper .back_btn {
        width: 32px;
        height: 32px;
        left: -14px;
    }

    .company_info_wrapper {
        margin-top: 40px;
    }

    .company_info_wrapper .top-logo {
        width: 75px;
        height: 75px;
        left: 15px;
    }

    .company_info_wrapper .top-logo img {
        max-height: 75px;
        max-width: 45px;
    }

    .company_info_wrapper:before {
        height: 35px;
    }

    .company_info_wrapper .top-logo {
        top: -20px;
    }

    .company_info_wrapper {
        padding: 65px 20px 10px;
    }

    .location_gallery .location_gallery_item {
        margin-bottom: 20px;
    }
    .title_normal.bold.text-center {
        margin: 4px;
    }
    .alternate_option{
        margin-bottom: 10px;
    }
    .job_listing_added_filters_item{
        margin-right:6px;
    }
    .data_item_wrap .data_item {
        font-size: 13px;
    }

    .main_header .top_header .right_menu {
        width:100%;
    }
    /*pagination*/
    .job_pagination_wrapper {
        flex-wrap:wrap;
        margin-bottom: 20px !important;
    }
    .job_pagination_wrapper .job_count_info {
        margin-bottom: 15px;
        text-align: center;
        font-size: 13px;
        position: relative;
        left: 0;
        width:100%;
    }

    .job_pagination_wrapper .job_pagination_list {
        justify-content: center;
    }

    .job_pagination_wrapper .pagination {
        margin: auto;
        justify-content: center;
    }

    .job_pagination_wrapper .p_count {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        font-size: 12px;
        margin: 0 4px;
        line-height: 24px;
    }

    .job_pagination_wrapper .page_view {
        font-size: 12px;
    }

    .job_pagination_wrapper button.page_view.prev {
        margin-right: 5px;
    }

    .job_pagination_wrapper button.page_view.next {
        margin-left: 5px;
    }
    .popup_plain .modal-dialog {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .popup_plain .subscribe_body{
        max-height: initial;
    }
    div#ctl00_ContentPlaceHolder1_upApply {
        width: 100%;
    }
    .job_detail_wrapper .right_menu .job_action_wrapper .ia-btn-div{
        font-size:11px !important; 
        padding: 4px 13px !important;
    }
    .job_detail_wrapper .right_menu .job_action_wrapper .c_btn{
        font-size:11px !important; 
        padding: 4px 13px !important;
    }
    .job_list_wrapper .job_tile .job_labels:after{
        width: 140px;
    }
    .employee_feedback_wrap {
        margin-bottom: 20px;
    }
    .banner_element .banner_desc{
        margin-top:5px;
    }
    .social_media_wrap {
        margin: 20px 0;
    }
    .job_listing_grid table tr:not(:first-child) td:first-child{
        padding-top:10px;
    }
}

@media only screen and (max-width: 380px) {
    .job_list_wrapper .j_footer {
        display: block;
    }

    .job_list_wrapper .j_footer .posted_info {
        margin-bottom: 10px;
    }
    /*pagination*/
    .job_pagination_wrapper .job_pagination_list {
        display: block;
        text-align: center;
    }

    .job_pagination_wrapper .pagination {
        justify-content: center;
    }

    .job_pagination_wrapper .page_view {
        font-size: 11px;
    }
}
@media only screen and (max-width:360px) {
    .job_pagination_wrapper .p_count {
        width: 21px;
        height: 21px;
        min-width: 21px;
        min-height: 21px;
        font-size: 11px;
        margin: 0 2px;
        line-height: 20px;
    }
}

/*Telerik customization*/

@media screen and (max-width:1640px) {
    html body .RadInput input.riEmpty, html body .RadInput textarea.riEmpty, html body input.RadInput_Empty {
        font-size:13px !important;
    }
    .form_datepicker .RadInput_Default .riTextBox, 
    .form_datepicker .RadInputMgr_Default{
        font-size:13px;
    }
    .form_element_set .form_input,
    .form_select_container .form_select,
    .form_element_set .RadInput_Default .riTextBox.form_input,
    .form_element_set .riSingle .riTextBox.form_input,
    .form_select_container .form_select.rad_combo_box .RadComboBox .rcbInner {
        height: 35px;
        font-size: 13px;
    }
    .form_datepicker .RadInput_Default .riTextBox, 
    .form_datepicker .RadInputMgr_Default{
        font-size: 13px;
        height:35px;
    }
    .form_datepicker .RadInput a:before {
       font-size:20px;
       line-height: 35px;
    }

    .form_datepicker .RadInput_Default .riTextBox {
        padding-left: 6px;
    }

    .form_datepicker .RadInput a {
        width: 20px;
    }
   
    /*---------------------------------Radcombo box-----------------------------------*/
    .form_select_container .RadComboBox_Default .rcbInner, 
    .form_select_container .form_select.rad_combo_box .RadComboBox .rcbInner{
        height: 32px;
        line-height: 32px;
    }
    .form_select_container .RadComboBox .rcbInput{
        height:32px;
        font-size:13px;
    }
    .form_select_container .t-i-arrow-s:before,
    .form_select_container .t-i-arrow-down:before{
        font-size: 17px;
        right: -2px;
    }
    /*--------------------------------File upload------------------------------------*/
    .form_file_upload{
        padding:2px;
        height:35px;
    }
    .form_file_upload .RadUpload .ruFileWrap .ruUploadProgress{
        font-size:13px;
        padding:4px 20px;
    }
    .form_file_upload .RadUpload_Default .ruFakeInput{
        height:25.5px !important;
    }
    .form_file_upload .ruButton{
        padding: 9.5px 10px !important;
        font-size:12px !important;
    }
   
    /*--------------------------------Autocomplete box------------------------------------*/
    .form_autocomplete .RadAutoCompleteBox_Default .racTokenList,
    .form_autocomplete .RadAutoCompleteBox {
        min-height: 35px !important;
    }

    .form_autocomplete .RadAutoCompleteBox .racInput {
        margin: 4px 0;
    }
 
    /*wiget settings style*/


    .layout_choice .title,
    .switch_content_box .title {
        font-size: 15px;
    }

    .layout_choice .sub_title,
    .switch_content_box .sub_title {
        font-size: 12px;
    }

    .box_settings .switch_control input[type="checkbox"] + label:before,
    .switch_content_box .switch_control input[type="checkbox"] + label:before {
        width: 18px;
        height: 18px;
    }

    .box_settings .title_wrap .title {
        font-size: 16px;
    }

    .layout_selection_wrap {
        width: 300px;
    }

    .layout_selection_wrap .layout_opt span {
        width: 22px;
        height: 18px;
    }

    [image-box][data-resolution]:hover:before,
    [video-note]:after {
        font-size: 13px;
    }

    .banner_title {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 12px;
    }

    .banner_element .banner_desc {
        font-size: 14px;
        line-height: 22px;
    }

    .social_media_wrap .title {
        font-size: 21px;
    }
    .social_media_wrap ul.media_list li{
        margin-bottom:10px;
    }
    ul.media_list li a svg {
        width: 19px;
    }

    .social_media_wrap ul.media_list li a {
        width: 43px;
        height: 43px;
    }
    /*text on video*/
    .banner_element.content_on_video .banner_img {
        height: 400px;
    }

    .video_popup .video_title,
    .video_options .video_title {
        font-size: 23px;
        line-height: 33px;
    }

    .video_popup .video_desc,
    .video_options .video_desc {
        font-size: 14px;
        line-height: 22px;
    }

    .video_options .btn_main {
        font-size: 13px;
    }

    .video_popup .btn_main {
        padding: 6px 15px;
        font-size: 13px;
    }

    .with_player .play-btn {
        width: 80px;
        height: 80px;
    }

    .with_player .play-btn:before {
        font-size: 56px;
        line-height: 56px;
        height: 56px;
        width: 56px;
    }
}

@media only screen and (max-width:993px) {
    .RadComboBoxDropDown_Default,
    .RadComboBoxDropDown,
    .RadComboBoxDropDown .rcbScroll {
        width: 100% !important;
    }

    .rcbSlide {
        width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        min-width: calc(100% - 30px) !important;
        left: 10px !important;
        right: 10px !important;
        margin: auto;
    }
    /* .RadComboBoxDropDown.rcbAutoWidth {
        min-width: 95% !important;
        max-width: 95% !important;
        width: 95% !important;
    }*/
    .form_select_container .RadComboBox.RadComboBox_Default.form_select {
        padding: 0 20px 0 10px !important;
    }

    .with_player .play-btn:before {
        font-size: 40px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }

    .social_media_wrap .title {
        font-size: 18px;
    }

    .social_media_wrap ul.media_list li a {
        width: 36px;
        height: 36px;
    }

    .social_media_wrap ul.media_list li {
        margin: 0 5px 5px !important;
    }

    ul.media_list li a svg {
        width: 14px;
    }

    .banner_title {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 8px;
    }
    .banner_element .banner_desc {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    /*video block*/
    .video_options .video_title {
        font-size: 19px;
        line-height: 31px;
    }
    /*content content video*/
    .banner_element.content_on_video img {
        min-height: initial;
    }

    .banner_element.content_on_video:before {
        display: none;
    }

    .banner_element.content_on_video .play-btn {
        position: relative;
        top: 0;
        background-color: rgb(187 181 181 / 27%);
        margin-bottom: 15px;
    }

    .banner_element.content_on_video .video_options {
        position: static;
        text-align: left;
        margin: 0;
    }

    .banner_element.content_on_video .video_options .video_title {
        margin-bottom: 8px;
    }

    .banner_element.content_on_video .with_player {
        position: static;
        background-color: #333;
        width: 100%;
        padding: 20px;
    }

    .video_text_side .banner_content,
    .video_text_side {
        display: block;
    }
    /*video popup*/

    .video_popup .video_title {
        font-size: 20px;
        line-height: 29p
    }

    .video_popup .video_desc {
        font-size: 14px;
        line-height: 18px;
    }

    .with_player .play-btn {
        width: 75px;
        height: 75px;
    }

    .with_player .play-btn:before {
        font-size: 50px;
        line-height: 50px;
        height: 50px;
        width: 50px;
    }

    .video_options .play-btn {
        width: 65px;
        height: 65px;
    }

    .video_options .play-btn:before {
        font-size: 40px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
    .video_options .video_desc {
        font-size: 13px;
        line-height: 17px;
    }
    /*social media*/
    .social_media_wrap ul.media_list li a {
        width: 38px;
        height: 38px;
    }
    .social_media_wrap ul.media_list li svg {
        width: 18px;
    }

  
}


@media only screen and (max-width:480px) {
    .banner_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .banner_element .banner_desc {
        font-size: 13px;
        line-height: 18px;
    }
    /*text on video*/
    .banner_element.content_on_video .banner_img {
        height: 200px;
    }

    .video_options .play-btn,
    .with_player .play-btn {
        width: 50px;
        height: 50px;
    }

    .video_options .play-btn:before,
    .with_player .play-btn:before {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }

    .video_options .video_title {
        font-size: 15px;
        line-height: 20px;
    }

    .video_options .btn_main {
        font-size: 12px;
        padding: 6px 10px;
    }
    .video_popup {
        padding: 20px;
    }
    .video_options .video_desc {
        font-size: 12px;
        line-height: 17px;
    }
    .video_popup .video_frame {
        height: 250px;
    }
    /*social media*/
    .social_media_wrap ul.media_list li a {
        width: 35px;
        height: 35px;
    }
    .social_media_wrap ul.media_list li svg {
        width: 16px;
    }
}