﻿/*********** THIS CSS IS WRITTEN FOR RESPONSIVE PURPOSE FOR ALL PAGES***********/

/* Extra Small Devices (phones) */
@media (max-width: 575.98px) {


    /*====================   Login Page Section Style Start ====================   */
    .code-inputs {
        gap: 10px !important;
    }

    .opt_input {
        padding: 12px !important;
    }

    .login-content {
        padding: 7% 5% 0 !important;
    }

    #usernameCntr {
        margin-bottom: 0px !important;
    }
    /* .bs-reset {
        padding-right:0px!important
    }*/
    .desktop_view_logo {
        display: block !important;
    }

    .LoginLogo img {
        height: 20px !important;
        width: 150px !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mobile_view_logo {
        display: none !important;
    }

    #loginTitle {
        display: flex !important;
        justify-content: center !important;
    }




    .desktop_view_logo {
        display: none;
    }

    .login_image_section {
        display: none !important;
    }

    #divLoginImgs {
        display: none;
    }

    .login-content {
        padding: 10% 6% 0 !important;
    }

    .LoginLogo img {
        height: 35px !important;
    }

    .LoginTitle, .login_title {
        margin: 6% 0 0% !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        text-align: left !important;
    }

    .form-group.form-md-line-input {
        margin: 0px 0 16px !important;
        padding-top: unset !important;
    }

    .login-copyright_section {
        display: none !important;
    }

    .btnCancel_btnContinue_section > .btnCancel, .btnOtpContinue {
        width: 125px !important;
    }

    .create_new_password_section {
        padding: 0 20px 0 30px;
    }

    /*====================   Login Page Section Style Start ====================   */

    /*====================   Footer Page Section Style Start ====================   */
    .still_have_query_section {
        padding: 20px;
    }

        .still_have_query_section h3 {
            font-size: 20px;
        }

    .initiate_query_call_us_section {
        flex-direction: column;
        align-items: start !important;
    }

    .section_border_right {
        display: none;
    }

    .initiate_query_call_us_section .left_side_icon {
        height: 50px !important;
        width: 50px !important;
    }

    .copyright_section {
        flex-direction: column;
    }

        .copyright_section .page_nav_links {
            margin: 10px 0;
        }

    .scroll-to-top {
        bottom: 90px;
    }
    /*====================   Footer Page Section Style Close    ====================   */

    /*====================   Stepper UI Section Style Start ====================   */

    #employer-post-new-job .res-steps-container {
        gap: 10px;
    }

        #employer-post-new-job .res-steps-container .res-steps .res-step-bar {
            height: 30px;
            width: 30px;
            padding-top: 4px;
            font-size: 16px;
        }

        #employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
            height: 3px;
            margin: -16px 0px 0 70%;
        }

    .res-progress-title {
        display: none;
    }

    /*====================   Stepper UI Section Style Close ====================   */

    /*====================   Emplyoee Enrollment Page Section Style Start   ====================   */

    .dependants_policies_image {
        display: none;
    }

    .dependants_your_policies h3 {
        font-size: 14px;
    }

    .dependant_details_section {
        justify-content: center;
    }

    .dependant_details_header h4 {
        font-size: 14px;
        font-weight: bold;
    }

    .btn_skip_step {
        padding: 10px 10px;
    }

    .accordion_policies_title {
        font-size: 14px;
        font-weight: bold;
    }

    .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
        font-size: 12px;
    }

    .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description h5 {
        font-size: 14px;
    }

    .dependants_your_policies_wrapper {
        padding: 2rem !important;
    }

    .btn_add_dependent {
        font-size: 11px !important;
    }

    .btn_skip_step_add_dependent_section {
        gap: 10px !important;
    }
    /*  ====================   Emplyoee Enrollment Page Section Style Close   ====================   */

    /*  ==================== New UI FlexiBen Introduction Section Style Start ====================  */

    .main_section {
        flex-direction: column;
    }

    .text_img_section div:nth-child(1) {
        order: 2;
    }

    .text_img_section div:nth-child(2) {
        order: 1;
    }

        .text_img_section div:nth-child(2) img {
            width: 100%;
        }

    /*  ==================== New UI FlexiBen Introduction Section Style Close ====================  */

    .page-content-wrapper {
        width: 100% !important;
    }
}

