.rs_header_sec,
.ts_mobile_header_sec {
    position: fixed;
    top: 0;
    width: 100% !important;
    margin: auto !important;
}

.rs_header_row {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
}

.header_btns_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #63a9b7;
    gap: 12px !important;
}

.header_contact_btn_box .site_button {
    width: 194px;
    justify-content: space-between;
    padding-right: 6px;
    padding-left: 30px;
    background: #fff !important;
    color: #222 !important;
}

.header_contact_btn_box .btn_arrow_submit {
    background-color: #63A9B7 !important;
    transition: 0.6s ease;
}

.header_contact_btn_box .site_button:hover .btn_arrow_submit {
    background-color: #fff !important;
}

.header_contact_btn_box .blue_btn .btn_arrow_submit svg {
    fill: #fff !important;
}

.rs_header_row {
    display: flex;
    align-items: center;
}

.rs_header_col2 {
    height: 96px;
    display: flex;
    align-items: center;
    background: #63a9b7;
}

.rs_header_col1 {
    width: 428px !important;
}

.rs_header_col2 {
    width: calc(100% - 893px) !important;
    position: relative;
}

.rs_header_col2::after {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    bottom: 0;
    right: auto;
    width: 70px;
    height: 100%;
    background-color: #63A9B7;
    border-radius: 160px 0 0 160px;
    z-index: -1;
}

.rs_header_col3 {
    width: 465px !important;
}

.rs_header_block1 .et_pb_image_wrap {
    width: 100% !important;
    box-shadow: 0px 0px 9px 0px #00000026;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0 190px 190px 0;
    background-color: #fff;
}

.rs_header_block1 .et_pb_image_wrap img {
    width: 262px !important;
    height: 126px;
    object-fit: contain;
    display: block;
    margin: auto !important;
    margin-left: 48px !important;
}

.rs_header_block1 {
    text-align: center !important;
}

.rs_header_block1 a {
    display: block !important;
}

.rs_header_block2 {
    padding-left: 34px;
    background-color: transparent !important;
    margin-left: -70px;
}

.rs_header_block2 .nav>li>a {
    padding-bottom: 0 !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px !important;
    padding-right: 35px !important;
    background-color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 1.2;
}

.rs_header_block2 .nav>li {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.rs_header_block2 .nav>li.current-menu-item>a {
    background-color: #bbc77b;
}

.rs_header_block2 .nav>li:hover>a {
    background-color: #bbc77b;
    opacity: 1 !important;
}

.et-menu .menu-item-has-children>a:first-child:after {
    top: 16px;
    right: 28px;
}

.rs_header_block2 .nav>li.menu-item-41>a,
.rs_header_block2 .nav>li.menu-item-43>a {
    padding-left: 30px !important;
    padding-right: 45px !important;
}

.rs_header_sec {
    background: transparent !important;
}

.rs_top_header_col1 {
    width: 428px !important;
}

.rs_top_header_col2 {
    width: calc(100% - 428px) !important;
}

.top_header_left_box {
    display: flex;
    align-items: center;
    gap: 9px;
}

.top_header_ndis_logo img {
    display: block;
    width: 47px;
    height: 25px;
    object-fit: contain;
}

.top_header_ndis_text {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.rs_top_header_row {
    display: flex;
    justify-content: right;
}

.top_header_main_box {
    display: flex;
    justify-content: space-between;
}

.rs_top_header_row {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto !important;
}

.top_header_right_box {
    display: flex;
    align-items: center;
    gap: 9px;
}

.pd0.rs_header_row {
    padding-top: 25px !important;
}

.rs_top_header_row {
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 99;
}

.rs_top_header_block1 {
    padding-right: 100px !important;
}

.top_header_mail_icon svg {
    display: flex;
    width: 22px;
    height: 16px;
}

.top_header_mail {
    line-height: 1;
}

.top_header_mail_link {
    font-size: 16px;
    line-height: 1;
    color: #222;
    font-weight: 500;
}

header {
    z-index: 9999;
    position: relative;
}

/* #main-content{
    margin-top: 187px !important;
} */

.rs_header_sec .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu,
.rs_header_sec .et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu {
    width: 330px !important;
    padding: 0px !important;
    border-color: #222 !important;
}

.rs_header_sec .nav li .sub-menu li {
    width: 100%;
    padding: 0px !important;
}

.rs_header_sec .nav li li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #222 !important;
    text-transform: capitalize !important;
    width: 100% !important;
    cursor: pointer !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    transition: 0.5s !important;
    border-bottom: 1px dashed #222 !important;
    background-color: #bbc77b;
}

ul#menu-header_menu li li a:hover,
ul#menu-header_menu-1 li li a:hover {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 9px 20px !important;
    background: #63a9b7 !important;
    opacity: 1 !important;
}

