@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
.flowWrap {
    display: flex;
    background-color: #F9FBFF;
    height: 100vh;
    min-height: 1000px;
}
.flowSidebar {
    background-color: #1d3059;
    max-width: 525px;
    min-width: 525px;
}
.logoSidebar {
    padding: 40px 60px;
    border-bottom: 1px solid #ffffff26;
}
.sidebarReview {
    padding: 40px 60px;
}
.flowQuote, .flowStars {
    margin-bottom: 20px;
}
.sidebarReview p {
    color: #fff;
    margin-bottom: 20px;
}
.sidebarReview .thumb_nText {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sidebarReview .thumb_nText h4 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
}
.sidebarReview .thumb_nText span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.flowContent {
    padding-top: 125px; width: 100%;
    position: relative;
}
.flowSlide {
    width: 580px;
    margin: 0 auto;
    display: none;
    text-align: center;
}
.flowStep {
    text-align: center;
}
.stepImg {
    background: url(../images/flow_light.svg) no-repeat;
    width: 475px;
    height: 60px;
    display: inline-flex;
}
.imgProcess {
    background: url(../images/flow_dark.svg) no-repeat;
    width: 475px;
    height: 60px;
    display: inline-flex;
}


.flowContent h2 {
    padding: 0;
    margin: 36px 0;
    color: #101828;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


::-ms-input-placeholder { 
    color: #6363638a;
}
::placeholder {
    color: #6363638a;
    
}

.form_field {
    border-radius: 5px;
    background: #FFF;
    padding: 10px 20px;
    height: 70px;
    color: #000;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    max-width: 100%;
    outline: none;
    border: 2px solid #8898b7;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.form_field.error, .ui-selectmenu-button.ui-button.error {
    border: 2px solid #ff0000;
    background: #ffe2e2;
}
.form_field select {
    border: 0;
    background: none;
    width: 100%;
    font-size: 16px;
    outline: none;
}

.ui-selectmenu-button.ui-button {
    width: 472px;
height: 70px;
border-radius: 4px;
 border: 2px solid #8898b7;
background: #FFF;
display: flex;
align-items: center;
position: relative;
}

.ui-selectmenu-menu .ui-menu {
    padding-bottom: 0 !important;
}

.ui-selectmenu-button.ui-button .ui-icon {
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
}
.customSelect .ui-state-active {
    border: 1px solid #2653B0;
    background: #2653B0;
}

.ui-menu.customSelect .ui-menu-item-wrapper {
    position: relative;
    padding: 10px;
    border-top: 1px solid #ccc;
}

/* .ui-selectmenu-button-closed .ui-selectmenu-text {
    color: #6363638a;
} */


select.form_field,
select.form_field option {
  color: #000;
}

select.form_field:invalid,
select.form_field option[value=""] {
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    color: #6363638a;
}

#selectAccident.form_field {
    appearance: none;
    padding-right: 40px;
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    text-align: left;
    cursor: default;

    &:focus {
        cursor: pointer;
    }
   
}

/* select#selectAccident.form_field.error {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
} */