/* Small Devices (tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /*====================   Login Page Section Style Start ====================   */
    .code-inputs {
        gap: 10px !important;
    }

    .opt_input {
        padding: 12px !important;
    }

    .login-content {
        padding: 7% 5% 0 !important;
    }

    .mobile_view_logo {
        display: block !important;
    }

    .desktop_view_logo {
        display: none;
    }

    .login_image_section {
        display: none !important;
    }

    #divLoginImgs {
        display: none;
    }

    .login-content {
        padding: 10% 6% 0 !important;
    }

    .LoginLogo img {
        height: 35px !important;
    }

    .LoginTitle, .login_title {
        margin: 6% 0 0% !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        text-align: left !important;
    }

    .form-group.form-md-line-input {
        margin: 0px 0 16px !important;
        padding-top: unset !important;
    }

    .login-copyright_section {
        display: none !important;
    }

    .forget-form > h3:first-child {
        margin: 6% 0 0% !important;
        font-size: 17px !important;
        font-weight: 700 !important;
    }

    .btnCancel_btnContinue_section > .btnCancel, .btnOtpContinue {
        width: 168px !important;
    }

    .create_new_password_section {
        padding: 0px 70px 0 70px;
    }
    /*====================   Login Page Section Style Start ====================   */

    /*====================   Stepper UI Section Style Start ====================   */

    #employer-post-new-job .res-steps-container .res-steps .res-step-bar {
        height: 35px;
        width: 35px;
        padding-top: 4px;
    }

    #employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
        height: 3px;
        margin: -18px 0px 0 60%;
    }

    .res-progress-title {
        display: none;
    }

    /*====================   Stepper UI Section Style Close ====================   */

    /*====================   Emplyoee Enrollment Page Section Style Start   ====================   */
    .dependants_policies_image img {
        display: none;
    }

    .dependant_details_section {
        justify-content: center;
    }
    /*====================   Emplyoee Enrollment Page Section Style Close   ====================   */

    /*  ==================== New UI FlexiBen Introduction Section Style Start ====================  */

    .main_section {
        flex-direction: column;
    }

    .text_img_section div:nth-child(1) {
        order: 2;
    }

    .text_img_section div:nth-child(2) {
        order: 1;
    }

        .text_img_section div:nth-child(2) img {
            width: 100%;
        }

    /*  ==================== New UI FlexiBen Introduction Section Style Close ====================  */

    .page-content-wrapper {
        width: 100% !important;
    }
}

/* Medium Devices (landscape tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /*====================   Login Page Section Style Start ====================   */
    .mobile_view_logo {
        display: none;
    }

    .desktop_view_logo {
        display: block;
    }

    .LoginLogo img {
        height: 30px !important;
    }

    .login_image_text_overlap span:first-child {
        font-size: 20px !important;
    }

    .login_image_text_overlap h1 {
        font-size: 30px !important;
    }

    .LoginTitle {
        margin: 7% 0 0% !important;
        font-size: 20px !important;
    }

    .login-content {
        padding: 10% 10% 0 !important;
    }

    .btnCancel_btnContinue_section > .btnCancel, .btnOtpContinue {
        width: 135px !important;
    }

    .login-copyright_section {
        height: 100px !important;
    }

    .login-copyright_section {
        display: none !important;
    }

    .create_new_password_section {
        padding: 40px 50px 0 30px;
    }
    /*====================   Login Page Section Style Start ====================   */


    /*====================   Stepper UI Section Style Start ====================   */

    #employer-post-new-job .res-steps-container .res-steps .res-step-bar {
        height: 35px;
        width: 35px;
        padding-top: 4px;
    }

    #employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
        height: 3px;
        margin: -18px 0px 0 60%;
    }

    .res-progress-title {
        display: none;
    }

    /*====================   Stepper UI Section Style Close ====================   */


    /*====================   Emplyoee Enrollment Page Section Style Start   ====================   */
    .dependants_policies_image {
        width: 60%;
    }

    .dependant_details_card {
        width: 345px;
    }
    /*====================   Emplyoee Enrollment Page Section Style Close   ====================   */

    /*  ==================== New UI FlexiBen Introduction Section Style Start ====================  */

    .main_section {
        flex-direction: column;
    }

    .text_img_section div:nth-child(1) {
        order: 2;
    }

    .text_img_section div:nth-child(2) {
        order: 1;
    }

        .text_img_section div:nth-child(2) img {
            width: 100%;
        }

    /*  ==================== New UI FlexiBen Introduction Section Style Close ====================  */

}