@media all and (min-width: 1px) and (max-width: 980px) {

    .mob_head_full_call_btns.mob_head_full_call_btn_1,
    .mob_head_full_call_btn.mob_head_full_call_btn_1 {
        text-align: center;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #BBC77B;
    }

    .mob_head_full_call_btn.mob_head_full_call_btn_1 {
        background-color: #63A9B7;
    }

    .mob_head_full_call_btns_main {
        display: flex;
    }

    .mob_head_full_call_btn_1 {
        flex: 1;
    }

    .mob_head_full_call_btn.mob_head_full_call_btn_1 a,
    .mob_head_full_call_btns.mob_head_full_call_btn_1 a {
        color: #222;
        font-size: 16px;
        font-weight: 600;
    }

    .mob_head_full_call_btns.mob_head_full_call_btn_1 a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mob_head_full_call_btns.mob_head_full_call_btn_1 a svg {
        transform: scale(0.8);
    }

    .mob_head_full_call_btn.mob_head_full_call_btn_1 a {
        color: #fff;
    }

    .mob_header_width.mob_header_top_row {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .ts_mobile_header_col1 {
        margin: 0 !important;
    }

    .ts_mobile_header_block1 .et_pb_image_wrap img {
        width: 146px !important;
        height: 70px;
        object-fit: contain;
    }

    .pd0.ts_mobile_header_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .mob_header_time_row {
        background-color: #343433;
    }

    .top_header_time_txt_box {
        font-size: 13px;
        text-align: center;
        line-height: 16px;
    }

    .top_header_time_icon_box {
        display: none;
    }

    .top_header_time_box {
        padding: 4px 4px;
    }

    .top_header_time_box_inner {
        justify-content: center;
    }

    .ts_mobile_header_col1 {
        width: 60% !important;
    }

    .ts_mobile_header_col2 {
        width: 40% !important;
    }

    .top_header_direction_btn {
        height: 40px;
        padding: 0 !important;
        border-radius: 0;
        width: 40px;
        justify-content: center;
        margin: 0 0 0 auto;
        margin-right: 52px;
    }

    .top_header_direction_btn_title {
        display: none !important;
    }

    .ts_mobile_header_row {
        display: flex;
        align-items: center;
    }

    .ts_mobile_header_sec {
        display: block !important;
    }

    .mob_header_top_row,
    .ts_mobile_header_row {
        width: 100% !important;
        max-width: 100% !important;
    }

    .pd0.ts_mobile_header_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-shadow: 0px 7px 11px 0px #00000024;
        background-color: #fff;
    }

    .ts_mobile_header_row {
        display: flex;
        align-items: center;
        gap: unset !important;
    }


}