.inputOuter, .flowBtnBox, .inputOuterButton {
    max-width: 472px;
    min-width: 472px;
    display: inline-flex;
    position: relative;
}
.inputOuterButton {
    flex-direction: column;
    gap: 20px;
}
.inputOuterButton button.form_field {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    background-color: #2653B0;
    border: 0;
}
.inputOuterButton button.form_field:hover {
    background-color: #0d2657;
    color: #fff;
}
.inputOuterButton button.form_field.active {
    background-color: #0d2657;
    color: #fff;
}
.flowBtnBox {
    margin-top: 20px;
    gap: 20px;
}
.flowBtnBox .back {
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 0;
    margin: 0;
    height: 70px;
    width: 86px;
}
.flowBtnBox .back img {
    height: 70px;
    width: 86px;
    max-width: inherit;
}
.SlideNextBtn {
    border-radius: 4px;
    background: var(--Color-3, #2653B0);
    height: 70px;
    color: #FFF;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: 0;
    outline: none;
}

.flowCall_lg {
    display: flex;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 40px;
    gap: 10px;
    text-decoration: none;
}
.flowCall_lg span {
    color: var(--Color-3, #2653B0);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: none;
    text-transform: capitalize;
    border-bottom: 2px solid #2653B0;
}

.flowFooter {
 position: absolute;
 width: 100%;
 padding: 20px 0;
 text-align: center;
 left: 0;
 bottom: 0;
}
.flowfFlex {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}
.flowfFlex .number, .flowfFlex .company {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #EEF4FF;
    min-width: 29px;
    min-height: 29px;
    color: #2653B0;
    font-weight: 700;
    padding: 0 10px;
    font-size: 16px;
}
.flowfFlex .text {
    font-size: 16px;
    color: #101828;
    font-weight: 400;
}

.input2Col {
    display: flex;
    gap: 20px;
    text-align: left;
}
.input2Col label {
    color: #101828;
    padding-bottom: 10px;
    display: block;
}

.contactDetail h3 {
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contactDetail label {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

.hrline {
    height: 1px;
    margin: 20px 0;
    background-color: #D6DBE7;
    max-width: 472px;
    min-width: 472px;
    display: inline-block;
}

.contactDetail {
    max-width: 472px;
    min-width: 472px;
    display: inline-block;
    text-align: left;
}
p.terms {
    color: #344054;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    max-width: 472px;
    min-width: 472px;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0;
}

.thankyouBox {
    max-width: 580px;
    min-width: 580px;
    display: inline-block;
    text-align: center;
    margin-top: 0;
}
.thankyouBox h2 {
    color: #101828;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 28px 0;
    padding: 0;
}
.thankyouBox h3 {
    color: #101828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    margin: 0;
    padding: 0;
}

.thankyouBox p {
    color: #344054;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 28px 0;
    padding: 0;
}

.funnel_page #header {
    display: none;
}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #2653B0;
    background: #2653B0;
    font-weight: normal;
    color: #ffffff;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 13px;
    border-bottom: 1px solid #ebebeb;
}

.ui-menu {
    border-radius: 4px;
    border: 1px solid rgba(129, 129, 129, 0.30);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


#sidebarSlider.owl-theme .owl-nav {
    display: none;
}

#sidebarSlider.owl-theme .owl-dots {
    display: flex !important;
    margin-top: 35px;
    margin-left: 10px;
    gap: 8px;
    button.owl-dot {
        display: block;
        width: 12px;
        height: 12px;
    }
    span {
        display: block;
        width: 12px;
        height: 12px;
        background-color: #ffffff27;
        border: 1px solid #fff;
        border-radius: 12px;
    }
    button.owl-dot.active span {
        background-color: #fff;
        border: 1px solid #fff;
    }
}


@media only screen and (max-width: 1380px) {
    .flowSidebar {
        background-color: #002340;
        max-width: 425px;
        min-width: 425px;
    }
    .logoSidebar, .sidebarReview {
        padding: 24px 30px;
    }
    
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1023px) {
    .funnel_page #header {
        display: block;
    }
    .flowCall_lg {
        display: none;
    }
    .flowContent {
        padding-top: 60px;
    }
    .flowSidebar {
        display: none;
    }
}

@media only screen and (max-width: 890px) {
    .thankyouBox {
        margin-top: 0;
    }

}

@media only screen and (max-width: 567px) {
    .flowSlide {
        width: 100%;
        padding: 0 15px;
    }
    .stepImg, .imgProcess {
        background-size: cover;
        width: 333px;
        height: 42px;
    }
    .inputOuter, .flowBtnBox, .inputOuterButton, .contactDetail, p.terms, .hrline, .thankyouBox {
        max-width: 100%;
        min-width: 100%;
    }
    .flowContent {
        padding-top: 18px;
    }
    .flowContent h2 {
        font-size: 20px;
        margin: 20px 0;
    }
    .thankyouBox p {
        margin: 24px 0;
    }
    .form_field {
        border-radius: 5px;
                height: 58px;
    }
    .flowfFlex .number, .flowfFlex .company {
        min-width: 23px;
        min-height: 23px;
        padding: 0 10px;
        font-size: 12px;
    }
    .flowfFlex .text {
        font-size: 12px;
    }
    .footerImage {
        max-width: 25px;
    }
    .SlideNextBtn {
        height: 58px;
    }
    .flowBtnBox .back {
        height: 58px;
        width: 62px;
    }
    .flowBtnBox .back img {
    height: 58px;
    width: 72px;
    max-width: inherit;
}
    .thankyouBox {
        margin-top: 0;
    }
    .thankyouBox h3, .thankyouBox p {
        line-height: 20px; font-size: 16px;
    }
    .flowWrap {
        min-height: calc(100vh - 57px);
        height: calc(100vh - 57px);
        padding-bottom: 80px;
    }
    .flowFooter {
        position: fixed;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        left: 0;
        bottom: 0;
        background: #f9fbff;
    }
    .flowSlide.slide5, .flowSlide.slide7 {
        padding-bottom: 80px;
    }
    .inputOuterButton {
        flex-direction: column;
        gap: 10px;
    }
}