/* Large Devices (desktops) */
@media (min-width: 992px) and (max-width: 1024px) {

    .login_image_text_overlap span:first-child {
        font-size: 20px !important;
    }

    .login_image_text_overlap h1 {
        font-size: 30px !important;
    }

    .LoginTitle {
        margin: 7% 0 0% !important;
        font-size: 30px !important;
    }

    .login-content {
        padding: 10% 10% 0 !important;
    }

    .btnCancel_btnContinue_section > .btnCancel, .btnOtpContinue {
        width: 135px !important;
    }

    .login-copyright_section {
        height: 100px !important;
        display: none !important;
    }
}


/* Large Devices (desktops) */
@media (min-width: 1199.98px) and (max-width: 1025px) {
}


/* Extra Large Devices (large desktops) */
@media (min-width: 1200px) {
}

/* Extra Extra Large Devices (larger desktops) */
@media (min-width: 1400px) {
}

@media screen and (max-width: 374px) {
    .RespMobileCapcha {
        display: block !important;
    }

    .input-small {
        width: 70px !important;
    }
}

@media (min-width: 992px) {
    .page-sidebar-closed .page-content-wrapper .page-content {
        margin-left: 10px !important;
    }
}

@media (max-width: 991.98px) {
    .page-title.pgtitle {
        display: none;
    }

    .page-content {
        padding: 0px 10px 10px !important;
    }

    .noteBox .btn {
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 768px) {
    .removeDFlexOnResponsiveScreen  {
        display:block!important;
    }
    #SpnPolicyNum, #spnInsurerName, #spnGroupName, #spnTPAName {
        display:block!important;
        margin-left:0px!important;
    }
    .hideLabelOnRespScreen  {
        display:none!important;
    }
    .my_benefits_button_section .dropdown-toggle {
        font-size: 10px!important;
    }
    .marginRemoveOnRespScreen {
        margin: 0px!important;
    }

    .FinalisationResponsive {
        display: flex;
        flex-direction: column;
    }
    #installmentTable {
        /*display: block;*/
        order: -1;
    }
    .rightSideBlockMediaQuery {
        position: fixed;
        top: 2%;
        width: -webkit-fill-available !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        overflow: auto !important;
        order: -1!important;
        padding-right:0px;
    }
    .mainContainer {
        display: flex !important;
        flex-direction: column !important;
    }
    .hideonShimmer {
        display: flex;
        flex-direction: column;
    }
    .leftsideBlockMediaQuery {
        padding-left: 13px;
        position: relative;
        width: 107% !important;
        max-width: none !important;
    }
    #floatSummary {
        overflow: auto !important;
        padding: 0px 10px!important;
        margin-top:10px!important;
    }
    #SummeryArrowRightBtn {
        order: 2 !important;
        display: contents !important;
        /*display: block;*/
        position: fixed;
    }
    #floatSummary.stickTop #SummeryArrowRightBtn > h4 {
        margin-left: 15px !important;
    }
    #SummeryOfBenefitsForMobile {
        display: none;
        margin-top: 10px !important;
        padding-left: 7px;
        padding-right: 7px !important;
    }
    .overlayDependentInfo {
        margin-top: 35px !important;
    }

    .addDependantBtnCntr {
        margin-top: 20px !important;
    }
    .showOffShimmerShortSummary {
        height: 90% !important;
        overflow-y: auto !important;
    }
    .page-sidebar-closed .page-content-wrapper .page-content{
        margin-left:0px!important;
    }
    .removedFlexOnMobileScreen {
        display:block!important;
    }
    #dtNomineeDOBCntrGTA, #dtNomineeDOBCntrGPA, #dtNomineeDOBCntrGHI, #dtNomineeDOBCntrGHITopUp, #dtNomineeDOBCntrGPATopUp {
        width: 100% !important;
        padding-right: 10px !important;
    }
    #divSaveButtonGTL, #divSaveButtonGHI, #divSaveButtonGPA, #divSaveButtonGPATopUp, #divSaveButtonGTLTopUp, #divSaveButtonGHITopUp {
        margin-bottom: 12px !important;
    }
    #btnConfirmEnrollment {
        margin-top:20px!important;
    }
    .dependants_your_policies h3 {
        font-size:18px!important;
    }
    #lblCurrentFamilyDef {
        margin-left:0px!important;
    }
    #GPAPolicyTextCntr .sameHeightGPASI,
    #GTLPolicyTextCntr .sameHeightGTLSI,
    #GHIPolicyTextCntr .sameHeightGHISI {
        height: unset !important;
    }

}