@media all and (min-width: 320px) and (max-width: 767px) {
    #main-content {
        margin-top: 124px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    #main-content {
        margin-top: 124px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    /* #main-content {
    margin-top: 106px !important;
} */
    .rs_header_col1,
    .rs_top_header_col1 {
        width: 200px !important;
    }

    .rs_top_header_col2 {
        width: calc(100% - 200px) !important;
    }

    .rs_header_col2 {
        width: calc(100% - 405px) !important;
        height: 70px;
    }

    .rs_header_col3 {
        width: 205px !important;
    }

    .rs_header_block1 .et_pb_image_wrap img {
        margin-left: 5px !important;
        width: 145px !important;
        height: 70px;
    }

    .rs_header_block2 .nav>li>a {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 13px;
        height: 40px;
    }

    .rs_header_block2 .nav>li.menu-item-41>a,
    .rs_header_block2 .nav>li.menu-item-43>a {
        padding-left: 14px !important;
        padding-right: 29px !important;
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        top: 10px;
        right: 12px;
    }

    .pd0.rs_header_row {
        padding-top: 20px !important;
    }

    .rs_top_header_row {
        top: 5px;
    }

    .rs_header_block1 .et_pb_image_wrap {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header_contact_btn_box .site_button {
        width: 130px;
        padding-left: 15px;
        font-size: 14px;
        height: 40px;
        gap: 5px !important;
    }

    .call_us_today_data_box {
        padding-left: 8px;
    }

    .header_btns_box .btn_arrow_submit {
        width: 32px;
        height: 32px;
    }

    .call_us_today_main_box_header .call_us_today_main_box_inner {
        height: 70px;
        width: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .call_us_today_main_box_header .call_us_today_data_number {
        font-size: 18px;
        margin-top: 5px;
    }

    .call_us_today_main_box_header .call_us_today_data_title {
        font-size: 14px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box {
        height: 45px;
        width: 45px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box svg {
        width: 20px;
        height: 20px;
    }

    .rs_header_block2 {
        padding-left: 20px;
        margin-left: -50px;
    }

    .rs_header_col2::after {
        left: -50px;
        width: 50px;
    }

    .top_header_ndis_logo img {
        width: 30px;
        height: 16px;
    }

    .top_header_ndis_text {
        font-size: 13px;
        line-height: 1;
    }

    .top_header_mail_link {
        font-size: 14px;
    }

    header .call_us_today_data_box {
        display: none !important;
    }

    .rs_top_header_block1 {
        padding-right: 20px !important;
    }

    .rs_header_block2 .nav>li {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* #main-content {
    margin-top: 114px !important;
} */
    .rs_header_col1,
    .rs_top_header_col1 {
        width: 250px !important;
    }

    .rs_top_header_col2 {
        width: calc(100% - 250px) !important;
    }

    .rs_header_col2 {
        width: calc(100% - 405px) !important;
        height: 70px;
    }

    .rs_header_col3 {
        width: 205px !important;
    }

    .rs_header_block1 .et_pb_image_wrap img {
        margin-left: 10px !important;
        width: 162px !important;
        height: 78px;
    }

    .rs_header_block2 .nav>li>a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px;
        height: 40px;
    }

    .rs_header_block2 .nav>li.menu-item-41>a,
    .rs_header_block2 .nav>li.menu-item-43>a {
        padding-left: 10px !important;
        padding-right: 25px !important;
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        top: 10px;
        right: 9px;
    }

    .pd0.rs_header_row {
        padding-top: 20px !important;
    }

    .rs_top_header_row {
        top: 7px;
    }

    .rs_header_block1 .et_pb_image_wrap {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header_contact_btn_box .site_button {
        width: 130px;
        padding-left: 15px;
        font-size: 14px;
        height: 40px;
        gap: 5px !important;
    }

    .call_us_today_data_box {
        padding-left: 8px;
    }

    .header_btns_box .btn_arrow_submit {
        width: 32px;
        height: 32px;
    }

    .call_us_today_main_box_header .call_us_today_main_box_inner {
        height: 70px;
        width: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .call_us_today_main_box_header .call_us_today_data_number {
        font-size: 18px;
        margin-top: 5px;
    }

    .call_us_today_main_box_header .call_us_today_data_title {
        font-size: 14px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box {
        height: 45px;
        width: 45px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box svg {
        width: 20px;
        height: 20px;
    }

    .rs_header_block2 {
        padding-left: 20px;
        margin-left: -50px;
    }

    .rs_header_col2::after {
        left: -50px;
        width: 50px;
    }

    .top_header_ndis_logo img {
        width: 30px;
        height: 16px;
    }

    .top_header_ndis_text {
        font-size: 14px;
        line-height: 1;
    }

    .top_header_mail_link {
        font-size: 15px;
    }

    header .call_us_today_data_box {
        display: none !important;
    }

    .rs_top_header_block1 {
        padding-right: 20px !important;
    }

    .rs_header_block2 .nav>li {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* #main-content {
    margin-top: 123px !important;
} */
    .rs_header_col1,
    .rs_top_header_col1 {
        width: 250px !important;
    }

    .rs_top_header_col2 {
        width: calc(100% - 250px) !important;
    }

    .rs_header_col2 {
        width: calc(100% - 405px) !important;
        height: 70px;
    }

    .rs_header_col3 {
        width: 205px !important;
    }

    .rs_header_block1 .et_pb_image_wrap img {
        margin-left: 10px !important;
        width: 181px !important;
        height: 87px;
    }

    .rs_header_block2 .nav>li>a {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 14px;
        height: 40px;
    }

    .rs_header_block2 .nav>li.menu-item-41>a,
    .rs_header_block2 .nav>li.menu-item-43>a {
        padding-left: 15px !important;
        padding-right: 30px !important;
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        top: 10px;
        right: 13px;
    }

    .pd0.rs_header_row {
        padding-top: 20px !important;
    }

    .rs_top_header_row {
        top: 10px;
    }

    .rs_header_block1 .et_pb_image_wrap {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header_contact_btn_box .site_button {
        width: 130px;
        padding-left: 15px;
        font-size: 14px;
        height: 40px;
        gap: 5px !important;
    }

    .call_us_today_data_box {
        padding-left: 8px;
    }

    .header_btns_box .btn_arrow_submit {
        width: 32px;
        height: 32px;
    }

    .call_us_today_main_box_header .call_us_today_main_box_inner {
        height: 70px;
        width: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .call_us_today_main_box_header .call_us_today_data_number {
        font-size: 18px;
        margin-top: 5px;
    }

    .call_us_today_main_box_header .call_us_today_data_title {
        font-size: 14px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box {
        height: 45px;
        width: 45px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box svg {
        width: 20px;
        height: 20px;
    }

    .rs_header_block2 {
        padding-left: 27px;
        margin-left: -50px;
    }

    .rs_header_col2::after {
        left: -50px;
        width: 50px;
    }

    .top_header_ndis_logo img {
        width: 38px;
        height: 20px;
    }

    .top_header_ndis_text {
        font-size: 14px;
        line-height: 1;
    }

    .top_header_mail_link {
        font-size: 15px;
    }

    header  {
        display: none !important;
    }

    .rs_top_header_block1 {
        padding-right: 20px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* #main-content {
    margin-top: 131px !important;
} */
    .rs_header_col1,
    .rs_top_header_col1 {
        width: 260px !important;
    }

    .rs_top_header_col2 {
        width: calc(100% - 260px) !important;
    }

    .rs_header_col2 {
        width: calc(100% - 615px) !important;
        height: 80px;
    }

    .rs_header_col3 {
        width: 355px !important;
    }

    .rs_header_block1 .et_pb_image_wrap img {
        margin-left: 10px !important;
        width: 181px !important;
        height: 87px;
    }

    .rs_header_block2 .nav>li>a {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 14px;
        height: 46px;
    }

    .rs_header_block2 .nav>li.menu-item-41>a,
    .rs_header_block2 .nav>li.menu-item-43>a {
        padding-left: 15px !important;
        padding-right: 30px !important;
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        top: 14px;
        right: 14px;
    }

    .pd0.rs_header_row {
        padding-top: 20px !important;
    }

    .rs_top_header_row {
        top: 8px;
    }

    .rs_header_block1 .et_pb_image_wrap {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header_contact_btn_box .site_button {
        width: 150px;
        padding-left: 20px;
        font-size: 14px;
        height: 46px;
        gap: 10px !important;
    }

    .call_us_today_data_box {
        padding-left: 8px;
    }

    .header_btns_box .btn_arrow_submit {
        width: 38px;
        height: 38px;
    }

    .call_us_today_main_box_header .call_us_today_main_box_inner {
        height: 80px;
        width: 205px;
        padding-left: 15px;
    }

    .call_us_today_main_box_header .call_us_today_data_number {
        font-size: 18px;
        margin-top: 5px;
    }

    .call_us_today_main_box_header .call_us_today_data_title {
        font-size: 14px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box {
        height: 50px;
        width: 50px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box svg {
        width: 24px;
        height: 24px;
    }

    .rs_header_block2 {
        padding-left: 27px;
        margin-left: -50px;
    }

    .rs_header_col2::after {
        left: -50px;
        width: 50px;
    }

    .top_header_ndis_logo img {
        width: 38px;
        height: 20px;
    }

    .top_header_ndis_text {
        font-size: 14px;
        line-height: 1;
    }

    .top_header_mail_link {
        font-size: 15px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /* #main-content {
    margin-top: 146px !important;
} */
    .rs_header_col1,
    .rs_top_header_col1 {
        width: 300px !important;
    }

    .rs_top_header_col2 {
        width: calc(100% - 300px) !important;
    }

    .rs_header_col2 {
        width: calc(100% - 655px) !important;
        height: 80px;
    }

    .rs_header_col3 {
        width: 355px !important;
    }

    .rs_header_block1 .et_pb_image_wrap img {
        margin-left: 20px !important;
        width: 212px !important;
        height: 102px;
    }

    .rs_header_block2 .nav>li>a {
        padding-left: 25px !important;
        padding-right: 25px !important;
        font-size: 15px;
        height: 46px;
    }

    .rs_header_block2 .nav>li.menu-item-41>a,
    .rs_header_block2 .nav>li.menu-item-43>a {
        padding-left: 20px !important;
        padding-right: 35px !important;
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        top: 14px;
        right: 18px;
    }

    .pd0.rs_header_row {
        padding-top: 20px !important;
    }

    .rs_top_header_row {
        top: 11px;
    }

    .rs_header_block1 .et_pb_image_wrap {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header_contact_btn_box .site_button {
        width: 150px;
        padding-left: 20px;
        font-size: 15px;
        height: 46px;
        gap: 10px !important;
    }

    .call_us_today_data_box {
        padding-left: 8px;
    }

    .header_btns_box .btn_arrow_submit {
        width: 38px;
        height: 38px;
    }

    .call_us_today_main_box_header .call_us_today_main_box_inner {
        height: 80px;
        width: 205px;
        padding-left: 15px;
    }

    .call_us_today_main_box_header .call_us_today_data_number {
        font-size: 18px;
        margin-top: 5px;
    }

    .call_us_today_main_box_header .call_us_today_data_title {
        font-size: 14px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box {
        height: 50px;
        width: 50px;
    }

    .call_us_today_main_box_header .call_us_today_icon_box svg {
        width: 24px;
        height: 24px;
    }

    .rs_header_block2 {
        padding-left: 27px;
        margin-left: -50px;
    }

    .rs_header_col2::after {
        left: -50px;
        width: 50px;
    }

    .top_header_ndis_logo img {
        width: 38px;
        height: 20px;
    }

    .top_header_ndis_text {
        font-size: 15px;
        line-height: 1;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    /* #main-content {
    margin-top: 182px !important;
} */
    .rs_header_col1,
    .rs_top_header_col1 {
        width: 375px !important;
    }

    .rs_top_header_col2 {
        width: calc(100% - 375px) !important;
    }

    .rs_header_col2 {
        width: calc(100% - 840px) !important;
    }

    .rs_header_block1 .et_pb_image_wrap img {
        margin-left: 20px !important;
    }

    .rs_header_block2 .nav>li>a {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .rs_header_block2 .nav>li.menu-item-41>a,
    .rs_header_block2 .nav>li.menu-item-43>a {
        padding-left: 20px !important;
        padding-right: 35px !important;
    }

    .et-menu .menu-item-has-children>a:first-child:after {
        top: 16px;
        right: 18px;
    }

    .pd0.rs_header_row {
        padding-top: 20px !important;
    }

    .rs_top_header_row {
        top: 14px;
    }
}